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 2 3 4 5 6 7 ... 13
Title Δ
Rust variable 'does not live long enough' and 'conflict... 0.00
Is there a simple way to mutate an enum field in Rust? +2.14
Why can't the Option.expect() message be downcast as a &... 0.00
Finding the size of a grapheme cluster in Rust 0.00
How can I get similar dependency resolution to Cargo in an existing... 0.00
Value getting dropped too early inside closure and combinator while... -1.88
How do I treat generics? 0.00
Why are pub functions marked `#[inline]` not present in the compile... 0.00
How do I appease the borrow checker with nested data structures? 0.00
How to use Read::take recursively to read a tree structures with a... +1.49
Is it possible to overload a function with different numbers of arg... -0.56
Deref coercion with generics 0.00
Write fix point function in Rust -1.80
impl convert::From for (mutable) reference -1.93
Fighting with / not understanding Rust borrow checker 0.00
Why does Cargo create multiple directories for the same registry? 0.00
How to redirect child process output to stderr? 0.00
C+11-Like Type Decay in Rust 0.00
What is the right way to have multiple linked lists and move data b... -1.88
Conventions for naming mutable/immutable API functions? 0.00
Trying to implement an iterator: cannot infer an appropriate lifeti... 0.00
How do I make an Rust item public within a crate, but private outsi... 0.00
Borrow problems with compiled SQL statements 0.00
Passing closure to trait method: expected type parameter, found clo... 0.00
When is it required to use lifetimes? 0.00
How to declare a trait providing an iterator over borrowed items an... 0.00
Rust Trait object conversion +1.28
Convert boxed trait to mutable trait reference in Rust 0.00
Is there a simpler way to run clippy on my build script? 0.00
How to decode a single UTF-8 character and step onto the next using... -1.87
Why does my canonicalized path get prefixed with \\?\ 0.00
How to declare a hashmap with type <&str, String> in Rust? 0.00
What exactly is considered a breaking change to a library crate? 0.00
What is the safe way to convert a Vec<T> to a &[T] 0.00
What's the best way to convert a [[T; 4]; 3] into a [T; 12]? +2.38
macro with variable arguments of different types +0.47
Expected concrete lifetime, found bound lifetime parameter when sto... 0.00
Closures as a type in a Rust struct 0.00
Is it possible to implement a custom Iterator::sum in Rust? 0.00
Calling a Stack-Allocated Closure Stored in a Struct in Rust +2.53
Handling io::Result<DirEntry> without return on Err 0.00
Cast a ptr::null() to a Windows handle 0.00
Exposing a C symbol containing a zero terminated array of function... 0.00
Force/coerce evaluation of closure signature 0.00
Iterator returning a reference to itself +2.30
Reverse specific key when sorting with multiple keys +0.33
Is there a way to provide multiple keys for tie-breaking when sorti... 0.00
Why is this struct not moved after pattern matching? +2.18
Why does adding try! to writeln! stop an unused-code compiler warni... 0.00
How to declare typed bitflags in Rust? -0.09