rust/compiler/rustc_data_structures/src
2023-11-29 18:00:03 +03:00
..
base_n
binary_search_util [rustc][data_structures] Simplify binary_search_slice. 2023-07-29 07:22:56 -07:00
fingerprint Store hashes in special types so they aren't accidentally encoded as numbers 2023-04-18 10:52:47 -04:00
flock added support for GNU/Hurd 2023-09-21 17:31:25 +02:00
graph Avoid an unnecessary by_ref. 2023-11-28 14:32:40 +11: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 Don't use serde_json to serialize a simple JSON object 2023-04-16 15:00:06 +02:00
sip128
small_c_str
snapshot_map
sorted_map Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
sso more clippy::style fixes: 2023-07-23 23:39:04 +02:00
stable_hasher Store hashes in special types so they aren't accidentally encoded as numbers 2023-04-18 10:52:47 -04:00
sync Enforce NonZeroUsize on thread count 2023-11-23 20:10:44 -05:00
tagged_ptr Rollup merge of #110814 - WaffleLapkin:sprinkle_#inline, r=Nilstrieb 2023-04-27 15:10:53 +02:00
tiny_list
transitive_relation
aligned.rs fix broken intradoclinks 2023-04-14 13:04:58 +00:00
atomic_ref.rs
base_n.rs [rustc_data_structures][base_n][perf] Remove unnecessary utf8 check. 2023-08-01 11:10:17 -07:00
captures.rs
fingerprint.rs Use the full Fingerprint when stringifying Svh 2023-04-30 14:28:30 -04:00
flat_map_in_place.rs
flock.rs Initiate the inner usage of cfg_match 2023-10-19 20:18:51 -03:00
frozen.rs
fx.rs
hashes.rs Add #[inline] to some new functions 2023-04-18 14:13:19 -04:00
intern.rs Don't print Interned or PrivateZst 2023-06-09 00:20:37 +00:00
jobserver.rs jobserver: check file descriptors 2023-11-29 18:00:03 +03:00
lib.rs Bump cfg(bootstrap)s 2023-11-15 19:41:28 -05:00
macros.rs
marker.rs use portable AtomicU64 for powerPC and MIPS 2023-11-06 09:58:51 +08:00
memmap.rs elaborate a bit on the (lack of) safety in 'Mmap::map' 2023-08-19 12:50:26 +02:00
owned_slice.rs Fixup comments 2023-05-16 12:09:24 +00:00
profiling.rs Initiate the inner usage of cfg_match 2023-10-19 20:18:51 -03:00
sharded.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
sip128.rs deny(unsafe_op_in_unsafe_fn) in rustc_data_structures 2023-04-19 18:00:48 +00:00
small_c_str.rs Add OwnedTargetMachine to manage llvm:TargetMachine. Uses pointers 2023-09-24 21:11:37 +02:00
sorted_map.rs [rustc_data_structures] Simplify SortedMap::insert. 2023-07-31 16:58:04 -07:00
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 Use the full Fingerprint when stringifying Svh 2023-04-30 14:28:30 -04:00
sync.rs use portable AtomicU64 for powerPC and MIPS 2023-11-06 09:58:51 +08:00
tagged_ptr.rs Simplify bits_for_tags impl 2023-04-20 19:54:10 +00:00
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 Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
work_queue.rs Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00