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 ... 4 5 6 7 8 9 10
Title Δ
How to make a compile time error if an enum variant is passed to a... 0.00
Equivalent of Cons Pattern from F# in Rust for Strings -0.13
Why is the `Clone` trait not implemented for `fn(&T)`? 0.00
Why can I iterate over a slice twice, but not a vector? 0.00
Apply some functions on a struct owning those functions 0.00
Sort HashMap data by value 0.00
How can I implement Borrow, ToOwned, or Deref for an enum? +1.81
What does @ mean in a match statement? 0.00
How do I allocate an array at runtime in Rust? 0.00
E0369 when concatenating string references +1.06
Call static method from trait on generic type 0.00
Counting length of repetition in macro +1.86
Can I destructure a tuple without binding the result to a new varia... 0.00
How can I randomly select element from a vector or array? 0.00
Explicitly stating the type of vector length for references 0.00
Cannot borrow `*x` as mutable because it is also borrowed as immuta... +1.98
Temporarily transmute [u8] to [u16] +2.00
"unresolved import -- maybe a missing extern" When extern... +0.45
Is there a format spec that will output a OS-specific newline? 0.00
Is there a difference between slicing and an explicit reborrow when... +0.41
How do I pass disjoint slices from a vector to different threads? 0.00
Is there any way cast to a generic T, where T is an arbitrary trait... 0.00
How to allocate a string before you know how big it needs to be 0.00
How to get struct reference from boxed trait? +0.41
Is it possible to reverse a linked list in-place without allocating... 0.00
Store closure which references other closure 0.00
Convert one element string into char 0.00
How does the Rust compiler know `Cell` has internal mutability? -0.06
Using macros, how to get unique names for struct fields? 0.00
How can you get the modification time of a file in a cross platform... 0.00
Macro that generates a function with arguments determined by the ma... 0.00
Use a program identifier in a syntax extension +0.46
How to use constructs defined in module in exporting macro implicitly 0.00
Convert int to a vector of strings +1.81
How to suppress "function is never used" warning for a fu... -2.07
Can casting in safe Rust ever lead to a runtime error? -1.76
Specify the version of rustc required for a Cargo project -0.33
How to get index of macro repetition single element 0.00
Using unicode strings in DllImport with Rust dlls 0.00
Unable to call a function with a reference to a type implementing a... 0.00
How to set a compile time condition in macros 0.00
How can I statically register structures at compile time? +1.51
How can I overload the 'as' operator for custom types? 0.00
Is it possible for one struct to extend an existing struct, keeping... -0.97
Why are iterators not copyable? 0.00
How do I write a wrapper for a macro without repeating the rules? 0.00
In Rust, how to "add" `flatten" to Option<Option&... 0.00
Unable to infer enough type information about `_`; type annotations... 0.00
Ownership error using builder pattern 0.00
How to use a String instead of &str in iterator, if/else block +1.91