| Age | Commit message (Expand) | Author | Lines |
| 2023-10-08 | linker: Remove `-Zgcc-ld` option | Vadim Petrochenkov | -10/+13 |
| 2023-10-06 | Rename `flag` to `arg` | Jakub Beránek | -4/+4 |
| 2023-10-06 | remove the use of `fn update_submodule` on rust-analyzer | onur-ozkan | -2/+0 |
| 2023-10-05 | Pass host flags to `rustc` shim using prefixed env. vars | Jakub Beránek | -18/+42 |
| 2023-10-05 | Remove unused `RUSTDOC_FUSE_LD_LLD` flag | Jakub Beránek | -4/+0 |
| 2023-10-04 | vendor distribution on the tarball sources | onur-ozkan | -5/+10 |
| 2023-10-03 | bootstrap: make copying linker binaries conditional | Joseph Ryan | -5/+7 |
| 2023-10-02 | ensure the parent path's existence on `x install` | onur-ozkan | -3/+3 |
| 2023-10-02 | Auto merge of #116276 - lqd:lld-sysroot, r=onur-ozkan | bors | -0/+17 |
| 2023-10-02 | Auto merge of #115898 - onur-ozkan:config-change-tracking, r=Mark-Simulacrum | bors | -102/+86 |
| 2023-10-01 | add Changelog topic to bootstrap/README.md | onur-ozkan | -5/+9 |
| 2023-10-01 | implement major change tracking for the bootstrap configuration | onur-ozkan | -97/+77 |
| 2023-10-01 | bootstrap: copy self-contained linking components to stage0-sysroot | Rémy Rakic | -0/+17 |
| 2023-10-01 | Rollup merge of #116292 - onur-ozkan:warn-wrong-sources, r=clubby789 | Matthias Krüger | -0/+6 |
| 2023-10-01 | Auto merge of #116108 - onur-ozkan:support-make-jobs-flag, r=Mark-Simulacrum | bors | -0/+7 |
| 2023-09-30 | Auto merge of #116127 - onur-ozkan:sanity-checks-on-install, r=Mark-Simulacrum | bors | -0/+31 |
| 2023-09-30 | warn if source is not either a git clone or a dist tarball | onur-ozkan | -0/+6 |
| 2023-09-29 | Rollup merge of #116133 - pouriya:refactor-bootstrap.py, r=albertlarsan68 | Matthias Krüger | -49/+41 |
| 2023-09-25 | Split out the stable part of smir into its own crate to prevent accidental us... | Oli Scherer | -1/+4 |
| 2023-09-25 | ref(bootstrap.py): add `eprint` function | Pouriya Jahanbakhsh | -49/+41 |
| 2023-09-25 | add sanity checks for user write access on `x install` | onur-ozkan | -0/+31 |
| 2023-09-24 | Auto merge of #105861 - Ayush1325:uefi-std-minimial, r=workingjubilee | bors | -5/+1 |
| 2023-09-24 | Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkov | bors | -8/+1 |
| 2023-09-23 | Raise minimum supported iOS version to 10.0 | BlackHoleFox | -8/+1 |
| 2023-09-23 | Pass `-jN` from Make to `BOOTSTRAP_ARGS` | onur-ozkan | -0/+7 |
| 2023-09-22 | Add Minimal Std implementation for UEFI | Ayush Singh | -5/+1 |
| 2023-09-21 | Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naber | bors | -2/+6 |
| 2023-09-21 | added support for GNU/Hurd | Samuel Thibault | -2/+6 |
| 2023-09-19 | Rollup merge of #115957 - cuishuang:master, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2023-09-19 | fix mismatched symbols | cui fliter | -1/+1 |
| 2023-09-19 | Auto merge of #104101 - betrusted-io:xous-libstd-initial, r=bjorn3 | bors | -1/+4 |
| 2023-09-19 | Auto merge of #115644 - danakj:catalyst-asan, r=cjgillot,thomcc | bors | -0/+5 |
| 2023-09-18 | Document that the macabi sanitizers are shared with darwin | danakj | -2/+3 |
| 2023-09-18 | Enable ASAN/LSAN/TSAN for *-apple-ios-macabi | danakj | -0/+4 |
| 2023-09-18 | Rollup merge of #115811 - bzEq:make-aix-known, r=Mark-Simulacrum | Matthias Krüger | -0/+8 |
| 2023-09-17 | Auto merge of #115514 - onur-ozkan:bootstrap-codebase-improvements, r=albertl... | bors | -105/+97 |
| 2023-09-17 | micro-level optimizations for bootstrap | onur-ozkan | -77/+60 |
| 2023-09-17 | update the beginning part of `bootstrap/README.md` | onur-ozkan | -3/+2 |
| 2023-09-16 | Rollup merge of #115836 - RalfJung:rust_analyzer_settings.json, r=compiler-er... | Matthias Krüger | -0/+1 |
| 2023-09-16 | create helper module to be embedded for the bootstrap binaries | onur-ozkan | -25/+35 |
| 2023-09-15 | rustdoc: merge theme css into rustdoc.css | Michael Howell | -1/+1 |
| 2023-09-14 | update SETTINGS_HASHES | Ralf Jung | -0/+1 |
| 2023-09-13 | Adjust comment | Kai Luo | -2/+2 |
| 2023-09-13 | Adjust comment | Kai Luo | -2/+2 |
| 2023-09-13 | Add comment to elaborate | Kai Luo | -0/+6 |
| 2023-09-13 | Make AIX known by bootstrap | Kai Luo | -0/+2 |
| 2023-09-11 | Rollup merge of #115440 - RalfJung:bootstrap-fmt, r=Mark-Simulacrum | Matthias Krüger | -4/+0 |
| 2023-09-10 | Allow testing cg_clif using ./x.py test | bjorn3 | -0/+127 |
| 2023-09-08 | Rollup merge of #115088 - LuuuXXX:issue-112009, r=albertlarsan68 | Guillaume Gomez | -4/+6 |
| 2023-09-08 | Fix Issue 112009 | LuuuX | -4/+6 |