rust/src/librustc
bors 9c9424de51 Auto merge of #49202 - csmoe:trait_engine, r=nikomatsakis
Introduce trait engine

address #48895 step 1: introduce trait engine
2018-03-27 14:31:43 +00: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 #49299 - SimonSapin:ubiquity, r=nikomatsakis 2018-03-25 01:30:12 +08:00
hir Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
ich Auto merge of #49251 - nikomatsakis:issue-15872-elision-impl-header, r=cramertj 2018-03-24 13:23:17 +00:00
infer Auto merge of #49202 - csmoe:trait_engine, r=nikomatsakis 2018-03-27 14:31:43 +00:00
lint Specialize future-incompatibility warning for UNSTABLE_NAME_COLLISION. 2018-03-24 07:00:48 +08:00
middle Auto merge of #49251 - nikomatsakis:issue-15872-elision-impl-header, r=cramertj 2018-03-24 13:23:17 +00:00
mir Improved comments for UserAssertTy statement. 2018-03-23 17:50:33 +00:00
session Auto merge of #48346 - emilio:pgo, r=alexcrichton 2018-03-26 13:00:18 +00:00
traits Auto merge of #49202 - csmoe:trait_engine, r=nikomatsakis 2018-03-27 14:31:43 +00:00
ty Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakis 2018-03-25 01:30:12 +08: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 rustbuild: Fail the build if we build Cargo twice 2018-03-26 13:07:12 -07:00
diagnostics.rs Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
lib.rs Stabilize i128 feature too 2018-03-26 08:37:56 -05: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.