| Age | Commit message (Expand) | Author | Lines |
| 2024-02-05 | Make `Emitter::emit_diagnostic` consuming. | Nicholas Nethercote | -75/+84 |
| 2024-02-04 | Auto merge of #120620 - matthiaskrgr:rollup-sscmbsm, r=matthiaskrgr | bors | -789/+717 |
| 2024-02-04 | Auto merge of #120543 - ehuss:macos-ninja, r=Mark-Simulacrum | bors | -9/+10 |
| 2024-02-03 | Rollup merge of #120616 - fmease:fix-ice-const-eval-fail-undef-field-access, ... | Matthias Krüger | -1/+27 |
| 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 | -154/+110 |
| 2024-02-03 | Rollup merge of #120570 - fmease:change-ty-to-ct-param-sugg, r=compiler-errors | Matthias Krüger | -14/+175 |
| 2024-02-03 | Rollup merge of #120566 - Zalathar:edition, r=compiler-errors | Matthias Krüger | -40/+40 |
| 2024-02-03 | Rollup merge of #120562 - oli-obk:revert_stuff, r=cuviper | Matthias Krüger | -440/+149 |
| 2024-02-03 | Rollup merge of #120004 - Mark-Simulacrum:relnotes-1.76, r=Mark-Simulacrum | Matthias Krüger | -0/+93 |
| 2024-02-03 | Rollup merge of #119543 - usamoi:avx512fp16, r=oli-obk | Matthias Krüger | -2/+3 |
| 2024-02-03 | Check for presence of field in typeck results before visiting it | León Orell Valerian Liehr | -1/+27 |
| 2024-02-03 | Release notes for 1.76 | Mark Rousskov | -0/+93 |
| 2024-02-03 | Auto merge of #120617 - Mark-Simulacrum:bump-version, r=Mark-Simulacrum | bors | -1/+1 |
| 2024-02-03 | Bump to 1.78 | Mark Rousskov | -1/+1 |
| 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/+160 |
| 2024-02-02 | Clean up some things in the name resolver | León Orell Valerian Liehr | -13/+15 |
| 2024-02-02 | coverage: Use normal `edition:` headers in coverage tests | Zalathar | -40/+40 |
| 2024-02-01 | Revert unsound libcore changes of #119911 | Oli Scherer | -440/+149 |
| 2024-02-01 | Auto merge of #120447 - lnicola:sync-from-ra, r=lnicola | bors | -2796/+1391 |
| 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 | A small fix in `enforce_slug_naming.rs`. | Nicholas Nethercote | -2/+2 |
| 2024-02-01 | Tweak `emit_stashed_diagnostics`. | Nicholas Nethercote | -2/+1 |
| 2024-01-31 | CI: Use ninja on apple builders | Eric Huss | -9/+10 |
| 2024-01-31 | Auto merge of #120524 - Nadrieril:rollup-67952ib, r=Nadrieril | bors | -903/+772 |
| 2024-01-31 | Rollup merge of #120501 - GuillaumeGomez:glob-reexport-attr-merge-bugfix, r=n... | Nadrieril | -1/+51 |
| 2024-01-31 | Rollup merge of #120495 - clubby789:remove-amdgpu-kernel, r=oli-obk | Nadrieril | -268/+70 |
| 2024-01-31 | Rollup merge of #120490 - nnethercote:Diagnostic-hashing, r=estebank | Nadrieril | -15/+23 |
| 2024-01-31 | Rollup merge of #120472 - Nilstrieb:die, r=compiler-errors | Nadrieril | -64/+26 |
| 2024-01-31 | Rollup merge of #120469 - estebank:issue-40120, r=TaKO8Ki | Nadrieril | -373/+382 |