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 ... 45 46 47 48 49 ... 59
Title Δ
How to enforce that a macro `ty` argument implements a trait at com... 0.00
How to access numeric constants using the Float trait? 0.00
Why does HashMap::get_mut() take ownership of the map for the rest... 0.00
Passing a reference to a stack variable to a scoped thread 0.00
Is there any way to include binary or text files in a Rust library? -1.18
std::sync::mpsc::channel always in the same order 0.00
Function taking both owned and non-owned string collections -1.21
Iterator adapter that counts repeated characters -0.53
What's the default floating point type? 0.00
Is it more efficient to slice an array or use Iterator::skip? 0.00
What is the idiomatic alternative to static mutable data? 0.00
How do I return a new struct from Option::unwrap_or? -0.55
Is there any way to return a reference from a function without argu... +0.51
Connect function that takes Write to function that takes Read -2.05
Take any type that can yield a char iterator, plus &str 0.00
stdin read_line does not wait for user input when called from a git... +0.45
serialize::Decodable is not implemented for the type `&str` 0.00
Do copy semantics in Rust literally become a copy in memory? +1.91
Cargo fails to compile 'num' 0.00
`make` doesn't notice modifications in a Rust module - how to b... -0.43
`make` doesn't notice modifications in a Rust module - how to b... +1.24
When looping, how does .iter() differ from a reference (&)? 0.00
Difference between borrow_mut on a RefCell<X> and RefCell<... 0.00
What is the difference between storing a Vec vs a Slice? 0.00
Find and push element in a vector in the same method 0.00
Compare enums by variant 0.00
Is it possible for one struct to extend an existing struct, keeping... +2.17
Expected type parameter, found enum in the constructor of a generic... 0.00
Is it possible to read characters from `io::stdin()` without cachin... -0.30
Unable to find crate that is listed in [build-dependencies] section +2.52
How to set a range in a Vec or slice? -0.55
Variable does not live long enough: matching Option type 0.00
How can I use a custom module inside a doctest? +1.70
Reading two blocking iterators 0.00
core::marker::Sized not implemented for Foo 0.00
Why does a range that starts at a negative number not iterate? 0.00
Allocating a buffer on the heap at runtime -1.85
What is the correct way to propagate errors? -0.51
How can I keep a reference to a key after it has been inserted into... 0.00
How to check whether a path exists? 0.00
Converting hexadecimal string to decimal 0.00
Do Rust lifetimes influence the semantics of the compiled program? 0.00
Why can't I hold back a box? +0.45
Deserialising JSON object with rustc_serialize: why do I need to im... +0.46
How do I obtain the address of a function? 0.00
Why can't I store a value and a reference to that value in the... 0.00
Format string with constant number of characters 0.00
How can I expose a safe wrapper around an owned pointer? -0.54
Modify struct field inside of Option -1.17
Cloning and moving traits 0.00