| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-01-09 | clarify resolve typo suggestion | Andy Russell | -1/+1 |
| 2019-01-09 | Stabilize `let` bindings and destructuring in constants and const fn | Oliver Scherer | -4/+23 |
| 2019-01-08 | Improve the wording | Yuki Okushi | -2/+2 |
| 2019-01-06 | Auto merge of #57291 - euclio:method-call-suggestion, r=estebank | bors | -3/+1 |
| 2019-01-05 | Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAus | kennytm | -1/+1 |
| 2019-01-03 | Improve error generation, fixup recursion limits | Aaron Hill | -36/+4 |
| 2019-01-03 | use structured suggestion for method calls | Andy Russell | -3/+1 |
| 2019-01-02 | Auto merge of #57250 - codeworm96:tyerr_msg, r=varkor | bors | -1/+1 |
| 2019-01-01 | Fix broken links to second edition TRPL. | Corey Farwell | -1/+1 |
| 2018-12-31 | Improve type mismatch error messages | Yuning Zhang | -1/+1 |
| 2018-12-31 | Auto merge of #56878 - petrochenkov:privdyn, r=arielb1 | bors | -5/+2 |
| 2019-01-01 | privacy: Use common `DefId` visiting infra for all privacy visitors | Vadim Petrochenkov | -5/+2 |
| 2018-12-31 | Auto merge of #57047 - euclio:field-structured-suggestions, r=estebank | bors | -1/+1 |
| 2018-12-31 | use structured suggestions for nonexistent fields | Andy Russell | -1/+1 |
| 2018-12-31 | Auto merge of #57044 - varkor:E0512-equal-type, r=matthewjasper | bors | -3/+3 |
| 2018-12-29 | Fixed stderr files for ui tests. | Alexander Regueiro | -10/+1 |
| 2018-12-28 | Clarify wording of E0512 | varkor | -3/+3 |
| 2018-12-26 | Added regression test for using generic parameters on modules. | Alexander Regueiro | -4/+12 |
| 2018-12-26 | Fixed more tests. | Alexander Regueiro | -2/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -2784/+372 |
| 2018-12-25 | Auto merge of #57088 - euclio:non-camel-case-early-lint, r=estebank | bors | -9/+16 |