| Age | Commit message (Expand) | Author | Lines |
| 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-19 | Don't fatal when calling expect_one_of when recovering arg in parse_seq | Michael Goulet | -0/+25 |
| 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 |
| 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 | Make `checked` ops emit *unchecked* LLVM operations where feasible | Scott McMurray | -81/+113 |
| 2024-04-19 | Auto merge of #124038 - matthiaskrgr:one_or_two_more_tests, r=jieyouxu | bors | -0/+297 |
| 2024-04-18 | Auto merge of #119912 - notriddle:notriddle/reexport-dedup, r=GuillaumeGomez | bors | -3/+136 |
| 2024-04-18 | Auto merge of #123949 - scottmcm:debug-no-means-no-debug-info-when-inlined, r... | bors | -1190/+800 |
| 2024-04-18 | Disallow ambiguous attributes on expressions | Dominik Stolz | -26/+101 |
| 2024-04-18 | crashes: add a couple more tests | Matthias Krüger | -0/+297 |
| 2024-04-18 | The ICE in 121127 needs debuginfo | Scott McMurray | -1/+2 |
| 2024-04-18 | Ensure `[rust] debuginfo-level-std` doesn't change core's MIR | Scott McMurray | -156/+16 |
| 2024-04-18 | Update `checked_ops` so 32- and 64-bit gets the same checks | Scott McMurray | -19/+174 |
| 2024-04-18 | At debuginfo=0, don't inline debuginfo when inlining | Scott McMurray | -1193/+787 |
| 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 | Auto merge of #124111 - matthiaskrgr:rollup-cmmkryf, r=matthiaskrgr | bors | -4/+19 |
| 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 | Rollup merge of #124041 - GuillaumeGomez:fix-copy-path-button, r=notriddle | Matthias Krüger | -0/+15 |
| 2024-04-18 | Fix negating `f16` and `f128` constants | beetrees | -0/+16 |
| 2024-04-18 | Auto merge of #124046 - matthiaskrgr:one_or_two_more_tests____some_on_top, r=... | bors | -0/+723 |
| 2024-04-18 | crashes: add even more tests?!? | Matthias Krüger | -0/+723 |
| 2024-04-18 | Auto merge of #122684 - oli-obk:delay_interning_errors_to_after_validaiton, r... | bors | -477/+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 |