rust/src/librustc
2018-06-20 12:21:52 +01: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 Rename structures in ast 2018-06-20 12:21:52 +01:00
ich Refactor hir::GenericParam as a struct 2018-06-20 12:21:07 +01:00
infer Refactor generic parameters in rustdoc/clean 2018-06-20 12:21:52 +01:00
lint Rename structures in ast 2018-06-20 12:21:52 +01:00
middle Refactor generic parameters in rustdoc/clean 2018-06-20 12:21:52 +01:00
mir Added diagnostics for suggesting mut x on repeated mutations of x. 2018-06-19 19:38:37 +02:00
session Fix extern prelude failure in rustdoc 2018-06-11 22:24:35 +02:00
traits Remove all traces of lifetimes() and types() methods 2018-06-20 12:21:24 +01:00
ty Rename DefPathData::LifetimeDef to LifetimeParam 2018-06-20 12:21:24 +01:00
util Refactor generic parameters in rustdoc/clean 2018-06-20 12:21:52 +01:00
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
Cargo.toml Update Rayon version 2018-06-06 15:25:16 +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.