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 ... 46 47 48 49 50 ... 59
Title Δ
Split a string keeping the separators 0.00
Difference between iter() and into_iter() on a shared, borrowed Vec? 0.00
How to store a SqliteConnection and SqliteStatement objects in the... 0.00
Borrowing reference and guard together from a Mutex 0.00
Mutably passing an immutably borrowed variable 0.00
Reading the request body with nickel.rs 0.00
Why does linking lifetimes matter only with mutable references? -1.40
Is it possible to modify a mutable vector when it is a key in HashM... +2.15
Get active value from union-style enum in generic method -0.27
How do I transfer ownership of strings? 0.00
Instantiating a struct parameterized by a trait -0.96
Lifetimes and references to objects containing references -1.63
What's a nice way to create a new vector by consuming two vecto... +1.32
What does a trait bound mean when it is added to itself? 0.00
How to use the lifetime on AsRef 0.00
What's the equivalent of rustc_serialize::Json in serde? 0.00
Why am I getting "parameter is never used [E0392]"? 0.00
Mutating and non-mutating method chains 0.00
Idiomatic ownership management of mutating state during arbitrary r... 0.00
How do you return non-copyable types? +2.19
Most idiomatic way to handle API keys in a Rust library? 0.00
Reading from a processes stdout without placing it all in memory at... 0.00
An iterator adaptor implementing an SQL-like RIGHT OUTER JOIN using... +0.46
How would you stream output from a Process? 0.00
Better way to parse and search a string? +1.97
How to fix unresolved imports? +1.94
When is the storage reclaimed for a resource that is no longer owned? 0.00
Using a macro type argument inside a generated function 0.00
Selecting a subset of keys from a JSON array 0.00
Is there an idiomatic way to implement the component pattern? 0.00
Hide private type in exported signature 0.00
How to fold using a HashMap as an accumulator? 0.00
BTreeSet.range alternative 0.00
Efficiently extract prefix substrings +2.43
How to swap two variables? +0.47
Converting readline's ReadlineBytes to Strings 0.00
What does the double-ellipsis operator mean in the context of a &am... -1.47
Is it undefined in Rust to temporarily swap uninitialized values in... 0.00
Generalize over iterators over references and iterators over values 0.00
How do I "export" things from a submodule? 0.00
How to return a reference from a trait when combining types into enum -0.03
What is the idiomatic way to have a private function tested? +2.43
"Borrowed Value Does Not Live Long Enough" when pushing i... 0.00
"macro undefined" error in the macro's own doc test -1.63
Unresolved import in documentation example +1.63
rust-sfml linking with cc failed, how to specify lib/include/share... 0.00
Why is the return type of Deref::deref itself a reference? +0.44
How to convert &Vector<Mutex> to Vector<Mutex> 0.00
Non-overlapping implementations trip coherence rule? 0.00
Why are explicit lifetimes needed in Rust? +1.13