| Age | Commit message (Expand) | Author | Lines |
| 2025-02-10 | try to suggest eliding redundant binding modifiers | dianne | -1/+3 |
| 2025-02-10 | experimentally label the spans for default binding modes | dianne | -4/+2 |
| 2025-02-10 | highlight the whole problem subpattern when pointing out the default binding ... | dianne | -2/+4 |
| 2025-02-10 | reword pattern migration diagnostic to make sense in all editions | dianne | -6/+18 |
| 2024-12-31 | Convert some Into impls into From impls | Michael Goulet | -3/+3 |
| 2024-12-25 | Actually print all the relevant parts of a coroutine in verbose mode | Michael Goulet | -0/+6 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -4/+50 |
| 2024-12-20 | split up `#[rustc_deny_explicit_impl]` attribute | Lukas Markeffsky | -2/+2 |
| 2024-12-19 | Auto merge of #134499 - jieyouxu:rollup-zmaveur, r=jieyouxu | bors | -9/+12 |
| 2024-12-19 | Rollup merge of #134491 - compiler-errors:dtor-tweaks, r=lqd | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-12-19 | Rollup merge of #133702 - RalfJung:single-variant, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -6/+9 |
| 2024-12-19 | Auto merge of #133961 - lcnr:borrowck-cleanup, r=jackh726 | bors | -14/+102 |
| 2024-12-18 | Rollup merge of #133643 - lcnr:merge-candidates, r=compiler-errors | Jacob Pratt | -1/+1 |
| 2024-12-19 | Rename Scope.id to Scope.local_id, remove trivial accessor | Michael Goulet | -3/+3 |
| 2024-12-18 | update new solver candidate assembly | lcnr | -1/+1 |
| 2024-12-18 | introduce `LateParamRegionKind` | lcnr | -14/+102 |
| 2024-12-18 | Rollup merge of #134394 - dianne:clarify-pat-2024-migration, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -5/+8 |
| 2024-12-18 | make no-variant types a dedicated Variants variant | Ralf Jung | -12/+12 |
| 2024-12-18 | Variants::Single: do not use invalid VariantIdx for uninhabited enums | Ralf Jung | -5/+8 |
| 2024-12-18 | Auto merge of #134243 - nnethercote:re-export-more-rustc_span, r=jieyouxu | bors | -22/+14 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -22/+14 |
| 2024-12-17 | Clarify the match ergonomics 2024 migration lint's output | dianne | -5/+8 |
| 2024-12-17 | Rollup merge of #133265 - the8472:extract-if-ranges, r=cuviper | Matthias Krüger | -1/+1 |
| 2024-12-17 | Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obk | bors | -6/+6 |
| 2024-12-17 | small refactor to region error handling | lcnr | -10/+7 |
| 2024-12-17 | Auto merge of #134302 - bjorn3:remove_driver_queries, r=oli-obk,jieyouxu | bors | -44/+35 |
| 2024-12-16 | update uses of extract_if in the compiler | The 8472 | -1/+1 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -6/+6 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -18/+22 |
| 2024-12-15 | Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=Urgau | Stuart Cook | -6/+6 |
| 2024-12-14 | Add some convenience helper methods on `hir::Safety` | Oli Scherer | -6/+6 |
| 2024-12-14 | Immediately enter in TyCtxt::create_global_ctxt | bjorn3 | -31/+22 |
| 2024-12-14 | Move GlobalCtxt::finish to TyCtxt | bjorn3 | -13/+13 |
| 2024-12-14 | (Re-)Implement impl_trait_in_bindings | Michael Goulet | -5/+18 |
| 2024-12-14 | Split UserTypeAnnotation to have a kind | Michael Goulet | -5/+27 |
| 2024-12-13 | Auto merge of #134122 - oli-obk:push-zqnyznxtpnll, r=petrochenkov | bors | -9/+18 |
| 2024-12-12 | Move impl constness into impl trait header | Oli Scherer | -7/+6 |
| 2024-12-12 | Rollup merge of #133122 - compiler-errors:afidt, r=oli-obk | Matthias Krüger | -17/+116 |
| 2024-12-11 | Require the `constness` query to only be invoked on things that can have cons... | Oli Scherer | -2/+12 |
| 2024-12-11 | Rename projection_def_id to item_def_id | Michael Goulet | -1/+1 |
| 2024-12-10 | Implement projection and shim for AFIDT | Michael Goulet | -17/+116 |
| 2024-12-10 | Rollup merge of #134008 - jswrenn:unsafe-fields-copy, r=compiler-errors | León Orell Valerian Liehr | -5/+10 |
| 2024-12-10 | Auto merge of #134096 - fmease:rollup-0asgoo8, r=fmease | bors | -1/+1 |
| 2024-12-09 | review comments: rewordings | Esteban Küber | -2/+2 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -5/+6 |
| 2024-12-09 | interpret: clean up deduplicating allocation functions | Ralf Jung | -1/+1 |
| 2024-12-07 | Tweak wording | Esteban Küber | -5/+5 |
| 2024-12-07 | Do not talk about "trait `<Foo = Bar>`" | Esteban Küber | -2/+4 |
| 2024-12-07 | Account for `impl Trait` in "add bound" suggestion message | Esteban Küber | -0/+6 |
| 2024-12-07 | Mention type parameter in more cases and don't suggest ~const bound already t... | Esteban Küber | -16/+9 |