| Age | Commit message (Expand) | Author | Lines |
| 2016-08-13 | Revert Ty::is_uninhabited to its original state | Andrew Cann | -3/+3 |
| 2016-08-13 | Default diverging types based on feature gate. | Andrew Cann | -0/+8 |
| 2016-08-13 | Un-improve Ty::is_uninabited | Andrew Cann | -3/+7 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -57/+65 |
| 2016-08-13 | Minor fixups based on @eddyb's feedback | Andrew Cann | -7/+3 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -223/+71 |
| 2016-08-13 | Fix super_relate_tys so that ! == ! | Andrew Cann | -0/+1 |
| 2016-08-13 | Switch on TyEmpty | Andrew Cann | -9/+16 |
| 2016-08-13 | Add EmptyToAny adjustment | Andrew Cann | -4/+16 |
| 2016-08-13 | Start implementation of RFC 1216 (make ! a type) | Andrew Cann | -12/+46 |
| 2016-08-13 | Auto merge of #35348 - scottcarr:discriminant2, r=nikomatsakis | bors | -1/+8 |
| 2016-08-12 | Auto merge of #35431 - GuillaumeGomez:err_codes, r=jonathandturner | bors | -1/+32 |
| 2016-08-12 | typeck: leak auto trait obligations through impl Trait. | Eduard Burtescu | -27/+351 |
| 2016-08-12 | typeck: record `impl Trait` concrete resolutions. | Eduard Burtescu | -0/+20 |
| 2016-08-12 | typeck: disallow `impl Trait` outside of return types of functions and impl m... | Eduard Burtescu | -2/+20 |
| 2016-08-12 | rustc: add TyAnon (impl Trait) to the typesystem. | Eduard Burtescu | -42/+154 |
| 2016-08-12 | syntax: add anonymized type syntax, i.e. impl TraitA+TraitB. | Eduard Burtescu | -2/+15 |
| 2016-08-12 | rustc: don't reveal specializable polymorphic projections. | Eduard Burtescu | -35/+36 |
| 2016-08-12 | rustc: always normalize projections in ty::layout regardless where they appear. | Eduard Burtescu | -25/+42 |
| 2016-08-12 | rustc: rename ProjectionMode and its variant to be more memorable. | Eduard Burtescu | -61/+35 |
| 2016-08-11 | Auto merge of #35592 - jonathandturner:rollup, r=jonathandturner | bors | -11/+23 |
| 2016-08-11 | add SetDiscriminant StatementKind to enable deaggregation of enums | Scott A Carr | -1/+8 |
| 2016-08-11 | Rollup merge of #35576 - circuitfox:E0072-update-error-format, r=jonathandturner | Jonathan Turner | -0/+1 |
| 2016-08-11 | Rollup merge of #35565 - wdv4758h:E0133, r=jonathandturner | Jonathan Turner | -3/+5 |
| 2016-08-11 | Rollup merge of #35557 - Limeth:master, r=jonathandturner | Jonathan Turner | -4/+8 |
| 2016-08-11 | Rollup merge of #35537 - munyari:e0038, r=jonathandturner | Jonathan Turner | -4/+9 |
| 2016-08-11 | Auto merge of #35403 - scottcarr:lvalue_refactor, r=nikomatsakis | bors | -77/+73 |
| 2016-08-10 | Auto merge of #34845 - bitshifter:issue-30961, r=alexcrichton | bors | -7/+34 |
| 2016-08-10 | E0072 update error format | Chris Stankus | -0/+1 |
| 2016-08-10 | no op commit for travis | Scott A Carr | -2/+1 |
| 2016-08-10 | Update E0133 to new format | Chiu-Hsiang Hsu | -3/+5 |
| 2016-08-09 | Auto merge of #35079 - nikomatsakis:incr-comp-ich-32753, r=mw | bors | -0/+12 |
| 2016-08-09 | incorporate resolve results into hashing | Niko Matsakis | -0/+11 |
| 2016-08-09 | make it possible to test if HIR is dirty | Niko Matsakis | -0/+1 |
| 2016-08-09 | E0263 updated to new format. rust-lang/rust#35518 | Jakub Hlusička | -4/+8 |
| 2016-08-09 | Auto merge of #35401 - jonathandturner:enable_json_and_new_errors, r=jonathan... | bors | -21/+8 |
| 2016-08-09 | Update E0038 to the new error format | Panashe M. Fundira | -4/+9 |
| 2016-08-09 | Auto merge of #35166 - nikomatsakis:incr-comp-ice-34991-2, r=mw | bors | -138/+292 |
| 2016-08-09 | make tidy | Scott A Carr | -3/+3 |
| 2016-08-09 | pacify the mercilous tidy | Niko Matsakis | -2/+4 |
| 2016-08-09 | add a `deterministic_hash` method to `DefPath` | Niko Matsakis | -0/+13 |
| 2016-08-09 | add a `-Z incremental-info` flag | Niko Matsakis | -0/+2 |
| 2016-08-09 | replace Name with InternedString in DefPathData | Niko Matsakis | -53/+53 |
| 2016-08-09 | make DepNode PartialOrd | Niko Matsakis | -2/+2 |
| 2016-08-08 | track MIR through the dep-graph | Niko Matsakis | -16/+45 |
| 2016-08-08 | refactor other type methods | Scott A Carr | -81/+75 |
| 2016-08-07 | Rollup merge of #35366 - medzin:E0282, r=jonathandturner | Jonathan Turner | -4/+6 |
| 2016-08-07 | Turn on new errors, json mode. Remove duplicate unicode test | Jonathan Turner | -21/+8 |
| 2016-08-06 | Add E0312 error explanation | Guillaume Gomez | -1/+32 |
| 2016-08-06 | Updated error message E0282 | Adam Medziński | -4/+6 |