StackRating

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

Chris Emerson

Rating
1572.15 (3,796th)
Reputation
8,369 (18,743rd)
Page: 1 2 3 ... 4
Title Δ
How is from_raw_parts_mut able to transmute between types of differ... 0.00
Find next char boundary index in string after char +1.97
Clarify the meaning of binding two references to differently scoped... -0.23
macro rule only matches first pattern 0.00
Taking closures with explicit lifetimes as arguments in Rust 0.00
Why does a generic method inside a trait require trait object to be... +2.52
Is it possible to use fold in Rust if the accumulator is neither co... -1.13
Write directly from a reader in Rust 0.00
Is there a simple way to mutate an enum field in Rust? -1.48
Struct instance function pointer as function argument (kind of like... 0.00
Cannot borrow member of own struct as mutable when using generics +0.40
Value getting dropped too early inside closure and combinator while... +1.88
Mutable access to two nodes in petgraph 0.00
Generic math without copying in rust 0.00
Non-scalar cast: `Box<FnMut<&Any>>` 0.00
"cannot infer an appropriate lifetime for pattern due to confl... 0.00
How to put a line into the documentation which is ignored for doc t... +0.36
Why does dereferencing `Arc<T> where T : MyTrait` align to 0x... -0.59
How to trace the cause of an error result? 0.00
Why do I need these lifetime but not others, how to know the correc... 0.00
How do I implement a container with support for a mutable iterator? 0.00
Assignment from Rust match statement +1.29
Create a generic struct with Option<T> without specifing T wh... -1.97
Possible to apply constraints on identifiers passed into a macro? 0.00
Efficient truncating string copy `str` to `[u8]` (utf8 aware strlcp... +1.39
How to define a variable that conforms to a trait in Rust? 0.00
Is it possible to coerce slices/vectors into 'Cow<[type]>... 0.00
Lifetime annotation for closure argument -1.97
How to cross compile from Mac to Linux? +1.27
How do I update a variable in a loop to a reference to a value crea... -1.99
Matching end-of-line or end-of-file using nom 0.00
Is it possible to use an item arg passed to a macro as a method? 0.00
Lifetime issue with a lazy_static mutable variable 0.00
Parsing text that requires lookahead using nom 0.00
Rc<Trait> to Option<T>? -1.86
Rust importing .rs fails 0.00
How to create a typesafe range-limited numeric type? 0.00
Problems with creating an impl-block using a macro in Rust 0.00
Generic struct over a generic type without type parameter -1.77
Casting a primitive type to T (which is also primitive) is Rust 0.00
How can I search through a 2D array without for loops? 0.00
"expected bound lifetime parameter" error when attempting... 0.00
Lifetime of format!() in match expression is too short -0.26
Mutable borrow of self doesn't change to immutable 0.00
Rounding a f64 to nearest i64 in Rust +2.16
Align struct to cache lines in Rust 0.00
Why do I get an error about non-exhaustive patterns? 0.00
How to use a struct members as its own 'key' when inserting... +0.35
Is there an idiomatic way to keep references to elements of an ever... +1.85
Why can't Rust infer the resulting type of Iterator::sum? +2.04