rust/src/librustc_codegen_utils
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
..
symbol_names Run rustfmt --file-lines ... for changes from previous commits. 2019-06-14 18:58:32 +03:00
Cargo.toml rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
codegen_backend.rs Unify all uses of 'gcx and 'tcx. 2019-06-14 18:58:23 +03:00
lib.rs Enable internal lints in bootstrap 2019-06-24 10:45:20 +02:00
link.rs Remove the equality operation between Symbol and strings. 2019-05-13 09:31:30 +10:00
symbol_names.rs rename hir::map::get_by_hir_id to get 2019-06-20 12:50:06 +02:00
symbol_names_test.rs rename hir::map::local_def_id_from_hir_id to local_def_id 2019-07-04 12:53:12 +02:00