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 ... 13
Title Δ
Why does Rust require generic type declarations after the "imp... 0.00
Can't install Racer : "pub(restricted) syntax is experimen... 0.00
Assign return value when index check out of bounds 0.00
"too many parameters" on perfectly fine function -2.37
println! panics when called concurrently 0.00
Returning modified array from for loop without type mismatch 0.00
How to pass additional RUSTFLAGS for specific binary? 0.00
Unsatisfied trait bound involving associated type 0.00
How to import a crate dependency when the library name is different... 0.00
How do I specify the lifetime for the associated type of an iterato... -0.76
Why can I use Ok and Err directly without the Result:: prefix? 0.00
How do I format a signed integer to a sign-aware hexadecimal repres... 0.00
Idiomatic way to memoize or lazy evaluate using `Cell` and `RefCell` 0.00
Cannot apply unary operator `-` to type `usize` +2.21
What does Rust's lack of incremental compilation mean, exactly? 0.00
Define two traits such that a function must exist for the cartesian... 0.00
unconstrained type parameter error 0.00
Building submodule binary crates with cargo 0.00
Rust using higher order function on a struct embedded in another st... 0.00
Trait which returns iterator with lifetime bounded by the lifetime... +0.44
Trouble creating terse and generic error type +0.40
mod.rs and nested modules in Rust 0.00
Rust trait with "simple" and "advanced" versions 0.00
Using unwrap_or with generic types 0.00
Unused type parameters when binding a generic type to a trait that... 0.00
Enforcing lifetimes on temporary values containing references 0.00
Polymorphism in Rust and trait references (trait objects?) 0.00
Pass an array of strings into a function without having to specify... +2.14
Generic Traits dependent on each other in Rust 0.00
How to do in-place assignments in Rust? +2.13
How do I write a function in Rust that accepts any iterator whose I... -0.92
rust "cannot move out of borrowed content" for Vec but no... -0.58
Use different impl when type parameters are the same 0.00
Crash when redirecting stdout to stderr for a second time 0.00
An explanation for syntax: 'let secretbox::Key(ref mut kb) = k;... 0.00
Combine a compile-time integer type with a dynamic type +1.67
Why are borrows of struct members allowed in &mut self, but not... +2.15
Rust struct can't replace trait in HashMap +0.41
How can this instance seemingly outlive its own parameter lifetime? +1.70
Create variant without parameter from an empty tuple 0.00
Why can't I add a blanket impl on a trait with a type parameter? 0.00
Lifetime errors I don't know how to solve 0.00
What is the best practice with the borrow checker for inspecting mu... 0.00
How to load Rust compiler plugins without modifying the source code? 0.00
Is it possible to use fold in Rust if the accumulator is neither co... +2.13
How can I iterate over a backwards range? 0.00
Can't infer lifetimes when using Ref::map with trait objects 0.00
Sharing a timestamp from thread to another -2.06
Match: Deref and mark operator, why they are not the same? 0.00
How do I leave space after end of struct to allow for future ABI ch... +0.43