StackRating

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

delnan

Rating
1680.51 (249th)
Reputation
62,580 (1,434th)
Page: 1 2 3 ... 23
Title Δ
Global variables in Single Static Assignment Form 0.00
How to detect when calling 'drop' is needed for a type? +1.27
How do I return a closure that has a reference to a struct? 0.00
Does a tests submodule really reduce code bloat in Rust? 0.00
Turning a Vec<Rc<RefCell<T>>> into a &[&m... -0.74
Why can Cell in Rust only be used for Copy and not Clone types? +1.45
Is it possible to return a reference created inside function scope? -0.57
Is Rust using region-based memory management? 0.00
Constrain parent trait to reference 0.00
calling a function before its definition in python 0.00
Possible to prevent access to a variable declared in the scope or a... -0.27
How do I use unsized types/traits in Rust? +1.32
Unable to coerce nested sized to unsized type using CoerceUnsized 0.00
Trying to borrow variable binding from outside of loop 0.00
Where are Unix errno constants in Rust? 0.00
When can I omit derefencing with the asterisk operator? 0.00
Why is self is not moved when calling into_iter on a linked list? 0.00
Rust function does not have static lifetime? 0.00
How to pass rustc flags to cargo? 0.00
Confusion about Rust HashMap and String borrowing 0.00
What is the equivalent of Java's final in Rust? 0.00
Destructure immutable reference and bind mutably in parameter list +0.26
Parsing: Is holding all tokens in a list a bad idea? +1.19
Difference between immutable and const variables in Rust? -1.17
Is it possible to return part of a struct by reference? 0.00
Can associated constants be used to initialize fixed size arrays? +0.31
Is it possible to compare a char with &char or &mut char? +0.27
Vec with interior mutability -2.13
Float versus Logged values in Python 0.00
Mutability issue with self and collections in Rust 0.00
How to require generic moved parameters to a Rust method live as lo... 0.00
std::ops::Add or core::ops::Add? +1.71
Can I assume the size of `long int` is always 4 bytes? +0.19
Pass an iterator of structs to a function accepting references in R... -2.73
Preferred method for awaiting concurrent threads 0.00
How to restrict generic implementation of a trait in Rust? 0.00
What container should I use for multiple immutable references of a... 0.00
The “outlives” relation and actual scopes -1.83
Is it possible to have a variable local to a trait implementation? 0.00
Parsing floats in Rust from Fortran formats +1.11
Why is the lifetime important for slice::from_raw_parts? +0.26
Function taking both owned and non-owned string collections +1.21
Does the object file contain x86 code? How can we generate RISC-V c... 0.00
Python - Why is the default value for next initalized if it doesn&#... +1.96
Why is function argument lifetime different to the lifetime of a bi... 0.00
Why does Rust bother with "let"? -1.38
&self move field containing Box - Move out of borrowed content 0.00
From an application programmer's perspective - Can Functional P... 0.00
IEEE754 float point substraction precision lost +0.85
Return reference with lifetime of self -0.55