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 ... 4 5 6 7 8
Title Δ
Match a struct using reference 0.00
How can I clean cargo stuff? 0.00
Is it possible to query the stack space of a closure? 0.00
Overloading the Add-operator without copying the operands 0.00
How to implement `Default` for a raw pointer? 0.00
Sorting a vector of tuples needs a reference for the second value? 0.00
How to tell Cargo to use a git repository as source for an indirect... 0.00
When should I use tuple structs over normal tuples? +1.35
Wrong number of lifetime parameters when using a modified `Chars` i... 0.00
Parse a string containing a Unicode number into the corresponding U... +0.97
How can I use a cgmath::Matrix as a uniform parameter in glium? 0.00
Why is std::rc::Rc<> not Copy? +0.35
Why is String::find not a method on &str? +1.32
Is `u32`/`i32` suggested even on limited range number case? +0.38
BufReader: move after for-loop with bufreader.lines() +0.15
How to create a macro to create an array of structs? 0.00
How to use fine-grained methods in a struct? -0.57
Access nested structures without moving -1.73
Cannot change one value of an enum because it's a re-assignment... 0.00
Recursive function calculating factorials leads to stack overflow +0.10
What is the idiomatic way to handle/unwrap nested Result type? +0.44
Rust not properly reading integer input -1.25
Iterator map with HashMap lookup. Fail on any key not present +1.12
Implementing PartialEq for a struct with From types +2.65
Does Rust box the individual items that are added to a vector? 0.00
How to return a vector of boxed traits using map (functional rather... -0.96
Should I avoid unwrap in production application? +1.04
Why can't I use type inference with an array declaration? +2.92
How do I modify a value in one thread and read the value in another... +3.82
Borrow checker problems while trying to mutate a struct in a match +3.29
How to swap variables pointing to data, without swapping their cont... +4.72
How to quiet a warning for a single statement in Rust? +3.37
Idiomatic way to declare 2D, 3D vector types in Rust? +3.77
Folding over references inside a match results in a lifetime error -3.26
When is `std::process::exit` O.K. to use? 0.00
Trait bounds on generic methods: how to define the same bounds with... 0.00
Is String a valid Error type when it can be reported immediately in... 0.00
Checking for consecutiveness of values in Rust -0.34
How do you import macros in submodules in Rust? -0.34
How do I pass a string to HashSet contains? 0.00
Rust: how to make a formatted print to stderr? 0.00
Callback to mutable self -1.52
Expected closure, found a different closure 0.00
Is it possible to write a macro that counts items and generates an... 0.00
Easy way to change one field in struct? 0.00
How to define a function with a generic fixed-length array? 0.00
Casting &[u8] to std::io::Read causes Sized issue 0.00
What is the bitwise NOT operator in Rust? 0.00
Where did the 'static lifetime come from 0.00
panic! does not stop an Iron server +4.69