| Age | Commit message (Expand) | Author | Lines |
| 2024-01-05 | Rollup merge of #119350 - fmease:lazy-ty-aliases-implied-bounds, r=compiler-e... | Matthias Krüger | -73/+114 |
| 2024-01-05 | Auto merge of #119192 - michaelwoerister:mcp533-push, r=cjgillot | bors | -6/+8 |
| 2024-01-05 | Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errors | Michael Goulet | -4/+4 |
| 2024-01-05 | Rollup merge of #119148 - estebank:bare-traits, r=davidtwco | Michael Goulet | -19/+142 |
| 2024-01-05 | Restore if let guard temporary scoping difference | Matthew Jasper | -2/+11 |
| 2024-01-05 | Remove `hir::Guard` | Matthew Jasper | -1/+2 |
| 2024-01-05 | Auto merge of #117213 - oli-obk:check_item_type_cleanup, r=estebank | bors | -64/+42 |
| 2024-01-04 | Make iteration order of collect_return_position_impl_trait_in_trait_tys query... | Michael Woerister | -3/+3 |
| 2024-01-04 | Replace a number of FxHashMaps/Sets with stable-iteration-order alternatives. | Michael Woerister | -3/+5 |
| 2024-01-04 | Silence redundant warning when E0038 will be emitted | Esteban Küber | -1/+7 |
| 2024-01-03 | Account for object unsafe traits | Esteban Küber | -25/+41 |
| 2024-01-03 | review comments | Esteban Küber | -15/+21 |
| 2024-01-03 | Provide better suggestions when encountering a bare trait as a type | Esteban Küber | -18/+113 |
| 2024-01-03 | Rollup merge of #119505 - fmease:no-host-param-for-trait-fns, r=fee1-dead | León Orell Valerian Liehr | -1/+4 |
| 2024-01-03 | Rename some `Diagnostic` setters. | Nicholas Nethercote | -4/+4 |
| 2024-01-02 | Merge check_for_entry_fn fully into check_mod_type_wf | Oli Scherer | -11/+8 |
| 2024-01-02 | Reorder `check_item_type` diagnostics so they occur next to the corresponding... | Oli Scherer | -28/+14 |
| 2024-01-02 | Refactor `check_item_type` to work on `LocalDefId` instead of `ItemId` | Oli Scherer | -34/+29 |
| 2024-01-02 | Turn a bug!() into a span_delay_bug() | León Orell Valerian Liehr | -1/+4 |
| 2023-12-28 | Fix some comments | cuishuang | -1/+1 |
| 2023-12-28 | Imply outlives-bounds on lazy type aliases | León Orell Valerian Liehr | -73/+114 |
| 2023-12-28 | Don't elaborate `!Sized` to `!Sized + Sized` | León Orell Valerian Liehr | -22/+30 |
| 2023-12-27 | Introduce `const Trait` (always-const trait bounds) | León Orell Valerian Liehr | -2/+9 |
| 2023-12-26 | Auto merge of #119258 - compiler-errors:closure-kind, r=eholk | bors | -13/+13 |
| 2023-12-26 | Auto merge of #119146 - nnethercote:rm-DiagCtxt-api-duplication, r=compiler-e... | bors | -252/+254 |
| 2023-12-25 | Only regular coroutines have movability | Michael Goulet | -2/+2 |
| 2023-12-25 | Auto merge of #119261 - cjgillot:outlive-def-kind, r=compiler-errors | bors | -39/+25 |
| 2023-12-25 | Make closures carry their own ClosureKind, rather than deducing what it is fr... | Michael Goulet | -9/+13 |
| 2023-12-25 | Remove unnecessary body_expr_count | Michael Goulet | -4/+0 |
| 2023-12-25 | Auto merge of #119122 - matthewjasper:if-let-guard-scoping, r=TaKO8Ki | bors | -3/+3 |
| 2023-12-24 | Remove more `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -3/+3 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -249/+251 |
| 2023-12-23 | Do not fetch HIR in inferred_outlives_of. | Camille GILLOT | -39/+25 |
| 2023-12-23 | Rollup merge of #119248 - lukas-code:purge-unused-outlives-test, r=cjgillot | Matthias Krüger | -31/+18 |
| 2023-12-23 | move rustc_outlives test code from query to dedicated function | Lukas Markeffsky | -31/+18 |
| 2023-12-23 | Auto merge of #119072 - fee1-dead-contrib:effects-fixes, r=compiler-errors | bors | -8/+9 |
| 2023-12-23 | Give `DiagnosticBuilder` a default type. | Nicholas Nethercote | -35/+18 |
| 2023-12-22 | Rollup merge of #119215 - mu001999:fix/119209, r=Nilstrieb | Matthias Krüger | -1/+4 |
| 2023-12-22 | Emits error if has bound regions | r0cky | -1/+4 |
| 2023-12-22 | Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errors | bors | -9/+7 |
| 2023-12-21 | Give temporaries in if let guards correct scopes | Matthew Jasper | -3/+3 |
| 2023-12-20 | Rollup merge of #119145 - aDotInTheVoid:variantdata-struct-struct, r=compiler... | Matthias Krüger | -2/+2 |
| 2023-12-20 | Rollup merge of #119089 - fmease:dont-ice-on-tilde-const-non-const-trait, r=f... | Matthias Krüger | -1/+1 |
| 2023-12-20 | Give `VariantData::Struct` named fields, to clairfy `recovered`. | Alona Enraght-Moony | -2/+2 |
| 2023-12-19 | effects: fix comment | León Orell Valerian Liehr | -1/+1 |
| 2023-12-19 | fix ICE when `~const` used on non-const trait | Deadbeef | -8/+9 |
| 2023-12-19 | Auto merge of #119047 - mu001999:fix/118772, r=wesleywiser | bors | -50/+52 |
| 2023-12-19 | Add `level` arg to `into_diagnostic`. | Nicholas Nethercote | -9/+7 |
| 2023-12-18 | Check generic params after sigature for main-fn-ty | r0cky | -50/+52 |
| 2023-12-18 | Rename many `DiagCtxt` arguments. | Nicholas Nethercote | -2/+2 |