rust/src/librustc
2019-10-05 15:33:24 +02:00
..
benches Remove licenses 2018-12-25 21:08:33 -07:00
dep_graph Remove inline annotations from dep_node 2019-10-02 07:49:11 -04:00
hir Auto merge of #64999 - nikomatsakis:issue-60424-async-return-inference, r=cramertj 2019-10-03 12:19:21 +00:00
ich syntax: Split ast::Attribute into container and inner parts 2019-09-30 22:36:25 +03:00
infer Rollup merge of #64817 - csmoe:closure, r=nikomatsakis 2019-10-04 07:24:34 +02:00
lint Switch over all StableHash impls to new format 2019-09-28 11:47:36 -04:00
middle Rollup merge of #65026 - petrochenkov:ice1, r=eddyb 2019-10-04 07:24:37 +02:00
mir Rollup merge of #64817 - csmoe:closure, r=nikomatsakis 2019-10-04 07:24:34 +02:00
query Remove HIR based const qualification 2019-09-30 19:56:49 +01:00
session Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wesleywiser 2019-10-01 23:06:16 -07:00
traits Deny specializing items not in the parent impl 2019-10-05 15:33:24 +02:00
ty Rollup merge of #64874 - matthewjasper:simplify-euv, r=eddyb 2019-10-04 07:24:36 +02:00
util Self-Profiling: Refactor SelfProfiler API to be RAII based where possible. 2019-09-30 13:30:47 +02:00
arena.rs remove indexed_vec re-export from rustc_data_structures 2019-09-29 16:48:31 +00:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml remove bit_set re-export from rustc_data_structures 2019-09-29 16:11:30 +00:00
error_codes.rs Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebank 2019-09-28 22:12:02 +02:00
lib.rs cleanup dead ast-borrowck / migrate-mode code. 2019-09-27 19:48:07 +02:00
macros.rs Switch over all StableHash impls to new format 2019-09-28 11:47:36 -04:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
tests.rs librustc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00

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