| Age | Commit message (Expand) | Author | Lines |
| 2019-03-28 | Rollup merge of #59408 - euclio:compiletest-normalization, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-03-26 | Rollup merge of #59150 - estebank:type-ascription, r=varkor | Mazdak Farrokhzad | -0/+16 |
| 2019-03-25 | compiletest: make path normalization smarter | Andy Russell | -1/+1 |
| 2019-03-23 | Hide obvious suggestion from cli output | Esteban Küber | -4/+2 |
| 2019-03-23 | Swap primary/secondary spans for E0458 | Esteban Küber | -2/+2 |
| 2019-03-23 | Swap const evaluation lint spans to point at problem in primary span | Esteban Küber | -2/+2 |
| 2019-03-23 | Tweak spans for E0599 | Esteban Küber | -1/+1 |
| 2019-03-22 | Reword type ascription note to reduce verbosity | Esteban Küber | -12/+2 |
| 2019-03-22 | Review comment | Esteban Küber | -2/+2 |
| 2019-03-22 | Expand suggestions for type ascription parse errors | Esteban Küber | -0/+26 |
| 2019-03-20 | Update tests | varkor | -4/+4 |
| 2019-03-11 | Update tests that don't run on my platform | Vadim Petrochenkov | -16/+0 |
| 2019-03-11 | Update NLL tests | Vadim Petrochenkov | -19/+19 |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -200/+200 |
| 2019-03-02 | Reword error message | Esteban Küber | -1/+1 |
| 2019-03-02 | Point at enum definition when match patterns are not exhaustive | Esteban Küber | -7/+12 |
| 2019-02-27 | Rename variadic to c_variadic | Dan Robertson | -2/+2 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -6/+6 |
| 2019-02-14 | rustc_mir: split qualify_consts' checking and value qualification. | Eduard-Mihai Burtescu | -16/+16 |
| 2019-02-07 | Make name resolution handle consts in GenericParamsFromOuterFunction properly | varkor | -8/+8 |
| 2019-02-07 | Update tests | varkor | -1/+1 |
| 2019-02-07 | Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoerister | bors | -13/+13 |
| 2019-01-31 | Add suggestion for duplicated import. | David Wood | -6/+4 |
| 2019-01-30 | Move privacy checking later in the pipeline and make some passes run in parallel | John Kåre Alsaker | -13/+13 |
| 2019-01-26 | Replace deprecated ATOMIC_INIT consts | Mark Rousskov | -2/+2 |
| 2019-01-21 | Auto merge of #55009 - oli-obk:const_safety, r=RalfJung | bors | -4/+4 |
| 2019-01-21 | Declare some unconst operations as unsafe in const fn | Oliver Scherer | -4/+4 |
| 2019-01-20 | Do not suggest angle brackets when there are no type arguments | Esteban Küber | -2/+2 |
| 2019-01-19 | Suggest usage of angle brackets | Esteban Küber | -1/+4 |
| 2019-01-19 | Accept parenthesized type args for error recovery | Esteban Küber | -9/+2 |
| 2019-01-19 | Continune parsing after encountering Trait with paren args | Esteban Küber | -2/+9 |
| 2019-01-19 | Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakis | bors | -5/+4 |
| 2019-01-18 | Rollup merge of #57725 - estebank:parens, r=michaelwoerister | Mazdak Farrokhzad | -3/+9 |
| 2019-01-17 | Use structured suggestion to surround struct literal with parenthesis | Esteban Küber | -3/+9 |
| 2019-01-16 | Don't explicitly increment the depth for new trait predicates | Aaron Hill | -1/+32 |
| 2019-01-16 | Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakis | bors | -46/+0 |
| 2019-01-16 | Auto merge of #57416 - alexcrichton:remove-platform-intrinsics, r=nagisa | bors | -128/+0 |
| 2019-01-14 | Rollup merge of #57481 - euclio:bool-cast-suggestion, r=estebank | Mazdak Farrokhzad | -3/+1 |
| 2019-01-14 | rustc: Remove platform intrinsics crate | Alex Crichton | -128/+0 |
| 2019-01-14 | Rollup merge of #57477 - euclio:clarify-lev-suggestion, r=zackmdavis | Mazdak Farrokhzad | -1/+1 |
| 2019-01-13 | Rollup merge of #57366 - estebank:point-match-discrim, r=varkor | Mazdak Farrokhzad | -0/+2 |
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -46/+0 |
| 2019-01-13 | Rollup merge of #57412 - JohnTitor:improve-the-wording-1, r=varkor | Mazdak Farrokhzad | -2/+2 |
| 2019-01-12 | Reword label as per review comment | Esteban Küber | -1/+1 |
| 2019-01-12 | Point at the match discriminant when arm pattern has a type mismatch | Esteban Küber | -0/+2 |
| 2019-01-12 | Rollup merge of #57535 - varkor:stabilise-if-while-let-patterns, r=Centril | Mazdak Farrokhzad | -35/+0 |
| 2019-01-12 | Rollup merge of #57493 - euclio:deref-suggest, r=oli-obk | Mazdak Farrokhzad | -7/+4 |
| 2019-01-12 | Stabilise irrefutable if-let and while-let patterns | varkor | -35/+0 |
| 2019-01-10 | use structured suggestion when casting a reference | Andy Russell | -7/+4 |
| 2019-01-09 | provide suggestion for invalid boolean cast | Andy Russell | -3/+1 |