| Age | Commit message (Expand) | Author | Lines |
| 2025-01-31 | Rollup merge of #135992 - madsmtm:new-target-docs, r=jieyouxu | Matthias Krüger | -0/+16 |
| 2025-01-31 | Rollup merge of #134531 - GuillaumeGomez:extract-doctests, r=notriddle,aDotIn... | Matthias Krüger | -38/+288 |
| 2025-01-31 | Recommend adding target spec first, then std support later | Mads Marquart | -0/+7 |
| 2025-01-31 | Auto merge of #136331 - jhpratt:rollup-curo1f4, r=jhpratt | bors | -1/+5 |
| 2025-01-31 | Rollup merge of #136150 - marcoieni:windows-25-i686-mingw, r=Kobzol | Jacob Pratt | -1/+5 |
| 2025-01-31 | Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnr | bors | -1/+55 |
| 2025-01-30 | Auto merge of #136318 - matthiaskrgr:rollup-a159mzo, r=matthiaskrgr | bors | -30/+31 |
| 2025-01-30 | Rollup merge of #136180 - lukas-code:typed-valtree, r=oli-obk | Matthias Krüger | -11/+7 |
| 2025-01-30 | Rollup merge of #136157 - onur-ozkan:override-release-profile, r=Kobzol | Matthias Krüger | -8/+23 |
| 2025-01-30 | Rollup merge of #136004 - mrkajetanp:aarch64-skip-large-const-alloc-tests, r=... | Matthias Krüger | -11/+1 |
| 2025-01-30 | More assertions, tests, and miri coverage | Michael Goulet | -0/+54 |
| 2025-01-30 | Auto merge of #136292 - matthiaskrgr:rollup-fw1tlca, r=matthiaskrgr | bors | -5/+119 |
| 2025-01-30 | introduce `ty::Value` | Lukas Markeffsky | -11/+7 |
| 2025-01-30 | Rework rustc_dump_vtable | Michael Goulet | -1/+1 |
| 2025-01-30 | Rollup merge of #136199 - purplesyringa:emscripten-tests, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2025-01-30 | Rollup merge of #135739 - wesleywiser:dwarf_version_handling, r=lqd | Matthias Krüger | -0/+4 |
| 2025-01-30 | Rollup merge of #135434 - dianne:match-2024-for-edition-2024, r=Nadrieril | Matthias Krüger | -0/+38 |
| 2025-01-30 | Rollup merge of #133636 - GuillaumeGomez:sans-serif, r=rustdoc | Matthias Krüger | -5/+76 |
| 2025-01-30 | Auto merge of #136038 - compiler-errors:outlives, r=lcnr | bors | -2/+2 |
| 2025-01-30 | Auto merge of #136272 - Zalathar:rollup-6s577l5, r=Zalathar | bors | -41/+55 |
| 2025-01-29 | Add tracking issue to docs | Wesley Wiser | -0/+4 |
| 2025-01-30 | Rollup merge of #136254 - BoxyUwU:rdg-push, r=Kobzol | Stuart Cook | -41/+55 |
| 2025-01-30 | Auto merge of #136035 - SpecificProtagonist:miri-zeroed-alloc, r=oli-obk | bors | -49/+29 |
| 2025-01-29 | Auto merge of #135818 - jieyouxu:migrate-translation, r=compiler-errors | bors | -3/+14 |
| 2025-01-29 | ci: use windows 2025 for i686-mingw | MarcoIeni | -1/+5 |
| 2025-01-29 | Auto merge of #134248 - oli-obk:patkind-path-removal, r=BoxyUwU | bors | -68/+153 |
| 2025-01-29 | Rustc pull | Boxy | -4352/+10674 |
| 2025-01-29 | Auto merge of #136248 - matthiaskrgr:rollup-leaxgfd, r=matthiaskrgr | bors | -33/+29 |
| 2025-01-29 | Eliminate PatKind::Path | Oli Scherer | -68/+153 |
| 2025-01-29 | Rollup merge of #136214 - momvart:driver_callback_crate_mut, r=bjorn3 | Matthias Krüger | -2/+2 |
| 2025-01-29 | Rollup merge of #136211 - ehuss:update-mdbook, r=ehuss | Matthias Krüger | -27/+27 |
| 2025-01-29 | Rollup merge of #136192 - marcoieni:remove-windows-unused-runner, r=Kobzol | Matthias Krüger | -4/+0 |
| 2025-01-29 | Improve check for `--output-format` combinations and add ui regression test | Guillaume Gomez | -31/+35 |
| 2025-01-29 | Improve code and add missing docs for new `doctest::extracted` module | Guillaume Gomez | -17/+26 |
| 2025-01-29 | Add documentation for `--output-format=doctest` | Guillaume Gomez | -0/+64 |
| 2025-01-29 | Mention the tracking issue of `--output-format=doctest` | Guillaume Gomez | -0/+2 |
| 2025-01-29 | Move extracted doctest code and types into its own file | Guillaume Gomez | -60/+138 |
| 2025-01-29 | Add new output-format | Guillaume Gomez | -12/+105 |
| 2025-01-29 | override build profile for bootstrap tests | onur-ozkan | -8/+23 |
| 2025-01-29 | Auto merge of #136227 - fmease:rollup-ewpvznh, r=fmease | bors | -682/+1658 |
| 2025-01-29 | Add SemiBold for SourceSerif4 | Guillaume Gomez | -3/+13 |
| 2025-01-29 | Add italic for newly added sans serif fonts | Guillaume Gomez | -3/+23 |
| 2025-01-29 | Fix tidy errors | Guillaume Gomez | -1/+1 |
| 2025-01-29 | Add new setting allowing to switch to sans serif fonts | Guillaume Gomez | -2/+43 |
| 2025-01-29 | tests: Skip const OOM tests on aarch64-unknown-linux-gnu | Kajetan Puchalski | -11/+1 |
| 2025-01-29 | Auto merge of #136117 - lnicola:sync-from-ra, r=lnicola | bors | -1325/+2163 |
| 2025-01-29 | tests: port `translation` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2025-01-29 | run-make-support: improve docs for `assert_exit_code` | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2025-01-29 | run-make-support: add `sysroot` helper | 许杰友 Jieyou Xu (Joe) | -1/+9 |
| 2025-01-29 | Merge pull request #2227 from Joren-vanGoethem/master | 许杰友 Jieyou Xu (Joe) | -1/+0 |