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 ... 26 27 28 29 30 ... 59
Title Δ
What does Rhs refer to in a compiler error message about PartialEq? 0.00
What is the canonical way to implement is_empty for Iterator? +0.35
Unable to find crate when compiling even after successfully running... 0.00
How to iterate through a Hashmap, print the key/value and remove th... +1.44
How can I serve static files / a directory in hyper? 0.00
Is it possible to have a struct which contains a reference to a val... +0.38
Is there a lower level interface than `std::process::Command` to ex... 0.00
Is there a shared pointer from which it is possible to steal data? 0.00
Can I maintain a Vec of TcpStreams to write to them across threads... 0.00
Deserializing an optional struct field with a generic type leads to... 0.00
Value does not live long enough when trying to set a variable outsi... 0.00
Rust generic AddAssign with references -2.19
Type mismatch when calling sprite::Scene::draw 0.00
Cannot assign to a variable used in a closure because it is borrowed 0.00
What should the type signature be for a function that takes a funct... 0.00
Where is the recommended place to put `use` declarations in Rust? 0.00
How do I explicitly call a method on a slice without using a typedef? 0.00
What happens to the no-longer-referenced chunk when I reassign half... 0.00
Why should I prefer `Option::ok_or_else` instead of `Option::ok_or`? +0.75
Why do I get a type inference error for only one side of a range bo... 0.00
How do I create a struct of references to traits when one object mi... 0.00
Is there a way to initialize an empty slice? 0.00
Does iterating over an iterator and mutating a value change the val... 0.00
Can't use a neon JsArray: This function takes 3 parameters but... +0.39
How can bytes be shoved back into a Read implementing type in Rust? -1.57
How can I iterate a vector once and insert/remove/modify multiple e... 0.00
Why does using an external crate's function require bringing th... 0.00
How do I call a C function which returns many types of different fu... 0.00
Cargo can't parse the Cargo.toml for url version 0.5.7 0.00
Is there an idiom for assigning a var to the result of an unsafe ca... +0.12
One-liner for relative-vector-resizing in Rust 0.00
When to be explicit with type annotation? 0.00
What size does an instance of an enum have? 0.00
Is my variable's lifetime changing due to the addition of an ap... 0.00
"no rules expected the token" when writing a `let` statem... 0.00
Why does the result of query_map not print anything? 0.00
Segfault when calling GetBinaryTypeA 0.00
Why do I get "cannot move out of `item` because it is borrowed... 0.00
Is there any way to look up in HashSet by only the value the type i... 0.00
What's the best choice for non-resizable dynamic length arrays... 0.00
Why is my integer value changed when passing a heap-allocated struc... 0.00
Is there a way to pass named arguments to format macros without rep... 0.00
Closures keep ownership of local variables for longer than expected +1.15
How can multiple threads share an iterator? 0.00
Implement one trait for multiple structs at once 0.00
How do I perform operations on different numeric types while comput... +0.36
Borrow checker issue in `zip`-like function with a callback +0.35
How can you allocate a raw mutable pointer in stable Rust? +2.13
Is there a way to add elements to a container while immutably borro... 0.00
How can I put a std::hash::Hasher within a Box? 0.00