StackRating

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

Levans

Rating
1527.80 (20,682nd)
Reputation
9,075 (17,076th)
Page: 1 2 3
Title Δ
What do letters enclosed by two single quotes next to a function ar... -0.74
What does this syntax mean (<T=Self>) and when to use it? +2.15
How does `std::mem::swap` work? 0.00
Result type does not implement method in scope named `unwrap` 0.00
How to use closures in nested map? 0.00
Why don't Option's Some and None variants need to be qualif... 0.00
Who owns a Box in the heap? 0.00
Variable binding: moving a &mut or borrowing the referent? 0.00
What is the meaning of 'static as a function constraint? 0.00
How to get the v-ptr for a given Trait/Struct combination? +2.15
How to cleanly end the program with an exit code? +1.98
When I can use either Cell or RefCell, which should I choose? +0.48
Linking the lifetimes of self and a reference in method 0.00
Refactoring messes up mutable borrow - why? 0.00
How to get mutable references to two array elements at the same time? +0.54
Can struct-like enums be used as types? +2.35
Crash while trying to do bit shift 0.00
How can I return None from a function that borrows from it's ar... -0.99
When should I implement std::convert::From vs std::convert::Into? 0.00
Parameter type may not live long enough? 0.00
Multiple mutable borrows during a depth-first tree search +5.08
Why can't I make a reference to memory inside "if"? 0.00
How to provide a type-annotation for `AsRef`? -2.26
How does Rust achieve compile-time-only pointer safety? -3.86
Moving a mutable trait object reference into a box 0.00
What's the difference between `usize` and `u32`? 0.00
How to use `emit_struct` and `emit_struct_field` to serialize a cus... -2.87
How to create a sized closure or implement Fn/FnMut/FnOnce on a str... 0.00
What type should I use for a 2-dimensional array? -4.26
Type inference failure when taking the modulus of a random number 0.00
Iterators, laziness, and ownership 0.00
Simplify where clause with repeated associated type restrictions 0.00
How can generic closures be stored in generic structures? 0.00
Encapsulation and RefCell 0.00
Future::spawn() kinda useless? How can I multi-thread this? 0.00
Why does sorting take so long? 0.00
Mutate an array through a window 0.00
How can I convert a Vec<T> into a C-friendly *mut T? 0.00
How can I hide a method in a child module but still use it from a p... 0.00
Rust alpha 1 - base64 not found 0.00
How do I pass an iterator I am iterating on to a function? 0.00
Moving to and from a mutably borrowed structure 0.00
How do I apply an explicit lifetime bound to a returned trait? +4.08
What is the syntax and semantics of the `where` keyword? 0.00
Is there a syntax for type annotation within an expression? (exampl... 0.00
Calling a procedure from a Vec<proc() -> uint> 0.00
Rust array of functions +3.93
How to access floating point constants? -0.08
Generating secure random numbers in Rust 0.00
Cannot borrow self 0.00