rust/src/librustc
2018-06-21 14:32:52 -04:00
..
benches Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
cfg Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
dep_graph rustc: rename ty::maps to ty::query. 2018-06-14 18:05:12 +03:00
hir Add fn fn_decl to Hir, for looking up the FnDecl of a body owner. 2018-06-19 19:38:37 +02:00
ich Add existential type definitons 2018-06-07 17:33:53 +02:00
infer Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakis 2018-06-18 23:14:50 +00:00
lint Auto merge of #51382 - GuillaumeGomez:intra-link-lint, r=QuietMisdreavus 2018-06-17 02:57:40 +00:00
middle use pat_ty_adjusted from expr_use_visitor to type of arguments 2018-06-21 14:32:52 -04:00
mir Run rustfmt 2018-06-19 21:24:39 -03:00
session Fix extern prelude failure in rustdoc 2018-06-11 22:24:35 +02:00
traits Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix 2018-06-18 14:34:52 +00:00
ty Thread info about form of variable bindings, including spans of arg types, down into mir::LocalDecls. 2018-06-19 19:38:37 +02:00
util Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakis 2018-06-18 23:14:50 +00:00
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
Cargo.toml Replace tempdir by tempfile in librustc 2018-06-20 19:28:27 +02:00
diagnostics.rs Stabilize #[repr(transparent)] 2018-06-12 06:49:07 +02:00
lib.rs Stabilize entry-or-default 2018-06-10 12:59:12 +02:00
macros.rs implement the chalk traits, albeit with many placeholders 2018-05-24 12:01:27 -04: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.