| Age | Commit message (Expand) | Author | Lines |
| 2023-02-21 | Revert "Copy `bin/*` and `lib/*.dylib` files to `stage0-sysroot`" | Jakub Beránek | -66/+0 |
| 2023-02-21 | Revert "port over symlink_file function from Build to Config and create symli... | Jakub Beránek | -20/+12 |
| 2023-02-21 | Enable --cfg=parallel_compiler in rustdoc. | Mara Bos | -1/+5 |
| 2023-02-20 | Rollup merge of #108171 - mattjperez:compiler-artifacts-output, r=jyn514 | Matthias Krüger | -39/+132 |
| 2023-02-20 | Distribute libntdll.a with windows-gnu toolchains | Chris Denton | -0/+1 |
| 2023-02-19 | Removed trailing spaces to satisfy lint | lionelllohcd | -11/+10 |
| 2023-02-19 | Improve building compiler artifacts output | Matthew J Perez | -39/+132 |
| 2023-02-19 | Rollup merge of #108212 - KittyBorgX:master, r=jyn514 | Guillaume Gomez | -9/+0 |
| 2023-02-19 | Rollup merge of #108188 - jyn514:ra-sysroot, r=albertlarsan68 | Guillaume Gomez | -0/+1 |
| 2023-02-18 | [107049] Recognise top level keys in config.toml.example | lionelllohcd | -5/+22 |
| 2023-02-19 | Download rustfmt regardless of rustc being set in config.toml | KittyBorgX | -9/+0 |
| 2023-02-18 | Auto merge of #106476 - keith:ks/add-sanitizer-support-for-modern-ios-platfor... | bors | -4/+28 |
| 2023-02-17 | Change src/etc/vscode_settings.json to always treat ./library as the sysroot ... | Joshua Nelson | -0/+1 |
| 2023-02-17 | Rollup merge of #107956 - KittyBorgX:master, r=ozkanonur | Matthias Krüger | -0/+66 |
| 2023-02-17 | Copy `bin/*` and `lib/*.dylib` files to `stage0-sysroot` | KittyBorgX | -0/+66 |
| 2023-02-17 | Rollup merge of #107905 - clubby789:x-free-args, r=albertlarsan68 | Matthias Krüger | -1/+20 |
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -25/+9 |
| 2023-02-14 | Rollup merge of #107626 - jyn514:x-fix, r=Mark-Simulacrum | Matthias Krüger | -0/+4 |
| 2023-02-14 | Rollup merge of #107573 - cuviper:drop-llvm-13, r=nagisa | Matthias Krüger | -2/+2 |
| 2023-02-13 | Rollup merge of #107948 - jieyouxu:issue-107944, r=ozkanonur | Matthias Krüger | -2/+38 |
| 2023-02-14 | Allow shortcuts to directories to be used for `./x.py fmt` | 许杰友 Jieyou Xu (Joe) | -2/+38 |
| 2023-02-13 | Add additional options to `x setup` | clubby789 | -21/+114 |
| 2023-02-12 | Add sanitizer support for modern iOS platforms | Keith Smiley | -4/+28 |
| 2023-02-12 | Rollup merge of #107842 - fee1-dead-contrib:patch_rustfmt_nixos, r=Mark-Simul... | Matthias Krüger | -2/+8 |
| 2023-02-11 | Rollup merge of #107873 - zephaniahong:issue-107832-fix, r=albertlarsan68 | Matthias Krüger | -0/+4 |
| 2023-02-11 | Rollup merge of #107657 - chenyukang:yukang/add-only-modified, r=albertlarsan68 | Matthias Krüger | -15/+19 |
| 2023-02-11 | emit JSON output for building of bootstrap itself | Zephaniah Ong | -0/+4 |
| 2023-02-10 | Update the minimum external LLVM to 14 | Josh Stone | -2/+2 |
| 2023-02-10 | Pass arguments to `x` subcommands with `--` | clubby789 | -1/+20 |
| 2023-02-10 | cleanup and fix naming | yukang | -1/+1 |
| 2023-02-10 | add only modified for compiletest | yukang | -16/+20 |
| 2023-02-10 | Rollup merge of #107876 - zephaniahong:issue-107547-fix, r=albertlarsan68 | Matthias Krüger | -3/+6 |
| 2023-02-10 | create symlink only for non-windows operating systems | Zephaniah Ong | -3/+6 |
| 2023-02-10 | Rollup merge of #107841 - tharunsuresh-code:snap_curl, r=ozkanonur | Matthias Krüger | -2/+2 |
| 2023-02-09 | Patch `build/rustfmt/lib/*.so` for NixOS | Deadbeef | -2/+8 |
| 2023-02-09 | Handled snap curl issue inside Rust #107722 | Tharun Suresh | -2/+2 |
| 2023-02-09 | Rollup merge of #107834 - zephaniahong:issue-107547-fix, r=albertlarsan68 | Matthias Krüger | -12/+17 |
| 2023-02-09 | Rollup merge of #107808 - kadiwa4:built-unsuccessfully, r=albertlarsan68 | Matthias Krüger | -1/+3 |
| 2023-02-09 | port over symlink_file function from Build to Config and create symlink for l... | Zephaniah Ong | -12/+17 |
| 2023-02-08 | Rollup merge of #107819 - clubby789:x-py-root, r=jyn514 | Michael Goulet | -3/+5 |
| 2023-02-08 | Rollup merge of #107790 - tharunsuresh-code:snap_curl, r=jyn514 | Michael Goulet | -8/+10 |
| 2023-02-08 | Set `rust-analyzer.check.invocationLocation` to `root` | clubby789 | -3/+5 |
| 2023-02-08 | bootstrap.py: fix build-failure message | KaDiWa | -1/+3 |
| 2023-02-08 | x.py fails all downloads that use a tempdir with snap curl #107722 | Tharun Suresh | -8/+10 |
| 2023-02-08 | Rollup merge of #107757 - clubby789:setup-settings-json, r=jyn514 | Matthias Krüger | -26/+135 |
| 2023-02-07 | Allow automatically creating vscode `settings.json` from bootstrap | clubby789 | -26/+135 |
| 2023-02-05 | Run `expand-yaml-anchors` in `x test tidy` | Joshua Nelson | -3/+5 |
| 2023-02-04 | Rollup merge of #107116 - ozkanonur:consolidate-bootstrap-docs, r=jyn514 | Matthias Krüger | -248/+38 |
| 2023-02-04 | consolidate bootstrap docs | ozkanonur | -248/+38 |
| 2023-02-03 | Fix `x fix` on the standard library itself | Joshua Nelson | -0/+4 |