rust/src/librustc
2019-06-12 13:56:29 -04: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 Implement RFC 2645 (transparent enums and unions) 2019-06-10 22:07:24 -07: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 #61673 - RalfJung:miri-no-hard-float, r=eddyb,oli-obk 2019-06-11 08:15:12 +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 add the "provisional cache" 2019-06-12 13:56:29 -04:00
ty Auto merge of #60463 - mjbshaw:transparent, r=varkor,rkruppe 2019-06-11 11:06:38 +00: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.