StackRating

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

Francis Gagné

Rating
1570.77 (3,963rd)
Reputation
34,189 (3,420th)
Page: 1 2 3 ... 13
Title Δ
Is there a way to tell the Rust's drop checker we effectively o... 0.00
Rust - Idiomatic way to cache a view of some immutable data -0.60
Why does use libc stop cargo from linking my program correctly? +0.40
What does ?? do in rust? +1.28
How does println! interact with multiple levels of indirection? 0.00
Differences between a pointer and a reference in Rust +1.51
Rust static function fn pointer, which value to initialize? +1.64
Formatting a byte slice in Rust 0.00
Rust not allowing mutable borrow when splitting properly 0.00
Are owned and borrowed strings guaranteed to hash to the same value? 0.00
Lifetimes in HashMap where key refers to value 0.00
How to pass data struct with trait over multiple threads in rust? 0.00
Iterator with multiple lifetimes 0.00
get the list of authors in a git repository efficiently with libgit2 -1.34
Statically declared struct with method taking a non-static reference 0.00
Unboxing and inspecting a trait object 0.00
In Rust, is there a function for continuously "folding" a... +0.02
Casting a borrowed reference with a lifetime to a raw pointer in Rust 0.00
Does Rust automatically wrap all data returned from a function in a... -1.15
Trouble with Rust Lifetime in Generic function 0.00
Entry::Occupied.get() returns a value referencing data owned by the... 0.00
Ownership of values passed to overloaded PartialEq 0.00
Perplexing borrow checker message +0.40
Why can't a variable be moved out of a closure? 0.00
Strange memory layout with Option<unsafe fn ...> within a str... 0.00
Replicating `std::thread::spawn` results in stack overflow 0.00
Type mismatch for std::op trait "Not" 0.00
Why does Rust borrow checker ignores the mutable pointer among the... 0.00
which reference to heap allocated point is right? 0.00
How can I return an impl Iterator that has multiple lifetimes? 0.00
How to switch between rust toolchains 0.00
Rust: BTreeMap equality+inequality range query 0.00
How to rewind the file pointer in rust 0.00
Inline `cfg_attr(feature = x, path = "file.rs")` doesn... 0.00
Is is safe to create a Rust String using a malloced string? 0.00
In which cases is Arc<Mutex<T>> not the best way for sh... 0.00
Does implementing the Sync trait change the compiler output? 0.00
Are the usize/isize types in Rust guaranteed to always be either 32... +1.78
How to use a COM VARIANT in Rust winapi programming? 0.00
How does Rust pattern matching determine if the bound variable will... 0.00
Implement a trait for another trait Item type +0.71
Question about generics and traits in Rust +0.41
Macro matching tokens recursive expansion 0.00
How to execute raw instructions from a memory buffer in Rust? 0.00
Why is rand::Rng able to work in a no-std environment even when I h... 0.00
Break long table rows into multiple lines in documentation +1.84
How to check if two reference variable are borrowing the same object? -0.57
Accessing a method of self inside a thread in Rust 0.00
How to use take_while with futures::Stream? +1.88
Why can a Cargo package only have one library target? 0.00