| Age | Commit message (Expand) | Author | Lines |
| 2025-01-30 | merge tests | lcnr | -23/+5 |
| 2025-01-30 | error pattern to correct line | lcnr | -3/+2 |
| 2025-01-30 | move non_lifetime_binder tests | lcnr | -0/+0 |
| 2025-01-30 | remove redundant test | lcnr | -14/+0 |
| 2025-01-30 | LLVM changed the nocapture attribute to captures(none) | Hans Wennborg | -18/+25 |
| 2025-01-30 | Rollup merge of #135847 - edwloef:slice_ptr_rotate_opt, r=scottmcm | Stuart Cook | -0/+30 |
| 2025-01-29 | Auto merge of #135818 - jieyouxu:migrate-translation, r=compiler-errors | bors | -78/+194 |
| 2025-01-29 | Auto merge of #134248 - oli-obk:patkind-path-removal, r=BoxyUwU | bors | -33/+43 |
| 2025-01-29 | rustdoc: rename `issue-\d+.rs` tests to have meaningful names | Michael Howell | -0/+2 |
| 2025-01-29 | add inline attribute and codegen test | edwloef | -0/+30 |
| 2025-01-29 | Add URL and `crate_name` to test cases | Michael Howell | -32/+77 |
| 2025-01-29 | Auto merge of #136248 - matthiaskrgr:rollup-leaxgfd, r=matthiaskrgr | bors | -145/+218 |
| 2025-01-29 | Handle all `PatExpr`s in dead code analysis | Oli Scherer | -18/+3 |
| 2025-01-29 | Add regression test showing we don't realize some consts are used | Oli Scherer | -8/+33 |
| 2025-01-29 | Eliminate PatKind::Path | Oli Scherer | -26/+26 |
| 2025-01-29 | Rollup merge of #136212 - estebank:span-tweak, r=petrochenkov | Matthias Krüger | -11/+11 |
| 2025-01-29 | Rollup merge of #136205 - compiler-errors:len-3, r=BoxyUwU | Matthias Krüger | -6/+47 |
| 2025-01-29 | Rollup merge of #136190 - taiki-e:dedup, r=compiler-errors | Matthias Krüger | -128/+90 |
| 2025-01-29 | Rollup merge of #133382 - mu001999-contrib:diag/fnitem, r=lcnr | Matthias Krüger | -0/+70 |
| 2025-01-29 | Improve check for `--output-format` combinations and add ui regression test | Guillaume Gomez | -1/+4 |
| 2025-01-29 | Move extracted doctest code and types into its own file | Guillaume Gomez | -1/+1 |
| 2025-01-29 | Add ui test for new rustdoc `--output-format=doctest` option | Guillaume Gomez | -0/+16 |
| 2025-01-29 | Auto merge of #136227 - fmease:rollup-ewpvznh, r=fmease | bors | -14/+81 |
| 2025-01-29 | show supported register classes | Folkert de Vries | -0/+8 |
| 2025-01-29 | Allow transmuting generic pattern types to and from their base | Oli Scherer | -23/+3 |
| 2025-01-29 | Add tests for transmuting pattern types | Oli Scherer | -0/+73 |
| 2025-01-29 | Add GUI test for new "sans serif fonts" setting | Guillaume Gomez | -4/+35 |
| 2025-01-29 | tests: Skip const OOM tests on aarch64-unknown-linux-gnu | Kajetan Puchalski | -3/+7 |
| 2025-01-29 | tests: port `translation` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -78/+194 |
| 2025-01-28 | Fix off-by-one error causing driftsort to crash | uellenberg | -0/+10 |
| 2025-01-29 | Rollup merge of #136176 - oli-obk:pattern-type-mir-opts, r=compiler-errors | León Orell Valerian Liehr | -0/+27 |
| 2025-01-29 | Rollup merge of #136168 - fmease:gci-fix-mono, r=compiler-errors | León Orell Valerian Liehr | -0/+40 |
| 2025-01-29 | Rollup merge of #136153 - tmiasko:mv-asan-test, r=lqd | León Orell Valerian Liehr | -0/+0 |
| 2025-01-29 | Rollup merge of #136134 - nikic:llvm-20-simd-tests, r=Urgau | León Orell Valerian Liehr | -14/+14 |
| 2025-01-29 | Auto merge of #136225 - fmease:rollup-fm7m744, r=fmease | bors | -25/+49 |
| 2025-01-29 | Rollup merge of #136147 - RalfJung:required-target-features-check-not-add, r=... | León Orell Valerian Liehr | -21/+17 |
| 2025-01-29 | Rollup merge of #135902 - compiler-errors:item-non-self-bound-in-new-solver, ... | León Orell Valerian Liehr | -4/+32 |
| 2025-01-29 | Auto merge of #136011 - compiler-errors:query-norm-vaniquishes-us, r=jackh726 | bors | -20/+20 |
| 2025-01-29 | Mark condition/carry bit as clobbered in C-SKY inline assembly | Taiki Endo | -0/+24 |
| 2025-01-28 | Auto merge of #136203 - matthiaskrgr:rollup-1k0f44l, r=matthiaskrgr | bors | -18/+329 |
| 2025-01-28 | Tweak `&mut self` suggestion span | Esteban Küber | -11/+11 |
| 2025-01-28 | Do not assume child bound assumptions for rigid alias | Michael Goulet | -4/+32 |
| 2025-01-28 | Properly check that array length is valid type during built-in unsizing in index | Michael Goulet | -6/+47 |
| 2025-01-28 | Rollup merge of #136124 - adetaylor:test-comment, r=compiler-errors | Matthias Krüger | -1/+23 |
| 2025-01-28 | Rollup merge of #136055 - fee1-dead-contrib:push-ovmyztlkptmk, r=RalfJung | Matthias Krüger | -10/+228 |
| 2025-01-29 | Support clobber_abi in BPF inline assembly | Taiki Endo | -0/+31 |
| 2025-01-28 | Fix tests/ui/privacy/sysroot-private | Alisa Sireneva | -8/+9 |
| 2025-01-28 | Fix tests/codegen/wasm_exceptions | Alisa Sireneva | -1/+1 |
| 2025-01-28 | Fix tests/codegen/float/f128 | Alisa Sireneva | -1/+30 |
| 2025-01-28 | Remove duplicated code in RISC-V asm bad-reg test | Taiki Endo | -128/+90 |