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
/
marker.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-10
Convert `ShardedHashMap` to use `hashbrown::HashTable`
Josh Stone
-0
/
+2
2025-03-04
Ensure that negative auto impls are always applicable
Michael Goulet
-4
/
+6
2025-01-12
De-abstract tagged pointer abstraction
Boxy
-2
/
+2
2024-11-12
Delete the `cfg(not(parallel))` serial compiler
Noratrieb
-189
/
+152
2024-06-28
rustc_data_structures: Explicitly check for 64-bit atomics support
John Paul Adrian Glaubitz
-4
/
+3
2024-06-24
rustc_data_structures: Use portable AtomicU64 on 32-bit SPARC
John Paul Adrian Glaubitz
-3
/
+3
2024-01-18
Remove `OneThread`
John Kåre Alsaker
-1
/
+0
2023-11-06
use portable AtomicU64 for powerPC and MIPS
SparrowLii
-1
/
+12
2023-10-19
Initiate the inner usage of `cfg_match`
Caio
-18
/
+13
2023-08-30
Use conditional synchronization for Lock
John Kåre Alsaker
-2
/
+0
2023-05-06
add `DynSend / DynSync` for `CopyTaggedPtr`
SparrowLii
-3
/
+8
2023-05-06
correct import of owned_slice
SparrowLii
-10
/
+2
2023-05-06
correct literals for dyn thread safe
SparrowLii
-9
/
+12
2023-05-06
rename relative names in `sync`
SparrowLii
-6
/
+6
2023-05-06
fix some nits
SparrowLii
-26
/
+15
2023-05-06
introduce `DynSend` and `DynSync` auto trait
SparrowLii
-0
/
+268