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 ... 7 8 9 10 11 ... 64
Title Δ
Can I have a generic type bound that requires that type to be a tra... +0.79
Access nested structures without moving +1.73
Why is it not possible to concatenate two Strings in Rust without D... +0.36
At what point in the loop does integer overflow become undefined be... +0.98
How to capture self consuming variable in a struct? +0.39
Can I lose "constness" in the return type of an override... 0.00
How do I share handlers between threads? 0.00
gcc -O0 still optimizes out "unused" code. Is there a com... +1.32
Who borrowed a variable? -0.04
Why are functions like memchr bound to C implementations rather tha... -0.13
How do I implement a data oriented design in Rust? 0.00
How does Rust know whether to run the destructor during stack unwind? +0.39
Sharing lock-less resource between threads in Rust +1.05
How can I use a HashMap with f64 as key in Rust? +1.11
Will using the Rust Programming Language hurt me during an interview? 0.00
Enumerating generic structs 0.00
Best way to switch input source in Rust -0.20
Should I avoid unwrap in production application? -0.85
How to make a Rust singleton's destructor run? 0.00
Possible to declare functions that will warn on unused results in R... -0.48
Can macros match against constant arguments instead of literals? -0.36
How to swap variables pointing to data, without swapping their cont... -0.59
How to best return a fixed size array without creating one with dum... +1.48
Folding over references inside a match results in a lifetime error +0.41
How do you create a Box<T> when T is a trait-object? +0.40
Safe and efficient way to use String and its pointer in different c... 0.00
Rust compiler unable to infer enough information about generic types +1.70
how to easily check if a std::map and std::unordered_map contains t... -0.62
Idiomatic way to fill an arbitrary sized vector without array resiz... 0.00
Unable to implement Into trait for a generic struct 0.00
How do you create a ?Sized type from a raw pointer? 0.00
Iterating over named regex groups in Rust +1.94
Is it possible to de-duplicate if statements and their body in Rust... +1.59
Unable to create a fluent APIs because the type `self` doesn't... +2.16
Implementing a trait for multiple structs at once 0.00
How can I create specific values for generic numeric types? -2.08
Are there any downsides to marking all variables you don't modi... +0.74
How to copy or borrow a reference to, an owned String inside an own... 0.00
Is it possible to declare arrays without an explicit length? 0.00
Speedup counter game -0.46
Box<Any> downcast return None in dylib module 0.00
What type is the "type ()" in Rust? -0.53
How do I give a mutable reference to a builder but only an immutabl... +0.39
Can Rust optimise away the bit-wise copy during move of an object s... 0.00
Unresolved name `Binary` when using the ftp crate 0.00
Rust empty value for expression +1.73
Copy a struct to a specific memory location in Rust 0.00
How can I reuse a box that I have moved the value out of? +0.37
panic! does not stop an Iron server -0.42
Is there a way to return an abstraction from a function without usi... +0.93