StackRating

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

Lukas Kalbertodt

Rating
1601.44 (1,717th)
Reputation
27,910 (4,501st)
Page: 1 2 3 4 ... 8
Title Δ
How to parse Rust code without using procedural macros? 0.00
What is the purpose of `&` before the loop variable? -0.29
Why do I get a borrow error when returning result of a child struct... +0.38
Is there a Rust interpreter? -0.46
How to parse single tokens in rust macros 0.00
value of f32::NAN rust closure for omitting 'NaN' values +0.34
How to replace one identifier in an expression with another one via... 0.00
How to create a slice from a single element without copying that el... 0.00
Why does Rust compile my project again with `cargo build --release`... 0.00
Rust function which takes function with arg a function +2.37
How to create a vector of all decorated functions from a specific m... 0.00
In Rust how do I pass a diverging function as parameter to another... +0.07
How do I make a dynamic index to get the value of a tuple? 0.00
How do references work in patterns in binding expressions? 0.00
Why doesn't `use std::{ self, ... };` compile? +0.37
How do I idiomatically convert a bool to an Option or Result in Rust? 0.00
What is this strange syntax where an enum variant is used as a func... 0.00
What's the difference between a trait's generic type and a... -0.43
Check if a number is exactly representable as `f32` +1.55
Why can fixed-size arrays be on the stack, but str cannot? +2.09
Generic parameter bounded by another parameter 0.00
use module inside module from src folder 0.00
Build all pairs of elements (quadratic set) in declarative macro 0.00
How can I include the contents of a file as an argument to a macro? 0.00
How to report errors in a procedural macro using the quote macro? 0.00
How can I match without borrowing in Rust? 0.00
Matching against the enclosing function's return type 0.00
Reference to a primitive operator function 0.00
What are the valid path roots in the use keyword? +1.64
How to specify a certain commit in dependencies in Cargo.toml? -1.42
How to programmatically get the number of fields of a struct? +0.37
Is there any way to simulate Generic Associated Types / Associated... -0.04
Why can't a range of char be collected? 0.00
Is there any way to allocate a standard Rust array directly on the... 0.00
What is the reason that the designers of Rust chose the symbols !/&... 0.00
How to pattern match on values inside a type implementing Deref, su... 0.00
What optimization techniques are applied to Rust code that sums up... +0.13
How can I download a website's content into a string? 0.00
Why is swapping elements of a []float64 in Go faster than swapping... +1.80
Within rust's procedural macros, is it possible to store state? 0.00
Why can I not return a mutable reference to an outer variable from... -0.06
Why does HashMap need a cryptographically secure hashing function? +0.34
Slice a string containing Unicode chars +0.43
How I can convert string to raw string via macros? 0.00
Inline a common method +0.41
Why is the move keyword not always needed even when the closure tak... 0.00
Why does initialising a vector of vectors (Vec<Vec<T>>)... +2.07
Should I use i32 or i64 on 64bit machine? -0.15
Do Rust match statements require commas? +2.20
How to work around a HRTB bug? 0.00