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 ... 6 7 8 9 10 ... 64
Title Δ
What is the best way to get a `*const c_char` from a const array vi... 0.00
Mutable borrow automatically changes to immutable? +0.37
Why do I need rebinding/shadowing when I can have mutable variable... +0.36
What is the difference between a Rust function with no argument and... +1.04
Data structure for fast searching words consisting of given letters -0.47
Unable to use self in macro because the macro expansion ignores tok... 0.00
Non-scalar cast: `T` as `f64` when doing generic multiplication +1.77
Is there a subtrait of `Index` that specifies the `len` method? 0.00
No method named X found for type *mut Y in the current scope +1.82
"parameter `'a` is never used" error when 'a is u... -1.32
How to define some macros as 'private' to a module, when us... +0.33
How do you set, clear and toggle a single bit in Rust? -2.12
Iterator returning a reference to itself -1.63
How is every dynamically checked aspect of Rust implemented? -0.95
Is `iter().map().sum()` as fast as `iter().fold()`? -2.16
Why can you only specify type restrictions with traits? 0.00
Possible to combine assignment and comparison in an expression? -2.35
How to break out of a do-while style loop in Rust? -1.81
How does Rust store enum values in arrays? -0.40
How to add a Sized supertrait to a Rust trait? +0.44
Understanding the 'self' parameter in the context of trait... -0.32
Alternative to try! suited to iterator mapping +2.22
Link list add,delete and print imlementation +1.55
How to get pointer offset in bytes? +0.33
Convenient access to members of raw pointers? +1.07
Match tuple as input to map 0.00
How to make a large 2D Matrix 0.00
Segmentation fault for array larger than 1022x1022 0.00
How to handle passing usize to a C function that expects uint32_t? +1.00
How to monitor changes with Condvar and Mutex 0.00
Why does Box<trait> have a different size than Box<struct&... +1.87
Using a HashSet to canonicalize objects in Rust +1.89
Is it possible to store types, not instances of those types, in a V... -1.46
How do I return an array in a pub extern "C" fn? -1.23
What does it mean for a const type in Rust to be inlined? +0.34
Getting the associated Output type of an Add implementation given L... 0.00
function is marked #[no_mangle], but not exported 0.00
How exactly std::string_view is faster than const std::string&? -0.39
What is the difference between println's format styles? +0.29
When should I use tuple structs over normal tuples? -0.94
Why does hyper require Handler to implement Sync instead of using i... -0.13
Is there any negative performance implication to using local functi... -0.21
No method found when extending the Iterator trait in Rust -2.34
Error E0433 - Use of undeclared type or module when accessing a mod... +0.29
Rust recursive type difficulty 0.00
Node FFI wrapper function fails when used synchronously, but works... 0.00
Mutable and Immutable Data Access 0.00
Why is String::find not a method on &str? -1.15
What's the difference between atomic reference counting and aut... 0.00
How to create an array of structs containing large arrays? +0.40