rust/src/librustc
bors 7096ff0ce1 Auto merge of #57214 - Zoxc:no-local-interners, r=eddyb
Store CtxtInterners for local values in AllArenas

r? @eddyb
2019-06-03 11:10:45 +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 Auto merge of #61460 - Centril:rollup-8txhjx4, r=Centril 2019-06-02 14:42:11 +00:00
ich Remove ty::BrFresh and new_bound 2019-05-31 15:09:04 +09:00
infer Auto merge of #57214 - Zoxc:no-local-interners, r=eddyb 2019-06-03 11:10:45 +00:00
lint Auto merge of #61253 - nnethercote:avoid-hygiene_data-lookups, r=petrochenkov 2019-05-30 16:54:13 +00:00
middle rustc: remove Res::Upvar. 2019-06-01 20:28:48 +03:00
mir move codegenunitext to rustc::mir::mono 2019-06-02 22:55:29 -05:00
query query-fy type_name 2019-06-02 23:20:36 -05:00
session rustc_codegen_utils: add new mangling scheme implementation. 2019-05-31 18:24:42 +03:00
traits Add more information in ConstEvalFailure error 2019-05-31 01:19:59 +01:00
ty Auto merge of #57214 - Zoxc:no-local-interners, r=eddyb 2019-06-03 11:10:45 +00:00
util Allow to specify profiling data output directory as -Zself-profile argument. 2019-05-28 16:14:34 +02: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.