| Age | Commit message (Expand) | Author | Lines |
| 2025-01-28 | Rollup merge of #135961 - saethlin:skip-less-in-opt-dist, r=jieyouxu | Matthias Krüger | -14/+11 |
| 2025-01-28 | Rollup merge of #135748 - compiler-errors:len-2, r=RalfJung,oli-obk | Matthias Krüger | -0/+35 |
| 2025-01-28 | Merge from rustc | Boxy | -4351/+10673 |
| 2025-01-28 | Preparing for merge from rustc | Boxy | -1/+1 |
| 2025-01-28 | miri: optimize zeroed alloc | SpecificProtagonist | -49/+29 |
| 2025-01-28 | Update username in build helper example | nora | -2/+2 |
| 2025-01-28 | Update about-this-guide.md | Joren-vanGoethem | -1/+0 |
| 2025-01-27 | add work-in-progress unstable book chapters | dianne | -0/+38 |
| 2025-01-28 | ABI-required target features: warn when they are missing in base CPU (rather ... | Ralf Jung | -2/+2 |
| 2025-01-27 | rustdoc: add nobuild typescript checking to our JS | Michael Howell | -682/+1658 |
| 2025-01-28 | Represent the raw pointer for a array length check as a new kind of fake borrow | Michael Goulet | -0/+35 |
| 2025-01-27 | Fix rustc-pull CI's bash commands | Jakub Beránek | -2/+2 |
| 2025-01-27 | Fix 2/4 tests skipped by opt-dist | Ben Kimock | -14/+11 |
| 2025-01-27 | Auto merge of #136110 - RalfJung:miri-sync, r=RalfJung | bors | -16/+22 |
| 2025-01-27 | Update books | rustbot | -0/+0 |
| 2025-01-27 | Rollup merge of #136112 - fmease:clean-up-all-dead-files-in-ui-tests, r=compi... | Guillaume Gomez | -2/+1 |
| 2025-01-27 | Rollup merge of #136037 - no1wudi:doc, r=jieyouxu | Guillaume Gomez | -17/+17 |
| 2025-01-27 | Auto merge of #136116 - fmease:rollup-c8pk3mj, r=fmease | bors | -201/+269 |
| 2025-01-27 | Auto merge of #135937 - bjorn3:separate_coretests_crate, r=jieyouxu,tgross35 | bors | -4/+4 |
| 2025-01-27 | Rollup merge of #136091 - jieyouxu:core-tracing, r=clubby789 | León Orell Valerian Liehr | -50/+165 |
| 2025-01-27 | Rollup merge of #135158 - FedericoBruzzone:master, r=lukas-code | León Orell Valerian Liehr | -5/+11 |
| 2025-01-27 | Rollup merge of #126604 - kadiwa4:uplift_double_negation, r=nnethercote | León Orell Valerian Liehr | -146/+93 |
| 2025-01-27 | Make a previously unreachable UI test reachable | León Orell Valerian Liehr | -1/+0 |
| 2025-01-27 | Remove all dead files inside tests/ui/ | León Orell Valerian Liehr | -1/+1 |
| 2025-01-27 | Mark all NuttX targets as tier 3 target and support the standard library | Huang Qi | -17/+17 |
| 2025-01-27 | Add `TooGeneric` variant to `LayoutError` and emit `Unknown` one | FedericoBruzzone | -5/+11 |
| 2025-01-26 | Merge pull request #2223 from marxin/CI-cache-restore-key | Noah Lev | -2/+4 |
| 2025-01-26 | Correct information on dylib compression | Eric Huss | -1/+1 |
| 2025-01-26 | Merge pull request #4154 from RalfJung/linux-futex | Ralf Jung | -3/+2 |
| 2025-01-26 | make linux-futex test less flaky | Ralf Jung | -3/+2 |
| 2025-01-26 | Pre-intern name when searching module children | Mark Rousskov | -1/+2 |
| 2025-01-27 | rustc-dev-guide: update bootstrap tracing docs | 许杰友 Jieyou Xu (Joe) | -32/+58 |
| 2025-01-27 | bootstrap: add more logging | 许杰友 Jieyou Xu (Joe) | -2/+93 |
| 2025-01-27 | bootstrap: adjust config file cascading fallback comment | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2025-01-27 | bootstrap: adjust tracing style | 许杰友 Jieyou Xu (Joe) | -11/+6 |
| 2025-01-27 | bootstrap: avoid glob imports in `main` binary | 许杰友 Jieyou Xu (Joe) | -5/+4 |
| 2025-01-26 | many-seeds: do not use more than 8 threads | Ralf Jung | -4/+3 |
| 2025-01-26 | many-seeds: in keep-going mode, print how many tests failed | Ralf Jung | -2/+8 |
| 2025-01-26 | prevent weird macOS linker errors from breaking the build | Ralf Jung | -1/+3 |
| 2025-01-26 | Auto merge of #136087 - jhpratt:rollup-tam1mzn, r=jhpratt | bors | -65/+93 |
| 2025-01-26 | remove `clippy::double_neg` | Kalle Wachsmuth | -146/+93 |
| 2025-01-26 | Put all coretests in a separate crate | bjorn3 | -4/+4 |
| 2025-01-26 | Auto merge of #135753 - compiler-errors:from-ty-const, r=oli-obk | bors | -10/+6 |
| 2025-01-26 | Merge pull request #19035 from rust-lang/Veykril-patch-1 | Lukas Wirth | -12/+6 |
| 2025-01-26 | Update outdated permissions section in the README.md | Lukas Wirth | -12/+6 |
| 2025-01-26 | Rollup merge of #135953 - cuviper:ci-run-local-fail, r=Kobzol | Jacob Pratt | -1/+1 |
| 2025-01-26 | Rollup merge of #135946 - kornelski:rustdoc-path-space, r=notriddle | Jacob Pratt | -8/+5 |
| 2025-01-26 | Rollup merge of #135842 - chriskrycho:trpl-2024-edition-more, r=ehuss | Jacob Pratt | -0/+0 |
| 2025-01-26 | Rollup merge of #135812 - Walnut356:gdb_osstring, r=Mark-Simulacrum | Jacob Pratt | -1/+1 |
| 2025-01-26 | Rollup merge of #133631 - flba-eb:add_nto_qnx71_iosock_support, r=workingjubilee | Jacob Pratt | -55/+86 |