StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Matthieu M.

Rating
1635.79 (773rd)
Reputation
213,195 (208th)
Page: 1 2 3 4 5 6 7 ... 64
Title Δ
How can I simplify converting errors into strings multiple times in... +1.87
Iterating over HashMap values compared to Vec 0.00
How does Rust infer resultant types from From::<>::from()? -1.36
How to compare strings in constant time? +1.73
Different behavior between chain iterator in println! and from vari... +0.30
How can I change the formatter's decimal separator in Rust? -0.28
Why doesn't Weak::new() work when Rc::downgrade() does? -2.74
Are strings Drop or Copy? 0.00
How to multiply/divide/add/subtract numbers of different types? 0.00
Does Rust support using an infix operator as a function? -0.23
Borrowed value not living long enough (BufReader lines() to iterato... +0.09
Move ownership of a member from one struct to another? -0.17
Update to Rust 1.18 broke compilation: E0034 multiple applicable it... 0.00
HashMap: borrow read/write at the same time 0.00
Rust benchmark optimized out 0.00
How to return the result of serde_json::from_str when called with a... 0.00
How to initialize a struct with a series of arguments +1.31
Why is Foo<'a, P<'b>> not the same as Foo2<&... 0.00
Understanding Traits and Object Safety +1.32
Create an array from a tuple +1.05
Adding an append method to a singly linked list -1.16
How to test a Hyper server HTTP handler function? +1.52
What's an idiomatic way to delete a value from HashMap if it is... +1.87
How does Rust solve mutability for Hindley-Milner? -1.73
Rust borrowing issue with a getter method on a struct 0.00
Implement IntoIterator for binary tree 0.00
Is there a way to build a structure with cyclic links without runti... 0.00
Is it possible to use a C++ library from Rust when the library uses... 0.00
What algorithms does the Rust compiler use to infer lifetime variab... 0.00
Why doesn't the compiler report an error when a variable not de... -2.23
What is the role of Send and Sync in libcore? +0.33
How to store a bidirectional relationship between two variables as... +1.84
How do I efficiently build a vector and an index of that vector whi... -0.42
Cast enum variants of same underlying type 0.00
Trait method that can be implemented to either return a reference o... -1.57
How to write a panic! like macro in Rust? 0.00
Is there any way to make more than one `Box` pointing to the same h... 0.00
Set struct method as callback 0.00
Are reference values copied in Rust? 0.00
Is it possible to calculate the return type of a Rust function or t... 0.00
How can I reborrow a mutable reference without passing it to a func... +1.78
Idiomatic way of binding function arguments and passing around boun... 0.00
What is the idiomatic way to remove the first N elements in a mutab... -1.93
How to use ? and catch in Rust? +1.94
Is it possible to use SIMD instructions in Rust? 0.00
What is this question mark operator about? 0.00
Is it possible in Rust to delete an object before the end of scope? -1.43
E0119 error with generic trait implementation 0.00
How can a function argument allow mutating a variable but not be ca... +0.32
Why doesn't a 'static function argument make something live... +1.72