| Age | Commit message (Expand) | Author | Lines |
| 2021-09-06 | Accept `m!{ .. }.method()` and `m!{ .. }?` statements. | Mara Bos | -11/+14 |
| 2021-09-05 | Change more x64 size checks to not apply to x32. | Harald van Dijk | -1/+1 |
| 2021-09-05 | Rollup merge of #88257 - estebank:invalid-attr-error, r=oli-obk | Mara Bos | -21/+119 |
| 2021-09-04 | Use verbose suggestions and only match if the + is seen before a numeric literal | Theodore Luo Wang | -4/+3 |
| 2021-09-04 | Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiser | bors | -4/+16 |
| 2021-09-03 | Auto merge of #88597 - cjgillot:lower-global, r=petrochenkov | bors | -2/+1 |
| 2021-09-03 | Detect bare blocks with type ascription that were meant to be a `struct` literal | Esteban Kuber | -4/+16 |
| 2021-09-03 | Auto merge of #88386 - estebank:unmatched-delims, r=jackh726 | bors | -3/+18 |
| 2021-09-02 | Provide more context on incorrect inner attribute | Esteban Kuber | -21/+119 |
| 2021-09-01 | Compute proc_macros in resolutions. | Camille GILLOT | -2/+1 |
| 2021-09-01 | Undo debug statements | Theodore Luo Wang | -14/+1 |
| 2021-09-01 | Update formatting | Theodore Luo Wang | -1/+1 |
| 2021-09-01 | Add checks for a block before a unary plus. Fix failing tests | Theodore Luo Wang | -8/+25 |
| 2021-08-31 | Apply formatting | Theodore Luo Wang | -1/+6 |
| 2021-08-31 | Improve error checking on unary plus | Theodore Luo Wang | -0/+12 |
| 2021-09-01 | Auto merge of #87688 - camsteffen:let-else, r=cjgillot | bors | -10/+68 |
| 2021-08-31 | Rollup merge of #88450 - notriddle:notriddle/maybe_whole_expr, r=cjgillot | Mara Bos | -2/+2 |
| 2021-08-30 | Handle let-else initializer edge case errors | Cameron Steffen | -0/+46 |
| 2021-08-30 | Add let-else to AST | Cameron Steffen | -10/+22 |
| 2021-08-29 | Auto merge of #88262 - klensy:pprust-cow, r=nagisa | bors | -2/+2 |
| 2021-08-28 | fix(rustc_parse): incorrect span information for macro path expr | Michael Howell | -1/+1 |
| 2021-08-28 | fix(rustc_parse): incorrect span information for macro block expr | Michael Howell | -1/+1 |
| 2021-08-27 | Point at unclosed delimiters as part of the primary MultiSpan | Esteban Kuber | -3/+18 |
| 2021-08-27 | Introduce `~const` | Deadbeef | -26/+20 |
| 2021-08-25 | Use if-let guards in the codebase | Léo Lanteri Thauvin | -19/+18 |
| 2021-08-25 | Convert some functions to return Cow<'static,str> instead of String to reduce... | klensy | -2/+2 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -1/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -9/+9 |
| 2021-08-18 | Remove box syntax from rustc_parse | est31 | -7/+7 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -1/+1 |
| 2021-08-12 | Use smaller spans for some structured suggestions | Esteban Kuber | -39/+46 |
| 2021-08-08 | Auto merge of #87235 - poliorcetics:issue-87217-fn-quali-order, r=nagisa | bors | -1/+34 |
| 2021-08-04 | Auto merge of #87026 - FabianWolff:issue-86948, r=estebank | bors | -4/+51 |
| 2021-08-03 | Rollup merge of #87646 - JohnTitor:fix-parser-ice, r=oli-obk | Yuki Okushi | -3/+1 |
| 2021-08-02 | Better message for invalid keyword placement in fn | Alexis Bourget | -1/+34 |
| 2021-08-01 | Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa | bors | -2/+1 |
| 2021-07-31 | Require parentheses to avoid confusions around labeled break and loop express... | Fabian Wolff | -4/+51 |
| 2021-07-31 | Fix a parser ICE on invalid `fn` body | Yuki Okushi | -3/+1 |
| 2021-07-30 | Use multispan suggestions more often | Esteban Küber | -10/+8 |
| 2021-07-25 | clippy::filter_map_identity | Matthias Krüger | -2/+1 |
| 2021-07-24 | fix code to suggest `;` on parse error | Elliot Bobrow | -57/+57 |
| 2021-07-18 | Auto merge of #87242 - JohnTitor:rollup-t9rmwpo, r=JohnTitor | bors | -1/+8 |
| 2021-07-18 | Auto merge of #87071 - inquisitivecrystal:inclusive-range, r=estebank | bors | -7/+42 |
| 2021-07-18 | Rollup merge of #86814 - Aaron1011:inner-doc-recover, r=estebank | Yuki Okushi | -1/+8 |
| 2021-07-14 | Suggest a path separator if a stray colon is found in a match arm | Fabian Wolff | -15/+77 |
| 2021-07-11 | Give a helpful error for the mistake `..==` | Aris Merchant | -7/+42 |
| 2021-07-11 | Auto merge of #83918 - workingjubilee:stable-rangefrom-pat, r=joshtriplett | bors | -2/+0 |
| 2021-07-08 | Rollup merge of #86932 - rylev:fix-ice-86895, r=estebank | Yuki Okushi | -1/+7 |
| 2021-07-07 | Fix ICE when misplaced visibility cannot be properly parsed | Ryan Levick | -1/+7 |
| 2021-07-02 | Recover from a misplaced inner doc comment | Aaron Hill | -1/+8 |