rust/src/librustc
2019-05-26 02:13:31 +02: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 Only hash dep node indices of deps of anon tasks 2019-05-06 13:57:33 +02:00
hir Auto-derive Encode and Decode implementations 2019-05-25 11:40:06 +02:00
ich syntax: Turn token::Lit into a struct 2019-05-23 12:46:24 +03:00
infer rustc: integrate ty::Const into ty::print as print_const. 2019-05-25 10:07:02 +02:00
lint rustc: integrate ty::Const into ty::print as print_const. 2019-05-25 10:07:02 +02:00
middle Delay ICE in early_free_scope so feature gate has chance to stop compilation cleanly. 2019-05-24 14:02:41 +02:00
mir Make ConstValue::Slice solely take [u8] and str 2019-05-25 10:07:01 +02:00
query Update crate_variances and inferred_outlives_crate 2019-05-23 18:51:52 +02:00
session Move edition outside the hygiene lock and avoid accessing it 2019-05-21 18:17:05 +02:00
traits Don't use ty::Const without immediately interning 2019-05-25 10:07:01 +02:00
ty Print types for unevaluated constants 2019-05-25 10:07:02 +02:00
util Change rustc::util::common::FN_OUTPUT_NAME to a Symbol. 2019-05-17 20:04:20 +10:00
arena.rs Update crate_variances and inferred_outlives_crate 2019-05-23 18:51:52 +02: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 Implement built-in await syntax 2019-05-07 14:45:53 -07: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.