rust/src/librustc_passes
kennytm 4711982314
Removed as many "```ignore" as possible.
Replaced by adding extra imports, adding hidden code (`# ...`), modifying
examples to be runnable (sorry Homura), specifying non-Rust code, and
converting to should_panic, no_run, or compile_fail.

Remaining "```ignore"s received an explanation why they are being ignored.
2017-06-23 15:31:53 +08:00
..
Cargo.toml Remove internal liblog 2017-03-23 11:28:00 -07:00
ast_validation.rs Turn sufficiently old compatibility lints into hard errors 2017-05-30 22:00:30 +03:00
consts.rs On-demand is_const_fn 2017-06-13 23:10:59 -07:00
diagnostics.rs Removed as many "```ignore" as possible. 2017-06-23 15:31:53 +08:00
hir_stats.rs Pass crate attributes in visit.rs 2017-05-12 07:15:29 +12:00
lib.rs Bump version and stage0 compiler 2017-06-19 22:25:05 -07:00
loops.rs Remove need for &format!(...) or &&"" dances in `span_label` calls 2017-05-08 12:56:15 +02:00
mir_stats.rs Add `EndRegion` statement kind to MIR. 2017-06-12 13:06:42 +02:00
no_asm.rs annotate stricter lifetimes on LateLintPass methods to allow them to forward to a Visitor 2016-12-06 11:28:51 +01:00
static_recursion.rs Remove need for &format!(...) or &&"" dances in `span_label` calls 2017-05-08 12:56:15 +02:00