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 7 ... 8
Title Δ
How to return an anonymous function/lambda that receives a lambda/f... 0.00
Is it possible to conditionally derive with features? 0.00
Sharing String between threads in Rust 0.00
Is it possible to combine two patterns, one with a match guard, in... 0.00
Speeding up the loop 0.00
Read reference from Option<&mut T> multiple times 0.00
What is exactly lvalue context in Rust? +0.78
How to format strings with indentation based on an integer? 0.00
How to advance through data from the 'std::io::Read' trait... 0.00
Downcasting a borrowed box 0.00
How to create an `IpAddr` without knowing the specific IP version? 0.00
Why is Box<Iterator<Item = &Foo + 'a>> needed? 0.00
Pass mutable reference to an element of a vector as parameter of fu... +2.24
Lifetime differences between references to zero sized types -1.78
Possible to avoid repeating struct name in an 'impl' functi... 0.00
Better way to declare uninitialized variables 0.00
How can I use fold with a Result return value? -1.96
Generic function to parse numbers fails with "FromStr is not i... -0.69
Macro that generates formatters dynamically in Rust 0.00
Is it possible to set a function to only be inlined during a releas... 0.00
Generic struct over a generic type without type parameter +2.05
Why isn't `regex!` a wrapper for `Regex::new` to offer the same... 0.00
How do I import types inside of macros? +0.40
Documenting a function created with a macro in Rust 0.00
Replace &Type with &Wrapper<Type> +0.32
Joining a thread in a method that takes `&mut self` (like drop)... +1.96
Specifying lifetimes in nested iterators for flattening 0.00
What is the difference between the two styles of documentation comm... -0.36
Returning from inside for loop causes type mismatch 0.00
How can I use multiple items in a Vec at a time in Rust? +0.33
How to match against a &'static str in Rust +0.34
Out of source builds (external build directory) with Cargo? +1.44
What does &* combined together do in Rust? +2.07
How (if possible) to sort a BTreeMap by value in Rust? 0.00
What types of Macros/Syntax Extensions/Compiler Plugins are there? 0.00
Using .into() when type inference is impossible -0.55
How to check standard library documentation offline? -0.57
Why does `name = *name.trim();` give me `expected struct `std::stri... 0.00
Why isn't `use std::io` enough here? 0.00
How to avoid mutex borrowing problems when using it's guard +2.46
How to import everything from the crate root? 0.00
How to create an in-memory object that can be used as a Reader or W... +0.41
Slice and iter() simultaneously +1.15
What happens when an Arc is cloned? +2.25
Iterating over a slice's values instead of references in Rust? +0.52
Non-scalar cast: `T` as `f64` when doing generic multiplication -0.77
Is it possible to access the type of a struct member for function s... 0.00
How does slice indexing work in Rust? 0.00
Literal out of range warning when iterating over all values of u8 +0.41
convert input vector of type &[T] to Vec<T> 0.00