| Age | Commit message (Expand) | Author | Lines |
| 2024-03-11 | Allow multiple `impl Into<{D,Subd}iagMessage>` parameters in a function. | Nicholas Nethercote | -2/+8 |
| 2024-03-11 | Auto merge of #121752 - mu001999:dead_code/improve, r=pnkfelix | bors | -7/+34 |
| 2024-03-11 | Auto merge of #122132 - nnethercote:diag-renaming3, r=nnethercote | bors | -39/+39 |
| 2024-03-11 | Rename `DecorateLint` as `LintDiagnostic`. | Nicholas Nethercote | -9/+9 |
| 2024-03-11 | Rename `AddToDiagnostic` as `Subdiagnostic`. | Nicholas Nethercote | -12/+12 |
| 2024-03-11 | Rename `IntoDiagnostic` as `Diagnostic`. | Nicholas Nethercote | -11/+11 |
| 2024-03-11 | Rename `IntoDiagnosticArg` as `IntoDiagArg`. | Nicholas Nethercote | -17/+17 |
| 2024-03-10 | Rollup merge of #122304 - lukas-code:dyn-star-meta, r=compiler-errors | Matthias Krüger | -0/+38 |
| 2024-03-10 | Rollup merge of #122293 - Enselic:no-bare-unix_sigpipe, r=fmease | Matthias Krüger | -11/+4 |
| 2024-03-10 | Rollup merge of #122290 - RalfJung:mir-printing, r=compiler-errors | Matthias Krüger | -96/+96 |
| 2024-03-10 | fix metadata for dyn-star in new solver | Lukas Markeffsky | -0/+38 |
| 2024-03-10 | Auto merge of #121561 - jieyouxu:compiletest-directive-typo-check, r=onur-ozkan | bors | -12/+8 |
| 2024-03-10 | Detect unused struct impls pub trait | r0cky | -7/+34 |
| 2024-03-10 | diagnostics: Do not suggest using `#[unix_sigpipe]` without a value | Martin Nordholts | -11/+4 |
| 2024-03-10 | MIR printing: print the path of uneval'd const; refer to promoteds in a consi... | Ralf Jung | -96/+96 |
| 2024-03-10 | Fix invalid compiletest directives in tests | 许杰友 Jieyou Xu (Joe) | -12/+8 |
| 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 #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 | Auto merge of #121662 - saethlin:precondition-unification, r=RalfJung | bors | -37/+69 |
| 2024-03-09 | Rollup merge of #120504 - kornelski:try_with_capacity, r=Amanieu | Guillaume Boisseau | -5/+40 |
| 2024-03-09 | Add test to check unused_lifetimes don't duplicate "parameter is never used" ... | 许杰友 Jieyou Xu (Joe) | -0/+20 |
| 2024-03-09 | Rollup merge of #122224 - gurry:add-tests, r=Nadrieril | Matthias Krüger | -0/+109 |
| 2024-03-09 | Rollup merge of #122160 - jieyouxu:eager-translate-help-use-latest-edition, r... | Matthias Krüger | -0/+26 |
| 2024-03-09 | Rollup merge of #121813 - Urgau:misc-non_local_defs-lint, r=cjgillot | Matthias Krüger | -15/+57 |
| 2024-03-09 | Auto merge of #122150 - ShoyuVanilla:replace-typewalker, r=lcnr | bors | -1/+10 |
| 2024-03-09 | Add missing regression tests | Gurinder Singh | -0/+109 |
| 2024-03-09 | Auto merge of #118879 - Nadrieril:lint-range-gap, r=estebank | bors | -106/+422 |
| 2024-03-09 | Lint small gaps between ranges | Nadrieril | -0/+310 |
| 2024-03-09 | Allow lint where we don't care | Nadrieril | -106/+112 |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -37/+69 |
| 2024-03-08 | Rollup merge of #122172 - compiler-errors:rpitit-collect-ice, r=fmease | Matthias Krüger | -0/+85 |
| 2024-03-08 | Rollup merge of #122171 - compiler-errors:next-solver-tests, r=lcnr | Matthias Krüger | -0/+49 |
| 2024-03-08 | Rollup merge of #122100 - compiler-errors:better-capture, r=oli-obk | Matthias Krüger | -43/+80 |
| 2024-03-08 | Improve error message for opaque captures | Michael Goulet | -43/+80 |
| 2024-03-08 | Auto merge of #122190 - matthiaskrgr:rollup-9ol4y30, r=matthiaskrgr | bors | -44/+408 |
| 2024-03-08 | Add some new solver tests | Michael Goulet | -0/+49 |
| 2024-03-08 | Don't ICE if we collect no RPITITs unless there are no unification errors | Michael Goulet | -0/+85 |
| 2024-03-08 | Auto merge of #121500 - oli-obk:track_errors12, r=petrochenkov | bors | -1052/+1031 |
| 2024-03-08 | Rollup merge of #122181 - chenyukang:yukang-fix-late-lint-crash, r=oli-obk | Matthias Krüger | -3/+33 |
| 2024-03-08 | Rollup merge of #122173 - compiler-errors:ptr-equality-in-ctfe, r=lcnr | Matthias Krüger | -0/+16 |
| 2024-03-08 | Rollup merge of #121563 - Jarcho:use_cf, r=petrochenkov | Matthias Krüger | -3/+3 |
| 2024-03-08 | Rollup merge of #121194 - beetrees:rustc-raw-args, r=petrochenkov | Matthias Krüger | -38/+248 |
| 2024-03-08 | Rollup merge of #121025 - oli-obk:taint_after_errors, r=petrochenkov | Matthias Krüger | -0/+108 |
| 2024-03-08 | Auto merge of #122078 - gurry:121443-ice-layout-is-sized-alt, r=oli-obk | bors | -7/+163 |
| 2024-03-08 | Replace `TypeWalker` usage with `TypeVisitor` | Shoyu Vanilla | -1/+10 |
| 2024-03-08 | Fix crash in late internal checking | yukang | -3/+33 |
| 2024-03-08 | Auto merge of #122182 - matthiaskrgr:rollup-gzimi4c, r=matthiaskrgr | bors | -68/+339 |
| 2024-03-08 | Rollup merge of #122103 - compiler-errors:taits-capture-everything, r=oli-obk | Matthias Krüger | -43/+62 |
| 2024-03-08 | Rollup merge of #121832 - heiher:loongarch64-musl, r=wesleywiser | Matthias Krüger | -0/+3 |