Block or Report
Block or report RalfJung
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
cargo-careful
cargo-careful PublicExecute Rust code carefully, with extra checking along the way
-
-
3,416 contributions in the last year
Day of Week | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contribution activity
December 2023
Created 23 commits in 3 repositories
Created a pull request in rust-lang/rust that received 13 comments
update hashbrown
I had to also pull in an updated syn to make that work, and then cargo pulled in some more package updates. r? @Amanieu
+56
−32
lines changed
•
13
comments
Opened 14 other pull requests in 3 repositories
rust-lang/rust
3
merged
5
open
-
Miri subtree update
This contribution was made on Dec 3
-
interpret: make numeric_intrinsic accessible from Miri
This contribution was made on Dec 3
-
more targeted errors when extern types end up in places they should not
This contribution was made on Dec 2
-
codegen, miri: fix computing the offset of an unsized field in a packed struct
This contribution was made on Dec 2
-
move packed-struct tests into packed/ folder
This contribution was made on Dec 2
-
fix comments in dynamic size/align computation logic
This contribution was made on Dec 2
-
codegen: panic when trying to compute size/align of extern type
This contribution was made on Dec 2
-
fix an ICE when a valtree failed to evaluate
This contribution was made on Dec 1
rust-lang/miri
5
merged
-
SIMD bitmasks: use 'round up to multiple of 8' rather than 'clamp to at least 8'
This contribution was made on Dec 3
-
also test simd_select_bitmask on arrays for less than 8 elements
This contribution was made on Dec 3
-
add new SIMD intrinsics
This contribution was made on Dec 3
-
new trophy case entry
This contribution was made on Dec 3
-
Rustup
This contribution was made on Dec 2
rust-lang/portable-simd
1
merged
-
fix simd_bitmask docs
This contribution was made on Dec 3
Reviewed 7 pull requests in 3 repositories
rust-lang/rust
5 pull requests
-
Return a finite number of AllocIds per ConstAllocation in Miri
This contribution was made on Dec 3
-
Avoid adding builtin functions to
symbols.o
This contribution was made on Dec 3 -
codegen, miri: fix computing the offset of an unsized field in a packed struct
This contribution was made on Dec 2
-
const-stabilize HashMap/HashSet::with_hasher (+ required compiller changes)
This contribution was made on Dec 2
-
fix an ICE when a valtree failed to evaluate
This contribution was made on Dec 1
rust-lang/miri
1 pull request
-
Fix miri script target dir and update doc link
This contribution was made on Dec 3
rust-lang/rfcs
1 pull request
-
Implement function delegation in rustc
This contribution was made on Dec 1
Created an issue in rust-lang/unsafe-code-guidelines that received 12 comments
Expressivity Gap: concurrent ABA-safe stack (atomics + provenance = pain)
Alice Ryhl brings up the following data structure: a concurrent stack where all elements can only be popped at once. Stack declaration: static STAC…
12
comments
Opened 5 other issues in 5 repositories
rust-lang/portable-simd
1
open
-
from_bitmask_vector on big-endian calls simd_select_bitmask with the mask at the wrong end of the byte
This contribution was made on Dec 3
rust-lang/rust
1
open
-
We are computing the wrong offset for unsized packed structs
This contribution was made on Dec 2
rust-lang/miri
1
open
-
We are computing the wrong offsets for unsized packed structs
This contribution was made on Dec 2
rust-lang/compiler-builtins
1
open
-
Several functions perform out-of-bounds memory accesses (which is UB)
This contribution was made on Dec 1
rust-lang/rust-analyzer
1
open
-
Spurious "does not belong to a cargo project" when files are cfg'd out
This contribution was made on Dec 1