rust/compiler/rustc_data_structures/src
Matthias Krüger af2b370100 more clippy::style fixes:
get_first
single_char_add_str
unnecessary_mut_passed
manual_map
manual_is_ascii_check
2023-07-23 23:39:04 +02:00
..
base_n
binary_search_util
fingerprint
flock
graph Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
intern
obligation_forest Use Option::is_some_and and Result::is_ok_and in the compiler 2023-05-24 14:20:41 +00:00
owned_slice Don't leak the function that is called on drop 2023-05-23 14:53:36 +00:00
profiling
sip128
small_c_str
snapshot_map
sorted_map
sso more clippy::style fixes: 2023-07-23 23:39:04 +02:00
stable_hasher
sync Remove unused impl<T> WorkerLocal<Vec<T>>. 2023-05-18 13:14:45 +10:00
tagged_ptr
tiny_list
transitive_relation
aligned.rs
atomic_ref.rs
base_n.rs
captures.rs
fingerprint.rs
flat_map_in_place.rs
flock.rs
frozen.rs
functor.rs
fx.rs
hashes.rs
intern.rs Don't print Interned or PrivateZst 2023-06-09 00:20:37 +00:00
jobserver.rs
lib.rs Remove SmallStr. 2023-06-29 11:45:52 +10:00
macros.rs
marker.rs
memmap.rs
owned_slice.rs Fixup comments 2023-05-16 12:09:24 +00:00
profiling.rs
sharded.rs Add some comments 2023-05-28 15:54:52 +02:00
sip128.rs
small_c_str.rs
sorted_map.rs
stable_hasher.rs Make closure_saved_names_of_captured_variables a query. 2023-06-19 16:50:52 +00:00
stack.rs
steal.rs
svh.rs
sync.rs rustc_data_structures: sync and atomic consistency 2023-05-25 15:18:05 -07:00
tagged_ptr.rs
temp_dir.rs Update dependencies with reported vulnerabilities 2023-06-02 12:34:01 -05:00
tiny_list.rs
transitive_relation.rs
unhash.rs
unord.rs Introduce ExtentUnord trait for collections that can safely consume UnordItems. 2023-07-14 10:10:15 +02:00
vec_linked_list.rs
work_queue.rs