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 ... 8 9 10 11 12 ... 64
Title Δ
How to define a copyable struct containing a String? +0.38
How do I debug a memory issue in Rust? -0.62
LLVM as base compiler for different languages +0.39
Struct Reordering by compiler +1.15
Which container should I use for random access, cheap addition and... -0.95
Iterator filter() double reference borrowing error 0.00
Cannot move out of borrowed content while creating a mutable iterat... -0.13
How do I create a structure that can be used in a Rust multithreade... 0.00
How to write a method that adds `self` as a mutable trait reference... +0.35
Should I borrow or copy my small data types? -0.61
Can a macro generate additional data? 0.00
Rust Borrow checker only complains about borrowing as mutable multi... +0.40
Share a reference variable in two collections +1.73
Obtaining a mutable reference by iterating a recursive structure +1.06
How to freeze a thread and notify it from another? -0.62
What does _ mean in type errors in Rust? -0.30
No method/field name found 0.00
Difference between immutable and const variables in Rust? +0.86
Is it possible to write a Rust macro "has_trait!(<type>,... +0.62
Using intermediate variables for ternary operator (or similar) for... +0.04
Does Rust binary_search have a bug? 0.00
Removing elements from a Vec based on some condition 0.00
Why are the keys and values of a borrowed HashMap accessed by refer... -0.36
Rust iterators and looking forward (peek/multipeek) +1.60
Slice to fixed-size array -0.59
Passing const shared_ptr<T>& versus just shared_ptr<T&... -0.88
Pass Generic Function as argument +0.42
How to initialize value by another value in initializer list in Rust? 0.00
Get the last element of a vector and push it to the same vector -0.59
C++ short circuit evaluation w.r.t optimization +0.16
How can I implement the observer pattern in Rust? +0.38
Tuple splat / apply in Rust -0.21
Is using an outdated C compiler a security risk? +1.03
Populating a static/const with an environment variable at runtime i... 0.00
Unexpected type inference failure in Rust +2.73
Most efficient way to fill a vector from back to front +0.38
static const std::map<string, int> vs if-elseif -0.45
How do you implement this simple trie node in Rust? +0.41
How can I delay Rust's memory auto-management? +0.06
Does Rust have a way to convert several bytes to a number? -0.61
Assign value from match statement -0.52
Is there a less verbose way to get a default string from a vector o... +0.39
Why can I use the same lifetime label for variables that have diffe... -2.12
Comparison between constant accessors of private members +0.14
Singly linked list with references to random nodes in Rust 0.00
Why I can use sort_by_key with a Vec? +0.38
What is the prelude? 0.00
Why is the size of `char` 4 bytes in Rust? +1.21
Why can we use `Some(value)` instead of `Option::Some(value)` in Ru... 0.00
What does `type Item` in the `Iterator` trait mean 0.00