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 ... 50 51 52 53 54 ... 59
Title Δ
Functional way to split string into offset substrings +0.49
Calling a function crashes when the stack pointer is changed with i... 0.00
Reference to a vector still prints as a vector? +0.46
Iterate over a string, n elements at a time +1.49
How do I assign a String to a mutable static variable? 0.00
What happens under the hood when I call a Rust dylib from native C... 0.00
What do I wait or join on when using channels and threads? 0.00
Can't capture dynamic environment in a fn item 0.00
What happens when a stack-allocated value is boxed? -0.52
Why does the println! function use an exclamation mark in Rust? 0.00
How to use `emit_struct` and `emit_struct_field` to serialize a cus... +0.53
Access a field from a struct casted with Box<Trait> 0.00
How to return a vector containing generic values 0.00
Lifetimes when adding temporary values to vectors 0.00
How do I use std::hash::hash? 0.00
Is there a good way to convert a Vec<T> to an array? 0.00
How can I return an iterator over a slice? 0.00
How do I sum a vector using fold? +0.49
Creating a callback system using closures 0.00
"Cannot move out of borrowed content" while summing comma... 0.00
Passing two objects, where one holds a reference to another, into a... 0.00
What type should I use for a 2-dimensional array? +0.53
What's the best way to compare 2 vectors or strings element by... 0.00
Why is Vec::resize an unstable function? +2.70
Type signature for generic closure with trait constraint 0.00
Is Rust able to optimize local heap allocations? 0.00
Is there a way to implement a custom enumerate method? +0.45
File IO OS error codes 0.00
How can I get cargo to recompile changed files automatically? +0.48
How do I prefix Command stdout with [stdout] and [sterr]? 0.00
How can I add strings and print them? 0.00
What's wrong with my std::ptr::copy_nonoverlapping call? 0.00
How to use mutable member Vec? 0.00
Modifying structure within nested loops - what's the Rust way? -0.00
What's the difference between use and extern? 0.00
How do I convert between numeric types? 0.00
How can I include private modules when generating documentation via... 0.00
What is the inferred type of a vector of closures? 0.00
Matching a generic parameter to an associated type in an impl -0.38
Use Option<&mut> 2 times -1.57
How can I get a random number in Rust rustc 1.0.0-dev? 0.00
Destructuring a vector (without taking a slice) +0.50
Convert buffer (&[u8]) to integer (i32) 0.00
stdio example in Rust book uses unstable library feature 'old_i... 0.00
parse::<f32> different from expected value 0.00
How to update libc::c_char array with String? +0.50
Matching on the result of File::create 0.00
Traits implementing traits -0.20
Unable to chain-access tuple types +0.50
Finding string slices in an array of string slices 0.00