rust/src/librustc_borrowck
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
..
borrowck rename hir::map::local_def_id_from_hir_id to local_def_id 2019-07-04 12:53:12 +02:00
Cargo.toml rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
dataflow.rs Auto merge of #62099 - Mark-Simulacrum:syntax-print-clean-2, r=eddyb 2019-07-05 06:55:48 +00:00
error_codes.rs Rename diagnostics to error_codes 2019-04-17 18:19:14 +09:00
graphviz.rs rustc: remove 'x: 'y bounds (except from comments/strings). 2019-06-18 18:10:21 +03:00
lib.rs Enable internal lints in bootstrap 2019-06-24 10:45:20 +02:00