| Age | Commit message (Expand) | Author | Lines |
| 2024-10-14 | Rollup merge of #131593 - RalfJung:alloc-no-clone, r=saethlin | Matthias Krüger | -4/+12 |
| 2024-10-14 | Rollup merge of #131533 - workingjubilee:update-emscripten-version, r=Kobzol | Matthias Krüger | -2/+2 |
| 2024-10-13 | Auto merge of #131662 - matthiaskrgr:rollup-r1wkfxw, r=matthiaskrgr | bors | -12/+32 |
| 2024-10-13 | Auto merge of #131560 - cuviper:start-1.84, r=cuviper | bors | -7/+12 |
| 2024-10-13 | Rollup merge of #131659 - onur-ozkan:llvm-test, r=albertlarsan68 | Matthias Krüger | -5/+15 |
| 2024-10-13 | Rollup merge of #131067 - ismailarilik:fix-std-detect-links, r=albertlarsan68 | Matthias Krüger | -0/+4 |
| 2024-10-13 | Rollup merge of #131066 - Binlogo:build-doc/rbe-add-zh-entry, r=albertlarsan68 | Matthias Krüger | -1/+1 |
| 2024-10-13 | Rollup merge of #130900 - capickett:empty-description-rust-version, r=albertl... | Matthias Krüger | -3/+5 |
| 2024-10-13 | Rollup merge of #130356 - lolbinarycat:ci-no-change-id, r=albertlarsan68 | Matthias Krüger | -3/+7 |
| 2024-10-13 | check `stage0`, `channel` and `version` files for CI rustc | onur-ozkan | -6/+11 |
| 2024-10-13 | enable `download_ci_llvm` test | onur-ozkan | -5/+15 |
| 2024-10-13 | Rollup merge of #131642 - jieyouxu:build-fail-check-fail, r=Kobzol | Matthias Krüger | -7/+26 |
| 2024-10-13 | Rollup merge of #131641 - RalfJung:unicode-bitset-static, r=dtolnay | Matthias Krüger | -4/+4 |
| 2024-10-13 | Rollup merge of #131638 - Zalathar:debuggers, r=jieyouxu | Matthias Krüger | -274/+290 |
| 2024-10-13 | Rollup merge of #131614 - jieyouxu:rmake-no-rev, r=Kobzol | Matthias Krüger | -5/+14 |
| 2024-10-13 | Rollup merge of #131585 - Zalathar:original-line, r=jieyouxu | Matthias Krüger | -29/+10 |
| 2024-10-13 | switch unicode-data back to 'static' | Ralf Jung | -4/+4 |
| 2024-10-13 | Special case error message for a `build-fail` test that failed check build | 许杰友 Jieyou Xu (Joe) | -7/+26 |
| 2024-10-13 | Move debugger setup code out of `lib.rs` | Zalathar | -274/+290 |
| 2024-10-12 | Rollup merge of #131358 - onur-ozkan:129528, r=Mark-Simulacrum | Trevor Gross | -3/+49 |
| 2024-10-12 | Rollup merge of #131334 - heiher:loong-sanitizers, r=Mark-Simulacrum | Trevor Gross | -0/+5 |
| 2024-10-12 | Rollup merge of #131120 - tgross35:stabilize-const_option, r=RalfJung | Trevor Gross | -3/+2 |
| 2024-10-13 | Error on trying to use revisions in `run-make` tests | 许杰友 Jieyou Xu (Joe) | -5/+14 |
| 2024-10-13 | Remove the one thing that was checking a directive's `original_line` | Zalathar | -28/+4 |
| 2024-10-13 | Rename `HeaderLine` to `DirectiveLine` | Zalathar | -8/+13 |
| 2024-10-12 | Stabilize `const_option` | Trevor Gross | -3/+2 |
| 2024-10-12 | Rollup merge of #131277 - ismailarilik:handle-potential-query-instability-lin... | Matthias Krüger | -34/+32 |
| 2024-10-12 | Rollup merge of #130965 - onur-ozkan:bootstrap-step-trait-doc, r=Mark-Simulacrum | Matthias Krüger | -18/+22 |
| 2024-10-12 | Auto merge of #131612 - tgross35:rollup-zy3yg4p, r=tgross35 | bors | -12/+29 |
| 2024-10-12 | Rollup merge of #131597 - jieyouxu:explicit-check-name, r=Kobzol | Trevor Gross | -12/+29 |
| 2024-10-12 | Auto merge of #131448 - DianQK:fixes-131164, r=onur-ozkan | bors | -0/+2 |
| 2024-10-12 | Update LLVM submodule | DianQK | -0/+0 |
| 2024-10-12 | Ignore the `download_ci_llvm` test | DianQK | -0/+2 |
| 2024-10-12 | Take a display name for `tool_check_step!` | 许杰友 Jieyou Xu (Joe) | -12/+29 |
| 2024-10-12 | miri: avoid cloning AllocExtra | Ralf Jung | -4/+12 |
| 2024-10-12 | add new CI step: "setup upstream remote" | onur-ozkan | -0/+36 |
| 2024-10-12 | force "HEAD" for non-CI and `git_upstream_merge_base` for CI environment | onur-ozkan | -3/+13 |
| 2024-10-11 | Rollup merge of #131576 - Zalathar:tests-tests, r=jieyouxu | Trevor Gross | -36/+30 |
| 2024-10-11 | Rollup merge of #124874 - jedbrown:float-mul-add-fast, r=saethlin | Trevor Gross | -0/+93 |
| 2024-10-12 | Avoid cross-file glob import | Zalathar | -1/+1 |
| 2024-10-12 | Flatten redundant test module `run_make_support::diff::tests::tests` | Zalathar | -36/+30 |
| 2024-10-11 | Auto merge of #131573 - tgross35:rollup-r7l182a, r=tgross35 | bors | -333/+326 |
| 2024-10-11 | Rollup merge of #130078 - its-the-shrimp:rustdoc-types-compress-ids, r=aDotIn... | Trevor Gross | -333/+326 |
| 2024-10-11 | intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semantics | Jed Brown | -0/+93 |
| 2024-10-11 | Auto merge of #131531 - onur-ozkan:move-dummy-commit, r=Kobzol | bors | -17/+19 |
| 2024-10-11 | Bump to 1.84 | Josh Stone | -1/+1 |
| 2024-10-11 | Auto merge of #131547 - matthiaskrgr:rollup-ui4p744, r=matthiaskrgr | bors | -68/+90 |
| 2024-10-11 | Rollup merge of #131541 - Zalathar:aux-props, r=jieyouxu | Matthias Krüger | -68/+87 |
| 2024-10-11 | Rollup merge of #131394 - ismailarilik:fix/rustdoc/add-space-between-struct-f... | Matthias Krüger | -0/+3 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -43/+0 |