StackRating

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

Shepmaster

Rating
1621.85 (1,050th)
Reputation
178,829 (280th)
Page: 1 ... 49 50 51 52 53 ... 59
Title Δ
Is the resource of a shadowed variable binding freed immediately? 0.00
What are move semantics exactly? +2.08
How can I use shared logic from different files? +0.46
How to help infer the type for generic vector when comparing equality +1.82
How can I pass the same data to different threads without copying it? +0.47
Understanding the Debug implementation for Vec<T> 0.00
The trait `A` is not implemented for the type `&'a A + '... 0.00
How do I sort a map by order of insertion? +2.32
How do I specify that a function takes a HashMap? 0.00
Avoid optional checking when accessing a vector -0.53
How to implement Iterator and IntoIterator for a simple struct? +1.80
How to implement a logger that appends to a file? 0.00
Cannot implement quickchecks Arbitrary for my own type - "sour... +0.49
Cannot mutably borrow in a pattern guard [E0301] +0.48
Read a single line from stdin -0.49
When does a closure implement Fn, FnMut and FnOnce? -1.43
Are unique object ids tracked and can we print them? 0.00
How do I concatenate strings? 0.00
How can a pointer be passed between Rust and Python? 0.00
Parsing strings into integers 0.00
Indicating which version of a crate generated docs are for 0.00
Idiomatic way to parse binary data into primitive types 0.00
Mismatched types when calling from_str on a String from os::args 0.00
What is an efficient way to search a string for the first of a set... 0.00
Embed generics inside struct 0.00
Using map with Vectors -1.63
Explicit type annotation for generic constructor of a generic type 0.00
Cannot clone io::Error in 1.0.0 beta +1.35
Factory method: instance does not live long enough 0.00
Locating resources for testing with cargo 0.00
Can't import a module from another crate - unresolved import 0.00
Mixing mutable and immutable references 0.00
"the immutable borrow prevents mutable borrows" when pump... 0.00
What does it mean for a trait to have a lifetime parameter? 0.00
How to box a trait that has generic type parameters? 0.00
Matching String: cannot move out of borrowed content +2.58
Does the Rust compiler have a profiling option? -0.10
Reversing the result of str.split +0.18
Accessing hashmap field value as &mut inside struct impl 0.00
What is the difference between macros and functions in Rust? 0.00
How do I use a Condvar to limit multithreading? +1.54
Lifetime error for returned value of a function 0.00
How to define test-only dependencies? 0.00
Why does the lifetime name appear as part of the function type? +0.15
Confusion with short lived lifetimed values that (on the surface) s... 0.00
Value and references when providing a closure to Iterator::find -0.32
Iterate over one of several possible iterators 0.00
How to specify types during for-in loop? 0.00
Incompatible type for trait when implementing the trait using gener... 0.00
How do I use a private trait from another module? 0.00