StackRating

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

Francis Gagné

Rating
1570.77 (3,963rd)
Reputation
34,189 (3,420th)
Page: 1 ... 9 10 11 12 13
Title Δ
How to rewrite tail recursion as a cycle? -0.05
How can I change a string sort function to allow testing it? 0.00
How do I implement the Add trait for a reference to a struct? 0.00
What is the difference between passing a function and a method as a... +0.06
Reference passed as parameter is not moved -2.06
Why does Drop glue sometimes not run? 0.00
Accepting named functions vs. unboxed closures : distinct types iss... 0.00
How do I return a struct or anything more complicated than a primit... 0.00
How to constrain the element type of an iterator? +0.34
How can I constrain the lifetime of a struct to that of a 'pare... 0.00
Assigning an unboxed closure from an if statement +4.33
When should I use `drain` vs `into_iter`? -3.09
How to return a pointer to owned value that "does not live lon... +0.80
Error while installing Rust on Windows x64 0.00
Why can the lifetimes not be elided in a struct definition? -4.13
Cannot find `lcrypto` or `lssl` when building with Cargo 0.00
Tree traversal in Rust vs Borrow Checker 0.00
How do I tell Cargo to build files other than main.rs? 0.00
How do lifetime bounds on structs work in Rust? 0.00
Type aliases for closures +4.13
"std::vec" vs "collections::vec" 0.00
Return an arbitrary Encodable from a match expression? 0.00
Converting a Bitv to uint -0.02
How to send output to stderr +3.85
Splitting a string and returning the pieces -3.85
How can I declare a &[&T]] in rust? 0.00
How to return a generic Map struct? +3.98
Do rust lifetimes only refer to references? -2.41
Rust Lifetime: Chaining function calls vs Using intermediate variab... 0.00
Vector of enum values creates ownership issues 0.00
Multiple uses of self in same function 0.00
Extracting value from Option with match gives "unable to infer... -3.37
Matching parameterized types in Rust 0.00
TreeMap<String, String> to json 0.00
Optional function argument that is specified as a trait instead of... 0.00
Explaining C declarations in Rust +0.14
Public/Private struct in Rust 0.00
Is it valid to rebind a variable in a while loop? +0.63
Conversion from Option<&str> to Option<String> 0.00
error: unable to infer enough type information about `_`; type anno... 0.00
Rust swap struct field 0.00
error: missing lifetime specifier [E0106] 0.00
"Cannot move out of dereference `&`-pointer" with a v... -2.08
Delegating the creation of data structures +4.68
MessageDigest in Rust 0.00
Rust Vector of Traits: cast each trait 0.00
Rust error trait weird method missing 0.00
Iterating over the contents of an Option, or over a specific value +0.67
Lifetime for Iterator field 0.00
Rust syncronization strategy for MUD server 0.00