rust/src/librustc_data_structures
Alex Crichton 345ba505ec rustc: Remove dylib crate type from most rustc crates
Now that procedural macros no longer link transitively to libsyntax,
this shouldn't be needed any more! This commit is an experiment in
removing all dynamic libraries from rustc except for librustc_driver
itself. Let's see how far we can get with that!
2019-07-07 03:23:00 +02:00
..
binary_search_util fix silly bugs in binary_search_util test 2019-07-02 12:25:22 -04:00
graph Add missing lifetime specifier 2019-07-03 10:01:02 +02:00
obligation_forest Fix clippy::redundant_closure 2019-06-26 14:11:58 +02:00
owning_ref Separate librustc_data_structures module 2019-06-16 14:17:01 +03:00
snapshot_map librustc_data_structures => 2018 2019-02-09 01:36:22 +09:00
sorted_map Separate librustc_data_structures module 2019-06-16 14:17:01 +03:00
base_n.rs rustc: doc comments 2019-02-10 23:42:32 +00:00
bit_set.rs Remove needless lifetimes 2019-07-03 10:01:02 +02:00
box_region.rs Make the rustc driver and interface demand driven 2019-03-10 04:49:45 +01:00
Cargo.toml rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
const_cstr.rs Remove licenses 2018-12-25 21:08:33 -07:00
fingerprint.rs Remove needless lifetimes 2019-07-03 10:01:02 +02:00
flock.rs Remove bitrig support from rust 2019-05-13 11:09:06 +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 introduce a VecGraph abstraction that cheaply stores graphs 2019-07-02 12:15:20 -04:00
interner.rs Remove licenses 2018-12-25 21:08:33 -07:00
jobserver.rs Clean up jobserver integration 2019-04-09 07:44:10 +02:00
lib.rs rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02: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
sip128.rs Fix clippy::precedence 2019-06-26 14:14:27 +02:00
small_c_str.rs Remove licenses 2018-12-25 21:08:33 -07: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 rustc: doc comments 2019-02-10 23:42:32 +00:00
sync.rs Add some comments 2019-03-06 04:47:08 +01:00
thin_vec.rs Allow attributes in formal function parameters 2019-06-09 07:58:40 -03:00
tiny_list.rs librustc_data_structures => 2018 2019-02-09 01:36:22 +09:00
transitive_relation.rs Check for local types in writeback with debug assertions 2019-06-26 13:04:06 +02: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