| Age | Commit message (Expand) | Author | Lines |
| 2024-02-25 | Auto merge of #120650 - clubby789:switchint-const, r=saethlin | bors | -0/+67 |
| 2024-02-24 | Add test case for primitive links in alias js | Michael Howell | -0/+19 |
| 2024-02-24 | Auto merge of #121569 - matthiaskrgr:rollup-awglrax, r=matthiaskrgr | bors | -731/+239 |
| 2024-02-24 | Add test cases for inlining compiler-private items | Michael Howell | -0/+25 |
| 2024-02-24 | Stabilize `cfg_target_abi` | Chris Denton | -86/+28 |
| 2024-02-24 | Add `#[rustc_no_mir_inline]` for standard library UB checks | Nilstrieb | -0/+83 |
| 2024-02-24 | Don't unnecessarily change `SIGPIPE` disposition in unix_sigpipe tests | Martin Nordholts | -6/+6 |
| 2024-02-24 | Rollup merge of #121531 - saethlin:ignore-less-debug, r=compiler-errors | Matthias Krüger | -60/+9 |
| 2024-02-24 | Rollup merge of #121522 - RalfJung:insert-extract-boundscheck, r=oli-obk | Matthias Krüger | -22/+35 |
| 2024-02-24 | Rollup merge of #121435 - estebank:rpitit-static-119773, r=compiler-errors | Matthias Krüger | -2/+28 |
| 2024-02-24 | promotion: don't promote int::MIN / -1 | Ralf Jung | -731/+239 |
| 2024-02-23 | Ignore less tests in debug builds | Ben Kimock | -60/+9 |
| 2024-02-23 | tests: Add unix_sigpipe-different-duplicates.rs test variant | Martin Nordholts | -2/+21 |
| 2024-02-23 | tests: Combine unix_sigpipe-not-used.rs and unix_sigpipe-only-feature.rs | Martin Nordholts | -13/+3 |
| 2024-02-23 | tests: Rename unix_sigpipe.rs to unix_sigpipe-bare.rs for clarity | Martin Nordholts | -1/+1 |
| 2024-02-23 | tests: Fix typo unix_sigpipe-error.rs -> unix_sigpipe-sig_ign.rs | Martin Nordholts | -0/+0 |
| 2024-02-23 | check that simd_insert/extract indices are in-bounds | Ralf Jung | -22/+35 |
| 2024-02-23 | Rollup merge of #121510 - RalfJung:lint-overflowing-ops, r=oli-obk | Matthias Krüger | -676/+1191 |
| 2024-02-23 | Rollup merge of #121470 - clubby789:anon-struct-in-enum, r=fmease | Matthias Krüger | -0/+27 |
| 2024-02-23 | Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errors | Matthias Krüger | -246/+193 |
| 2024-02-23 | lint-overflowing-ops: unify cases and remove redundancy | Ralf Jung | -676/+1191 |
| 2024-02-23 | Don't ICE on anonymous struct in enum variant | clubby789 | -0/+27 |
| 2024-02-23 | Use `br` instead of conditional when branching on constant | clubby789 | -0/+67 |
| 2024-02-23 | Rollup merge of #121482 - nnethercote:fix-121455, r=oli-obk | Matthias Krüger | -0/+15 |
| 2024-02-23 | Rollup merge of #121480 - nnethercote:fix-more-121208-fallout, r=lcnr | Matthias Krüger | -0/+85 |
| 2024-02-23 | Rollup merge of #121471 - estebank:lint-clone, r=TaKO8Ki | Matthias Krüger | -77/+62 |
| 2024-02-23 | Rollup merge of #121434 - nnethercote:fix-121208-fallout, r=lcnr | Matthias Krüger | -0/+112 |
| 2024-02-23 | Auto merge of #121432 - mj10021:issue-119851-fix, r=nnethercote | bors | -1184/+1169 |
| 2024-02-23 | Auto merge of #120730 - estebank:confusable-api, r=oli-obk | bors | -126/+452 |
| 2024-02-23 | Remove unhelpful `DEFINE_INTERNAL` from filecheck flags | Zalathar | -3/+2 |
| 2024-02-23 | Convert `tests/run-make/instrument-coverage` to an ordinary codegen test | Zalathar | -152/+121 |
| 2024-02-23 | Move existing coverage codegen tests into a subdirectory | Zalathar | -0/+0 |
| 2024-02-23 | Allow tests to specify a `//@ filecheck-flags:` header | Zalathar | -0/+8 |
| 2024-02-23 | Add some simple meta-tests for the handling of `filecheck` flags | Zalathar | -0/+31 |
| 2024-02-23 | Allow for a missing `adt_def` in `NamePrivacyVisitor`. | Nicholas Nethercote | -0/+15 |
| 2024-02-23 | Revert some `span_bug`s to `span_delayed_bug`. | Nicholas Nethercote | -0/+85 |
| 2024-02-23 | Revert some `span_bug`s to `span_delayed_bug`. | Nicholas Nethercote | -0/+112 |
| 2024-02-22 | Auto merge of #119989 - lcnr:sub_relations-bye-bye, r=compiler-errors | bors | -169/+104 |
| 2024-02-22 | Account for RPITIT in E0310 explicit lifetime constraint suggestion | Esteban Küber | -2/+28 |
| 2024-02-22 | Auto merge of #121469 - matthiaskrgr:rollup-oaoxuo2, r=matthiaskrgr | bors | -60/+406 |
| 2024-02-22 | Fix rebase | Esteban Küber | -4/+7 |
| 2024-02-22 | fix test | Esteban Küber | -1/+1 |
| 2024-02-22 | Deduplicate some logic and reword output | Esteban Küber | -41/+41 |
| 2024-02-22 | Tweak wording of "implemented trait isn't imported" suggestion | Esteban Küber | -39/+39 |
| 2024-02-22 | Better account for associated const found for fn call expr | Esteban Küber | -8/+10 |
| 2024-02-22 | fix test | Esteban Küber | -0/+4 |
| 2024-02-22 | Make confusable suggestions `verbose` | Esteban Küber | -40/+123 |
| 2024-02-22 | Consider methods from traits when suggesting typos | Esteban Küber | -47/+144 |
| 2024-02-22 | Provide more and more accurate suggestions when calling the wrong method | Esteban Küber | -3/+22 |
| 2024-02-22 | On type error of method call arguments, look at confusables for suggestion | Esteban Küber | -1/+19 |