| Age | Commit message (Expand) | Author | Lines |
| 2024-02-05 | Make `Emitter::emit_diagnostic` consuming. | Nicholas Nethercote | -64/+73 |
| 2024-02-03 | Rollup merge of #120616 - fmease:fix-ice-const-eval-fail-undef-field-access, ... | Matthias Krüger | -1/+5 |
| 2024-02-03 | Rollup merge of #120610 - petrochenkov:maybeownogen, r=cjgillot | Matthias Krüger | -32/+17 |
| 2024-02-03 | Rollup merge of #120592 - trevyn:cleanup-to-string, r=Nilstrieb | Matthias Krüger | -15/+15 |
| 2024-02-03 | Rollup merge of #120573 - nnethercote:rm-BorrowckErrors-tainted_by_errors, r=... | Matthias Krüger | -91/+88 |
| 2024-02-03 | Rollup merge of #120571 - nnethercote:misc-diagnostics, r=oli-obk | Matthias Krüger | -152/+108 |
| 2024-02-03 | Rollup merge of #120570 - fmease:change-ty-to-ct-param-sugg, r=compiler-errors | Matthias Krüger | -14/+82 |
| 2024-02-03 | Rollup merge of #119543 - usamoi:avx512fp16, r=oli-obk | Matthias Krüger | -1/+2 |
| 2024-02-03 | Check for presence of field in typeck results before visiting it | León Orell Valerian Liehr | -1/+5 |
| 2024-02-03 | hir: Remove the generic type parameter from `MaybeOwned` | Vadim Petrochenkov | -32/+17 |
| 2024-02-02 | Remove unnecessary `.to_string()`/`.as_str()`s | trevyn | -15/+15 |
| 2024-02-03 | Use `StringPart` more. | Nicholas Nethercote | -43/+38 |
| 2024-02-03 | Simplify future breakage control flow. | Nicholas Nethercote | -18/+8 |
| 2024-02-03 | Fix an incorrect comment. | Nicholas Nethercote | -1/+1 |
| 2024-02-03 | Improve a local variable name. | Nicholas Nethercote | -2/+2 |
| 2024-02-03 | Use `DiagnosticArgName` in a few more places. | Nicholas Nethercote | -17/+18 |
| 2024-02-03 | Remove some unnecessary `clone` calls. | Nicholas Nethercote | -6/+4 |
| 2024-02-03 | `SilentEmitter::fatal_note` doesn't need to be optional. | Nicholas Nethercote | -13/+11 |
| 2024-02-03 | `Diagnostic` cleanups | Nicholas Nethercote | -26/+9 |
| 2024-02-03 | Remove an out-of-date comment. | Nicholas Nethercote | -1/+0 |
| 2024-02-03 | Make some fatal errors more concise. | Nicholas Nethercote | -5/+3 |
| 2024-02-02 | Rename `BorrowckErrors` as `BorrowckDiags`. | Nicholas Nethercote | -26/+26 |
| 2024-02-02 | Inline and remove `DiagnosticBuilder::into_diagnostic`. | Nicholas Nethercote | -7/+2 |
| 2024-02-02 | Remove `BorrowckErrors::tainted_by_errors`. | Nicholas Nethercote | -59/+66 |
| 2024-02-02 | Remove `BorrowckErrors::set_tainted_by_errors`. | Nicholas Nethercote | -5/+0 |
| 2024-02-02 | Rename `buffer_non_error_diag` as `buffer_non_error`. | Nicholas Nethercote | -5/+5 |
| 2024-02-02 | Suggest changing ty to const params if appropriate | León Orell Valerian Liehr | -1/+67 |
| 2024-02-02 | Clean up some things in the name resolver | León Orell Valerian Liehr | -13/+15 |
| 2024-02-01 | Rework `StringPart`. | Nicholas Nethercote | -21/+17 |
| 2024-02-01 | Fit more values into `DiagnosticArgValue::Number`. | Nicholas Nethercote | -7/+6 |
| 2024-02-01 | Tweak `emit_stashed_diagnostics`. | Nicholas Nethercote | -2/+1 |
| 2024-01-31 | Rollup merge of #120495 - clubby789:remove-amdgpu-kernel, r=oli-obk | Nadrieril | -42/+17 |
| 2024-01-31 | Rollup merge of #120490 - nnethercote:Diagnostic-hashing, r=estebank | Nadrieril | -8/+8 |
| 2024-01-31 | Rollup merge of #120472 - Nilstrieb:die, r=compiler-errors | Nadrieril | -1/+3 |
| 2024-01-31 | Rollup merge of #120469 - estebank:issue-40120, r=TaKO8Ki | Nadrieril | -16/+25 |
| 2024-01-31 | Rollup merge of #120321 - Nadrieril:cleanup-cx, r=compiler-errors | Nadrieril | -174/+166 |
| 2024-01-31 | Auto merge of #120346 - petrochenkov:ownodes, r=oli-obk | bors | -71/+66 |
| 2024-01-31 | Auto merge of #120227 - nnethercote:further-improve-space_between, r=petroche... | bors | -18/+33 |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -16/+25 |
| 2024-01-31 | Don't hash lints differently to non-lints. | Nicholas Nethercote | -8/+8 |
| 2024-01-30 | Auto merge of #119101 - compiler-errors:outlives, r=lcnr | bors | -67/+163 |
| 2024-01-30 | Separate `PlaceCtxt` from `UsefulnessCtxt` | Nadrieril | -8/+8 |
| 2024-01-30 | Make `PatternColumn` part of the public API | Nadrieril | -90/+101 |
| 2024-01-30 | Repurpose `MatchCtxt` for usefulness only | Nadrieril | -23/+21 |
| 2024-01-30 | Limit the use of `PlaceCtxt` | Nadrieril | -52/+42 |
| 2024-01-30 | Rollup merge of #120485 - chenyukang:yukang-add-query-instability-check, r=mi... | Guillaume Gomez | -6/+14 |
| 2024-01-30 | Rollup merge of #120476 - compiler-errors:lang-items-yeet, r=Nilstrieb | Guillaume Gomez | -128/+15 |
| 2024-01-30 | Rollup merge of #120475 - Nilstrieb:cargo-build-my-a-, r=michaelwoerister | Guillaume Gomez | -0/+16 |
| 2024-01-30 | Rollup merge of #120434 - fmease:revert-speeder, r=petrochenkov | Guillaume Gomez | -68/+1 |
| 2024-01-30 | Rollup merge of #120342 - oli-obk:track_errors6, r=nnethercote | Guillaume Gomez | -165/+183 |