This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-11-24 06:27:21 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rust
/
compiler
/
rustc_data_structures
/
src
History
Matthias Krüger
d7b9e66728
Rollup merge of
#147716
- zhetaicheleba:master, r=jdonszelmann
...
Fix some comments Fix some comments
2025-10-15 23:41:05 +02:00
..
base_n
…
binary_search_util
…
fingerprint
…
flock
…
graph
Fix some comments
2025-10-15 14:23:28 +08:00
intern
…
obligation_forest
…
owned_slice
…
profiling
…
small_c_str
…
snapshot_map
…
sorted_map
interpret: copy_provenance: avoid large intermediate buffer for large repeat counts
2025-09-10 08:40:12 +02:00
sso
…
stable_hasher
…
sync
…
tagged_ptr
…
thousands
…
transitive_relation
…
union_find
Uplift rustc_mir_transform::coverage::counters::union_find to rustc_data_structures.
2025-08-22 02:22:51 +00:00
vec_cache
…
aligned.rs
…
atomic_ref.rs
…
base_n.rs
…
fingerprint.rs
…
flat_map_in_place.rs
…
flock.rs
…
frozen.rs
use defining uses of all bodies to constrain non-defining uses
2025-09-01 22:08:03 +02:00
fx.rs
…
intern.rs
…
jobserver.rs
…
lib.rs
Restrict sysroot crate imports to those defined in this repo.
2025-10-15 13:17:25 +01:00
marker.rs
…
memmap.rs
…
owned_slice.rs
…
packed.rs
…
profiling.rs
Allow pretty printing paths with
-Zself-profile-events=args
2025-07-25 22:24:21 +02:00
sharded.rs
…
small_c_str.rs
…
sorted_map.rs
avoid calling insert_presorted more than once
2025-09-10 08:40:12 +02:00
stable_hasher.rs
…
stack.rs
…
steal.rs
…
svh.rs
…
sync.rs
…
tagged_ptr.rs
…
temp_dir.rs
…
thinvec.rs
…
transitive_relation.rs
…
unhash.rs
…
union_find.rs
Uplift rustc_mir_transform::coverage::counters::union_find to rustc_data_structures.
2025-08-22 02:22:51 +00:00
unord.rs
…
vec_cache.rs
…
work_queue.rs
…