rust/src/librustc
2018-03-01 08:04:26 -07:00
..
benches Update miri to rustc changes 2017-12-06 09:25:29 +01:00
cfg rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree. 2017-09-01 23:27:48 +03:00
dep_graph Rollup merge of #48479 - mark-i-m:rustc-guide, r=nikomatsakis 2018-02-28 19:15:34 +08:00
hir Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakis 2018-02-28 15:09:29 -08:00
ich Introduce UnpackedKind 2018-02-23 01:13:54 +00:00
infer Rollup merge of #48479 - mark-i-m:rustc-guide, r=nikomatsakis 2018-02-28 19:15:34 +08:00
lint Emit parentheses in suggestion for global paths 2018-02-27 19:24:16 -08:00
middle Rollup merge of #48072 - cramertj:impl-trait-lifetime-res, r=nikomatsakis 2018-02-23 10:24:46 -08:00
mir Rollup merge of #48479 - mark-i-m:rustc-guide, r=nikomatsakis 2018-02-28 19:15:34 +08:00
session Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakis 2018-02-28 15:09:29 -08:00
traits add some comments to Obligation 2018-03-01 08:04:26 -07:00
ty introduce Universe struct 2018-03-01 08:04:26 -07:00
util Do not run the default panic hook inside procedural macros. Fixes #47812 2018-02-20 19:16:49 +01: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 fix more typos found by codespell. 2018-02-17 17:38:49 +01:00
lib.rs Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakis 2018-02-28 15:09:29 -08:00
macros.rs incr.comp.: Remove tcx from StableHashingContext. 2017-09-18 11:29:47 +02: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.