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 ... 64
Title Δ
Should I pass function objects by value or by reference? +0.88
Why does returning a string slice instead of a usize prevent mutati... +0.97
How do I tell the compiler not to evaluate an argument? 0.00
How to model dependent and nested sum types? 0.00
How do I determine the type annotation while calling MyActor::from_... 0.00
Returning closure from a closure as return value for function 0.00
Why does Rust require a C++ toolchain to produce a Rust binary, whi... 0.00
What is an efficient way to reset all values of a Vec<T> with... +1.10
Why does Rust consider it safe to leak memory? 0.00
What are the similarities and differences between C++'s concept... 0.00
Can compilers (specifically rustc) really simplify triangle-summati... 0.00
Rust WebAssembly Custom Elements Memory Deallocation Error -1.87
What are the performance impacts of 'functional' Rust? -2.15
What is the most effective way of iterating a std::vector and why? +0.05
Why do all the newer programming languages put the type specifier a... +1.42
What costs are incurred when using Cell<T> as opposed to just... 0.00
Is it possible to populate a large set at compile time? -1.36
What's the best way to use Cargo to build for multiple platform... +0.32
Using std::set container for range items -1.48
Idiomatic way to create static iterable collection of named structs... 0.00
Rust HashMap: Why do I need a double ampersand? 0.00
Retrieving backtrace from a panic in hook in Rust? +1.25
How do I write a maintainable, fast, compile-time bit-mask in C++? -0.85
Error: reached the recursion limit while instantiating `func::<[... 0.00
Differences between 2 styles of default implementations in a trait? -1.03
How does converting the primitive str through multiple "as&quo... 0.00
How to replace the value of a struct field without taking ownership 0.00
How to store a struct into a variable in Rust? 0.00
Is it possible to map an Rc<T> to get an Rc<Subpart-of-T&g... +0.36
Should we use Option or ptr::null to represent a null pointer in Ru... +1.36
How can I concatenate two slices or two vectors and still have acce... -2.00
Safely return multiple references to internal nodes, while still al... 0.00
Using impl Trait in a recursive function +0.33
How do I get a reference to a destructured structure or fall through? +0.12
Can I name a pattern in Rust? 0.00
Is using an immutable borrow after an aliasing mutable borrow is cr... +0.27
Does Rust have a way to perform syntax and semantic analysis withou... 0.00
What's the equivalent to JavaScript's DataView in Rust? 0.00
How do I create a "spacer" in a C++ class memory structure? -1.16
How can I use a negative integer sentinel value without incurring a... 0.00
Why do we re-declare mutability when taking a reference to a mutabl... +0.49
Why is -march=native used so rarely? +1.36
How to delete a published crate from crates.io? +1.42
Why does modifying a mutable reference's value through a raw po... +0.32
How can I pass a closure with generics to a function without making... 0.00
delete[] with different type undefined behaviour? -1.64
Why does using LTO increase the size of my Rust binary? +1.35
Strange error: cannot use the `?` operator in a function that retur... 0.00
Why does HashMap need a cryptographically secure hashing function? +1.90
Are there any constructs I can use to enable mutating a HashMap wit... 0.00