rust/src/librustc
2018-08-09 09:20:41 -04:00
..
benches Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
cfg Replace push loops with collect() and extend() where possible 2018-07-29 18:53:22 +02:00
dep_graph Improve query efficiency 2018-08-05 15:54:49 +01:00
hir Auto merge of #53053 - petrochenkov:custattr, r=alexcrichton 2018-08-08 08:37:56 +00:00
ich Auto merge of #53053 - petrochenkov:custattr, r=alexcrichton 2018-08-08 08:37:56 +00:00
infer Auto merge of #52450 - PramodBisht:issue/52413, r=estebank 2018-08-07 08:50:12 +00:00
lint Add HirId to VisibilityKind::Restricted 2018-08-07 10:13:17 -06:00
middle Auto merge of #52993 - alexcrichton:fix-some-vis, r=michaelwoerister 2018-08-08 01:24:15 +00:00
mir Auto merge of #52712 - oli-obk:const_eval_cleanups, r=RalfJung 2018-08-03 14:28:12 +00:00
session Use diagnostic API on Session 2018-08-04 06:54:36 -06:00
traits Tidy fixes 2018-08-02 14:58:13 -04:00
ty Improve query efficiency 2018-08-05 15:54:49 +01:00
util Generate self-profiler types with macros 2018-08-02 18:57:24 -04:00
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
Cargo.toml remove either dependency we are not using 2018-06-27 07:05:40 -04:00
diagnostics.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
lib.rs [nll] librustc: enable feature(nll) for bootstrap 2018-08-09 09:20:41 -04:00
macros.rs Fix test and errors 2018-07-23 21:54:43 -05:00
README.md Change links to readmes 2018-02-25 15:24:14 -06:00

For more information about how rustc works, see the rustc guide.