rust/src/librustc_passes
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
..
ast_validation.rs Always parse 'async unsafe fn' + properly ban in 2015. 2019-06-29 21:38:26 +02:00
Cargo.toml rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
error_codes.rs Rename diagnostics to error_codes 2019-04-17 18:19:14 +09:00
hir_stats.rs Remove needless lifetimes 2019-07-03 10:01:02 +02:00
layout_test.rs rename hir::map::local_def_id_from_hir_id to local_def_id 2019-07-04 12:53:12 +02:00
lib.rs Enable internal lints in bootstrap 2019-06-24 10:45:20 +02:00
loops.rs Remove ExprKind::While from HIR. 2019-07-06 06:43:58 +02:00
rvalue_promotion.rs Remove ExprKind::While from HIR. 2019-07-06 06:43:58 +02:00