rust/src/librustc_data_structures
Mazdak Farrokhzad 5761fc759a
Rollup merge of #62744 - llogiq:tiny-list-refactor, r=eddyb
Refactor `TinyList::contains` and `len` to iterate instead of recurse

None
2019-08-25 02:44:58 +02: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
bit_set librustc_data_structures: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
graph Remove some more cfg(test)s 2019-08-02 02:40:01 +03:00
obligation_forest Remove some more cfg(test)s 2019-08-02 02:40:01 +03:00
owning_ref Use associated_type_bounds where applicable - closes #61738 2019-08-08 22:39:15 +02: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 librustc_data_structures: Unconfigure tests during normal build 2019-08-02 01:59:01 +03: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
bit_set.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 cleanup: Remove extern crate serialize as rustc_serializes 2019-07-23 19:20:16 +03:00
const_cstr.rs
fingerprint.rs cleanup: Remove extern crate serialize as rustc_serializes 2019-07-23 19:20:16 +03:00
flock.rs normalize use of backticks for compiler messages in remaining modules 2019-07-23 23:09:59 +02:00
fx.rs rustc: use indexmap instead of a plain vector for upvars. 2019-06-01 19:17:22 +03:00
indexed_vec.rs cleanup: Remove extern crate serialize as rustc_serializes 2019-07-23 19:20:16 +03:00
jobserver.rs Clean up jobserver integration 2019-04-09 07:44:10 +02:00
lib.rs Handle cfg(bootstrap) throughout 2019-08-14 05:39:53 -04:00
macros.rs Switch master to 1.38 2019-07-04 11:26:57 -04:00
ptr_key.rs librustc_data_structures => 2018 2019-02-09 01:36:22 +09:00
sharded.rs Use sharded maps for interning 2019-07-19 23:37:48 +02: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 clippy::cast_losless 2019-06-26 14:11:58 +02:00
svh.rs cleanup: Remove extern crate serialize as rustc_serializes 2019-07-23 19:20:16 +03:00
sync.rs Add an AtomicCell abstraction 2019-07-10 17:04:42 +02:00
thin_vec.rs Allow attributes in formal function parameters 2019-06-09 07:58:40 -03:00
tiny_list.rs refactor len and contains to iterate instead of recurse 2019-08-13 22:02:52 +02:00
transitive_relation.rs librustc_data_structures: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
vec_linked_list.rs Fix clippy::redundant_field_names 2019-06-26 13:59:58 +02:00
work_queue.rs rustc: doc comments 2019-02-10 23:42:32 +00:00