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 ... 6
Title Δ
How do I say ptr+1=(int*) malloc(1 * sizeof(int)); correctly? -0.89
Dead code warning with multiple binaries? 0.00
Why impl RangeBounds<T> for Range<&T> requires T to... 0.00
Does Rust's String::from("literal") copy all the stri... 0.00
Generic types that depend on another generic in Rust -2.41
How can I make this Rust code more idiomatic 0.00
How to create a Future from a Result containing a Future? +0.40
How to reuse codes for Binary Search Tree, Red-Black Tree, and AVL... -1.14
Generic supertrait / requiring blanket impl 0.00
Is disallowing accessing the elements of an array with a different... +1.98
Comparing polymorphic types in c++20 -0.11
Local functions accessing variables outside +0.40
What's the practical difference between fn item and fn pointer? +1.83
Why does the compiler need an implementation of a trait to call a d... -2.18
Why can't some traits be made into objects 0.00
How to enforce super trait without implementing the functions? 0.00
How do I convert a RangeInclusive to a Range? 0.00
Lifetime doesn't outlive, but only when structure has a trait o... 0.00
Is it possible to access elements of a struct using pointers in Rust? +1.56
How to get an implementation of fmt::Debug for a Vec of dyn Trait o... 0.00
In Rust, what is `fn() -> ()`? +1.12
Getting "use of undeclared type or module" when accessing... 0.00
How to define a const closure inside a generic struct 0.00
Type of a function pointer to method with lifetime parameters 0.00
How can I get a &str returned here? 0.00
How to eliminate partial move when calling map on an iterator +1.12
Error when passing Rc<dyn Trait> as a function argument 0.00
How to use dynamic dispatch with a method which takes an iterator a... -0.59
Random string generator with minimal allocations +2.21
Creating and linking static rust library and link to c 0.00
Mutable reference in object returned from Iterator 0.00
IntoIterator returning proxy type that'll return indices during... 0.00
Interior mutability abuse in API design? 0.00
Opposite of Borrow trait for Copy types? +1.80
Is it true that for all types `T`, `U` if `T` is coerced to `U` the... 0.00
How to store a reference in a Vec and use this later on in Rust? +0.42
How can I split up a large impl over multiple files? +0.42
Split string and skip empty substrings +2.87
Is it possible to convert `Borrow<T>` to `AsRef<T>` or... +2.03
Safely cast a newtype slice into inner variant without cloning 0.00
Rust - runtime memory size of objects 0.00
Making a struct outlive a parameter given to a method of that struct 0.00
Trait object discrepancy between Vec and HashMap 0.00
How to bundle source files into one file? -1.61
Can one do generics over references and non-references? 0.00
How to change the index of a vector element? +0.42
Is it possible to build a HashMap of &str referencing environme... 0.00
Should I end an expression with ; inside a loop? +2.00
Rust lifetime subtyping doesn't work with Cell 0.00
Why is this partial quick sort implementation so much slower than t... 0.00