| Age | Commit message (Expand) | Author | Lines |
| 2024-04-21 | Auto merge of #124241 - matthiaskrgr:rollup-xhu90xr, r=matthiaskrgr | bors | -0/+643 |
| 2024-04-21 | Rollup merge of #124235 - c410-f3r:tests98765, r=jieyouxu | Matthias Krüger | -0/+0 |
| 2024-04-21 | Rollup merge of #123840 - scottmcm:aggregate-kind-rawptr, r=cjgillot | Matthias Krüger | -0/+643 |
| 2024-04-21 | Auto merge of #124203 - lukas-code:delete-deleting-caches, r=compiler-errors | bors | -0/+4 |
| 2024-04-21 | Move some tests | Caio | -0/+0 |
| 2024-04-21 | Update tests after 123949 | Scott McMurray | -82/+0 |
| 2024-04-21 | InstSimplify `from_raw_parts(p, ())` → `p as _` | Scott McMurray | -40/+13 |
| 2024-04-21 | Use it in the library, and `InstSimplify` it away in the easy places | Scott McMurray | -18/+234 |
| 2024-04-21 | Add an intrinsic that lowers to AggregateKind::RawPtr | Scott McMurray | -0/+200 |
| 2024-04-21 | Add a mir-opt test for `byte_add` on pointers | Scott McMurray | -0/+248 |
| 2024-04-21 | Add a MIR pre-codegen test for Vec::deref | Scott McMurray | -0/+41 |
| 2024-04-21 | New slice indexing pre-codegen MIR test | Scott McMurray | -0/+47 |
| 2024-04-21 | Auto merge of #123594 - Urgau:fix-non_local_def-lint-overflow, r=lcnr | bors | -0/+28 |
| 2024-04-21 | also remap RPITITs nested in other types back to their opaques | Lukas Markeffsky | -0/+4 |
| 2024-04-21 | Rollup merge of #124198 - compiler-errors:improve-ty-ct-param-span, r=Nadrieril | Guillaume Gomez | -17/+19 |
| 2024-04-21 | Auto merge of #117457 - daxpedda:wasm-nontrapping-fptoint, r=wesleywiser | bors | -8/+2 |
| 2024-04-21 | Auto merge of #123930 - Mark-Simulacrum:vec-length-invariant, r=jhpratt | bors | -0/+16 |
| 2024-04-20 | Avoid reloading Vec::len across grow_one in push | Mark Rousskov | -0/+16 |
| 2024-04-20 | Rollup merge of #124196 - RalfJung:mir-opt-tests, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -153/+154 |
| 2024-04-20 | Rollup merge of #124053 - Zalathar:lazy-boolean, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -15/+385 |
| 2024-04-20 | Rollup merge of #123379 - wutchzone:119266, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -0/+29 |
| 2024-04-20 | Explicitly mention `Self` | Michael Goulet | -5/+5 |
| 2024-04-20 | Flip spans for precise capturing syntax not capturing a ty/ct param | Michael Goulet | -14/+16 |
| 2024-04-20 | Print note with closure signature on type mismatch | Daniel Sedlak | -0/+29 |
| 2024-04-20 | mir-opt tests: rename unit-test -> test-mir-pass | Ralf Jung | -153/+154 |
| 2024-04-20 | Auto merge of #124194 - matthiaskrgr:rollup-40s0c4q, r=matthiaskrgr | bors | -1/+656 |
| 2024-04-20 | Rollup merge of #124104 - compiler-errors:parent-generic-use, r=oli-obk | Matthias Krüger | -0/+66 |
| 2024-04-20 | Rollup merge of #123409 - ZhuUx:master, r=oli-obk | Matthias Krüger | -1/+590 |
| 2024-04-20 | Auto merge of #124156 - DianQK:disable-match_branches, r=RalfJung | bors | -201/+156 |
| 2024-04-20 | Auto merge of #124176 - matthiaskrgr:tests_are_the_best, r=jieyouxu | bors | -0/+169 |
| 2024-04-20 | Auto merge of #124114 - scottmcm:better-checked, r=workingjubilee | bors | -81/+113 |
| 2024-04-20 | Auto merge of #124166 - oli-obk:define_opaque_types11, r=compiler-errors | bors | -0/+18 |
| 2024-04-20 | Disable SimplifyToExp in MatchBranchSimplification | DianQK | -201/+156 |
| 2024-04-19 | add more known-crashes tests | Matthias Krüger | -0/+122 |
| 2024-04-19 | add test for #83993 | Matthias Krüger | -0/+47 |
| 2024-04-19 | Fix capturing duplicated lifetimes via parent | Michael Goulet | -0/+66 |
| 2024-04-19 | Rollup merge of #124149 - notriddle:notriddle/desc-alias, r=GuillaumeGomez | Matthias Krüger | -1/+5 |
| 2024-04-19 | Rollup merge of #124106 - compiler-errors:tait-lifetime-dedup, r=oli-obk | Matthias Krüger | -1/+79 |
| 2024-04-19 | Rollup merge of #123729 - jieyouxu:rmake-refactor-2, r=oli-obk | Matthias Krüger | -42/+19 |
| 2024-04-19 | Rollup merge of #123571 - WaffleLapkin:properly-adjust-never, r=compiler-errors | Matthias Krüger | -24/+79 |
| 2024-04-20 | coverage. Add basic tests for MC/DC | zhuyunxing | -0/+583 |
| 2024-04-19 | Let inherent associated types constrain opaque types during projection | Oli Scherer | -0/+18 |
| 2024-04-19 | Auto merge of #118441 - GuillaumeGomez:display-stability-version, r=rustdoc | bors | -5/+5 |
| 2024-04-19 | Remove old ICE tests that no longer ICE (yay!) | Maybe Waffle | -24/+0 |
| 2024-04-19 | Correctly change type when adding adjustments on top of `NeverToAny` | Maybe Waffle | -31/+2 |
| 2024-04-19 | Add a test for `a == b` where `a: !, b: !` | Maybe Waffle | -0/+66 |
| 2024-04-19 | Add regression test for issue 120600 | Maybe Waffle | -0/+42 |
| 2024-04-18 | rustdoc-search: fix description on aliases in results | Michael Howell | -1/+5 |
| 2024-04-18 | Rollup merge of #124110 - beetrees:neg-f16-f128, r=compiler-errors | Jubilee | -0/+16 |
| 2024-04-18 | Rollup merge of #123935 - tstsrt:fix-115423, r=oli-obk | Jubilee | -0/+70 |