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 ... 37 38 39 40 41 ... 59
Title Δ
Simplification possible in example using print! and flush? 0.00
What is an idiomatic Rust way to format a value to multiple kinds o... +0.39
What kind of lifetime parameter do I have to use here when declarin... 0.00
How do I clone a HashMap containing a boxed trait object? 0.00
How to delay destruction of unnamed objects? 0.00
What's the most straightforward way to chain comparisons, yield... 0.00
Passing mutable context into callbacks 0.00
How to call a closure in a method +1.43
How can I match against a std::io::Error with a Windows error code? 0.00
Memory efficient conversion between a HashMap and a Vec +1.82
Convert a Vec<u16> or Vec<WCHAR> to a &str 0.00
How do I give a TcpStream to a BufReader but then take it back? 0.00
What is the right smart pointer to have multiple strong references... 0.00
Rust echo server and client using futures blocks itself forever 0.00
Bounded trait parameter with supertrait in Rust 0.00
How can I create specific values for generic numeric types? +2.08
How does a repr(C) type handle Option? 0.00
Cannot borrow captured outer variable in an Fn closure when using a... 0.00
How to resolve "expected (), found Result" when returning... +1.77
How to move tests into a separate file for binaries in Rust's C... 0.00
How do I pass closures through raw pointers as arguments to C funct... 0.00
How do the channels work in Rust By Example? 0.00
Format std::time output -0.07
Iterating through a Window of a String without collect -1.37
Problems getting error description in Rust 0.00
How do I get the Rust compiler to dump out the LLVM it generates? -0.61
Why is the value moved into the closure here rather than borrowed? 0.00
How to implement a stream of futures for a blocking call using futu... 0.00
How do I know what types I have to put into the generic type parame... 0.00
How to perform efficient vector initialization in Rust? 0.00
Why would a function that returns a Result always return Err? +0.38
Executing `find` using `std::process::Command` on cygwin does not w... -0.60
Expected type `&Vec<u8>`, found `&Vec<&u8>` 0.00
"no method found for type T in the current scope" when wr... +0.38
How to implement idiomatic operator overloading for values and refe... 0.00
Allow a function to accept a `T` or any `FnMut(T) -> T` +1.64
How to get a release build with debugging information when using ca... +0.40
Serializing tuple type - module core::tuple is private 0.00
Return lazy iterator that depends on data allocated within the func... 0.00
Possible to operate on all members of a homogeneous struct/tuple in... 0.00
Replacing a borrowed variable 0.00
What is the best way to share a big read-only structure between two... 0.00
Increment last element of Vec<usize> 0.00
Passing a mutable closure to a function in Rust 0.00
How am I supposed to apply a match or Option after an unwrap? 0.00
Unable to compile Iron example: expected struct `iron::request::Req... +0.40
How to get ID from file added to GridFS with the Rust MongoDB driver? 0.00
Iterate over collection. Drop it as soon as Iterator is dropped +0.40
Can't encode struct into JSON in Rust 0.00
How can I properly read the sequence of bytes from a hyper::client:... -1.26