StackRating

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

ljedrz

Rating
1447.89 (4,533,183rd)
Reputation
11,756 (12,588th)
Page: 1 2 3 4 ... 6
Title Δ
Why is the string literal not moved? 0.00
When to use Rc vs Box? 0.00
How can I avoid a function name clash while implementing a trait? 0.00
How to increment every number in a vector without the error "c... +2.88
Why does calling a method on a dereferenced trait object or slice c... -1.32
Why does count_ones not work if I don't specify the number'... 0.00
Why does T not implement AsRef<T>? +3.12
reduction steps for successor of 1 with Church numerals 0.00
What is the leftost-innermost term in a lambda expression? 0.00
Why does `cargo build` not show all errors in my code? 0.00
How do I convert reverse domain notation to PascalCase? -0.16
How does Rust implement array indexing? 0.00
Why can't I compare two integers of different types? -1.03
Module visibility in Rust 0.00
When to use `std::cmp::ordering` instead of an `if` statement in Rust -1.04
Cannot move out of borrowed content for Box::into_raw on self.attri... 0.00
What is the difference between char::is_digit and char::is_numeric? +0.59
How do I add examples to macro documentation in rust? 0.00
Trouble with successor & predecessor in Mogensen's binary e... +0.07
Where do I find the complexity of an operation? +0.57
How to mutate iterator elements in Rust to reverse substrings -0.27
Is there a built-in conversion from Rust's Ordering::* to integ... +0.58
How do I declare a function that accepts anything that can be turne... 0.00
How can I make only certain struct fields mutable? 0.00
Destructuring tuples into typed variables -0.35
Why is it legal to borrow a temporary? -1.17
Can I simplify this Rust code dealing with Option<T> and Resu... +0.58
How to match against an iterator's item? 0.00
How to deduplicate a vector of strings? -1.36
How to modify an optional field of a struct in a member function 0.00
How to join elements of HashSet into a String with a delimiter -0.51
Is there a shortcut for as_ref().unwrap()? +2.88
What are the differences between an impl trait argument and generic... -0.58
Reverse part of a String -0.42
How do I write a value doubling iterator? -0.77
Extract chain of iterator calls to a helper function -1.07
Cannot assign to `self.x` because it is borrowed 0.00
How to update a char in a String? 0.00
How to prepend a slice to a Vec -1.19
Why is there no semicolon after a macro call? 0.00
Why must callers use a constructor instead of creating a struct dir... 0.00
Implementing 2D vector syntax for accessing a 1D vector? +2.60
Why can't `Self` be used to refer to an enum's variant in a... -0.73
Why are multiple mutable borrows possible in the same scope? 0.00
Idiomatic Rust method for handling references to a buffer +0.35
How to compose functions in rust? -0.34
Can a vector be moved and modified without an extra allocation? +2.47
End-of-line conversion during Input/Output for text files 0.00
How to get value of next iteration in current iteration in Rust for... +0.57
The std documentation examples with question marks don't compile 0.00