StackRating

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

DK.

Rating
1625.85 (968th)
Reputation
35,711 (3,211th)
Page: 1 2 3 4 5 6 ... 10
Title Δ
Why does Rust not permit type inference for local constants? 0.00
Pass mutable reference to an element of a vector as parameter of fu... -1.57
Lifetime differences between references to zero sized types +1.78
Why does Rust not allow coercion to trait objects inside containers? 0.00
Allocate array onto heap with size known at runtime 0.00
How to use a type (ty) within a macro to construct a struct instanc... 0.00
How to execute Rust code directly on Unix systems? (using the sheba... +1.37
Specified generic type to implement Clone but type doesn't have... 0.00
Rust lifetime error +1.60
Rounding a f64 to nearest i64 in Rust +0.60
How to avoid excessive cloning in Rust? 0.00
How is an argument delivered across closure and function? 0.00
"expected type parameter, found struct" when implementing... 0.00
How to implement std::ops::Index when the output value is not part... 0.00
How to avoid repetition re-declaring variables by calling their met... +0.36
"parameter `'a` is never used" error when 'a is u... +1.98
How are f64 types represented in 32 bit machines in Rust? 0.00
Is it possible to group sections of an API with rustdoc? 0.00
How do I create a Rust macro to define a String variable with the v... 0.00
String to vector of parsed values 0.00
Why are all indexes in Rust of type usize? 0.00
Are Rust references (usually) Voldemort types? 0.00
Why does io::copy require the reader and writer to both be mutable... 0.00
Why doesn't `Box::into_raw` take `self` as parameter? +1.89
How do I concatenate two slices in Rust? +0.36
How do I share a generic struct between threads using Arc<Mutex&... 0.00
Ordering macro argument execution +0.38
How do I clone a closure, so that their types are the same? +0.39
Can macros expand array/vector into multiple indexed arguments? 0.00
What's the difference between a macro and a compiler plugin? 0.00
How to get struct fields and fields type in compiler plugin? 0.00
Confusing error in Rust with trait object lifetime +1.81
Manipulate paths in Rust macro? 0.00
Using Cargo with my project's own directory structure 0.00
How to prefix/suffix macro identifiers in Rust? 0.00
Is there an analog of nameof() from C# in Rust? 0.00
Is it possible to declare extern "C" functions without po... 0.00
Whats the best way to count indirect function calls conditionally u... 0.00
How to a swap only some members of a struct in a vector? 0.00
Is it possible to get a value in a structure by field name without... 0.00
How to index vectors with integer types (besides usize), without ex... +1.72
Way to create inline static values +1.42
How to write a macro in Rust to match any element in a set? +0.36
Assign a single value to multiple variables in one line in Rust? 0.00
Unsafe assignment returns empty structure 0.00
How to add index support to a struct/tuples with homogeneous types? 0.00
Implement Fn Trait (call operator) for different types of arguments -0.71
How to import macros in Rust? 0.00
Using loop variable from ".." loop causes type conversion? 0.00
"use of partially moved value" error in "match"... 0.00