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 Δ
Can macros match against constant arguments instead of literals? +4.84
Process Isolation in Rust 0.00
Is std::iter::FlatMap.clone() possible? +4.17
How many lines are covered by the Rust conditional compilation attr... -4.27
Why does Rust's documentation for methods use a separate builde... +3.42
What value does the variable in the following code snippet have? +3.80
Rust, FFI, and lifetime for string transmutation +4.07
Updating public fields of Rust structs which have private fields +4.08
How to introspect all available methods & members in Rust? +4.02
Unable to append a vector in a mutex to another vector -2.77
Extern crate inside main method; module::Type vs main::module::Type 0.00
How to get the index of an element in a vector using pointer arithm... 0.00
How do you create a Box<T> when T is a trait-object? +4.48
Checking for consecutiveness of values in Rust +0.34
`for<'r, 'r, 'r> ...` cannot be sent between thre... 0.00
Why do Rust's operators have the type Output variable? -3.51
Generic functions in Rust with limited, known types? +0.31
Search for Successor of BST node, "clone to satisfy borrow che... 0.00
Is it possible to move even with immutable borrows? 0.00
Is this transmute from array of SIMD to regular numeric types undef... -3.63
How do I give a mutable reference to a builder but only an immutabl... -3.10
E0309: Constraining a generic type parameter's lifetime 0.00
Similar implementations of one trait for many structs +4.14
[] operator for strings, link with slices for vectors -3.37
Hiding and receiving generic T objects 0.00
Are nested matches a bad practice in idiomatic Rust? -1.62
Weird behaviour of argument repetitions in Rust macro -4.00
Weird behaviour of argument repetitions in Rust macro +4.00
Require trait implementations to be convertible between each other 0.00
How to "crop" characters off the beginning of a string in... -0.63
Is [repr(C)] propagated to child members? -4.24
How to freeze time for a test? 0.00
Take slice of certain length known at compile time +0.62
Why does iter() borrow the list as immutable? 0.00
Does Rust have a debug macro? -3.21
How to securely set the group ownership of a unix domain socket? 0.00
Save `trait Bar: Foo {}` in `struct Abc<Foo>` +1.31
Rust Borrow checker only complains about borrowing as mutable multi... -1.52
Where should I put test utility functions in Rust? 0.00
What does _ mean in type errors in Rust? +4.80
How to tell the Rust compiler that a borrow has ended? +3.89
Difference between immutable and const variables in Rust? +4.84
Look up key in HashMap<(String, usize), f64> in Rust +3.61
Wrong vector return type for Rust function 0.00
Do Rust macros work inside trait definitions? -0.01
Mutating two dependent values in loop -1.41
Why are the keys and values of a borrowed HashMap accessed by refer... -1.58
What is the advantage of using the same lifetime for multiple argum... -3.98
Error: unable to infer enough type information about `_`; type anno... +4.33
Stringize loopcounter to reference members of C struct 0.00