StackRating

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

trent

Rating
1563.76 (4,945th)
Reputation
7,006 (22,921st)
Page: 1 2 3 4 5 6
Title Δ
How can I use PhantomData in a struct, with raw pointers, such that... -0.56
Why isn't `From` automatically used for coercing to trait imple... -2.13
Chaining a sequence of things that are either owned or referenced 0.00
"Expected trait A, found &A" when trying to box a tra... -2.18
Variable does not live long enough to send over channel 0.00
How does the mechanism behind the creation of boxed traits work? +2.66
Can I avoid eager ambiguity resolution for trait implementations wi... -1.64
Can Rust macros expand like C preprocessor macros for hex numbers? 0.00
How do I return an Iterator over a collection encapsulated by a Ref... 0.00
How do I implement one of the std::ops:{Add, Sub, Mul, Div} operato... 0.00
How to avoid needing `std::marker::Sized` when an associated type d... 0.00
Why can't I update a value through an immutable reference of a... +0.50
Is there a way to tell the compiler that I am managing ownership of... 0.00
Is there any way to convert Box<Box<Foo + Send>> to Box... +2.41
How to convert Option<&T> to Option<T> in the most... 0.00
Writing a &str to the console using winapi goes wrong when usin... 0.00
How to hint that a FnOnce closure will be executed exactly once to... 0.00
Returning non-trivial gstreamer "pad callbacks" as boxed... 0.00
Is it possible to perform another read in the middle of stdin.lines... 0.00
Specify `Fn` trait bound on struct definition without fixing one of... -0.88
Curiously recurring generic trait pattern: overflow evaluating the... -4.46
Does this error message mean I can use pattern matching in for loops? +3.97
Adding unrelated generic parameter triggers strange lifetime error 0.00
Can I define a trait whose implementations must be `!Send`? +3.20
How can I group consecutive integers in a vector in Rust? +3.63
Lifetimes for method returning iterator of structs with same lifetime +0.25
Creating environment for closure in a macro in Rust -1.99
What are the differences between the multiple ways to create zero-s... +3.97
Can I use `std::path::Path`'s `strip_prefix` to replace a dynam... +4.88
"no rules expected the token `<`" when passing a type... 0.00
Is there another way to handle arrow key input in Rust besides raw... 0.00
Is there a way to convert a trait reference to an object of another... 0.00
no function or associated item named `from_str` found for type `hyp... 0.00
Method call resolution for `Box`ed type 0.00
Implementing add_all_at_index in a singly-linked list 0.00
Implementing a trait for reference and non reference types causes c... +3.69
How to implement multi-valued iterator pattern in Rust? 0.00
How to find the difference between 2 NaiveDateTimes? 0.00
Is there a compact and idiomatic way to print an error and return w... +3.81
Does Rust free up the memory of overwritten variables? -3.20
Trait mismatch for function argument +3.68
Defining a method for a struct only when a field is a certain enum... 0.00
How to convert code that uses the Read trait to use the Iterator tr... -1.41
How to convert from &[u8] to Vec<u8>? +5.12
What is the most memory-efficient array of nullable vectors when mo... +5.17
LPTHW Exercise 17. Why the output from len() is not what the exerci... 0.00
tuple' object has no attribute 'iteritems' for list ins... +0.96
Is there a way to use docopt to pass a vector of u8 from the comman... 0.00
How can I create 100 distinct labels with type &'static str? 0.00
How to mutate iterator elements in Rust to reverse substrings -1.36