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 ... 8 9 10 11 12 13
Title Δ
Getting a reader for a byte array 0.00
How to solve this lifetime-related error? 0.00
How to send a key using winapi's SendInput? 0.00
What's the difference between `&` and `ref`? 0.00
How can I take ownership of a Vec element and replace it with somet... 0.00
How can I have a lifetime dependency without a reference? 0.00
"Ambiguous associated type" when returning a generic lambda 0.00
Iron Handler: Missing Lifetime Specifiers 0.00
Allowing both static variables and boxes as a function argument? 0.00
How to implement AtomicU32, an atomic 32-bit integer type? +2.05
How do I eliminate the spurious warning "value assigned is nev... +1.89
Connect function that takes Write to function that takes Read +2.05
Trying to split out self-referential data into a seperate struct 0.00
Does Rust erase generic types or not? 0.00
Providing Blanket Trait Implementations for a Custom Trait +2.36
Matching a generic parameter to another generic parameter of an impl 0.00
Mismatched types, expected () found Result when using lookup_host 0.00
Is this element Rust marks as "dead code" necessary? 0.00
Comparing byte arrays and vectors 0.00
How to implement a vector (array, ..) of functions in Rust when the... 0.00
How can I wrap another type and add fields and methods to it? +2.04
Filter all non-integers from string and yield vector 0.00
Cross-compile a Rust application from Linux to Windows 0.00
How do I make the following Rust code compile? +1.92
How do I free a *char allocated via FFI in Rust? 0.00
How to move one field out of a struct that implements Drop trait? 0.00
Converting from Option<String> to Option<&str> +1.88
Generic types, ownership, and persistent data structures 0.00
What does “alias” mean with respect to the `Sync` trait? 0.00
How can integer overflow protection be turned off? +2.01
How to convert a static array to a dynamic one? -1.61
How do I upgrade a reference to a mutable reference? 0.00
Is there a non-messy way to chain the results of functions that ret... +0.48
Forcing a move for an implemented `Copy` type -0.99
How to access a symbol defined in nested module? 0.00
How to write a function (or a macro) to create a Vec and a referenc... 0.00
How to implement trim for Vec<u8>? +0.49
Recursively print struct in `fmt::Display` +0.53
Why does Drop take &mut self instead of self? +2.31
Immutable reference after mutable borrow 0.00
Crate-level visibility +0.32
Faster way of adding negative signed to unsigned -1.81
Using a no-method trait implementation in a different module 0.00
How to use (unsafe) aliasing? -0.58
How to run PathBuf::new with an argument +2.41
Returning the T borrowed from RefCell<T> 0.00
How to cleanly end the program with an exit code? -1.69
Why can't I borrow an Arc-wrapped vector as mutable? 0.00
How to use RwLocks without scoped? 0.00
How to decode a JSON value that can be a String or null? 0.00