| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -9/+7 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -33/+25 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+1 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -1/+1 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-10-14 | Revert "Stabilize `arbitrary_enum_discriminant`" | Mark Rousskov | -2/+62 |
| 2021-10-05 | Allow adding a set of cfg's to hide from being implicitly doc(cfg)'d | Wim Looman | -0/+1 |
| 2021-10-04 | Rollup merge of #89494 - FabianWolff:issue-84075, r=davidtwco | Jubilee | -13/+36 |
| 2021-10-03 | Deny `where` clauses on `auto` traits | Fabian Wolff | -13/+36 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -1/+1 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 |
| 2021-09-16 | delay error for enabling unstable lib features | Vishad Goyal | -0/+6 |
| 2021-09-15 | Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwco | Manish Goregaokar | -69/+0 |
| 2021-09-15 | Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk | bors | -1/+3 |
| 2021-09-11 | Rollup merge of #88733 - Noble-Mushtak:88577, r=estebank | Jubilee | -0/+14 |
| 2021-09-09 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -1/+0 |
| 2021-09-09 | Manually crafted revert of d4ad050ce5778a09566f6f9ec172565815d54604 . | Felix S. Klock II | -68/+0 |
| 2021-09-09 | Allow ~const bounds on inherent impls | Deadbeef | -1/+3 |