| Age | Commit message (Expand) | Author | Lines |
| 2024-01-18 | Auto merge of #120089 - matthiaskrgr:rollup-xyfqrb5, r=matthiaskrgr | bors | -1/+2 |
| 2024-01-18 | Rollup merge of #119967 - ShE3py:patkind-err, r=WaffleLapkin | Matthias Krüger | -1/+2 |
| 2024-01-17 | Add -Zno-implied-bounds-compat option and use it | Jack Huey | -11/+17 |
| 2024-01-17 | Correctly handle normalization in implied bounds | Ali MJ Al-Nasrawy | -10/+58 |
| 2024-01-17 | Add `PatKind::Err` | Lieselotte | -1/+2 |
| 2024-01-14 | Rework how diagnostic lints are stored. | Nicholas Nethercote | -2/+2 |
| 2024-01-13 | Add check for ui_testing via promoting parameters from `ParseSess` to `Session` | George-lewis | -4/+4 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -37/+35 |
| 2024-01-10 | Add `DiagCtxt::delayed_bug`. | Nicholas Nethercote | -25/+10 |
| 2024-01-10 | Shorten some error invocations. | Nicholas Nethercote | -4/+4 |
| 2024-01-10 | Rename `struct_span_err!` as `struct_span_code_err!`. | Nicholas Nethercote | -41/+53 |
| 2024-01-09 | Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwco | Guillaume Gomez | -0/+104 |
| 2024-01-08 | Only compute layout of opaque if coroutine is the cause of an opaque cycle | Michael Goulet | -9/+26 |
| 2024-01-08 | Don't check for recursion in generator witness fields | Michael Goulet | -18/+7 |
| 2024-01-08 | Remove all eight `DiagnosticBuilder::*_with_code` methods. | Nicholas Nethercote | -2/+2 |
| 2024-01-08 | Use chaining for `DiagnosticBuilder` construction and `emit`. | Nicholas Nethercote | -62/+71 |
| 2024-01-08 | Use chaining in `DiagnosticBuilder` construction. | Nicholas Nethercote | -4/+2 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -22/+22 |
| 2024-01-06 | Call `maybe_stmt_static_mut` inside `resolve_stmt` | Obei Sideg | -1/+3 |
| 2024-01-06 | Call `maybe_expr_static_mut` inside `resolve_expr` | Obei Sideg | -0/+4 |
| 2024-01-06 | Disallow reference to `static mut` for statements | Obei Sideg | -0/+19 |
| 2024-01-06 | Disallow reference to `static mut` for expressions | Obei Sideg | -0/+79 |
| 2024-01-05 | Auto merge of #119634 - matthiaskrgr:rollup-v2xt7et, r=matthiaskrgr | bors | -1/+11 |
| 2024-01-05 | Auto merge of #119192 - michaelwoerister:mcp533-push, r=cjgillot | bors | -3/+3 |
| 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-04 | Make iteration order of collect_return_position_impl_trait_in_trait_tys query... | Michael Woerister | -3/+3 |
| 2024-01-02 | Merge check_for_entry_fn fully into check_mod_type_wf | Oli Scherer | -4/+6 |
| 2024-01-02 | Reorder `check_item_type` diagnostics so they occur next to the corresponding... | Oli Scherer | -22/+12 |
| 2024-01-02 | Refactor `check_item_type` to work on `LocalDefId` instead of `ItemId` | Oli Scherer | -34/+29 |
| 2023-12-28 | Fix some comments | cuishuang | -1/+1 |
| 2023-12-26 | Auto merge of #119258 - compiler-errors:closure-kind, r=eholk | bors | -4/+0 |
| 2023-12-26 | Auto merge of #119146 - nnethercote:rm-DiagCtxt-api-duplication, r=compiler-e... | bors | -106/+108 |
| 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 | -2/+2 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -104/+106 |
| 2023-12-23 | Give `DiagnosticBuilder` a default type. | Nicholas Nethercote | -5/+1 |
| 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-21 | Give temporaries in if let guards correct scopes | Matthew Jasper | -3/+3 |
| 2023-12-19 | Auto merge of #119047 - mu001999:fix/118772, r=wesleywiser | bors | -50/+52 |
| 2023-12-18 | Check generic params after sigature for main-fn-ty | r0cky | -50/+52 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -9/+4 |
| 2023-12-16 | Make IMPLIED_BOUNDS_ENTAILMENT into a hard error from a lint | Michael Goulet | -189/+12 |
| 2023-12-15 | Rollup merge of #118727 - compiler-errors:lint-decorate, r=WaffleLapkin | Jubilee | -5/+3 |
| 2023-12-15 | Don't pass lint back out of lint decorator | Michael Goulet | -5/+3 |
| 2023-12-15 | Annotate some more bugs | Michael Goulet | -9/+0 |
| 2023-12-15 | Annotate some bugs | Michael Goulet | -107/+135 |
| 2023-12-14 | update use of feature flags | lcnr | -2/+2 |