rust/src/librustc
2019-05-12 17:52:33 +01:00
..
benches Remove licenses 2018-12-25 21:08:33 -07:00
cfg Remove hir::ExprKind::If and replace it with lowering to hir::ExprKind::Match. 2019-05-10 19:41:10 +02:00
dep_graph Only hash dep node indices of deps of anon tasks 2019-05-06 13:57:33 +02:00
hir Cleanup the .await HIR lowering with .stmt(..). 2019-05-11 15:42:14 +02:00
ich Remove hir::ExprKind::If and replace it with lowering to hir::ExprKind::Match. 2019-05-10 19:41:10 +02:00
infer Treat generators the same as closure for escaping lifetimes 2019-05-12 17:52:33 +01:00
lint rustc: rename hir::def::Def to Res (short for "resolution"). 2019-05-03 22:50:19 +03:00
middle Remove hir::ExprKind::If and replace it with lowering to hir::ExprKind::Match. 2019-05-10 19:41:10 +02:00
mir rustc: rename all occurences of "freevar" to "upvar". 2019-05-05 18:49:32 +03:00
query rustc: rename all occurences of "freevar" to "upvar". 2019-05-05 18:49:32 +03:00
session Optimize HIR map 2019-05-08 12:18:09 +02:00
traits Rollup merge of #60647 - petrochenkov:nospace, r=michaelwoerister 2019-05-09 18:34:55 +02:00
ty Fix uninhabitedness of non-exhaustive enums. 2019-05-10 17:52:12 +01:00
util Implement event filtering for self-profiler. 2019-04-18 17:03:53 +02:00
arena.rs Rollup merge of #60287 - Zoxc:the-arena-variances_of, r=eddyb 2019-05-01 08:29:09 +02:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml Update rustc-rayon version 2019-04-26 19:08:36 +02:00
error_codes.rs Implement built-in await syntax 2019-05-07 14:45:53 -07:00
lib.rs Introduce hir::ExprKind::Use and employ in for loop desugaring. 2019-04-25 11:51:53 +02:00
macros.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00

For more information about how rustc works, see the rustc guide.