| Age | Commit message (Expand) | Author | Lines |
| 2022-03-31 | [let_chains] Forbid let inside parentheses | Caio | -12/+42 |
| 2022-03-30 | Stabilize native library modifier syntax and the `whole-archive` modifier spe... | Vadim Petrochenkov | -8/+0 |
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -1/+1 |
| 2022-03-30 | Spellchecking compiler code | Yuri Astrakhan | -2/+2 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -1/+1 |
| 2022-03-26 | Stablize `const_extern_fn` for "Rust" and "C" | Aaron Hill | -17/+20 |
| 2022-03-25 | Minor `let_chains` modification | Caio | -1/+4 |
| 2022-03-22 | diagnostics: do not suggest `fn foo({ <body> }` | Michael Howell | -1/+8 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -6/+7 |
| 2022-03-10 | Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwco | Matthias Krüger | -7/+0 |
| 2022-03-09 | Permit `#[deprecated]` in stdlib | Jacob Pratt | -8/+0 |
| 2022-03-09 | Warn users about || in let chain expressions | Caio | -41/+69 |
| 2022-03-06 | Rollup merge of #94617 - pierwill:update-itertools, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-03-05 | Review changes | Jack Huey | -2/+6 |
| 2022-03-05 | Change to lint | Jack Huey | -9/+14 |
| 2022-03-05 | Change syntax for TyAlias where clauses | Jack Huey | -7/+73 |
| 2022-03-04 | Change `rustc_deprecated` to use `note` | Jacob Pratt | -0/+1 |
| 2022-03-04 | Update `itertools` | pierwill | -1/+1 |
| 2022-03-03 | Gate stability attrs with other attributes. | Camille GILLOT | -0/+25 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-20 | Rollup merge of #94146 - est31:let_else, r=cjgillot | Matthias Krüger | -9/+6 |
| 2022-02-19 | Adopt let else in more places | est31 | -9/+6 |
| 2022-02-18 | Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-02-08 | Auto merge of #93561 - Amanieu:more-unwind-abi, r=nagisa | bors | -0/+48 |
| 2022-02-03 | compiler: clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-02-02 | Add more *-unwind ABI variants | Amanieu d'Antras | -0/+48 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-01-21 | Auto merge of #92896 - lqd:update-deps, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-01-18 | Formally implement let chains | Caio | -5/+1 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -0/+1 |
| 2022-01-17 | Add term | kadmin | -2/+1 |
| 2022-01-17 | add eq constraints on associated constants | kadmin | -13/+14 |
| 2022-01-14 | Update itertools to deduplicate it | Rémy Rakic | -1/+1 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -9/+0 |
| 2022-01-01 | Move `PatKind::Lit` checking from ast_validation to ast lowering | Aaron Hill | -47/+0 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -3/+2 |
| 2021-12-15 | Remove unnecessary sigils around `Ident::as_str()` calls. | Nicholas Nethercote | -2/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2021-12-14 | Stabilize `destructuring_assignment` | Jacob Pratt | -5/+0 |
| 2021-12-12 | Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnr | bors | -29/+3 |
| 2021-12-10 | remove feature gate and cleanup code | Ellen | -29/+3 |
| 2021-12-09 | Remove redundant [..]s | est31 | -3/+3 |
| 2021-11-27 | Rollup merge of #91208 - estebank:eq-constraint, r=cjgillot | Matthias Krüger | -1/+49 |
| 2021-11-25 | Account for incorrect `where T::Assoc = Ty` bound | Esteban Kuber | -1/+49 |
| 2021-11-24 | Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid | Guillaume Gomez | -1/+5 |
| 2021-11-24 | Update error message for doc(keyword) | Guillaume Gomez | -1/+1 |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -1/+5 |
| 2021-11-22 | Split inline const to two feature gates | Gary Guo | -0/+1 |
| 2021-11-12 | rustc_feature: Convert `BuiltinAttribute` from tuple to a struct | Vadim Petrochenkov | -5/+8 |
| 2021-11-07 | Auto merge of #90668 - matthiaskrgr:clippy_nov7, r=jyn514 | bors | -9/+7 |