| Age | Commit message (Expand) | Author | Lines |
| 2025-02-02 | fix use of deprecated rand API | Ralf Jung | -1/+1 |
| 2025-02-02 | Merge from rustc | Ralf Jung | -37/+113 |
| 2025-02-02 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-02-02 | Target modifiers (special marked options) are recorded in metainfo and compar... | Andrew Zhogin | -4/+5 |
| 2025-02-02 | miri_get_backtrace: stop supporting the v0 protocol | Ralf Jung | -51/+14 |
| 2025-02-02 | compiletest: remove useless path join in `rustdoc_json` runtest logic | 许杰友 Jieyou Xu (Joe) | -2/+1 |
| 2025-02-02 | miri: improve error when offset_from preconditions are violated | Ralf Jung | -3/+45 |
| 2025-02-02 | compiletest: cleanup `is_rustdoc` logic | 许杰友 Jieyou Xu (Joe) | -3/+1 |
| 2025-02-02 | Auto merge of #136433 - matthiaskrgr:rollup-co27itw, r=matthiaskrgr | bors | -15/+6 |
| 2025-02-02 | rustc_allowed_through_unstable_modules: require deprecation message | Ralf Jung | -10/+2 |
| 2025-02-02 | Rollup merge of #136279 - Zalathar:ensure-ok, r=oli-obk | Matthias Krüger | -3/+3 |
| 2025-02-02 | Rollup merge of #133266 - mati865:windows-gnu-llvm-download, r=Kobzol | Matthias Krüger | -12/+3 |
| 2025-02-02 | Auto merge of #136238 - marcoieni:free-disk-refactor, r=Kobzol | bors | -30/+64 |
| 2025-02-02 | More rustfmt hang investigations | Lukas Wirth | -14/+18 |
| 2025-02-02 | Merge pull request #2236 from rust-lang/rustc-pull | Yuki Okushi | -3183/+10530 |
| 2025-02-02 | Apply suggestions from code review | Yuki Okushi | -2/+2 |
| 2025-02-02 | Merge pull request #2233 from chiichen/nix-shell-dev | nora | -26/+19 |
| 2025-02-02 | Merge pull request #2235 from Kobzol/docker-tests-rewrite | Onur Özkan | -33/+32 |
| 2025-02-02 | Merge from rustc | The rustc-dev-guide Cronjob Bot | -3182/+10529 |
| 2025-02-02 | Preparing for merge from rustc | The rustc-dev-guide Cronjob Bot | -1/+1 |
| 2025-02-02 | Convert two `rustc_middle::lint` functions to `Span` methods. | Nicholas Nethercote | -224/+131 |
| 2025-02-01 | Omit argument names from function pointers that do not have argument names | David Tolnay | -6/+20 |
| 2025-02-01 | rustdoc-book: Clean up section on `--output-format` | Alona Enraght-Moony | -5/+11 |
| 2025-02-01 | Update cargo | Weihang Lo | -0/+0 |
| 2025-02-01 | rustdoc-json-types: Document that crate name isn't package name. | Alona Enraght-Moony | -0/+7 |
| 2025-02-01 | Reword submodule handling | Jakub Beránek | -1/+1 |
| 2025-02-01 | Rollup merge of #130514 - compiler-errors:unsafe-binders, r=oli-obk | Matthias Krüger | -1/+3 |
| 2025-02-01 | Test getrandom 0.3 | Eduardo Sánchez Muñoz | -1/+35 |
| 2025-02-01 | Bump rand to 0.9 and getrandom to 0.3 | Eduardo Sánchez Muñoz | -35/+99 |
| 2025-02-01 | Checkout repository sources in rustc-pull CI action | Jakub Beránek | -0/+1 |
| 2025-02-01 | Auto merge of #136136 - marcoieni:ubuntu-24, r=Kobzol | bors | -2/+2 |
| 2025-02-01 | tests: port `split-debuginfo` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2025-02-01 | run-make-support: add some stable `rustc` flag helpers | 许杰友 Jieyou Xu (Joe) | -0/+12 |
| 2025-02-01 | run-make-support: add `shallow_find_directories` helper | 许杰友 Jieyou Xu (Joe) | -5/+22 |
| 2025-01-31 | PR feedback | Scott McMurray | -0/+20 |
| 2025-02-01 | Stop running some release workflows on forks and update old URLs | Laurențiu Nicola | -12/+17 |
| 2025-02-01 | fmt | The Miri Cronjob Bot | -72/+93 |
| 2025-02-01 | Merge from rustc | The Miri Cronjob Bot | -135/+458 |
| 2025-02-01 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-02-01 | Auto merge of #136371 - matthiaskrgr:rollup-0b880v3, r=matthiaskrgr | bors | -4/+44 |
| 2025-02-01 | Rename `tcx.ensure()` to `tcx.ensure_ok()` | Zalathar | -3/+3 |
| 2025-02-01 | Auto merge of #135768 - jieyouxu:migrate-symbol-mangling-hashed, r=Noratrieb | bors | -13/+50 |
| 2025-02-01 | Rollup merge of #136348 - RalfJung:miri-float-min-max, r=oli-obk | Matthias Krüger | -4/+44 |
| 2025-01-31 | Auto merge of #136350 - matthiaskrgr:rollup-6eqfyvh, r=matthiaskrgr | bors | -38/+304 |
| 2025-01-31 | Enforce unsafe binders must be Copy (for now) | Michael Goulet | -0/+1 |
| 2025-01-31 | Implement MIR, CTFE, and codegen for unsafe binders | Michael Goulet | -1/+2 |
| 2025-01-31 | interpret: adjust vtable validity check for higher-ranked types | Lukas Markeffsky | -0/+75 |
| 2025-01-31 | Pass `GITHUB_TOKEN` to Zulip CI step | Jakub Beránek | -2/+4 |
| 2025-01-31 | Auto merge of #134424 - 1c3t3a:null-checks, r=saethlin | bors | -1/+5 |
| 2025-01-31 | clarify apply_random_float_error logic | Ralf Jung | -4/+12 |