rust/src/librustc
Tyler Mandry 4a25c3c1ec
Rollup merge of #65056 - spastorino:place-mut-visitor-adjusts, r=oli-obk
Make visit projection iterative

r? @oli-obk

/cc @nikomatsakis
2019-10-03 16:25:49 -07: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 Auto merge of #64999 - nikomatsakis:issue-60424-async-return-inference, r=cramertj 2019-10-03 12:19:21 +00:00
lint Switch over all StableHash impls to new format 2019-09-28 11:47:36 -04:00
middle remove indexed_vec re-export from rustc_data_structures 2019-09-29 16:48:31 +00:00
mir Make visit_projection iterative 2019-10-03 11:19:26 -03:00
query remove indexed_vec re-export from rustc_data_structures 2019-09-29 16:48:31 +00:00
session Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wesleywiser 2019-10-01 23:06:16 -07:00
traits Rollup merge of #64937 - estebank:dedup-closure-err, r=Centril 2019-10-01 09:55:39 +02:00
ty Rollup merge of #64989 - sinkuu:fix_ice_64964, r=davidtwco 2019-10-02 18:24:42 +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.