.. |
base_n
|
|
|
binary_search_util
|
|
|
graph
|
More tracing instrumentation
|
2021-09-28 12:28:22 +00:00 |
obligation_forest
|
Some perf optimizations and logging
|
2021-07-17 16:09:17 -04:00 |
owning_ref
|
Also fix “a OwningRef ”
|
2021-08-24 02:28:38 +02:00 |
sip128
|
|
|
small_c_str
|
|
|
snapshot_map
|
|
|
sorted_map
|
Use map_while instead of take_while + map
|
2021-07-23 18:04:28 +09:00 |
sso
|
Use arrayvec 0.7, drop smallvec 0.6
|
2021-04-21 22:39:08 -07:00 |
stable_hasher
|
|
|
tagged_ptr
|
|
|
thin_vec
|
Add FromIterator and IntoIterator impls for ThinVec
|
2021-04-05 19:09:51 -07:00 |
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
|
|
|
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
|
Use MaybeUninit::write in functor.rs
|
2021-08-30 17:23:49 +02:00 |
fx.rs
|
|
|
jobserver.rs
|
|
|
lib.rs
|
Stabilize const_panic
|
2021-10-04 02:33:33 -04:00 |
macros.rs
|
|
|
map_in_place.rs
|
|
|
memmap.rs
|
Add safety comment to StableAddress impl for Mmap
|
2021-04-03 14:51:05 +02:00 |
profiling.rs
|
Fix typos “a”→“an”
|
2021-08-22 15:35:11 +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
|
consistent big O notation
|
2021-09-24 12:44:28 +02:00 |
stable_hasher.rs
|
rustc: Remove local variable IDs from Export s
|
2021-09-10 23:41:48 +03:00 |
stable_map.rs
|
|
|
stable_set.rs
|
|
|
stack.rs
|
|
|
steal.rs
|
arrr caught ya caller
|
2021-09-25 00:34:02 +01:00 |
svh.rs
|
Fix outdated crate names in compiler docs
|
2021-04-08 11:12:14 -05:00 |
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
|
Fix typos “a”→“an”
|
2021-08-22 15:35:11 +02:00 |
transitive_relation.rs
|
|
|
unhash.rs
|
|
|
vec_linked_list.rs
|
|
|
vec_map.rs
|
Add VecMap::get_value_matching and assert if > 1 element
|
2021-07-23 08:44:23 -03:00 |
work_queue.rs
|
|
|