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 ... 5 6 7 8 9 ... 13
Title Δ
Matching on types which implement a trait and therefore return it 0.00
Is it possible to return something or nothing? 0.00
Idiomatic way to declare 2D, 3D vector types in Rust? -0.05
Skip part of loop while thread is sleeping -1.77
Rust compiler unable to infer enough information about generic types -1.70
Possible to check a value is a compile time constant in Rust? +0.41
Matching tuples with multiple possible values 0.00
Iterating through capture fields in a Rust regex 0.00
Callback to mutable self +0.46
Whats the best way to write an iterator supporting multiple logic b... 0.00
Implementing Index trait to return a value that is not a reference +0.44
Whats the most direct way to convert a Path to a *c_char? 0.00
How to use `quick-error` with boxed error types? 0.00
Get pointer to outer struct from pointer to member in Rust 0.00
Cannot borrow variable when borrower scope ends 0.00
Use an enum with a function which has a slice parameter 0.00
rustc-serialize custom enum decoding 0.00
Local let like in caml +0.45
Rust empty value for expression -1.73
What are the replacements for the smart pointers that existed befor... +1.32
Cast a literal value to a trait object +0.42
What is the recommended directory structure for a Rust project? 0.00
How do I implement Clone/Copy for an enum that contains a String? 0.00
Cannot borrow node as mutable more than once while implementing a b... +0.42
Specialization of method in inherent impl 0.00
Convert two types into a single type with Serde 0.00
Box Types, ptr::read() and Undefined Behavior 0.00
How to fix the error `self` does not live long enough when creating... 0.00
The trait bound is not satisfied 0.00
rust: cannot move out of indexed context 0.00
How to define a function with two enum parameters where the 2nd typ... -1.84
Mismatched types when returning the result of adding two generics +0.88
Why does the compiler assume that the value of if let should be `()`? -0.55
Testing a Rust crate outside of the source package 0.00
How to update a mutable reference to a noncopyable type? +0.48
How do I access the first character of a string in Rust? 0.00
Is it possible to 'downcast' a trait object in a closure ar... 0.00
Unit tests with Rust +0.42
Can I get rid of "mut" here? 0.00
How to represent recursive EBNF grammar in Rust data structures? 0.00
Macro to transform non-tuple arguments to tuples 0.00
Is there a better way to use From and Into for structs that share a... -1.33
Is there a better way to use From and Into for structs that share a... +2.00
.next() after for ... .zip(): Preventing iterator from being moved 0.00
How do I hold a collection of one struct in another where lifetimes... 0.00
Blanket impl for Fn trait ("not constrained by" error) 0.00
How do I split the final component of a &Path at a specific cha... 0.00
Modifying an object during iteration 0.00
How to implement an iterator giving struct with lifetimes? 0.00
"cannot move out of borrowed content" with operator overl... 0.00