| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -3/+3 |
| 2022-12-31 | Run `cargo test` on tidy itself. | Eric Huss | -0/+1 |
| 2022-12-30 | Use more consistent progress messages in bootstrap | Joshua Nelson | -9/+8 |
| 2022-12-29 | Support `x clean --stage 1 rustc_query_impl` | Joshua Nelson | -0/+19 |
| 2022-12-26 | Allow cleaning individual crates | Joshua Nelson | -48/+73 |
| 2022-12-23 | Auto merge of #106070 - matthiaskrgr:rollup-jv9ctkl, r=matthiaskrgr | bors | -1/+4 |
| 2022-12-23 | Rollup merge of #106051 - jyn514:cranelift-std, r=bjorn3 | Matthias Krüger | -1/+4 |
| 2022-12-22 | Support documenting Cargo | Joshua Nelson | -0/+1 |
| 2022-12-22 | Allow building std with cranelift | Joshua Nelson | -1/+4 |
| 2022-12-22 | Use LLVM_CMAKE_DIR for lld build | Nikita Popov | -1/+1 |
| 2022-12-18 | Rollup merge of #96584 - bentongxyz:x-setup-h-v-should-work, r=jyn514 | Matthias Krüger | -3/+12 |
| 2022-12-17 | Remove special cases for setup subcommand | Benjamin Tong | -3/+12 |
| 2022-12-11 | bootstrap: Allow installing llvm-tools | Martin Kröning | -0/+1 |
| 2022-12-06 | Rollup merge of #104439 - ferrocene:pa-generate-copyright, r=pnkfelix | Matthias Krüger | -0/+2 |
| 2022-11-26 | Support unit tests for jsondoclint | Nixon Enraght-Moony | -0/+1 |
| 2022-11-23 | Rollup merge of #104286 - ozkanonur:fix-doc-bootstrap-recompilation, r=jyn514 | Dylan DPC | -1/+7 |
| 2022-11-20 | refactor doc copying process | ozkanonur | -1/+7 |
| 2022-11-15 | initial prototype of the tool to generate copyright notices | Pietro Albini | -0/+1 |
| 2022-11-15 | add tool to collect license metadata from REUSE | Pietro Albini | -0/+1 |
| 2022-11-13 | Make all download functions need only Config, not Builder | Joshua Nelson | -256/+5 |
| 2022-11-12 | Distinguish `--dry-run` from the automatic dry run check | Joshua Nelson | -6/+6 |
| 2022-11-09 | Rollup merge of #104046 - RalfJung:run-miri-run, r=oli-obk | Michael Goulet | -1/+2 |
| 2022-11-06 | bootstrap: add support for running Miri on a file | Ralf Jung | -1/+2 |
| 2022-11-03 | move browser opening logic in Builder | Pietro Albini | -0/+18 |
| 2022-10-31 | Detect unused files in `src/test/mir-opt` and error on them in tidy. | Jakob Degen | -0/+1 |
| 2022-10-31 | Auto merge of #102950 - oli-obk:check_miri, r=RalfJung | bors | -0/+1 |
| 2022-10-26 | Add cargo miri to x.py check | Oli Scherer | -0/+1 |
| 2022-10-12 | Rollup merge of #102239 - joshtriplett:style-guide, r=calebcartwright | Dylan DPC | -0/+1 |
| 2022-09-26 | Rollup merge of #102178 - RalfJung:bootstrap-backtrace, r=Mark-Simulacrum | fee1-dead | -3/+2 |
| 2022-09-24 | Auto merge of #98483 - dvtkrlbs:bootstrap-dist, r=jyn514 | bors | -0/+1 |
| 2022-09-24 | Move style guide to rust-lang/rust | Josh Triplett | -0/+1 |
| 2022-09-23 | bootstrap: the backtrace feature is stable, no need to allow it any more | Ralf Jung | -3/+2 |
| 2022-09-19 | Auto merge of #101799 - LukeMathWalker:distribute-json-doc, r=jyn514 | bors | -0/+1 |
| 2022-09-17 | Auto merge of #101949 - matthiaskrgr:rollup-xu5cqnd, r=matthiaskrgr | bors | -0/+3 |
| 2022-09-17 | Add a new component, `rust-json-docs`, to distribute the JSON-formatted docum... | Luca Palmieri | -0/+1 |
| 2022-09-16 | Improve handing of env vars during bootstrap process | Chris Wailes | -6/+7 |
| 2022-09-14 | Allow using vendoring when running bootstrap from outside the current working... | Joshua Nelson | -0/+3 |
| 2022-09-14 | Distribute bootstrap in CI artifacts | Tuna | -0/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -2/+2 |
| 2022-08-27 | Sunset RLS | Eric Huss | -2/+0 |
| 2022-08-27 | Add replace-version-placeholder tool | est31 | -1/+7 |
| 2022-08-26 | Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser | bors | -16/+14 |
| 2022-08-18 | session: stabilize split debuginfo on linux | David Wood | -16/+14 |
| 2022-08-16 | bootstrap: don't apply `-Ztls-model=initial-exec` to proc macros | Alex Macleod | -1/+1 |
| 2022-07-27 | Ship `rust-analyzer-proc-macro-srv` binary with dist::Rustc | Amos Wenger | -0/+1 |
| 2022-07-24 | Add test step for rust-analyzer, run it by default | Amos Wenger | -0/+1 |
| 2022-07-24 | Add check step, stuck on 'no output generated for libgoto_def-hash rmeta' | Amos Wenger | -0/+1 |
| 2022-07-24 | Convert rust-analyzer to 'in-tree' tool, pass 'in-rust-tree' feature by default | Amos Wenger | -1/+1 |
| 2022-07-20 | Auto merge of #98843 - Urgau:check-cfg-stage0, r=Mark-Simulacrum | bors | -38/+32 |
| 2022-07-14 | solaris: unbreak build on native platform | Petr Sumbera | -0/+1 |