rust/src/librustc
2018-03-20 10:27:02 -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 Rollup merge of #49092 - mark-i-m:deptrack_readme, r=nikomatsakis 2018-03-20 07:15:19 +08:00
hir Auto merge of #48917 - petrochenkov:import, r=oli-obk 2018-03-18 01:50:52 +00:00
ich Auto merge of #49091 - nikomatsakis:issue-49043-ty-infer-hash, r=michaelwoerister 2018-03-19 05:07:27 +00:00
infer Replace many of the last references to readmes 2018-03-16 12:43:22 -05:00
lint rename epoch to edition 2018-03-20 10:27:02 -07:00
middle Rollup merge of #49092 - mark-i-m:deptrack_readme, r=nikomatsakis 2018-03-20 07:15:19 +08:00
mir Rollup merge of #49092 - mark-i-m:deptrack_readme, r=nikomatsakis 2018-03-20 07:15:19 +08:00
session rename epoch to edition 2018-03-20 10:27:02 -07:00
traits Rollup merge of #49004 - wesleywiser:incr_specialization_graph_query, r=michaelwoerister 2018-03-20 07:15:18 +08:00
ty Rollup merge of #49092 - mark-i-m:deptrack_readme, r=nikomatsakis 2018-03-20 07:15:19 +08:00
util remove defaulting to unit 2018-03-14 12:44:51 +08: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 Remove unused error E0020 2018-03-08 08:34:14 +01:00
lib.rs Keep the fields of RangeInclusive unstable. 2018-03-15 17:01:30 +08: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.