| Age | Commit message (Expand) | Author | Lines |
| 2024-03-11 | Auto merge of #122050 - erikdesjardins:sret, r=nikic | bors | -8/+51 |
| 2024-03-11 | Auto merge of #121752 - mu001999:dead_code/improve, r=pnkfelix | bors | -11/+85 |
| 2024-03-11 | Auto merge of #122132 - nnethercote:diag-renaming3, r=nnethercote | bors | -547/+528 |
| 2024-03-11 | Rename diagnostic derive things. | Nicholas Nethercote | -11/+10 |
| 2024-03-11 | Rename `DecorateLint` as `LintDiagnostic`. | Nicholas Nethercote | -45/+45 |
| 2024-03-11 | Rename `AddToDiagnostic` as `Subdiagnostic`. | Nicholas Nethercote | -141/+141 |
| 2024-03-11 | Rename `IntoDiagnostic` as `Diagnostic`. | Nicholas Nethercote | -153/+135 |
| 2024-03-11 | Rename `IntoDiagnosticArg` as `IntoDiagArg`. | Nicholas Nethercote | -202/+201 |
| 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/+3 |
| 2024-03-10 | Rollup merge of #122293 - Enselic:no-bare-unix_sigpipe, r=fmease | Matthias Krüger | -5/+5 |
| 2024-03-10 | Rollup merge of #122290 - RalfJung:mir-printing, r=compiler-errors | Matthias Krüger | -5/+18 |
| 2024-03-10 | Rollup merge of #122286 - RalfJung:resolve, r=compiler-errors | Matthias Krüger | -33/+20 |
| 2024-03-10 | fix metadata for dyn-star in new solver | Lukas Markeffsky | -2/+3 |
| 2024-03-10 | Detect unused struct impls pub trait | r0cky | -11/+85 |
| 2024-03-10 | diagnostics: Do not suggest using `#[unix_sigpipe]` without a value | Martin Nordholts | -5/+5 |
| 2024-03-10 | MIR printing: print the path of uneval'd const; refer to promoteds in a consi... | Ralf Jung | -5/+18 |
| 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/+10 |
| 2024-03-10 | Rollup merge of #122221 - Nadrieril:patextradata, r=oli-obk | Matthias Krüger | -72/+67 |
| 2024-03-10 | Rollup merge of #121860 - mu001999:master, r=Nilstrieb | Matthias Krüger | -22/+0 |
| 2024-03-09 | fix legacy numeric constant diag items | Peter Jaszkowiak | -0/+10 |
| 2024-03-10 | Auto merge of #122064 - Zoxc:dep-graph-encode-tweaks, r=cjgillot | bors | -75/+34 |
| 2024-03-10 | Auto merge of #122042 - GuillaumeGomez:subtree-update_cg_gcc_2024-03-05, r=Ma... | bors | -4278/+7165 |
| 2024-03-10 | Auto merge of #121662 - saethlin:precondition-unification, r=RalfJung | bors | -24/+71 |
| 2024-03-10 | Fix cg_gcc merge | Guillaume Gomez | -3/+5 |
| 2024-03-09 | Rollup merge of #121584 - klensy:itertools-up, r=Mark-Simulacrum | Guillaume Boisseau | -14/+12 |
| 2024-03-09 | once byval abi is computed, the target abi isn't used further | erikdesjardins | -1/+1 |
| 2024-03-09 | improve byval abi docs | Erik Desjardins | -5/+34 |
| 2024-03-09 | Merge remote-tracking branch 'upstream/master' into HEAD | Guillaume Gomez | -4652/+6269 |
| 2024-03-09 | Only enable library UB checks in const-eval/Miri when debug_assertions are en... | Ben Kimock | -1/+1 |
| 2024-03-09 | Rollup merge of #122237 - fee1-dead-contrib:rmord, r=compiler-errors | Matthias Krüger | -28/+42 |
| 2024-03-09 | Rollup merge of #122233 - RalfJung:custom-alloc-box, r=oli-obk | Matthias Krüger | -12/+18 |
| 2024-03-09 | Rollup merge of #122223 - Jarcho:visit_fix, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-03-09 | Rollup merge of #122215 - Zoxc:cycle-detect-names, r=oli-obk | Matthias Krüger | -19/+24 |
| 2024-03-09 | Rollup merge of #122187 - bjorn3:merge_header_version_checks, r=petrochenkov | Matthias Krüger | -45/+79 |
| 2024-03-09 | Rollup merge of #122160 - jieyouxu:eager-translate-help-use-latest-edition, r... | Matthias Krüger | -1/+1 |
| 2024-03-09 | Rollup merge of #121813 - Urgau:misc-non_local_defs-lint, r=cjgillot | Matthias Krüger | -14/+21 |
| 2024-03-09 | review | Nadrieril | -4/+9 |
| 2024-03-09 | Remove `Ord` from `ClosureKind` | Deadbeef | -28/+42 |
| 2024-03-09 | miri: do not apply aliasing restrictions to Box with custom allocator | Ralf Jung | -12/+18 |
| 2024-03-09 | Auto merge of #122150 - ShoyuVanilla:replace-typewalker, r=lcnr | bors | -300/+301 |
| 2024-03-09 | Auto merge of #122102 - Urgau:optimize-symbol-integer, r=cjgillot | bors | -2/+5 |
| 2024-03-08 | Fix typo in `VisitorResult` | Jason Newcomb | -1/+1 |
| 2024-03-09 | Auto merge of #118879 - Nadrieril:lint-range-gap, r=estebank | bors | -32/+236 |
| 2024-03-09 | Factor out non-branch-related pattern data | Nadrieril | -71/+61 |
| 2024-03-09 | Auto merge of #122010 - oli-obk:intrinsics3.0, r=pnkfelix | bors | -8/+12 |
| 2024-03-09 | Lint small gaps between ranges | Nadrieril | -12/+182 |