rust/compiler/rustc_data_structures/src
2021-12-06 20:30:15 -05:00
..
base_n
binary_search_util Stop enabling in_band_lifetimes in rustc_data_structures 2021-12-05 20:17:35 -08:00
graph Annotate comments onto the LT algorithm 2021-12-06 20:30:15 -05:00
obligation_forest Remove for loop range 2021-10-10 16:32:16 +02:00
owning_ref Also fix “a OwningRef 2021-08-24 02:28:38 +02:00
sip128
small_c_str
snapshot_map
sorted_map Stop enabling in_band_lifetimes in rustc_data_structures 2021-12-05 20:17:35 -08:00
sso Stop enabling in_band_lifetimes in rustc_data_structures 2021-12-05 20:17:35 -08:00
stable_hasher
tagged_ptr
thin_vec
tiny_list
transitive_relation
vec_map Add VecMap to rustc_data_structures 2021-06-07 19:03:51 -03:00
atomic_ref.rs
base_n.rs Apply clippy suggestions 2021-10-10 15:38:19 +02:00
captures.rs Remove #[allow(unused_lifetimes)] which is now unnecessary 2021-06-17 08:56:54 +09:00
fingerprint.rs
flock.rs Fix the flock fallback implementation 2021-08-15 18:44:06 +02:00
frozen.rs
functor.rs Rollup merge of #88906 - Kixunil:box-maybe-uninit-write, r=dtolnay 2021-12-03 06:24:11 +01:00
fx.rs
jobserver.rs
lib.rs Stop enabling in_band_lifetimes in rustc_data_structures 2021-12-05 20:17:35 -08:00
macros.rs
map_in_place.rs
memmap.rs
profiling.rs Add support for artifact size profiling 2021-10-07 14:22:29 +02:00
ptr_key.rs
sharded.rs Use <[T; N]>::map in Sharded instead of SmallVec and unsafe code 2021-09-18 15:07:24 +02:00
sip128.rs
small_c_str.rs
sorted_map.rs Use SortedMap in HIR. 2021-10-21 23:08:57 +02:00
stable_hasher.rs Specialize HashStable for [u8] slices 2021-10-23 12:11:05 -04:00
stable_map.rs
stable_set.rs
stack.rs Apply clippy suggestions 2021-10-10 15:38:19 +02:00
steal.rs more clippy fixes 2021-11-07 16:59:05 +01:00
svh.rs
sync.rs Fix typos “a”→“an” 2021-08-22 15:35:11 +02:00
tagged_ptr.rs Miscellaneous inlining improvements 2021-06-02 08:49:58 +02:00
temp_dir.rs
thin_vec.rs Remove SmallVector mention 2021-09-05 06:10:21 +02:00
tiny_list.rs Apply clippy suggestions 2021-10-10 15:38:19 +02:00
transitive_relation.rs
unhash.rs
vec_linked_list.rs Stop enabling in_band_lifetimes in rustc_data_structures 2021-12-05 20:17:35 -08:00
vec_map.rs Add VecMap::get_value_matching and assert if > 1 element 2021-07-23 08:44:23 -03:00
work_queue.rs