rust/src/librustc
2018-03-26 19:41:19 -07:00
..
benches Stabilize slice patterns without .. 2018-03-20 02:27:40 +03:00
cfg rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree. 2017-09-01 23:27:48 +03:00
dep_graph rustc: Add a #[wasm_import_module] attribute 2018-03-22 13:16:38 -07:00
hir Remove an unnecessary/incorrect match in the expression check function 2018-03-26 19:41:19 -07:00
ich Merge branch 'master' of https://github.com/Lymia/rust into rollup 2018-03-23 10:16:40 -07:00
infer work around fallout from these changes in rustc 2018-03-21 05:40:59 -04:00
lint change all appropriate EPOCH to EDITION 2018-03-20 10:27:02 -07:00
middle Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister 2018-03-23 10:16:09 -07:00
mir Auto merge of #49200 - oli-obk:extern_static_metadata, r=michaelwoerister 2018-03-21 01:06:16 +00:00
session rename epoch to edition 2018-03-20 10:27:02 -07:00
traits Rollup merge of #49262 - oli-obk:fixed_size_array_len, r=estebank 2018-03-23 10:16:10 -07:00
ty Rollup merge of #49262 - oli-obk:fixed_size_array_len, r=estebank 2018-03-23 10:16:10 -07:00
util Rollup merge of #49262 - oli-obk:fixed_size_array_len, r=estebank 2018-03-23 10:16:10 -07:00
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
Cargo.toml Do not run the default panic hook inside procedural macros. Fixes #47812 2018-02-20 19:16:49 +01:00
diagnostics.rs also fix the Fixed code 2018-03-21 19:23:29 -04:00
lib.rs work around fallout from these changes in rustc 2018-03-21 05:40:59 -04:00
macros.rs extend stable hasher to support CanonicalTy 2018-03-16 12:49:37 -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.