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 ... 6 7 8 9 10 ... 14
Title Δ
What is a predicate in Rust? 0.00
How to build a flexible multiple type data system in Rust without c... 0.00
Why does `let true = false` fail, and is it really possible to do it? -2.16
How to check from within a Rust function if it is called directly o... 0.00
Why do coroutines have futures? 0.00
Lifetimes' handling when returning inner reference from a refer... +0.11
How to create a Rust type that can hold either an integer or a poin... 0.00
Wrapping RefCell and Rc in a struct type 0.00
Referencing / dereferencing a vector element in a for loop +0.47
Returning a mutable reference that is behind an immutable reference... 0.00
Why is flow unable to determine more precisely the type in this exa... -0.26
CString::new().unwrap().as_ptr() gives empty *const c_char 0.00
With flow types, is it possible to auto infer return value for func... 0.00
Bitwise or in match? -0.39
Values does not live long enough in constructor and setter in OOP R... +0.48
How to allow simultaneous reads from a synchronized structure? -1.62
How would you write the equivalent of this C++ loop in Rust -1.39
Why does Vec have trait Sync? 0.00
Is there an alternative or way to have Rc<RefCell<X>> t... 0.00
How can I obtain an &A reference from a Rc<RefCell<A>&... 0.00
Initializing a vector of vectors in Rust 0.00
The term "function application" in Haskell -0.21
How to copy last element from slice 0.00
Why can I force reference move semantics for `&self` parameter... +0.53
Why does a slice starting at the length of a string not panic? 0.00
What is a function for structs like Java's instanceof? 0.00
How to return a struct with the unit data type? +0.47
Lifetime issues with a closure argument in Rust 0.00
Use output of macro as parameter for another macro +2.64
Is it possible to get the expansion of a single macro instead of th... +0.49
How to use a Result when there is no success value to return from a... +0.48
Why is impl not in scope 0.00
Why does to_ascii_lowercase return a String rather than a Cow<st... 0.00
How to implement prepend for a linked list without needing to assig... 0.00
Size of a box containing a struct with a trait parameter 0.00
Why can't I declare a trait function with tuple parameter match... 0.00
Why does a rustdoc test with unsafe code fail but the same code in... 0.00
How can I store multiple elements in a Rust HashMap for the same key? 0.00
How to match trait bounds in a macro? +0.65
How can I get and compare the ColorType from loaded image, using th... 0.00
How to automatically generate incrementing number identifiers for e... 0.00
How to match methods in macros? 0.00
How to find the type of the caller of a function in Rust? +0.43
Unable to initialize a TriMat matrix from the SPRS library +2.56
Why is it impossible to instantiate a data structure due to "o... 0.00
How do I fix the error "type annotations needed" when cre... +0.25
Does react-router need specific guidance when using Flow types? 0.00
Cannot resolve `T: serde::Deserialize<'de>` when using Se... 0.00
How to borrow the T from a RefCell<T> as a reference? 0.00
Cannot infer type for `B` for filter_map().sum() +0.00