| Age | Commit message (Expand) | Author | Lines |
| 2020-04-14 | Add illumos triple | Patrick Mooney | -0/+1 |
| 2020-02-28 | AArch64 bare-metal targets: Build rust-std | Andre Richter | -0/+2 |
| 2020-01-22 | Rollup merge of #68253 - japaric:bare-metal-cortex-a, r=alexcrichton | Tyler Mandry | -0/+1 |
| 2020-01-21 | for now, do not build rust-std for the armv7a-none-eabihf target | Jorge Aparicio | -1/+0 |
| 2020-01-18 | Add `riscv64gc-unknown-linux-gnu` into target list in build-manifest | msizanoen1 | -0/+1 |
| 2020-01-15 | add bare metal ARM Cortex-A targets to rustc | Jorge Aparicio | -0/+2 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -110/+160 |
| 2019-12-20 | Remove rustc-dev from the default nightly components | Josh Stone | -13/+3 |
| 2019-11-04 | more correct error msg | Ralf Jung | -1/+2 |
| 2019-11-04 | avoid using nightly features | Ralf Jung | -5/+3 |
| 2019-11-03 | don't fail manifest creation if the toolstate file is missing or mal-formed | Ralf Jung | -5/+9 |
| 2019-11-03 | when Miri tests are not passing, do not add Miri component | Ralf Jung | -1/+20 |
| 2019-10-29 | Rollup merge of #65843 - xen0n:mips64-musl-targets-with-ci, r=alexcrichton | Tyler Mandry | -0/+2 |
| 2019-10-26 | ci: add support for MIPS64 musl targets | Wang Xuerui | -0/+2 |
| 2019-10-25 | Merge branch 'master' into rusty-hermit, resolve conflicts | Stefan Lankes | -0/+30 |
| 2019-10-15 | Add rustc-dev to nightly default and complete profiles | Josh Stone | -0/+15 |
| 2019-10-15 | minimize the rust-std component | Josh Stone | -0/+15 |
| 2019-10-12 | Revert "Auto merge of #64823 - cuviper:min-std, r=Mark-Simulacrum" | Mark Rousskov | -30/+0 |
| 2019-10-07 | Add rustc-dev to nightly default and complete profiles | Josh Stone | -0/+15 |
| 2019-10-07 | Only install rustc-dev by default on nightly | Josh Stone | -1/+9 |
| 2019-10-07 | add rustc-dev to tools/build-manifest | Josh Stone | -0/+7 |
| 2019-10-06 | redesign of the interface to the unikernel HermitCore | Stefan Lankes | -0/+2 |
| 2019-09-23 | Add `#![deny(warnings)]` to internal tools | Alex Crichton | -0/+2 |
| 2019-09-17 | build-manifest: add some comments | Ralf Jung | -4/+13 |
| 2019-09-17 | Revert "Rollup merge of #64451 - RalfJung:miri-manifest, r=pietroalbini" | Pietro Albini | -51/+5 |
| 2019-09-14 | build-manifest: when Miri tests are not passing, do not add Miri component | Ralf Jung | -5/+51 |
| 2019-08-20 | Bump toml dependency. | Eric Huss | -1/+1 |
| 2019-08-06 | redox: convert to target_family unix | Jeremy Soller | -0/+1 |
| 2019-08-02 | Added support for armv7-unknown-linux-gnueabi and armv7-unknown-linux-musleabi. | Adrian Budau | -0/+2 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -2/+0 |
| 2019-07-18 | Add riscv32i-unknown-none-elf target | Vadim Kaushan | -0/+1 |
| 2019-06-12 | Add an alias for x86_64-sun-solaris target tuple | Lzu Tao | -0/+1 |
| 2019-05-10 | Auto merge of #60585 - sunfishcode:wasm32-wasi, r=alexcrichton | bors | -1/+1 |
| 2019-05-09 | Omit the vendor component in the WASI triple | Dan Gohman | -1/+1 |
| 2019-05-09 | remove unneeded `extern crate`s from build tools | Andy Russell | -1/+0 |
| 2019-04-03 | Add dist builder for Armv8-M Baseline and HF | Hugues de Valon | -0/+2 |
| 2019-03-30 | Rollup merge of #59544 - cuviper:miri-nightly, r=Centril | Mazdak Farrokhzad | -1/+7 |
| 2019-03-29 | manifest: only include miri on the nightly channel | Josh Stone | -1/+7 |
| 2019-03-29 | Add a new wasm32-unknown-wasi target | Alex Crichton | -0/+1 |
| 2019-03-22 | Rename miri component to miri-preview | Mateusz Mikuła | -3/+4 |
| 2019-03-22 | Auto merge of #58995 - Centril:refactor-build-manifest, r=alexcrichton | bors | -204/+197 |
| 2019-03-16 | Rollup merge of #59212 - mati865:musl_toolchain, r=alexcrichton | kennytm | -0/+1 |
| 2019-03-16 | Rollup merge of #58941 - wzssyqa:master, r=alexcrichton | kennytm | -0/+8 |
| 2019-03-15 | Add x86_64 musl host to the manifest | Mateusz Mikuła | -0/+1 |
| 2019-03-10 | refactor build-mainfest. | Mazdak Farrokhzad | -204/+197 |
| 2019-03-07 | Actually publish miri in the manifest | Oliver Scherer | -1/+3 |
| 2019-03-05 | MIPS: add r6 support | YunQiang Su | -0/+8 |
| 2019-02-12 | Add riscv64gc-unknown-none-elf target | Vadim Kaushan | -0/+1 |
| 2019-02-12 | Add riscv64imac-unknown-none-elf target | Vadim Kaushan | -0/+1 |
| 2019-02-06 | Rollup merge of #58113 - h-michael:build-manifest-2018, r=alexcrichton | kennytm | -5/+7 |