rust/src/librustc
bors 66fcc56444 Auto merge of #49714 - nikomatsakis:issue-49631, r=eddyb
mem-categorization, coherence fix

make mem-categorization use adjusted type for patterns: Fixes #49631

do not propagate `Err` when determing causal info: Fixes #48728

r? @eddyb
2018-04-08 03:03:25 +00:00
..
benches Stabilize slice patterns without .. 2018-03-20 02:27:40 +03:00
cfg Remove adjacent all-const match arm hack. 2018-03-28 12:03:28 +02:00
dep_graph Allow for internalizing monomorphizations that cannot be shared. 2018-04-06 12:14:08 +02:00
hir Use Ident instead of Name in MetaItem 2018-04-06 11:52:16 +03:00
ich Auto merge of #48779 - michaelwoerister:share-generics4, r=alexcrichton 2018-04-06 15:01:27 +00:00
infer Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakis 2018-03-29 05:44:40 +00:00
lint Use Ident instead of Name in MetaItem 2018-04-06 11:52:16 +03:00
middle Auto merge of #49714 - nikomatsakis:issue-49631, r=eddyb 2018-04-08 03:03:25 +00:00
mir Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin 2018-03-31 06:40:56 +00:00
session Auto merge of #48779 - michaelwoerister:share-generics4, r=alexcrichton 2018-04-06 15:01:27 +00:00
traits Auto merge of #49714 - nikomatsakis:issue-49631, r=eddyb 2018-04-08 03:03:25 +00:00
ty Auto merge of #49222 - Zoxc:print-query-stack, r=nikomatsakis 2018-04-07 02:51:17 +00:00
util Print query stack on ICEs 2018-04-06 16:23:31 +02: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 Checking location and syntax of non_exhaustive attribute. 2018-04-02 23:02:29 +01:00
lib.rs Bump the bootstrap compiler to 1.26.0 beta 2018-04-05 07:13:45 -07: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.