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 ... 52 53 54 55 56 ... 59
Title Δ
Fill an array "let x = [1..11], iterate over it multiple times... +0.00
Conflicting lifetime requirement for iterator returned from function 0.00
Borrow pointer errors recursively traversing tree 0.00
Keeping DRY in rust match expressions +0.48
Operator overloading involving complex and float values 0.00
Is there a `connect()` implementation for `Iterator<Item=Str>`? 0.00
Rust + Rust Image - Private 'Associated Type'? 0.00
"panicked at 'assertion failed: begin <= end" when... +1.39
"thread '<main>' has overflowed its stack"... 0.00
Lifetime troubles sharing references between threads 0.00
How can I type parameterize a struct that doesn't use that type... 0.00
Modifying self in `iter_mut().map(..)`, aka mutable functional coll... 0.00
"expected identifier, found (" when trying to bind a tupl... 0.00
How to most generically iterate a sequence of items with a given ty... 0.00
What is the proper way to go from a String to a *const i8? 0.00
Is this kind of borrowing the "Rust way"? +2.50
Piping stdout of Process to another stdout 0.00
How can I deflate zlib data and find out how many input bytes there... 0.00
Use of collaterally moved value error on a recursive enum 0.00
Using functions defined in primitive modules 0.00
How do I borrow an Iterator? 0.00
How do I run parallel threads of computation on a partitioned array? +0.05
Depending on -sys wrapper library? 0.00
How can I modify self in a closure called from a member function? 0.00
How do I tell Rust that my Option's value actually does outlive... 0.00
Returning and using a generic type with match 0.00
What's the difference in `mut` before a variable name and after... +0.49
Should I use Rust 1.0-alpha or the nightly version? 0.00
How can I explicitly specify a lifetime when implementing a trait? 0.00
What is a clean way to convert a Result into an Option? 0.00
How to implement some convenient methods (e.g., flat_map, flatten)... 0.00
How do I use number literals with the Int trait? -0.48
Can you express 'valid for lifetime of returned value' in t... 0.00
Storing mutable references and lifetimes 0.00
Split/gather pattern for jobs 0.00
"struct field is never used", but needed by RAII -1.51
How do I globally store a trait object to make it accessible to a C... 0.00
How do I read a single String from standard input? 0.00
Unresolved import when calling a macro defined in an external crate 0.00
How do I initialise a struct that contains a reference? +2.02
Using trait methods in threads +0.50
How to create and write to memory mapped files? +0.50
What's the right way to create OsStr(ing) from a FFI-returned s... 0.00
How do I get lifetime of reference to owned object? (cannot infer a... -0.50
Use of undeclared type name error with a parameterized trait -2.45
"entry point could not be located" when running program o... 0.00
How to cleanly get the path to the bash history? 0.00
"borrowed value does not live long enough" when using the... 0.00
How do I make an internal function nonpublic? -0.88
How to represent shared mutable state? -0.32