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 ... 6 7 8 9 10 ... 13
Title Δ
Default generic parameter +2.17
Implementing a trait that has associated trait types 0.00
Vec with interior mutability +2.80
Lifetime of variable in map/flat_map in Rust +2.20
new_from_file() in GTK -- do I always need that "glade" f... +0.45
Cannot build a delete function for a binary search tree in Rust bec... 0.00
How come this Rust function doesn't work? 0.00
How to save reference to handler in hashmap field 0.00
How should I restructure my graph code to avoid an "Сannot bor... 0.00
Why does this struct member need two lifetimes? -0.46
Returning closures which capture outer variables in Rust -1.71
Implementing Borrow<Trait> for a type that implements Trait +0.45
What's purpose of ErrorKind::__Nonexhaustive? -1.49
Expected bool, found i32 when using the operator % -0.24
How do I write the type of an iterator passed to a function? +0.45
How to create a Quickcheck Arbitrary of a struct containing a refer... 0.00
What is type ascription? 0.00
Mismatched types: expected &str found String when assigning str... +1.81
Is it possible to clone `skip_while`? 0.00
Returning a borrow from an owned resource -0.56
Struggling with closures and lifetimes in Rust +2.54
What is the correct way to declare a structure, or just a variable,... 0.00
Recursive Data Structures in Rust +0.28
Aquire &'a T from Option<T<'a>> 0.00
Cargo registry update always fails 0.00
How does Rust's struct hold and use a object? 0.00
Why does HashMap have iter_mut() but HashSet doesn't? -1.48
Is there a function in Rust equivalent to Java's Stream.Iterate? +0.03
How can I find a subsequence in a &[u8] slice? 0.00
How to check if a thread has finished in Rust? -0.22
Is there any way to get the address of a `struct` in Rust? 0.00
How to mutate another item in a vector, but not the vector itself,... -1.07
Higher Ranked Trait Bound and boxed closures lifetime issue 0.00
Why can Rust not infer the proper lifetime in simple closures, or i... +0.45
The best way in Rust to return a dynamic string from extern "C... -0.55
What is the difference between `&mut` on the type and the ident... 0.00
How to express that some returned types implement a trait? +2.11
How can I return boxed value? 0.00
Can I get the full path of native artifacts that Rust links against? 0.00
E0277 "Sized is not implemented for the type [u8]", but m... 0.00
logging while running `cargo test` 0.00
Learning Rust by porting from C -1.75
What's the closest I can get to discriminating an enum by a char? -1.66
Are there differences between returning early from an if statement... +0.48
Storing trait objects in structs 0.00
How to idiomatically construct struct with heap references? +0.20
How can you mutate (or avoid the need to mutate) nested, constructe... +0.45
Passing slice as an IntoIterator 0.00
How do you make a non-hashable, C-like enum from a library hashable? 0.00
How can I correct "cannot infer an appropriate lifetime"... 0.00