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 ... 4 5 6 7 8 ... 16
Title Δ
Index and IndexMut implementations to return borrowed vectors 0.00
Deriving Encodable trait in a module not working 0.00
rust syntax: reason for &mut foo instead of &foo in rust wh... +1.89
What does the rust compiler "error: can't capture dynamic... 0.00
Decimal number to hexadecimal string 0.00
Differences in Type inference for closures and functions in rust 0.00
How do I include ':Send' in the type signature? 0.00
Why doesn’t assigning an int to an f32 variable compile? 0.00
Invert string in Rust -0.07
How convert a String in &str in Impl block in Rust +0.39
Sorting out different lifetimes on Self and a method 0.00
Why does Rust borrow checker reject this code? -1.87
Rust lifetime error expected concrete lifetime but found bound life... 0.00
Match tuple error expected String but found Option<<generic #... +1.37
Is there a way to force two parameter slices to have the same length? -0.34
How to use a macro from one crate in another? 0.00
Iterator returning items by reference, lifetime issue 0.00
How to index a String in Rust +1.88
How to refactor out repeated manipulations of local mutable variabl... -0.10
Rust Shr Operator +0.40
Rust: How to fix this variadic macro rule? 0.00
Tree Fold in Rust 0.00
why does removing return give me an error: expected '()' bu... 0.00
Trouble with Encodable Trait Bounds on Enums and Structs 0.00
Rust (+SFML) - How to avoid extra object construction when limited... 0.00
Why reference can't be used inside match in rust? 0.00
"Jump to definition" in Rust +0.47
Conditional compilation in Rust? 0.00
Why do these both structs differ in the way they are affected by li... 0.00
Rust: HashMap borrow issue when trying to implement find or insert +1.90
How to include and use Rust libraries +0.41
Why does this rust HashMap macro no longer work? 0.00
How could this be rewritten less imperatively in Rust 0.00
The best way to print a singly linked list in rust 0.00
Rust String versus str -1.88
When is rng.gen() not true? -0.12
Default Function Arguments in Rust 0.00
Using the same iterator multiple times in Rust -1.91
Why does Rust promote use statements with explicit imports? +0.39
How to specify const array in global scope in Rust? 0.00
Rust FFI Signature conversion for const pointers 0.00
Appending a char to a string in rust 0.00
Is there a way to do var args for a structure implementation in rus... 0.00
Copying a value from a reference count to an owned box 0.00
Traits as a return value from a function 0.00
How to write a fn that processes input and returns an iterator inst... 0.00
Make HTTP Request in Rust using std +1.95
How to filter ~[T] 0.00
How do you avoid memory leaks with cast::forget() in rust? 0.00
Option<T> where T can be two different traits? 0.00