rust/src/librustc
Mark Rousskov 2731075a6b Duplicate CrateConfig into Session
Since it's just a type alias this isn't too difficult and once Session
is moved back we can make this be the canonical location.
2019-12-03 12:19:16 -05:00
..
benches make ./x.py bench again 2019-11-23 07:06:27 +01:00
dep_graph Move cgu_reuse_tracker to librustc_session 2019-12-03 12:18:32 -05:00
hir syntax: Use ast::MacArgs for macro definitions 2019-12-02 21:56:34 +03: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 Move early lint declarations to librustc_session 2019-12-03 12:19:14 -05:00
middle Move NativeLibraryKind to rustc_session 2019-12-03 12:19:16 -05:00
mir Auto merge of #64736 - Nashenas88:mir_predecessors_cache_cleanup, r=oli-obk 2019-12-02 14:51:02 +00: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 Duplicate CrateConfig into Session 2019-12-03 12:19:16 -05:00
traits Rollup merge of #66651 - Areredify:on-unimplemented-scope, r=davidtwco 2019-12-03 11:07:01 +01:00
ty 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
util Move duration_to_secs_str to rustc_session 2019-12-03 12:18:32 -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
Cargo.toml Introduce rustc_session crate 2019-12-03 12:18:32 -05: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
tests.rs

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