about summary refs log tree commit diff
path: root/src/tools/build-manifest
AgeCommit message (Expand)AuthorLines
2024-05-08Use generic `NonZero`.Markus Reiter-1/+1
2024-04-21Add gnullvm targets to manifestMateusz Mikuła-0/+3
2024-04-17Add llvm-bitcode-linker to build manifestKjetil Kjeka-1/+5
2024-03-20Add bare metal riscv32 target.Roy Buitenhuis-0/+1
2024-03-11Rename `wasm32-wasi-preview1-threads` to `wasm32-wasip1-threads`Alex Crichton-1/+1
2024-03-04Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiserbors-0/+1
2024-03-02Promote OpenHarmony targets to tier 2Amanieu d'Antras-0/+3
2024-03-02Add a new `wasm32-wasip1` target to rustcAlex Crichton-0/+1
2024-02-04Add an `armv8r-none-eabihf` target to support the Cortex-R52.Chris Copeland-0/+1
2024-01-22rustc: implement support for `riscv32im_risc0_zkvm_elf`Erik Kaneda-0/+1
2023-12-05Add riscv32 imafc bare metal targetScott Mabin-0/+1
2023-11-20Remove now deprecated target x86_64-sun-solaris.Petr Sumbera-1/+0
2023-11-20Auto merge of #115526 - arttet:master, r=jackh726bors-0/+2
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-1/+0
2023-11-15Add arm64e-apple-darwin targetArtyom Tetyukhin-0/+1
2023-11-15Add arm64e-apple-ios targetArtyom Tetyukhin-0/+1
2023-11-05Auto merge of #117191 - Skgland:easy-beta-channels, r=Mark-Simulacrumbors-0/+23
2023-10-28Remove asmjs from toolsJubilee Young-1/+0
2023-10-27Fix review commentsbjorn3-1/+0
2023-10-27Distribute cg_clif as a rustup componentbjorn3-3/+17
2023-10-25generate beta manifests as pre-requisit rust-lang/rustup#1329Skgland-0/+23
2023-10-22add target csky-unknown-linux-gnuabiv2hfdirreke-0/+1
2023-09-26Promote loongarch64-unknown-none* to Tier 2WANG Rui-0/+2
2023-09-23Raise minimum supported iOS version to 10.0BlackHoleFox-1/+0
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-0/+1
2023-08-02Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiserbors-0/+1
2023-07-29Add wasm32-wasi-threads target + WASI threadsGeorgii Rylov-0/+1
2023-07-29print omitted frames count for short backtrace modeyukang-1/+1
2023-07-24compiler: Add `x86_64-unikraft-linux-musl` targetMartin Kröning-0/+1
2023-07-24compiler: Add `riscv64gc-unknown-hermit` targetSimon Schöning-0/+1
2023-07-11Add a sparc-unknown-none-elf target.Jonathan Pallant (Ferrous Systems)-0/+1
2023-05-23Promote loongarch64-unknown-linux-gnu to Tier 2 with host toolsWANG Rui-0/+2
2023-04-16Support loading version information from xz tarballsMark Rousskov-3/+26
2023-01-05Add vendor to Fuchsia's target tripleDavid Koloski-2/+2
2022-11-26Revert "Don't set `is_preview` for clippy and rustfmt"Joshua Nelson-2/+2
2022-11-24Don't set `is_preview` for clippy and rustfmtJoshua Nelson-2/+2
2022-11-09Rollup merge of #103933 - nicholasbishop:bishop-uefi-tier-2, r=JohnTitorDylan DPC-0/+3
2022-11-04Promote {aarch64,i686,x86_64}-unknown-uefi to Tier 2Nicholas Bishop-0/+3
2022-10-30Remove unnecessary argument to `package`Joshua Nelson-8/+3
2022-10-30More build-manifest docsJoshua Nelson-3/+2
2022-10-27Use PkgType for profiles, tooJoshua Nelson-37/+24
2022-10-27Use PkgType in more placesJoshua Nelson-47/+27
2022-10-27Use an exhaustive match in `target_host_combination`.Joshua Nelson-37/+49
2022-10-27Use `PkgType::is_preview` to determine whether to add a rename to the manifestJoshua Nelson-8/+7
2022-10-27Use `PkgType` to determine which packages to add to the manifestJoshua Nelson-21/+84
2022-10-27build-manifest: Add a macro that makes it impossible to typo `-preview`, or h...Joshua Nelson-47/+37
2022-10-27More build-manifest docsJoshua Nelson-18/+20
2022-10-01Give better errors when build-manifest failsJoshua Nelson-1/+11
2022-10-01Package `rust-docs-json` into nightly components (take 3)Joshua Nelson-1/+5
2022-09-23Rollup merge of #102042 - LukeMathWalker:add-rust-json-docs-to-rustup, r=Mark...Matthias Krüger-1/+4