| Age | Commit message (Expand) | Author | Lines |
| 2025-03-25 | Auto merge of #138865 - petrochenkov:errwhere, r=jieyouxu | bors | -25/+276 |
| 2025-03-25 | compiletest: Support matching on diagnostics without a span | Vadim Petrochenkov | -25/+276 |
| 2025-03-25 | Rollup merge of #138838 - compiler-errors:new-solver-crashes-tweaks, r=lcnr | Takayuki Maeda | -22/+88 |
| 2025-03-25 | Rollup merge of #138652 - ferrocene:pa-remote-test-rmake, r=jieyouxu | Takayuki Maeda | -0/+4 |
| 2025-03-25 | Auto merge of #138634 - saethlin:repeated-uninit, r=scottmcm,oli-obk | bors | -0/+21 |
| 2025-03-24 | Auto merge of #133984 - DaniPopes:scmp-ucmp, r=scottmcm | bors | -42/+67 |
| 2025-03-24 | Rollup merge of #138868 - mejrs:d_not_recommend_typo, r=davidtwco | Matthias Krüger | -1/+18 |
| 2025-03-24 | Mark a fixed test | Michael Goulet | -3/+8 |
| 2025-03-24 | Don't ICE when encountering placeholders in layout computation | Michael Goulet | -8/+22 |
| 2025-03-24 | Don't mark privacy test as needing GCE | Michael Goulet | -11/+10 |
| 2025-03-24 | Allow WellFormed goals to be returned from relating in new solver | Michael Goulet | -0/+48 |
| 2025-03-24 | ignore tests broken while cross compiling | Pietro Albini | -0/+4 |
| 2025-03-23 | Rollup merge of #138574 - lolbinarycat:rustdoc-deref-24686-v2, r=GuillaumeGomez | Jacob Pratt | -0/+27 |
| 2025-03-23 | Rollup merge of #138135 - scottmcm:chaining-ord, r=Mark-Simulacrum | Jacob Pratt | -0/+156 |
| 2025-03-24 | Add do_not_recommend typo help | mejrs | -1/+18 |
| 2025-03-23 | Stop using specialization for this | Scott McMurray | -2/+2 |
| 2025-03-23 | Rollup merge of #138854 - TaKO8Ki:invalid-extern-fn-body, r=compiler-errors | Michael Goulet | -0/+31 |
| 2025-03-23 | Rollup merge of #138641 - jieyouxu:print-supported-crate-types, r=Urgau | Michael Goulet | -7/+53 |
| 2025-03-23 | Rollup merge of #138545 - scottmcm:more-option-tests, r=Mark-Simulacrum | Michael Goulet | -4/+315 |
| 2025-03-23 | Rollup merge of #138509 - reddevilmidzy:add-test, r=compiler-errors | Michael Goulet | -0/+44 |
| 2025-03-23 | Rollup merge of #138293 - clubby789:doc-cfg-gate, r=GuillaumeGomez | Michael Goulet | -0/+49 |
| 2025-03-23 | Adjust `rustc-print-info-issue-138612.rs` | Jieyou Xu | -3/+8 |
| 2025-03-23 | Rebless tests with changed help due to new print request option | Jieyou Xu | -4/+4 |
| 2025-03-23 | Implement `supported-crate-types` print request | Jieyou Xu | -0/+41 |
| 2025-03-23 | fix ICE #138415 | Takayuki Maeda | -0/+31 |
| 2025-03-22 | Auto merge of #138841 - matthiaskrgr:rollup-bfkls57, r=matthiaskrgr | bors | -32/+48 |
| 2025-03-22 | Auto merge of #138831 - matthiaskrgr:rollup-3t0dqiz, r=matthiaskrgr | bors | -81/+116 |
| 2025-03-22 | Rollup merge of #138786 - bjorn3:driver_code_move, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-03-22 | rustdoc: Use own logic to print `#[repr(..)]` attributes in JSON output. | Predrag Gruevski | -31/+47 |
| 2025-03-22 | rustdoc: be more strict about "Methods from Deref" | binarycat | -0/+27 |
| 2025-03-22 | Auto merge of #138830 - matthiaskrgr:rollup-gaxgfwl, r=matthiaskrgr | bors | -1184/+1263 |
| 2025-03-22 | Rollup merge of #138794 - petrochenkov:cfgtracefix, r=jieyouxu | Matthias Krüger | -7/+14 |
| 2025-03-22 | Rollup merge of #138782 - karolzwolak:where-test-91520, r=compiler-errors | Matthias Krüger | -0/+38 |
| 2025-03-22 | Rollup merge of #138639 - spencer3035:clean-ui-tests-2-of-n, r=jieyouxu | Matthias Krüger | -74/+64 |
| 2025-03-22 | Rollup merge of #138763 - aDotInTheVoid:two-years-later, r=GuillaumeGomez | Matthias Krüger | -1183/+1183 |
| 2025-03-22 | Rollup merge of #138536 - makai410:mut-mir-visitor, r=celinval | Matthias Krüger | -1/+80 |
| 2025-03-22 | Auto merge of #136974 - m-ou-se:fmt-options-64-bit, r=scottmcm | bors | -108/+88 |
| 2025-03-22 | Auto merge of #138719 - lcnr:concrete_opaque_types-closures, r=oli-obk | bors | -98/+59 |
| 2025-03-21 | cleaned and organized 3 tests in `./tests/ui/issues` | Spencer | -74/+64 |
| 2025-03-22 | Add test to ensure no index out of bounds panic (#135474) | Redddy | -0/+44 |
| 2025-03-21 | expand: Do not report `cfg_attr` traces on macros as unused attributes | Vadim Petrochenkov | -7/+14 |
| 2025-03-21 | Rollup merge of #138721 - jchecahi:tests-explicit-cpus, r=tgross35 | Matthias Krüger | -28/+29 |
| 2025-03-21 | Rollup merge of #138669 - durin42:llvm-21-anon-func-unmangled, r=bjorn3 | Matthias Krüger | -2/+14 |
| 2025-03-21 | Rollup merge of #138627 - EnzymeAD:autodiff-cleanups, r=oli-obk | Matthias Krüger | -8/+4 |
| 2025-03-21 | Rollup merge of #138570 - folkertdev:naked-function-target-feature-gate, r=Am... | Matthias Krüger | -7/+49 |
| 2025-03-21 | Fix lint name in unused linker_messages warning | bjorn3 | -1/+1 |
| 2025-03-21 | test(ui): add tuple-struct-where-clause-suggestion ui test for #91520 | Karol Zwolak | -0/+38 |
| 2025-03-21 | Rollup merge of #138751 - Jeff-A-Martin:used-with-archive-test-fuchsia, r=jie... | Matthias Krüger | -0/+1 |
| 2025-03-21 | Rollup merge of #138724 - fmease:list-stems-bear-no-name, r=nnethercote | Matthias Krüger | -0/+11 |
| 2025-03-21 | tests/rustdoc-json: change assertions to use RFC 9535 jsonpath | Alona Enraght-Moony | -25/+25 |