rust/src/librustc_passes
Alex Crichton a2e2aba07d rustc: Migrate lang items to a query
This commit moves the calculation of the `LanguageItems` structure into a
query rather than being calculated before the `TyCtxt` exists, with the eventual
end goal of removing some `CrateStore` methods.
2017-09-05 07:37:57 -07:00
..
Cargo.toml Remove internal liblog 2017-03-23 11:28:00 -07:00
ast_validation.rs Desugar parenthesized generic arguments in HIR 2017-08-19 02:14:53 +03:00
consts.rs rustc: Migrate lang items to a query 2017-09-05 07:37:57 -07:00
diagnostics.rs extended information for E0571 break with value in non-`loop` loop 2017-08-09 01:33:49 -07:00
hir_stats.rs Fix `-Z hir-stats` always panics (fix #43232). 2017-08-12 19:53:15 +08:00
lib.rs *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
loops.rs Merge remote-tracking branch 'origin/master' into gen 2017-08-16 10:03:47 -07:00
mir_stats.rs Merge remote-tracking branch 'origin/master' into gen 2017-08-21 10:41:56 -07: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 use field init shorthand EVERYWHERE 2017-08-15 15:29:17 -07:00