333 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
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
Contribution activity
March 2025
Created 17 commits in 3 repositories
Created a pull request in rust-lang/rust that received 18 comments
Tweak VecCache
to improve performance
This has some tweaks to VecCache
to improve performance.
It saves a compare_exchange
in complete
using the new put_unique
function.
It removes bou…
+60
−20
lines changed
•
18
comments
Opened 9 other pull requests in 2 repositories
rust-lang/rust
6
open
1
closed
1
merged
-
Batch mark waiters as unblocked when resuming in the deadlock handler
This contribution was made on Mar 24
-
Remove
prev_index_to_index
field fromCurrentDepGraph
This contribution was made on Mar 22 -
Try using std's hashbrown copy
This contribution was made on Mar 21
-
Use mimalloc as the global allocator on
x86_64-pc-windows-msvc
This contribution was made on Mar 21 -
Avoiding calling queries when collecting active queries
This contribution was made on Mar 18
-
Only use the new node hashmap for anonymous nodes
This contribution was made on Mar 17
-
Abort in deadlock handler if we fail to get a query map
This contribution was made on Mar 16
-
Test out a more lock-free hash map
This contribution was made on Mar 12
rust-lang/rustc-rayon
1
open
-
Fix a race with deadlock detection
This contribution was made on Mar 24
Reviewed 8 pull requests in 1 repository
rust-lang/rust
8 pull requests
-
Batch mark waiters as unblocked when resuming in the deadlock handler
This contribution was made on Mar 24
-
Use mimalloc as the global allocator on
x86_64-pc-windows-msvc
This contribution was made on Mar 23 -
Optimize hash map operations in the query system
This contribution was made on Mar 20
-
Abort in deadlock handler if we fail to get a query map
This contribution was made on Mar 19
-
Represent diagnostic side effects as dep nodes
This contribution was made on Mar 18
-
Tweak
VecCache
to improve performanceThis contribution was made on Mar 12 -
Resume one waiter at once in deadlock handler
This contribution was made on Mar 5
-
Parallel-compiler-related cleanup
This contribution was made on Mar 3
Created an issue in microsoft/mimalloc that received 5 comments
Memory usage regression compared to Windows heap allocator
Testing out mimalloc (v2.2.2) in the Rust compiler shows some large regressions in physical memory use in some scenarios. I don't observe these re…
5
comments
Opened 1 other issue in 1 repository
rust-lang/rust
1
open
-
Add a
-C embed-binary=no
compiler optionThis contribution was made on Mar 4