StackRating

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

Chris Morgan

Rating
1592.47 (2,160th)
Reputation
59,623 (1,558th)
Page: 1 2 3 4 5 6 ... 16
Title Δ
How can I use a custom hash function in a HashSet or HashMap? 0.00
Matching on a specific error type +0.38
How do I make an internal function nonpublic? +1.55
How to use arbitrary `&mut` reference members and dynamic dispa... 0.00
Why is a Cell used to create unmovable objects? +1.59
Error when writing a recursive trait method with an associated type... 0.00
How can I test if a value lies within a Range? 0.00
How to make a vector of received size? +2.08
Testing crates with #![no_std] 0.00
Lifetime for passed-in function that is then executed in a thread 0.00
Shipping stack data in and out of closures 0.00
Make an argument of type BTreeMap optional 0.00
How to get the equivalent of C++ initializer lists +1.63
Can I create private enum constructors? 0.00
Lifetime of variable in a match pattern 0.00
What does "Sized is not implemented" mean? -1.85
How do I test private methods in Rust? 0.00
Why is using return as the last statement in a function considered... 0.00
What is the stable alternative of to_string() 0.00
Assigning an unboxed closure from an if statement +0.61
Types of unboxed closures being unique to each -1.00
Is there any way I could use self from a method as an Rc<RefCell... 0.00
Boxed value does not live long enough +2.59
Moving and returning a mutable pointer 0.00
Cannot move out of dereference of `&mut`-pointer when calling O... 0.00
Lifetime error when spawning a task 0.00
Aliasing a closure type in Rust, but compiler asks for lifetime spe... 0.00
How to partition Vec in place in method that doesn't own `self`? 0.00
Running a number of replacements on the same string +1.16
How do you have a default #[cfg] target in rust for 'everything... -2.00
Can a Rust macro create new identifiers? 0.00
How do I initialize an array of vectors? 0.00
Rust: convert image to bytes and then write to new file 0.00
How to produce executable with rustc? +0.01
What traits are implemented by an array 0.00
Redefining types in Rust and calling functions on them 0.00
Extracting value from Option with match gives "unable to infer... +0.42
rust creating a b"string" out of a String on the rhs of a... 0.00
Rust: Difference between pass by reference and by box +1.16
How do I debug a failing cargo test in gdb? 0.00
Converting json to TreeMap<String, String> +0.03
error: reached the recursion limit while auto-dereferencing T 0.00
Is it valid to rebind a variable in a while loop? -0.08
In Rust, how do you explicitly tie the lifetimes of two objects tog... 0.00
passing external value to closure... error: capture of moved value 0.00
How do I get an absolute value in Rust? +1.30
Rust anonyomous static array 0.00
Does Rust have syntax for initializing a struct field with an earli... 0.00
Storing a BufferedReader line iterator in a struct +0.40
"Cannot move out of dereference `&`-pointer" with a v... +0.43