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 ... 4 5 6 7 8 ... 13
Title Δ
What is the difference between a let-rebinding and a standard assig... 0.00
Read gzip response with Hyper and Flate2 +1.94
Destruction order involving temporaries in Rust +0.44
Should end user utilities/applications be registered on crates.io? -2.37
How can I case fold a string in Rust? -0.01
Declare array with constant (not literal) as dimension specifier 0.00
Why does Rust store i64s captured by a closure as i64*s in the LLVM... 0.00
What is the correct type to use for an array index? 0.00
How to work around self borrowing with map .or_insert_with? Rust (1... 0.00
Why did Rust go with "match" instead of "switch"... 0.00
Mutable reference to container object within iterator loop 0.00
Can array lengths be inferred in Rust? 0.00
How to create a String instead of printing it to standard out? 0.00
Vector of Generic Structs in Rust 0.00
Could this scoped thread code be changed to use `FnOnce()` instead... 0.00
Is there a way to implement a trait for iterators over all referenc... 0.00
Strange type error when producing new sequence in map closure -0.46
No method found when extending the Iterator trait in Rust +2.34
Borrow checker doesn't realize that `clear` drops reference to... +1.35
How do I use a macro defined in another crate? -0.64
What is the most efficient way to clone a fixed-sized array? 0.00
Type `usize` cannot be dereferenced +0.37
Calling specific trait implementation on a non-generic struct 0.00
How to make a local dependency depend on a feature in Cargo? -0.60
Is there a way to determine the offsets of each of the trait method... 0.00
Who has ownership of a struct's members in a function that take... +2.24
Importing non-root module from multiple non-root binaries 0.00
Why does this macro invocation result in an unresolved name? 0.00
Is there a trait supplying `iter()`? 0.00
How to move boxing into a function instead of caller side 0.00
Borrowing changes type of Vector 0.00
How do I pass a boxed closure to `take_while`? 0.00
Higher rank lifetimes and generics not playing nicely 0.00
Satisfying the Rust borrow checker with structs 0.00
Problems with lifetimes on recursive trait functions +0.43
Function returning a closure not working inside my filter 0.00
Interfacing C++ with Rust - returning CString panics 0.00
Encapsulating sequentially initialized state with self-references i... 0.00
Odd results when evaluating benchmark example from Rust Book 0.00
Usability of infinite loop in Rust +0.38
How to randomly select a format string +1.38
Cannot immediately decode an object written to a file with bincode 0.00
'static: std::marker::Sized` is not satisfied - do I need to Box? 0.00
Returning a generic type through an associated type 0.00
Lifetimes of references in mutable Vector 0.00
Type hinting on Rust function calls 0.00
Confusing error in Rust with trait object lifetime -1.73
Where are Rust's boolean and other primitive types implemented? +0.92
How to reference types from function signatures in private modules? 0.00
How to pass a boxed slice (`Box<[T]>`) to a C function? 0.00