rust/src/librustc
2019-12-03 15:41:56 +02:00
..
benches make ./x.py bench again 2019-11-23 07:06:27 +01:00
dep_graph More HashStable. 2019-11-19 20:47:31 +01:00
hir Rollup merge of #66791 - cjgillot:arena, r=Mark-Simulacrum 2019-11-29 22:57:34 +01:00
ich introduce crate rustc_feature and move active, accepted, and removed to it 2019-11-30 00:25:40 +01:00
infer allow customising ty::TraitRef's printing behavior 2019-11-29 17:30:21 +03:00
lint rustc_plugin: Remove support for adding plugins from command line 2019-12-01 20:53:25 +03:00
middle Rollup merge of #66895 - Centril:rustc_feature, r=oli-obk 2019-11-30 16:56:58 +01:00
mir rustc: expose the mir::Body reference lifetime from mir::ReadOnlyBodyCache (#64736 fallout). 2019-12-03 13:04:28 +02:00
query Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename all body_cache back to body 2019-12-02 08:40:56 -05:00
session Rollup merge of #66245 - tmiasko:cfg-sanitize, r=oli-obk 2019-12-02 09:34:09 +01:00
traits allow customising ty::TraitRef's printing behavior 2019-11-29 17:30:21 +03:00
ty rustc: rename FnAbi::new to FnAbi::of_fn_ptr. 2019-12-03 15:41:56 +02:00
util Move ErrorReported to rustc_errors 2019-11-26 14:57:07 -05:00
arena.rs Simplify BodyCache impl and fix all remaining type errors in librustc_mir (lifetime errors still exist) 2019-12-02 08:35:08 -05:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml introduce crate rustc_feature and move active, accepted, and removed to it 2019-11-30 00:25:40 +01:00
lib.rs Move ExprUseVisitor and mem_categorization to rustc_typeck 2019-11-27 19:47:12 +00:00
macros.rs Retire impl_stable_hash_for. 2019-11-22 20:01:48 +01: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.