rust/src/librustc_metadata
Alex Crichton 9b0b5b45db Remove not(stage0) from deny(warnings)
Historically this was done to accommodate bugs in lints, but there hasn't been a
bug in a lint since this feature was added which the warnings affected. Let's
completely purge warnings from all our stages by denying warnings in all stages.
This will also assist in tracking down `stage0` code to be removed whenever
we're updating the bootstrap compiler.
2016-12-29 21:07:20 -08:00
..
astencode.rs rustdoc: pretty-print nested bodies in inlined constants. 2016-12-28 11:29:21 +02:00
Cargo.toml rustc: Rename rustc_macro to proc_macro 2016-10-06 11:07:23 -07:00
creader.rs definitions: Add some timing stats for DefPathTable decoding. 2016-12-16 19:14:16 -05:00
cstore.rs rustc: simplify constant cross-crate loading and rustc_passes::consts. 2016-12-28 11:29:19 +02:00
cstore_impl.rs rustdoc: pretty-print nested bodies in inlined constants. 2016-12-28 11:29:21 +02:00
decoder.rs rustdoc: pretty-print nested bodies in inlined constants. 2016-12-28 11:29:21 +02:00
diagnostics.rs Fix Markdown list formatting. 2016-12-22 17:35:53 +05:30
encoder.rs rustc: simplify constant cross-crate loading and rustc_passes::consts. 2016-12-28 11:29:19 +02:00
index.rs rustc_metadata: Fix unaligned loads 2016-12-14 00:59:59 +01:00
index_builder.rs Improve macro reexports. 2016-11-10 10:04:24 +00:00
lib.rs Remove not(stage0) from deny(warnings) 2016-12-29 21:07:20 -08:00
locator.rs Delay error reporting of filename mismatch. 2016-11-24 22:26:35 +00:00
schema.rs Use DefIds instead of NodeIds for pub(restricted) visibilities. 2016-12-24 00:23:03 +00:00