| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-07-13 | Rollup merge of #98848 - flip1995:clippy-book, r=jyn514 | Guillaume Gomez | -0/+1 |
| 2022-07-08 | Rollup merge of #98798 - jyn514:download-rustc-cached, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2022-07-07 | Rollup merge of #98994 - kons-9:dont_use_process_exit, r=jyn514 | Matthias Krüger | -7/+3 |
| 2022-07-07 | squash the commits | toshiki goto | -7/+3 |
| 2022-07-06 | Build the Clippy book as part of x.py doc | flip1995 | -0/+1 |
| 2022-07-05 | Rollup merge of #95503 - jyn514:build-single-crate, r=Mark-Simulacrum | Guillaume Gomez | -6/+13 |
| 2022-07-03 | Add miri to the rustc docs.rs page | InfRandomness | -0/+1 |
| 2022-07-03 | Enable check-cfg in stage0 | Urgau | -38/+32 |
| 2022-07-02 | Allow building single crates for the compiler and standard library | Joshua Nelson | -3/+12 |
| 2022-07-01 | Fix caching bug in `download-rustc = true` | Joshua Nelson | -0/+1 |
| 2022-07-01 | bootstrap: illumos platform flags for split-debuginfo | Andy Fiddaman | -1/+2 |
| 2022-06-26 | Only call default steps once, not once for each PathSet | Joshua Nelson | -3/+1 |
| 2022-06-18 | Auto merge of #96501 - jyn514:individual-paths, r=Mark-Simulacrum | bors | -50/+124 |
| 2022-06-18 | Add tests for fixed bugs | Joshua Nelson | -0/+4 |
| 2022-06-18 | Pass all paths to `Step::run` at once when using `ShouldRun::krate` | Joshua Nelson | -50/+120 |
| 2022-06-09 | future-proof adding more protocols | Pietro Albini | -2/+11 |
| 2022-06-09 | load configuration for downloading artifacts from stage0.json | Pietro Albini | -8/+2 |
| 2022-06-07 | Add checksum verification for rustfmt downloads | Joshua Nelson | -1/+22 |
| 2022-06-07 | Move beta rustfmt downloads to rustbuild | Joshua Nelson | -1/+6 |
| 2022-06-05 | Auto merge of #93717 - pietroalbini:pa-ci-profiler, r=Mark-Simulacrum | bors | -0/+6 |
| 2022-06-04 | Auto merge of #97529 - Urgau:bootstrap-check-cfg-features, r=Mark-Simulacrum | bors | -20/+17 |