| Age | Commit message (Expand) | Author | Lines |
| 2024-04-30 | Auto merge of #124366 - Kobzol:remove-yaml-expansion, r=pietroalbini | bors | -594/+32 |
| 2024-04-30 | Auto merge of #124547 - matthiaskrgr:rollup-9tv8upg, r=matthiaskrgr | bors | -4/+15 |
| 2024-04-30 | Rollup merge of #124524 - spastorino:make-foreign-static-use-struct, r=oli-obk | Matthias Krüger | -4/+15 |
| 2024-04-30 | Auto merge of #124507 - Zalathar:coverage-level, r=compiler-errors | bors | -6/+11 |
| 2024-04-30 | Auto merge of #124398 - klensy:trailing-ws, r=compiler-errors | bors | -6/+6 |
| 2024-04-29 | Output `run_type` from the matrix calculation job | Jakub Beránek | -1/+14 |
| 2024-04-29 | Rename `JobType` to `WorkflowRunType` | Jakub Beránek | -13/+13 |
| 2024-04-29 | Remove the `expand-yaml-anchors` tool | Jakub Beránek | -278/+5 |
| 2024-04-29 | Replace dynamically generated `ci.yml` file with the original template | Jakub Beránek | -301/+0 |
| 2024-04-29 | Unify outcome jobs | Jakub Beránek | -19/+18 |
| 2024-04-29 | Auto merge of #124527 - jieyouxu:rollup-eslzncy, r=jieyouxu | bors | -89/+71 |
| 2024-04-29 | Rollup merge of #124475 - GKFX:more-dependency-pruning, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -89/+71 |
| 2024-04-29 | Auto merge of #124332 - Kobzol:toolstate-auto-build, r=pietroalbini | bors | -198/+110 |
| 2024-04-29 | Add StaticForeignItem and use it on ForeignItemKind | Santiago Pastorino | -4/+15 |
| 2024-04-29 | coverage: Replace boolean options with a `CoverageLevel` enum | Zalathar | -6/+11 |
| 2024-04-29 | Auto merge of #124505 - Enselic:aux-bin-fix, r=jieyouxu | bors | -0/+1 |
| 2024-04-29 | aux-bin: Avoid old .so files from old tests; clean auxiliary dir root | Martin Nordholts | -0/+1 |
| 2024-04-28 | Move rustfmt changes out | George Bateman | -20/+33 |
| 2024-04-28 | Rollup merge of #124473 - Urgau:port-print-cfg, r=jieyouxu | Matthias Krüger | -1/+0 |
| 2024-04-28 | Add some missing comments to describe what the inlined SVG is | Guillaume Gomez | -0/+4 |
| 2024-04-28 | Inline `wheel.svg` into CSS | Guillaume Gomez | -3/+14 |
| 2024-04-28 | Inline `clipboard.svg` into CSS | Guillaume Gomez | -3/+11 |
| 2024-04-28 | Port print-cfg run-make to Rust-based rmake.rs | Urgau | -1/+0 |
| 2024-04-28 | Remove direct dependencies on lazy_static, once_cell and byteorder | George Bateman | -122/+91 |
| 2024-04-28 | Auto merge of #124261 - onur-ozkan:drop-llvm-if-available, r=Mark-Simulacrum | bors | -5/+0 |
| 2024-04-28 | Auto merge of #123546 - Rajveer100:branch-for-issue-122128, r=onur-ozkan | bors | -0/+29 |
| 2024-04-28 | Auto merge of #124454 - Mark-Simulacrum:bump-version, r=Mark-Simulacrum | bors | -1/+1 |
| 2024-04-28 | Rollup merge of #124429 - Enselic:document-builder, r=Mark-Simulacrum | Matthias Krüger | -0/+23 |
| 2024-04-28 | Rollup merge of #124242 - workingjubilee:describe-bootstrap-files-better, r=M... | Matthias Krüger | -6/+28 |
| 2024-04-28 | Rollup merge of #123942 - onur-ozkan:x-vendor, r=Mark-Simulacrum | Matthias Krüger | -12/+348 |
| 2024-04-27 | Bump version to 1.80 | Mark Rousskov | -1/+1 |
| 2024-04-27 | Auto merge of #124448 - matthiaskrgr:rollup-iloy9vz, r=matthiaskrgr | bors | -144/+120 |
| 2024-04-27 | Rollup merge of #124445 - Enselic:global-true, r=onur-ozkan | Matthias Krüger | -40/+40 |
| 2024-04-27 | Rollup merge of #124434 - GKFX:remove-lazy-dependencies, r=jieyouxu | Matthias Krüger | -104/+80 |
| 2024-04-27 | Auto merge of #124405 - RalfJung:miri-core-alloc-tests, r=clubby789 | bors | -3/+0 |
| 2024-04-27 | Bootstrap: Check validity of `--target` and `--host` triples before starting ... | Rajveer | -0/+29 |
| 2024-04-27 | bootstrap: Change `global(true)` to `global = true` for flags for consistency | Martin Nordholts | -40/+40 |
| 2024-04-27 | bootstrap: Document `struct Builder` and its fields | Martin Nordholts | -0/+23 |
| 2024-04-27 | Add missing checkout step | Jakub Beránek | -0/+4 |
| 2024-04-27 | Remove lazycell and once_cell from compiletest dependencies | George Bateman | -104/+80 |
| 2024-04-27 | Move `TOOLSTATE_REPO` to top-level env | Jakub Beránek | -1/+3 |
| 2024-04-27 | Auto merge of #124430 - RalfJung:miri, r=RalfJung | bors | -568/+675 |
| 2024-04-27 | clippy: bless tests | klensy | -6/+6 |
| 2024-04-27 | Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnr | Matthias Krüger | -24/+24 |
| 2024-04-27 | Auto merge of #124416 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-04-27 | Auto merge of #124424 - jhpratt:rollup-o3ngkjy, r=jhpratt | bors | -1/+0 |
| 2024-04-26 | Rollup merge of #124383 - Urgau:port-print-native-static-libs, r=jieyouxu | Jacob Pratt | -1/+0 |
| 2024-04-26 | Auto merge of #124296 - cuviper:dist-cargo-tests, r=onur-ozkan | bors | -0/+6 |
| 2024-04-26 | env: split up Windows and Unix environment variable handling | Ralf Jung | -530/+606 |
| 2024-04-26 | Update cargo | Weihang Lo | -0/+0 |