StackRating

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

Paolo Falabella

Rating
1530.73 (17,907th)
Reputation
19,347 (7,100th)
Page: 1 2 3 ... 9
Title Δ
Why can't Rust do more complex type inference? -1.80
What is the ownership of *self in matching expression for impl of s... 0.00
How to avoid redundant function calls when pattern matching? +0.46
How do I write the transpose function example from Rust by Example? 0.00
Can type associated constants be used to generalize array size argu... 0.00
Expected type parameter, found &A expected A +0.46
How can I return the first non-empty string? +0.05
How can I specify `Sized` for boxed value -0.32
Slice and iter() simultaneously -0.70
What is the difference between a Rust function with no argument and... -0.77
Specifying lifetimes when using the factory pattern in Rust -0.56
How do I get a substring between two patterns in Rust? 0.00
What is the idiomatic way to return an error from a function with n... -0.55
Mismatched types error when moving a method from a trait implementa... 0.00
Vector of traits (dynamic dispatch) which contains associated type... 0.00
Is the big integer implementation in the num crate slow? +1.36
What's the most efficient way to reuse an iterator in Rust? -0.32
Does Rust have Collection traits? 0.00
"conflicting implementations" error in complex generic co... 0.00
Trait is not implemented for the type `&str` [E0277] 0.00
Why does Option<&String> not coerce to Option<&str... +1.97
Mismatched types error when inserting into a HashMap<&str, u... +0.49
How to take ownership of Any:downcast_ref from trait object? 0.00
Why does returning early not finish outstanding borrows? 0.00
Possible to define generic closure? +2.19
Use existing types in an enum in Rust 0.00
What's the difference between ref and & in this situation? -0.86
Is it possible to create a Box within a const item? -1.79
Problems with lifetimes when one instance of a struct needs a refer... 0.00
Complex trait requirements on struct -0.36
Adding a value to an integer stored as a byte array -2.13
How can I implement Borrow, ToOwned, or Deref for an enum? -0.61
"cannot move out of borrowed content" when using skip_whi... 0.00
Unable to cast generic type implementing Any to Any +1.89
Are there any conventions for aggregating multiple errors as the ca... -1.81
How to return the result of a call to filter_map +2.06
Can I cast between two traits? -0.60
What is Vec<_>? 0.00
Lifetime of function behaves differently in function pointer assign... +0.44
How to implement multiple traits for a struct without repeating met... +0.30
Using an iterator, how do I skip a number of values and then displa... +1.31
How does one properly handle complex recursive lifetimes? 0.00
Why are type parameters are not allowed on this type? 0.00
Safety of set_len operation on Vec, with predefined capacity -0.49
use of unstable library feature - how can I fix those? 0.00
Is it possible to find an element in a Vec<T> and remove it? -1.07
What are some use cases for tuple structs? 0.00
Unused type parameter on closure argument +1.83
How can I have an unused type parameter in a struct? +0.45
Function to take argument bound by ANY of several traits +0.02