| Age | Commit message (Expand) | Author | Lines |
| 2024-03-11 | Auto merge of #122050 - erikdesjardins:sret, r=nikic | bors | -132/+329 |
| 2024-03-11 | Auto merge of #121752 - mu001999:dead_code/improve, r=pnkfelix | bors | -82/+121 |
| 2024-03-11 | Auto merge of #122132 - nnethercote:diag-renaming3, r=nnethercote | bors | -586/+567 |
| 2024-03-11 | Rename diagnostic derive things. | Nicholas Nethercote | -11/+10 |
| 2024-03-11 | Rename `DecorateLint` as `LintDiagnostic`. | Nicholas Nethercote | -54/+54 |
| 2024-03-11 | Rename `AddToDiagnostic` as `Subdiagnostic`. | Nicholas Nethercote | -153/+153 |
| 2024-03-10 | Auto merge of #122312 - matthiaskrgr:rollup-0p8y7gg, r=matthiaskrgr | bors | -169/+204 |
| 2024-03-11 | Rename `IntoDiagnostic` as `Diagnostic`. | Nicholas Nethercote | -164/+146 |
| 2024-03-11 | Rename `IntoDiagnosticArg` as `IntoDiagArg`. | Nicholas Nethercote | -219/+218 |
| 2024-03-11 | Remove unused impls from some subdiagnostics. | Nicholas Nethercote | -3/+3 |
| 2024-03-11 | Remove unused impls for some diagnostics. | Nicholas Nethercote | -26/+26 |
| 2024-03-11 | Remove `Default` derive from `MacroExpectedFound`. | Nicholas Nethercote | -2/+3 |
| 2024-03-10 | Rollup merge of #122304 - lukas-code:dyn-star-meta, r=compiler-errors | Matthias Krüger | -2/+41 |
| 2024-03-10 | Rollup merge of #122302 - ratmice:issue122234, r=cuviper | Matthias Krüger | -4/+4 |
| 2024-03-10 | Rollup merge of #122297 - RalfJung:bootstrap-build, r=onur-ozkan | Matthias Krüger | -1/+3 |
| 2024-03-10 | Rollup merge of #122293 - Enselic:no-bare-unix_sigpipe, r=fmease | Matthias Krüger | -16/+9 |
| 2024-03-10 | Rollup merge of #122290 - RalfJung:mir-printing, r=compiler-errors | Matthias Krüger | -101/+114 |
| 2024-03-10 | Rollup merge of #122286 - RalfJung:resolve, r=compiler-errors | Matthias Krüger | -33/+20 |
| 2024-03-10 | Rollup merge of #122277 - RalfJung:BorrowedCursor, r=cuviper | Matthias Krüger | -2/+4 |
| 2024-03-10 | Rollup merge of #122276 - RalfJung:io-read, r=Nilstrieb | Matthias Krüger | -10/+7 |
| 2024-03-10 | Rollup merge of #122275 - RalfJung:std-oom, r=workingjubilee | Matthias Krüger | -0/+2 |
| 2024-03-10 | Auto merge of #122306 - workingjubilee:backtrace-0.3.70, r=workingjubilee | bors | -0/+0 |
| 2024-03-10 | add -O to some tests which depend on attributes being added | Erik Desjardins | -5/+6 |
| 2024-03-10 | Update backtrace submodule to 0.3.70 | Jubilee Young | -0/+0 |
| 2024-03-10 | fix metadata for dyn-star in new solver | Lukas Markeffsky | -2/+41 |
| 2024-03-10 | docs: Correct ptr/ref verbiage in SliceIndex docs. | matt rice | -4/+4 |
| 2024-03-10 | Auto merge of #121561 - jieyouxu:compiletest-directive-typo-check, r=onur-ozkan | bors | -43/+180 |
| 2024-03-10 | bootstrap: document what the triples in 'Build' mean | Ralf Jung | -1/+3 |
| 2024-03-10 | Remove unused structs in clippy | r0cky | -64/+2 |
| 2024-03-10 | Detect unused struct impls pub trait | r0cky | -18/+119 |
| 2024-03-10 | Auto merge of #122272 - lnicola:sync-from-ra, r=lnicola | bors | -2348/+4710 |
| 2024-03-10 | diagnostics: Do not suggest using `#[unix_sigpipe]` without a value | Martin Nordholts | -16/+9 |
| 2024-03-10 | MIR printing: print the path of uneval'd const; refer to promoteds in a consi... | Ralf Jung | -101/+114 |
| 2024-03-10 | Fix invalid compiletest directives in tests | 许杰友 Jieyou Xu (Joe) | -12/+8 |
| 2024-03-10 | Error on invalid compiletest directives in Rust test files | 许杰友 Jieyou Xu (Joe) | -31/+172 |
| 2024-03-10 | Auto merge of #122283 - matthiaskrgr:rollup-w3sau3u, r=matthiaskrgr | bors | -301/+504 |
| 2024-03-10 | use Instance::expect_resolve() instead of unwraping Instance::resolve() | Ralf Jung | -33/+20 |
| 2024-03-10 | Rollup merge of #122271 - pitaj:diag_items-legacy_numeric_constants, r=Nilstrieb | Matthias Krüger | -0/+12 |
| 2024-03-10 | Rollup merge of #122269 - heiher:fix-doc, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-03-10 | Rollup merge of #122264 - fee1-dead-contrib:add, r=fee1-dead | Matthias Krüger | -0/+1 |
| 2024-03-10 | Rollup merge of #122251 - jieyouxu:unused-lifetimes-dedup-test, r=Nadrieril | Matthias Krüger | -0/+20 |
| 2024-03-10 | Rollup merge of #122244 - tvallotton:local_waker_leak_fix, r=Nilstrieb | Matthias Krüger | -5/+16 |
| 2024-03-10 | Rollup merge of #122221 - Nadrieril:patextradata, r=oli-obk | Matthias Krüger | -72/+67 |
| 2024-03-10 | Rollup merge of #122125 - majaha:mingw_ci_new, r=Mark-Simulacrum | Matthias Krüger | -13/+21 |
| 2024-03-10 | Rollup merge of #121942 - devnexen:getrandom_for_dfbsd, r=joboet | Matthias Krüger | -1/+9 |
| 2024-03-10 | Rollup merge of #121860 - mu001999:master, r=Nilstrieb | Matthias Krüger | -28/+96 |
| 2024-03-10 | Rollup merge of #121685 - fortanix:raoul/shellcheck_on_lvi_test_script, r=Mar... | Matthias Krüger | -12/+13 |
| 2024-03-10 | Rollup merge of #121642 - TimNN:test-v0, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2024-03-10 | Rollup merge of #121567 - Nilstrieb:less-interning, r=albertlarsan68 | Matthias Krüger | -140/+128 |
| 2024-03-10 | Rollup merge of #113525 - workingjubilee:handle-dynamic-minsigstksz, r=m-ou-se | Matthias Krüger | -11/+39 |