index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_data_structures
/
src
/
sharded.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-21
Optimize hash map operations in the query system
John Kåre Alsaker
-1
/
+1
2025-03-10
Convert `ShardedHashMap` to use `hashbrown::HashTable`
Josh Stone
-17
/
+78
2025-03-07
compiler: Use size_of from the prelude instead of imported
Thalia Archibald
-2
/
+2
2025-03-03
Remove leading underscores from parameter names in `Sharded`
Zalathar
-8
/
+8
2025-02-25
Changed interners to start with preallocated capacity
Michał Kostrubiec
-0
/
+3
2024-11-12
Delete the `cfg(not(parallel))` serial compiler
Noratrieb
-20
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+8
2024-01-24
rustc_data_structures: use either instead of itertools
Josh Stone
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+2
2023-11-14
Fix some typos
cui fliter
-3
/
+3
2023-09-08
Remove the `LockMode` enum and `dispatch`
John Kåre Alsaker
-4
/
+4
2023-09-08
Refactor `Lock` implementation
John Kåre Alsaker
-4
/
+7
2023-09-08
Add optimized lock methods for `Sharded`
John Kåre Alsaker
-3
/
+50
2023-08-24
Optimize `lock_shards`
John Kåre Alsaker
-7
/
+18
2023-08-16
Remove `count`
John Kåre Alsaker
-10
/
+9
2023-08-16
Keep SHARDS fixed instead of a function of `cfg!(parallel_compiler)`
John Kåre Alsaker
-4
/
+19
2023-08-15
Make Sharded an enum and specialize it for the single thread case
John Kåre Alsaker
-36
/
+30
2023-05-28
Add some comments
John Kåre Alsaker
-0
/
+4
2023-05-28
Don't access self.mask with a single shard
John Kåre Alsaker
-1
/
+1
2023-05-28
Use only one shard with a single thread
John Kåre Alsaker
-10
/
+34
2023-04-16
Move the WorkerLocal type from the rustc-rayon fork into rustc_data_structures
John Kåre Alsaker
-5
/
+1
2023-04-09
Allow `modulo_one` on function using cfg consts
Nilstrieb
-0
/
+1
2023-03-30
`CacheAligned` and `Sharded` don't need to derive `Clone`.
Nicholas Nethercote
-2
/
+1
2022-02-20
Move Sharded maps into each QueryCache impl
Mark Rousskov
-1
/
+1
2021-09-18
Use <[T; N]>::map in Sharded instead of SmallVec and unsafe code
bjorn3
-19
/
+1
2021-02-13
Separate the query cache from the query state.
Camille GILLOT
-15
/
+15
2020-08-30
mv compiler to compiler/
mark
-0
/
+168