StackRating

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

Shepmaster

Rating
1621.85 (1,050th)
Reputation
178,829 (280th)
Page: 1 ... 48 49 50 51 52 ... 59
Title Δ
How to redefine a macro? -0.54
Lifetime parameters for an enum within a struct -0.45
The "trait Clone is is not implemented" when deriving the... +0.46
How can I wrap any impl of std::error::Error to ease error propagat... 0.00
What does & actually do? 0.00
Use of undeclared type that is defined in another file 0.00
How do I allow deprecated features? 0.00
Correct idiom for freeing repr(C) structs using Drop trait 0.00
What's the difference between filter(|x|) and filter(|&x|)? 0.00
unresolved name rand::thread_rng 0.00
How do I implement a function which prints a vector of any type and... 0.00
Threaded calling of functions in a vector 0.00
Use trait from submodule with same name as struct -1.57
What is the best variant for appending a new line in a text file? 0.00
Disabling default namespaces -0.04
Implement fmt::Display for Vec<T> 0.00
Parsing text file lines into numbers using std::iter::Iterator map 0.00
Application on OSX cannot spawn more than 2048 threads +1.70
Is there any way to call a closure inside a spawned thread? 0.00
Trouble reading from TcpStream 0.00
What is the preferred way of matching a variable with a pattern gua... 0.00
Calling a function only known at runtime 0.00
How can I add new methods to Iterator? 0.00
Store reference of struct in other struct +0.45
How can I compare objects only when they are created from the same... -0.36
How are lifetimes of struct arguments treated in calls to functions... 0.00
How to filter file paths then use the resulting paths 0.00
Best way to implement a collection of items for copying? 0.00
Variables have different lifetimes, when they should have the same 0.00
How can I create a function which accepts any type? 0.00
How to Iterate Over an Array? +0.48
Use of undeclared type or module core::fmt::Display 0.00
Handle runtime panic with try macro 0.00
How can I get the compiler to emit the lifetime(s) of variable(s) i... 0.00
How do I create a map from a list in a functional way 0.00
How do I alias the type of self in a struct method? 0.00
Aliasing trait with associated types -0.22
How to build a binary and a library with the same configuration opt... 0.00
Update value in mutable HashMap 0.00
How to read specific number of bytes from a stream 0.00
What is the proper way to create a new generic struct? 0.00
What does `Vec<T>` mean? +0.47
Can't forward parameters to nested macros 0.00
What does the box keyword do? +1.45
Does Read::read guarantee to append data and not overwrite any exis... 0.00
Using traits as types in enums 0.00
What does the question mark mean in a type parameter bound? 0.00
How to implement a custom allocator? +2.28
Pass Python list to embedded Rust function +2.13
Printing a tree — attempted access of field, but no field with that... -1.17