StackRating

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

ljedrz

Rating
1447.89 (4,533,183rd)
Reputation
11,756 (12,588th)
Page: 1 2 3 4 5 6
Title Δ
In Rust, what exactly are mutable and immutable borrows? 0.00
Using a local name in a `use` declaration 0.00
How to convert epoch time to standard date and time? 0.00
Idiomatic match with fall-through in Rust +1.75
How to access a slice from pre-defined 'Range' in a struct? +2.94
Is there any practical considerations to prefer one notation for co... -1.07
Assignment from Rust match statement -1.29
Matching on a Box +0.11
How to divide my program in modules? 0.00
What is the {integer} in a compiler error message? +3.18
How to check in Rust if architecture is 32 or 64 bit? +0.05
What is the type of a vector that contains another vector? 0.00
Is there a trait for scalar-castable types? 0.00
How to cross compile from Mac to Linux? -1.27
Loop over date range -0.41
Implementing a generic incrementable trait in Rust +0.23
Difference between variable bindings and variables? 0.00
How do you write an iterator to a File or Stdout (anything implemen... +0.88
Singly-Linked List in Rust 0.00
What are the Rust borrowing rules regarding mutable internal refere... +4.63
How to best *fake* keyword style function arguments in Rust? -2.22
How to speed up UTF-8 string processing 0.00
Can the `let Some(var) = option;` syntax be used in a situation whe... 0.00
Generic function to parse numbers fails with "FromStr is not i... +5.53
Parsing a char to u32 -3.29
Replace &Type with &Wrapper<Type> -2.56
Panicked at 'attempt to subtract with overflow' when cyclin... -2.53
How to unbox elements contained in polymorphic vectors? -0.07
How can I use multiple items in a Vec at a time in Rust? -2.63
How does the super keyword work in Rust? +5.82
Mutable borrow automatically changes to immutable? -0.40
How can I pass a boxed member of a borrowed struct to a function wi... -2.67
How do I create a Rust function that is generic in the operation ap... 0.00
Manipulating an object from inside a loop that borrows it -2.06
How to implement a trait in the same way for many types without rep... 0.00
How to implement rustc_serialize::Decodable for struct that has a f... -3.22
How do I concatenate two slices in Rust? +0.07
What does it mean for a const type in Rust to be inlined? -0.71
What is the difference between println's format styles? -2.34
Stack overflow with heap buffer? 0.00
How to decode and encode a float in Rust? +1.30
Why is std::rc::Rc<> not Copy? -2.82
Is there any negative performance implication to using local functi... +1.68
Error E0433 - Use of undeclared type or module when accessing a mod... -0.98
How do I use a macro defined in another crate? +5.13
Why is String::find not a method on &str? -0.30
Implementing From/Into for struct with constraints 0.00
Is `u32`/`i32` suggested even on limited range number case? +1.27
How to make this field mutable? -2.55
Unpacking tuples into arguments -0.74