rust/src/librustc_data_structures
Mark Rousskov 7f00a5f26a Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton"
This reverts commit 3ed3b8bb7b, reversing
changes made to 99b89533d4.

We will reland a similar patch at a future date but for now we should get a nightly
released in a few hours with the parallel patch, so this should be
reverted to make sure that the next nightly is not parallel-enabled.
2019-12-17 16:28:33 -05:00
..
base_n librustc_data_structures: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
binary_search_util librustc_data_structures: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
graph Undo minor changes that weren't needed, fix one lifetime typo 2019-12-02 08:38:16 -05:00
obligation_forest Avoid re-processing nodes in find_cycles_from_node. 2019-12-13 08:36:25 +11:00
owning_ref Add lint for unnecessary parens around types 2019-10-29 18:11:12 +00:00
sip128 librustc_data_structures: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
small_c_str librustc_data_structures: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
snapshot_map Remove unnecessary Hash bounds from various types. 2019-10-21 13:48:20 +11:00
sorted_map Separate librustc_data_structures module 2019-06-16 14:17:01 +03:00
tiny_list add contains benchmarks 2019-08-13 21:55:55 +02:00
transitive_relation librustc_data_structures: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
base_n.rs librustc_data_structures: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
box_region.rs Make the rustc driver and interface demand driven 2019-03-10 04:49:45 +01:00
Cargo.toml Update measureme crate to 0.5.0. 2019-12-03 10:33:24 +01:00
const_cstr.rs Remove licenses 2018-12-25 21:08:33 -07:00
fingerprint.rs Switch over all StableHash impls to new format 2019-09-28 11:47:36 -04:00
flock.rs rustdoc: Don't panic when failing to write .lock file 2019-11-23 02:08:10 +00:00
fx.rs rustc: use indexmap instead of a plain vector for upvars. 2019-06-01 19:17:22 +03:00
jobserver.rs Re-export Client from rustc_data_structures::jobserver 2019-12-03 12:19:16 -05:00
lib.rs Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton" 2019-12-17 16:28:33 -05:00
macros.rs Switch master to 1.38 2019-07-04 11:26:57 -04:00
profiling.rs Update measureme crate to 0.5.0. 2019-12-03 10:33:24 +01:00
ptr_key.rs librustc_data_structures => 2018 2019-02-09 01:36:22 +09:00
sharded.rs Avoid hashing the key twice in get_query(). 2019-11-04 10:15:55 +11:00
sip128.rs librustc_data_structures: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
small_c_str.rs librustc_data_structures: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
sorted_map.rs Separate librustc_data_structures module 2019-06-16 14:17:01 +03:00
stable_hasher.rs Fix spelling typos 2019-11-26 22:19:54 -05:00
stable_map.rs data_structures: Add deterministic FxHashMap and FxHashSet wrappers 2019-09-28 14:35:20 +05:30
stable_set.rs data_structures: Add deterministic FxHashMap and FxHashSet wrappers 2019-09-28 14:35:20 +05:30
svh.rs Switch over all StableHash impls to new format 2019-09-28 11:47:36 -04:00
sync.rs Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton" 2019-12-17 16:28:33 -05:00
thin_vec.rs Remove many unnecessary trait derivations. 2019-10-21 20:59:18 +11:00
tiny_list.rs Make TinyList::remove iterate instead of recurse 2019-12-11 21:05:28 +01:00
transitive_relation.rs Add a way to list the base non-transitive edges in TransitiveRelation 2019-12-06 11:50:01 +01:00
vec_linked_list.rs remove indexed_vec re-export from rustc_data_structures 2019-09-29 16:48:31 +00:00
work_queue.rs remove indexed_vec re-export from rustc_data_structures 2019-09-29 16:48:31 +00:00