rust/src/librustc_errors
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
..
annotate_snippet_emitter_writer.rs Fix clippy::redundant_field_names 2019-06-26 13:59:58 +02:00
Cargo.toml rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
diagnostic_builder.rs Address review comments 2019-06-10 11:47:42 +02:00
diagnostic.rs Fix clippy::redundant_field_names 2019-06-26 13:59:58 +02:00
emitter.rs Remove needless lifetimes 2019-07-03 10:01:02 +02:00
lib.rs Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk 2019-07-05 20:26:51 +02:00
lock.rs Make use of ptr::null(_mut) instead of casting zero 2019-06-17 10:52:46 +00:00
registry.rs
snippet.rs librustc_errors: Remove unused annotation style OldSchoolNoteText 2019-05-23 08:01:38 +02:00
styled_buffer.rs