rust/src/librustc
bors 57e13e0325 Auto merge of #61653 - oli-obk:visit_place_recursion, r=spastorino
get rid of visit_place recursion

r? @spastorino

this is groundwork for https://github.com/rust-lang/rust/pull/60913, since after that PR we won't be able to implement `visit_place` in a recursive manner without heavy cloning everywhere.

cc @eddyb this touches const qualif
2019-06-09 02:07:44 +00:00
..
benches Remove licenses 2018-12-25 21:08:33 -07:00
cfg Give match arms a drop/region scope 2019-05-21 19:37:38 +01:00
dep_graph query-ify const_field 2019-06-02 23:03:58 -05:00
hir Turn #[allocator] into a built-in attribute and rename it to #[rustc_allocator] 2019-06-08 23:55:25 +03:00
ich syntax: Treat error literals in more principled way 2019-06-07 18:01:50 +03:00
infer Auto merge of #57428 - alexreg:associated_type_bounds, r=nikomatsakis,Centril 2019-06-06 03:56:22 +00:00
lint syntax: revert ast::AsyncArgument and associated changes. 2019-06-03 10:20:35 +01:00
middle Addressed points raised in review. 2019-06-05 21:09:27 +01:00
mir Auto merge of #61653 - oli-obk:visit_place_recursion, r=spastorino 2019-06-09 02:07:44 +00:00
query query-fy type_name 2019-06-02 23:20:36 -05:00
session librustc_errors: Rename AnnotateRs -> AnnotateSnippet 2019-06-05 21:43:55 +02:00
traits Auto merge of #57428 - alexreg:associated_type_bounds, r=nikomatsakis,Centril 2019-06-06 03:56:22 +00:00
ty Make constructors actually be const functions 2019-06-06 17:20:06 +01:00
util Aggregation of drive-by cosmetic changes. 2019-06-05 21:09:26 +01:00
arena.rs rustc: collect upvars from HIR, instead of during name resolution. 2019-06-01 20:44:05 +03:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml Bump measureme dependency to 0.3 2019-05-13 22:15:55 -04:00
error_codes.rs Incorporated suggested changes 2019-05-27 19:37:20 -04: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.