StackRating

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

huon

Rating
1626.36 (958th)
Reputation
57,447 (1,653rd)
Page: 1 2 3 4 ... 11
Title Δ
How to build Rust examples without running 0.00
Golang-like defer in Rust +0.36
Misleading error passing OsString to a func<T: ToString>, whe... 0.00
Mismatched types when implementing a trait 0.00
How do I destructuring-match syntax::ptr::P? 0.00
Can I pass the same mutable trait object in multiple iterations of... 0.00
Matching String: cannot move out of borrowed content -2.58
Does the Rust compiler have a profiling option? +1.43
cannot bind by-move into a pattern guard 0.00
How do I use a Condvar to limit multithreading? -1.12
Mutating an item inside of nested loops +0.34
How do I procedurally generate images using rust-image? 0.00
Traits with parameterized associated types 0.00
"try!" macro stopped working after Rust upgrade 0.00
Can tests be built in release mode using Cargo? 0.00
What happened to libgreen? +0.35
Can not implement trait from another crate for generic type from an... 0.00
Convert vectors to arrays and back 0.00
Can a slice iterator be advanced more than one element in constant... +1.84
Where is the from_char() function for integer types? 0.00
Why is num::One needed for iterating over a range? -0.19
Multiple mutable borrows during a depth-first tree search -0.64
Segmentation fault after linking Rust staticlib with C 0.00
Bounds on associated types but 'error: the type of this value m... 0.00
What is the syntax for a multiline string literal? 0.00
Use reference to new struct in the struct initializer 0.00
Conditions in a match arm without destructuring 0.00
How can I edit Cargo.toml in order to include resource file in my C... 0.00
Creating a string from Vec<char> +0.35
How do I decide when to mark a function as unsafe? -2.07
How to create chaining API after read_to_string was changed to take... +0.87
Using callbacks on trait objects 0.00
How can I pattern-match a Vec<T> inside an enum field without... 0.00
Parsing data into a module-level mutable static variable 0.00
Extend lifetime of variable 0.00
How do I select different std::cmp::Ord (or other trait) implementa... 0.00
Normalise ASCII numbers to digit numbers +1.40
"panicked at 'assertion failed: begin <= end" when... +0.47
How does one round a floating point number to a specified number of... 0.00
Why does &14 in a = &14 only live one statement? +0.34
How can I move a captured variable into a closure within a closure? +1.57
What are Rust's exact auto-dereferencing rules? 0.00
How to lookup from and insert into a HashMap efficiently? 0.00
How do I get the minimum value of an iterator containing floating p... 0.00
More concise HashMap initialization 0.00
Pattern matching the tag of a tagged union enum +1.43
Is there a way to schedule a task at a specific time or with an int... +0.35
How to swap elements of array? 0.00
Why does rustc say that the variable "totalSplitInv" is o... 0.00
Implementing "move" thread semantics 0.00