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 ... 16 17 18 19 20 ... 59
Title Δ
Why are const atomic variables not updated, but static atomic varia... 0.00
How can I use a closure that has mutably captured a variable in a l... -2.61
Is there any reason to put a semicolon after panic? 0.00
How can I check if std::io::Cursor has unconsumed data? 0.00
How do I pass a Path to Command::arg? 0.00
How to give different values based on a generic type parameter? 0.00
How to use contains() and retain() with String? 0.00
Is there a simple way to conditionally enable or ignore entire test... 0.00
How do I use include_str! for multiple files or an entire directory? +1.70
How can I get impl Trait to use the appropriate lifetime for a muta... 0.00
Returning a MutexGuard of a lazy_static Mutex from a function needs... 0.00
Double mutable borrow error in a loop happens even with NLL on 0.00
"expected identifier" when creating a macro to define mut... +0.33
What is a good way to match strings against patterns and extract va... -0.35
Returning a RWLockReadGuard independently from a method 0.00
Sort a vector with one of many closures depending on a setting -0.61
Why does a generic function replicating C's fread for unsigned... -0.67
Take element with lowest value from a HashSet? 0.00
How can I implement a method to work with &str, Box<str>,... 0.00
How to use an external object in a struct callback such as when app... 0.00
Why do I not get a backtrace when my program has a segmentation fau... 0.00
What is the easiest way to pad a string with 0 to the left? +1.43
Confused about forwarding a reference through multiple functions 0.00
Is there a way to construct a conditional from an array? 0.00
BigUint and "cannot move out of borrowed content" error 0.00
When is it necessary to circumvent Rust's borrow checker? 0.00
How can I disambiguate a mixed Iterator and Futures call chain with... 0.00
Provide `char **` argument to C function from Rust? -0.64
How do I convert a usize to a u32 using TryFrom? 0.00
Why can't I return an explicitly-typed Result enum from a funct... 0.00
How can I implement a Future which is woken up from another thread... 0.00
Why do strings from a csv::Reader's records not live long enoug... +0.35
Can't get image::load_from_memory() to work when compiled to We... 0.00
How can I create an efficient iterator of chars from stdin with Rust? +0.39
Is there a succinct way to spawn new threads with copies of existin... +1.29
Running asynchronous mutable operations with Rust futures 0.00
Can I return a struct which uses PhantomData from a trait implement... 0.00
How to implement a trait for a vector of generic type Vec<T>? +1.43
Creating a Vec in Rust from a C array pointer and safely freeing it? 0.00
How to add/subtract an offset to/from NonNull<Opaque>? +0.32
How to overload the reference operator? +0.91
What does a lifetime mean when returning a conservative impl trait? +2.17
Lifetimes for method returning iterator of structs with same lifetime -1.48
Find greater and lower keys in a BTreeSet in a single search +1.48
What's the complexity of inserting to a vector in Rust? 0.00
How do I return the string of an enum at a specific index? +0.36
How do I remove the \\?\ prefix from a canonical Windows path? +1.85
How do I go from a NaiveDate to a specific TimeZone with Chrono? -1.35
How do I pass each element of a slice as a separate argument to a v... 0.00
Looping through a vector and finding a maximum sum of values with f... 0.00