StackRating

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

Peter Hall

Rating
1559.40 (5,711th)
Reputation
18,890 (7,320th)
Page: 1 2 3 4 5 6 7 ... 14
Title Δ
Could not work out a closure returned from a method capturing a mem... 0.00
How to zip two iterators of unequal length with a default? -1.45
Calling method on subslice without reference 0.00
How to find the correct return type for syn::parse? 0.00
What is the cited problem with using generic type parameters in tra... +2.53
Rust `From` trait, errors, reference vs Box and `?` operator +0.47
Issuing a warning at compile time? 0.00
If f32 is not Eq, why does this compile? 0.00
Why am I getting an error about a missing unstable trait (std::iter... +1.82
Why is the address of a second variable not right after the first v... 0.00
Why do Rust mutexes not seem to give the lock to the thread that wa... +2.22
Can a non-generic struct implement a generic function in rust? 0.00
How to write fuctions that takes IntoIter more generally 0.00
Rust creating String with pointer offset 0.00
Store lambda returning iterator in the struct 0.00
Calling map on an Option<Rc<Struct>> works differently... 0.00
A Hashmap supporting String and &str 0.00
Does casting pointers in Rust have the same behavior as reinterpret... 0.00
Why does indexing an explicitly typed vector fail with a type infer... 0.00
Can a static function in a trait call another static function in sa... 0.00
What is the idiomatic way to optionally normalize values when the c... 0.00
When is it safe to extend the lifetime of references into Arenas? 0.00
Unexpected pixels changing in opengl texture before being drawn to... 0.00
how to write a function that only takes one variant of the enum as... 0.00
Is there a way to use postfix notation to call a function in Rust w... 0.00
Syntax meaning for `impl<'a> Config<'a> {` +2.21
Why will a move closure not capture a value with a generic type? 0.00
Can a trait have a supertrait that is parameterized by a generic? +2.24
Reusing variables in Rust +0.46
Immutable borrow tied to mutable borrow causes "cannot borrow... 0.00
Check if Rust is running a test build 0.00
What does the statement "Rust won't convert integers to re... +2.48
Infer types for type constructor 0.00
Does `#[test]` imply `#[cfg(test)]`? 0.00
How do I have a trait field in a struct? 0.00
Returning a recursive closure in Rust 0.00
How to implement a trait when one of the associated types is imposs... 0.00
Expected XYZ found () 0.00
If I want to code in Rust securely, should I code without using poi... -1.39
can isize and usize be different in rust? +0.43
What is the equivalent of Java's transient in Serde? 0.00
How do I declare a static variable in a specific memory region in R... 0.00
How do I recursively watch file changes in Rust? 0.00
Rust: fail to parse integer to string, ParseIntError 0.00
Why does taking a static reference to a const return a reference to... -0.84
Rust error: borrow occurs after drop a mutable borrow 0.00
Unwrap enum when all variants are of the same type 0.00
Type mismatch using trim_end_matches as closure function: expected... 0.00
How to deserialize XML to different structs based on tag name using... 0.00
How to merge two elements of a list in Rust? 0.00