rust/src/librustc
2019-08-04 12:23:05 -07:00
..
benches Remove licenses 2018-12-25 21:08:33 -07:00
cfg Exit arm scopes correctly in the HIR CFG 2019-07-06 21:56:03 +01:00
dep_graph Refactor diagnostic emission for green nodes 2019-07-11 02:09:37 +02:00
hir Unsupport the await!(..) macro. 2019-07-30 10:55:45 +02:00
ich hygiene: Tweak naming some more 2019-07-19 12:02:57 +03:00
infer Rollup merge of #63153 - varkor:remove-resolve_const_var, r=cramertj 2019-08-02 12:14:17 +02:00
lint Simplify change to layout_of 2019-08-03 22:04:39 -07:00
middle Disallow duplicate lifetime parameters with legacy hygiene 2019-07-28 13:33:51 +01:00
mir tweak output and tests 2019-08-04 12:23:05 -07:00
query normalize use of backticks for compiler messages in remaining modules 2019-07-23 23:09:59 +02:00
session Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk 2019-07-30 08:39:29 +00:00
traits Fix typos in doc comments. 2019-08-02 01:36:36 +07:00
ty Simplify change to layout_of 2019-08-03 22:04:39 -07:00
util Add a "total" measurement to -Ztime-passes. 2019-07-05 08:19:48 +10: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 cleanup: Remove extern crate serialize as rustc_serializes 2019-07-23 19:20:16 +03:00
error_codes.rs Update error_codes re. await_macro removal. 2019-07-30 10:55:45 +02:00
lib.rs Deny unused_lifetimes through rustbuild 2019-07-28 18:47:02 +03:00
macros.rs Unify all uses of 'gcx and 'tcx. 2019-06-14 18:58:23 +03: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.