StackRating

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

Steve Klabnik

Rating
1482.04 (4,488,205th)
Reputation
8,027 (19,635th)
Page: 1 2 3
Title Δ
Implementing Read trait : trait bound `std::error::Error + 'sta... 0.00
Does the documentation mention the possibility of adding the `mut`... -0.27
Modifying content in C function with Rust data produces unknown val... 0.00
What is the stabilization process? +2.82
What is the maximum number of threads a Rust program can spawn? 0.00
Where do benchmark tests go? 0.00
Cannot resolve core::slice::Iter as core::iter::Iterator? -1.67
How to write math formulas for Rust documentation? -1.33
Is `String::with_capacity()` equal to `malloc`? -1.29
How to conditionally skip tests based on runtime information? 0.00
How do you define custom `Error` types in Rust? -1.49
Anonymous enum in Rust 0.00
How to ensure structs implement functions consistently, without cal... 0.00
How to use serde on stable release of Rust -0.42
Why does the Rust playground not produce different results for thre... 0.00
Does &mut do anything when declaring a for loop variable? +2.53
How to include ASCII art/diagrams in Rust source-code comment docum... 0.00
Type name T undefined when creating a mutable binary tree +0.51
is Rust's "match" as fast as C's "switch&quo... 0.00
Way to create inline static values -1.42
How are elements of a vector left-shifted in Rust? 0.00
Ignore benchmarks when using stable/beta -0.34
How can I tell if a Rust library is deprecated? 0.00
Why does Rust have both call by value and call by reference? +0.56
Compiling a program using Piston's image crate is slow -0.47
Reading from stdin reads no data when run with `cargo run` and Rust... 0.00
Check for unwanted wildcard dependencies recursively +0.02
Should &self be dereferenced before it is matched? -1.87
How to set generic trait as type of function argument? 0.00
"use of moved value" when trying to use the same resource... 0.00
Tests panic when HTTP server starts after old one is closed 0.00
How do I eliminate the spurious warning "value assigned is nev... -1.75
Does Rust have a way to apply a function/method to each element in... 0.00
Unable to update registry with byteorder -0.49
Specify the version of rustc required for a Cargo project -1.72
Why is there a mod keyword in Rust? -1.45
How do I understand this borrowed value error? Building a Vec<&a... 0.00
Avoiding dropped frames in glium 0.00
What is the right way to store an immutable Path in a struct? 0.00
What can be done with Rust's generic FromStr object? -3.26
How to format a const string 0.00
Why does Rust bother with "let"? -0.51
Why should lifetime parameters be declared before type parameters? +0.75
Can't export and use the trait Deserialize from serde 0.00
Why is this hashmap search slower than expected? +3.86
When is it appropriate to use an associated type versus a generic t... -0.81
Reasons for Dot Notation for Tuple +4.25
Are std::net::TcpStream write or flush blocking operations? 0.00
Unable to declare a module "cannot declare a new module at thi... 0.00
How should I initialize an `Arc<[u8; 65536]>` efficiently? 0.00