| Age | Commit message (Expand) | Author | Lines |
| 2023-07-06 | Rollup merge of #113371 - jyn514:submodule-with-tags, r=albertlarsan68 | fee1-dead | -0/+3 |
| 2023-07-05 | Fix submodule handling when the current branch is named after a tag | jyn | -0/+3 |
| 2023-07-05 | Rollup merge of #113356 - he32:netbsd-riscv64, r=oli-obk | Michael Goulet | -1/+4 |
| 2023-07-05 | Rollup merge of #113010 - klensy:ri-rls-fmt, r=ozkanonur | Michael Goulet | -1/+1 |
| 2023-07-05 | Add support for NetBSD/riscv64 aka. riscv64gc-unknown-netbsd. | Havard Eidnes | -1/+4 |
| 2023-07-05 | Auto merge of #112697 - tgross35:explain-markdown, r=oli-obk | bors | -0/+5 |
| 2023-07-04 | bootstrap: rust-installer no loger subtree, so allow running lints over it | klensy | -1/+1 |
| 2023-07-03 | Remove compare mode | Michael Goulet | -1/+1 |
| 2023-07-03 | Add a simple markdown parser for formatting `rustc --explain` | Trevor Gross | -0/+5 |
| 2023-07-02 | Auto merge of #113260 - flip1995:clippyup, r=Manishearth | bors | -17/+5 |
| 2023-07-02 | Fix compile-test tests to work with the new ui_test crate | Philipp Krones | -17/+5 |
| 2023-07-02 | Rollup merge of #113244 - Kobzol:bootstrap-rust-analyzer-tests, r=jyn514 | Matthias Krüger | -1/+3 |
| 2023-07-02 | Rollup merge of #113234 - jyn514:revert-python-test-args, r=clubby789 | Matthias Krüger | -5/+15 |
| 2023-07-02 | Auto merge of #112756 - hi-rustin:rustin-patch-bootstrap, r=clubby789 | bors | -9/+65 |
| 2023-07-02 | Fix broken tests | hi-rustin | -5/+1 |
| 2023-07-01 | Make Rust Analyzer tests faster by compiling less code | Jakub Beránek | -1/+3 |
| 2023-07-01 | Don't pass --test-args to `python -m unitest` | jyn | -5/+15 |
| 2023-07-01 | Add tests for RustOptimize | hi-rustin | -1/+20 |
| 2023-07-01 | Use RustOptimize to set optimize | hi-rustin | -9/+50 |
| 2023-07-01 | msvc dist extended: rust-analyzer is optional | Rémy Rakic | -19/+20 |
| 2023-07-01 | msvc dist extended: clippy is optional | Rémy Rakic | -22/+29 |
| 2023-07-01 | Rollup merge of #113185 - jyn514:dist-channel, r=ozkanonur | Matthias Krüger | -0/+3 |
| 2023-06-29 | Set `channel = nightly` in dist profile | jyn | -0/+3 |
| 2023-06-29 | Rollup merge of #112300 - Zalathar:run-coverage, r=wesleywiser | Matthias Krüger | -4/+18 |
| 2023-06-29 | Rollup merge of #112234 - ozkanonur:hotfix, r=jyn514 | Matthias Krüger | -9/+41 |
| 2023-06-29 | refactor `tool_doc!` so that it can accept additional arguments. | ozkanonur | -9/+41 |
| 2023-06-29 | Rollup merge of #113048 - psumbera:solaris-bootstrap-cfgs, r=ozkanonur | Takayuki Maeda | -4/+6 |
| 2023-06-28 | Rollup merge of #111571 - jhpratt:proc-macro-span, r=m-ou-se | Dylan DPC | -2/+2 |
| 2023-06-28 | Declare a `run-coverage-rustdoc` suite for coverage tests that need `rustdoc` | Zalathar | -0/+7 |
| 2023-06-28 | Declare a `run-coverage` test mode/suite in bootstrap | Zalathar | -4/+11 |
| 2023-06-27 | [PATCH] Fix build on Solaris where fd-lock cannot be used. | Petr Sumbera | -4/+6 |
| 2023-06-26 | bootstrap: rename 'user' profile to 'dist' | clubby789 | -10/+43 |
| 2023-06-26 | Rollup merge of #113034 - jyn514:ci-progress, r=oli-obk | Matthias Krüger | -16/+20 |
| 2023-06-26 | Rollup merge of #111326 - he32:netbsd-aarch64-be, r=oli-obk | Matthias Krüger | -0/+1 |
| 2023-06-26 | Rollup merge of #112281 - jyn514:test-bootstrap-py, r=albertlarsan68 | Takayuki Maeda | -107/+144 |
| 2023-06-25 | fix some bugs | jyn | -1/+7 |
| 2023-06-25 | Switch some more Steps to `builder.msg` | jyn | -16/+20 |
| 2023-06-25 | Rollup merge of #112918 - zephaniahong:issue-107077-fix, r=Mark-Simulacrum | Guillaume Gomez | -36/+21 |
| 2023-06-24 | bootstrap: Backup `settings.json` to the correct filename | Noah Lev | -1/+1 |
| 2023-06-24 | Don't test the profile override hack | jyn | -12/+15 |
| 2023-06-23 | Test color/verbose/warnings properly | jyn | -22/+25 |
| 2023-06-23 | Test cargo arguments passed by bootstrap.py | jyn | -88/+118 |
| 2023-06-23 | Allow passing arguments to `bootstrap_test.py` | jyn | -14/+9 |
| 2023-06-23 | Fix progress messages for configure in bootstrap_test.py | jyn | -1/+1 |
| 2023-06-23 | Make `try_run` return a `Result<(), ()>` instead of a boolean | Guillaume Gomez | -40/+49 |
| 2023-06-23 | display pid of process holding lock | Zephaniah Ong | -36/+21 |
| 2023-06-21 | Revert 'Rename profile=user to profile=dist' | clubby789 | -7/+7 |
| 2023-06-20 | Delete use of proc_macro_span_shrink from proc-macro2 | David Tolnay | -2/+2 |
| 2023-06-19 | Rollup merge of #112499 - tgross35:py-ruff-fixes, r=Mark-Simulacrum | Michael Goulet | -7/+7 |
| 2023-06-18 | Auto merge of #112774 - compiler-errors:rollup-z8oof6r, r=compiler-errors | bors | -5/+7 |