rust/src/librustc
2019-05-29 00:26:56 +03: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 merge of #60955 - agnxy:rename-assoc, r=oli-obk,Centril 2019-05-28 05:28:13 +00: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 Auto merge of #61140 - estebank:attr-diagnostics, r=michaelwoerister 2019-05-27 20:12:14 +00:00
middle Auto merge of #60955 - agnxy:rename-assoc, r=oli-obk,Centril 2019-05-28 05:28:13 +00:00
mir rustc: rename Mir to mir::Body in comments and to MIR in error strings. 2019-05-29 00:26:56 +03:00
query rustc: rename Mir to mir::Body in comments and to MIR in error strings. 2019-05-29 00:26:56 +03:00
session Fix unit test after pgo-use change. 2019-05-27 14:32:03 +02:00
traits Rename "Associated*" to "Assoc*" 2019-05-26 17:49:02 +08:00
ty rustc: rename Mir to mir::Body in comments and to MIR in error strings. 2019-05-29 00:26:56 +03: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 Incorporated suggested changes 2019-05-27 19:37:20 -04: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.