| Age | Commit message (Expand) | Author | Lines |
| 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 | implement creating generics for impl traits in associated types | dfireBird | -17/+102 |
| 2024-04-29 | Rollup merge of #124475 - GKFX:more-dependency-pruning, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -89/+71 |
| 2024-04-29 | arm target docs: small wording fixes | Jonathan Pallant | -2/+2 |
| 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 | Auto merge of #3523 - saethlin:localtime_r-env, r=RalfJung | bors | -151/+153 |
| 2024-04-29 | don't leak UnixEnvVars impl details into get_env_var | Ralf Jung | -13/+19 |
| 2024-04-29 | coverage: Replace boolean options with a `CoverageLevel` enum | Zalathar | -6/+11 |
| 2024-04-29 | arm target docs: collapsed eabi and eabihf into one | Jonathan Pallant | -223/+56 |
| 2024-04-29 | Auto merge of #124505 - Enselic:aux-bin-fix, r=jieyouxu | bors | -0/+1 |
| 2024-04-29 | Arm target doc wording tweaks based on review comments. | Jonathan Pallant | -27/+37 |
| 2024-04-29 | Adding new arm target docs to SUMMARY.md | Jonathan Pallant | -0/+7 |
| 2024-04-29 | Auto merge of #17144 - cbiffle:patch-1, r=Veykril | bors | -2/+0 |
| 2024-04-29 | Auto merge of #17157 - Veykril:retry, r=Veykril | bors | -139/+131 |
| 2024-04-29 | Retry inlay hint requests | Lukas Wirth | -2/+6 |
| 2024-04-29 | Normalize bootstrap_out path, r=clubby789 | Petr Sumbera | -1/+6 |
| 2024-04-29 | aux-bin: Avoid old .so files from old tests; clean auxiliary dir root | Martin Nordholts | -0/+1 |
| 2024-04-28 | add support to override lldb binary path for ./x test | Vladimir Makayev | -3/+13 |
| 2024-04-28 | Run tidy on tests | Ryan Lowe | -1/+0 |
| 2024-04-28 | Refactor UnixEnvVars::get so that it can be reused by getenv | Ben Kimock | -20/+17 |
| 2024-04-28 | Move rustfmt changes out | George Bateman | -20/+33 |
| 2024-04-28 | Also raise fd limit on tvOS when testing | Mads Marquart | -2/+2 |
| 2024-04-28 | Rollup merge of #124473 - Urgau:port-print-cfg, r=jieyouxu | Matthias Krüger | -1/+0 |
| 2024-04-28 | Add tracking issue and unstable book page for `"vectorcall"` ABI | beetrees | -0/+19 |
| 2024-04-28 | Work around completion retrying not fixing up offsets | Lukas Wirth | -10/+11 |
| 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 | Use the interpreted program's TZ variable in localtime_r | Ben Kimock | -138/+137 |
| 2024-04-28 | Don't retry position relient requests and version resolve data | Lukas Wirth | -129/+116 |
| 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 #3524 - RalfJung:fd-write, r=RalfJung | bors | -19/+15 |
| 2024-04-28 | file descriptors: make write take &mut self | Ralf Jung | -19/+15 |
| 2024-04-28 | handle the targets that are missing in stage0 | onur-ozkan | -19/+38 |
| 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 |