rust/src/librustc_passes
2016-12-06 11:28:51 +01:00
..
ast_validation.rs annotate stricter lifetimes on LateLintPass methods to allow them to forward to a Visitor 2016-12-06 11:28:51 +01:00
Cargo.toml
consts.rs revamp Visitor with a single method for controlling nested visits 2016-11-29 13:04:27 +01:00
diagnostics.rs Implement the loop_break_value feature. 2016-11-21 20:20:42 -08:00
hir_stats.rs annotate stricter lifetimes on LateLintPass methods to allow them to forward to a Visitor 2016-12-06 11:28:51 +01:00
lib.rs Auto merge of #38092 - pnkfelix:mir-stats, r=nikomatsakis 2016-12-04 23:36:50 +00:00
loops.rs revamp Visitor with a single method for controlling nested visits 2016-11-29 13:04:27 +01:00
mir_stats.rs Adds -Z mir-stats, which is similar to -Z hir-stats. 2016-11-30 21:33:18 +01: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
rvalues.rs revamp Visitor with a single method for controlling nested visits 2016-11-29 13:04:27 +01:00
static_recursion.rs fix stack overflow by enum and cont issue #36163, some paths were skipped while checking for recursion. 2016-12-03 21:26:30 +03:00