| Age | Commit message (Expand) | Author | Lines |
| 2021-10-08 | remove unwrap_or! macro | klensy | -10/+0 |
| 2021-10-04 | Rollup merge of #89487 - FabianWolff:issue-89396, r=petrochenkov | Jubilee | -0/+1 |
| 2021-10-04 | Use `TokenKind::similar_tokens()` | Fabian Wolff | -0/+1 |
| 2021-10-01 | Improve error message for missing angle brackets in `[_]::method` | Fabian Wolff | -0/+2 |
| 2021-09-15 | Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwco | Manish Goregaokar | -10/+0 |
| 2021-09-10 | Keep a parent LocalDefId in SpanData. | Camille GILLOT | -1/+1 |
| 2021-09-09 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -10/+0 |
| 2021-09-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -2/+0 |
| 2021-09-08 | Rollup merge of #88553 - theo-lw:issue-88276, r=estebank | Jack Huey | -0/+7 |
| 2021-09-04 | Fix formatting | Theodore Luo Wang | -1/+4 |
| 2021-09-04 | Use verbose suggestions and only match if the + is seen before a numeric literal | Theodore Luo Wang | -0/+4 |
| 2021-09-04 | Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiser | bors | -1/+9 |
| 2021-09-03 | Auto merge of #88597 - cjgillot:lower-global, r=petrochenkov | bors | -12/+3 |
| 2021-09-03 | Detect bare blocks with type ascription that were meant to be a `struct` literal | Esteban Kuber | -1/+9 |
| 2021-09-02 | expand: Treat more macro calls as statement macro calls | Vadim Petrochenkov | -1/+11 |
| 2021-09-01 | Compute proc_macros in resolutions. | Camille GILLOT | -12/+3 |
| 2021-08-30 | Handle let-else initializer edge case errors | Cameron Steffen | -0/+27 |
| 2021-08-30 | Add let-else to AST | Cameron Steffen | -5/+46 |
| 2021-08-30 | allow unordered const/ty params if any cg feature is active | lcnr | -2/+2 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -1/+1 |
| 2021-08-27 | Introduce `~const` | Deadbeef | -3/+3 |
| 2021-08-26 | Auto merge of #88066 - LeSeulArtichaut:patterns-cleanups, r=nagisa | bors | -15/+11 |
| 2021-08-25 | Various pattern cleanups | Léo Lanteri Thauvin | -10/+4 |
| 2021-08-25 | Use if-let guards in the codebase | Léo Lanteri Thauvin | -5/+7 |
| 2021-08-24 | Move `named_asm_labels` to a HIR lint | asquared31415 | -3/+4 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 |
| 2021-08-18 | Remove box syntax from rustc_ast | est31 | -2/+1 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -4/+6 |
| 2021-08-12 | Add support for clobber_abi to asm! | Amanieu d'Antras | -0/+1 |
| 2021-07-30 | Add warning when whitespace is not skipped after an escaped newline. | Anton Golov | -4/+20 |
| 2021-07-27 | Stabilize `const_fn_transmute` | Jacob Pratt | -1/+1 |
| 2021-07-26 | Actually infer args in visitors | kadmin | -0/+2 |
| 2021-07-25 | Add generic arg infer | kadmin | -1/+3 |
| 2021-07-19 | Remove special case for `ExprKind::Paren` in `MutVisitor` | Aaron Hill | -6/+0 |
| 2021-07-17 | Use LocalExpnId where possible. | Camille GILLOT | -5/+5 |
| 2021-07-17 | Make the CrateNum part of the ExpnId. | Camille GILLOT | -3/+3 |
| 2021-07-11 | Auto merge of #83918 - workingjubilee:stable-rangefrom-pat, r=joshtriplett | bors | -1/+4 |
| 2021-07-08 | Rework SESSION_GLOBALS API to prevent overwriting it | Guillaume Gomez | -5/+5 |
| 2021-07-01 | Auto merge of #86190 - asquared31415:extern-main-86110-fix, r=varkor | bors | -0/+1 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -1/+0 |
| 2021-06-28 | Auto merge of #85909 - cjgillot:alloc-kind-query, r=Aaron1011 | bors | -1/+1 |
| 2021-06-25 | Auto merge of #86599 - Amanieu:asm_raw, r=nagisa | bors | -0/+1 |
| 2021-06-24 | Add a "raw" option for asm! which ignores format string specifiers | Amanieu d'Antras | -0/+1 |
| 2021-06-20 | Make allocator_kind a query. | Camille GILLOT | -1/+1 |
| 2021-06-17 | Use `AttrVec` for `Arm`, `FieldDef`, and `Variant` | Yuki Okushi | -6/+6 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -11/+25 |
| 2021-06-09 | Fix ICE when `main` is declared in an `extern` block | asquared31415 | -0/+1 |
| 2021-06-06 | Auto merge of #84995 - petrochenkov:tcollect, r=Aaron1011 | bors | -1/+2 |
| 2021-06-06 | parser: Ensure that all nonterminals have tokens after parsing | Vadim Petrochenkov | -1/+2 |
| 2021-06-06 | Rollup merge of #86043 - klensy:attr-clone, r=jyn514 | Yuki Okushi | -3/+2 |