| Age | Commit message (Expand) | Author | Lines |
| 2024-04-21 | Auto merge of #124241 - matthiaskrgr:rollup-xhu90xr, r=matthiaskrgr | bors | -0/+0 |
| 2024-04-21 | Rollup merge of #124235 - c410-f3r:tests98765, r=jieyouxu | Matthias Krüger | -0/+0 |
| 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 | 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-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 | 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/+7 |
| 2024-04-20 | Auto merge of #124176 - matthiaskrgr:tests_are_the_best, r=jieyouxu | bors | -0/+47 |
| 2024-04-20 | Auto merge of #124166 - oli-obk:define_opaque_types11, r=compiler-errors | bors | -0/+18 |
| 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 #124106 - compiler-errors:tait-lifetime-dedup, r=oli-obk | Matthias Krüger | -1/+79 |
| 2024-04-19 | Let inherent associated types constrain opaque types during projection | Oli Scherer | -0/+18 |
| 2024-04-19 | Correctly change type when adding adjustments on top of `NeverToAny` | Maybe Waffle | -30/+1 |
| 2024-04-19 | Add regression test for issue 120600 | Maybe Waffle | -0/+42 |
| 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 |
| 2024-04-18 | Rollup merge of #123752 - estebank:emoji-prefix, r=wesleywiser | Jubilee | -0/+22 |
| 2024-04-19 | coverage. Add coverage-options=mcdc as gate for MC/DC instrument | zhuyunxing | -1/+7 |
| 2024-04-18 | Auto merge of #124072 - saethlin:less-sysroot-libc-misc, r=jieyouxu | bors | -38/+32 |
| 2024-04-18 | Add an exception for windows-msvc | Ben Kimock | -0/+9 |
| 2024-04-18 | Stabilize Wasm phase 4 & 5 proposals | daxpedda | -8/+2 |
| 2024-04-18 | Rollup merge of #124090 - durin42:llvm-19-riscv-feature, r=cuviper | Matthias Krüger | -3/+3 |
| 2024-04-18 | Rollup merge of #124047 - Jules-Bertholet:match-ergonomics-cleanups, r=Nadrieril | Matthias Krüger | -1/+1 |
| 2024-04-18 | Fix negating `f16` and `f128` constants | beetrees | -0/+16 |
| 2024-04-18 | Auto merge of #122684 - oli-obk:delay_interning_errors_to_after_validaiton, r... | bors | -460/+276 |
| 2024-04-17 | Don't repeatedly duplicate TAIT lifetimes for each subsequently nested TAIT | Michael Goulet | -1/+79 |
| 2024-04-17 | llvm: update riscv target feature to match LLVM 19 | Augie Fackler | -3/+3 |
| 2024-04-17 | Auto merge of #123936 - Mark-Simulacrum:zst-no-alloc, r=oli-obk | bors | -8/+13 |
| 2024-04-17 | Auto merge of #124084 - matthiaskrgr:rollup-h42psbx, r=matthiaskrgr | bors | -54/+72 |
| 2024-04-17 | Rollup merge of #124073 - saethlin:rust-get-test-int, r=wesleywiser | Matthias Krüger | -54/+18 |
| 2024-04-17 | Rollup merge of #124062 - allgoewer:fish-fight, r=oli-obk | Matthias Krüger | -0/+15 |
| 2024-04-17 | Rollup merge of #124037 - compiler-errors:dont-parent-body, r=michaelwoerister | Matthias Krüger | -0/+39 |
| 2024-04-17 | Auto merge of #123674 - oli-obk:bogus_note, r=estebank | bors | -107/+47 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -1/+1 |
| 2024-04-17 | Remove libc from rust_get_test_int uses | Ben Kimock | -54/+18 |
| 2024-04-17 | Remove libc from more tests | Ben Kimock | -45/+30 |
| 2024-04-17 | Validate before reporting interning errors. | Oli Scherer | -490/+201 |
| 2024-04-17 | Validate nested static items | Oli Scherer | -61/+166 |
| 2024-04-17 | Rollup merge of #123997 - compiler-errors:self-res, r=fmease | Matthias Krüger | -0/+47 |
| 2024-04-16 | Codegen ZSTs without an allocation | Mark Rousskov | -8/+13 |
| 2024-04-17 | Rollup merge of #124000 - compiler-errors:sugg-tweaks, r=wesleywiser | Guillaume Gomez | -30/+30 |
| 2024-04-17 | Rollup merge of #123675 - oli-obk:static_wf_ice, r=compiler-errors | Guillaume Gomez | -0/+58 |