rust/src/librustc_passes
Eduard-Mihai Burtescu 69e596744f Rollup merge of #40027 - cramertj:stabilize_static_recursion, r=nrc
Stabilize static_recursion

Fix #29719.
2017-02-25 14:13:35 +02:00
..
ast_validation.rs rustc: always keep an explicit lifetime in trait objects. 2017-01-28 02:56:46 +02:00
Cargo.toml Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
consts.rs Implement non-capturing closure to fn coercion 2017-02-23 22:32:22 +01:00
diagnostics.rs Change break or continue with no label to error nmbr 590 2017-02-22 18:10:37 -08:00
hir_stats.rs rustc: separate bodies for static/(associated)const and embedded constants. 2016-12-28 11:27:57 +02:00
lib.rs Remove unused extern crates. 2017-01-22 01:31:02 +00:00
loops.rs Change break or continue with no label to error nmbr 590 2017-02-22 18:10:37 -08:00
mir_stats.rs [MIR] Make InlineAsm a Statement 2017-02-15 21:21:36 +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
rvalues.rs rustc: rename TyCtxt's map field to hir. 2017-01-26 13:41:28 +02:00
static_recursion.rs Stabilize static_recursion 2017-02-21 23:41:04 -08:00