StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Lukas Kalbertodt

Rating
1601.44 (1,717th)
Reputation
27,910 (4,501st)
Page: 1 2 3 4 5 6 ... 8
Title Δ
"Unrecognized option 'release'" when compiling wi... 0.00
Why doesn't the Rust optimizer remove those useless instruction... 0.00
Why doesn't the Godbolt compiler explorer show any output for m... 0.00
Why does this code generate much more assembly than equivalent C++/... +0.72
How to know when a borrow ends 0.00
How do I "use" or import a local Rust file? +0.41
Why is my Rust version of "wc" slower than the one from G... -0.95
Why is read_line(..) much slower than lines()? 0.00
Why doesn't String implement From<&String>? 0.00
How to compare strings in constant time? -1.33
Is there a way to check if the OS of the application is running in... +0.40
Can I render a Template in Rocket with my own serialized struct? +1.49
How to convert char to integer so that '1' becomes 1? -2.18
Make nested module public in Rust 0.00
Is it possible to force resume a sleeping thread? +1.76
Redirect output of child process spawned from Rust -1.59
Save Vec after pattern match -0.10
Why can't a struct be assigned to a binding with a trait it imp... 0.00
What is the proper way to use bit array in Rust? 0.00
Lifetime issue adding a function pointer to a struct 0.00
What is the difference between assigning an expression to a variabl... 0.00
Are there collections supporting a "map" function (like H... -1.49
Why is size_of::<MyStruct>() not equal to the sum of the size... +1.58
What files in a Cargo project should be in my .gitignore? 0.00
Create a factory class that returns an empty-struct implementation 0.00
How to avoid loops when iterating over adjacent elements of a vector 0.00
Release borrowing in Rust 0.00
Is there any way to tell Cargo to run its tests on the main thread? 0.00
expected i32, found type parameter, but type parameter is i32 0.00
Get a random character from a string and append to another string 0.00
Moved variable still borrowing after calling `drop`? +1.57
How is Rust compiled to machine code? 0.00
What is RUST_BACKTRACE supposed to tell me? 0.00
Why does an if without an else always result in () as the value? 0.00
How to pass a member function of a struct to another struct as call... 0.00
How can structs in separate files reference each other? 0.00
Do empty functions get optimized away in Rust? +1.30
Questions about Rust lifetime 0.00
How do you execute rustc when it is installed in another users'... 0.00
Implement tree data structure 0.00
Error thrown citing match arms with incompatible types when pattern... 0.00
Why is this clone needed? 0.00
How can I allow my program to continue when a regex doesn't mat... +0.39
How can I implement std::fmt::Display for a custom IntoIterator::It... -1.95
Efficient 2D rendering with Glium 0.00
How do I write a function in Rust that accepts any iterator whose I... +1.92
How to prevent function calls from being optimized away? -0.63
What is the difference between repr(C) and repr(rust)? 0.00
Clarify the meaning of binding two references to differently scoped... +1.81
How can I read the Rust documentation offline? 0.00