about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2023-04-05Use the `junction` crate in bootstrap instead of manually creating the junctionThom Chiovoloni-115/+15
2023-04-05Fix same issue in bootstrapThom Chiovoloni-9/+26
2023-04-04Make rust-docs optional for the Windows MSI installer.Eric Huss-22/+29
2023-04-04Remove the use of `-use-gnu-stack` when BOLTing LLVMJakub Beránek-2/+0
2023-04-04Add loongarch64 to exception listzhaixiaojuan-1/+2
2023-04-04Enable loongarch64 LLVM targetzhaixiaojuan-1/+1
2023-04-04Add LLVM target and cputype matching for loongarch64zhaixiaojuan-0/+1
2023-04-03fix remaining testsPietro Albini-1/+1
2023-04-03Auto merge of #109884 - matthiaskrgr:rollup-5wapig9, r=matthiaskrgrbors-2/+60
2023-04-03Rollup merge of #109871 - Mark-Simulacrum:metrics-timestamp, r=ozkanonurMatthias Krüger-1/+12
2023-04-03Rollup merge of #109642 - lenko-d:rust_codegen-backends_interacts_confusingly...Matthias Krüger-1/+43
2023-04-03Rollup merge of #109526 - bzEq:aix-libpath, r=Mark-SimulacrumMatthias Krüger-0/+5
2023-04-03Auto merge of #108288 - ozkanonur:hotfix-90244, r=Mark-Simulacrumbors-0/+7
2023-04-02Fix macos pkg installer when rust-docs is not available.Eric Huss-1/+1
2023-04-02Include invocation start timesMark Rousskov-1/+12
2023-04-02fix `build --stage 2 compiler/rustc` panicozkanonur-0/+7
2023-04-02Auto merge of #109811 - jyn514:symlink-fixes, r=Mark-Simulacrumbors-11/+12
2023-04-02Replace any existing `build/host` symlinkJynn Nelson-11/+12
2023-04-01bootstrap replace atty with is-terminal, dedupe few depsklensy-38/+42
2023-03-30Drop binutils on powerpc-unknown-freebsdpkubaj-5/+0
2023-03-29Auto merge of #108792 - Amanieu:ohos, r=petrochenkovbors-0/+5
2023-03-28Add OpenHarmony targetsAmanieu d'Antras-0/+5
2023-03-28Rollup merge of #91793 - devnexen:anc_data_fbsd, r=ChrisDentonnils-0/+1
2023-03-28Rollup merge of #109667 - clubby789:fix-stage0-doc, r=ozkanonurMatthias Krüger-4/+5
2023-03-28Set LIBPATHKai Luo-0/+3
2023-03-27Always set `RUSTC_BOOTSTRAP` with `x doc`clubby789-4/+5
2023-03-27socket ancillary data implementation for FreeBSD (from 13 and above).David CARLIER-0/+1
2023-03-27Rollup merge of #109418 - rohaquinlop:108240-rename-native.rs-to-llvm.rs, r=M...Matthias Krüger-100/+100
2023-03-27More config.toml.example cleanupsJoshua Nelson-1/+3
2023-03-26check for missing codegen backeng configLenko Donchev-1/+43
2023-03-26Auto merge of #106428 - saethlin:inline-diverging-functions, r=cjgillotbors-0/+6
2023-03-25Rollup merge of #109484 - fortanix:raoul/bugfix_libtest_json_output, r=pietro...Matthias Krüger-12/+7
2023-03-24Rename 'src/bootstrap/native.rs' to llvm.rsRobin Hafid-100/+100
2023-03-23LIBPATH is used as dylib's path environment variable on AIXKai Luo-0/+2
2023-03-23Rpath is not supported on AIXKai Luo-1/+1
2023-03-22Auto merge of #109497 - matthiaskrgr:rollup-6txuxm0, r=matthiaskrgrbors-1/+2
2023-03-22Rollup merge of #109373 - ids1024:llvm-unreachable-optimize, r=ozkanonurMatthias Krüger-1/+2
2023-03-23Rollup merge of #109295 - ozkanonur:issue-109286, r=ozkanonurDylan DPC-8/+9
2023-03-22Bugfix: avoid panic on invalid json output from libtestRaoul Strackx-12/+7
2023-03-21Set LLVM `LLVM_UNREACHABLE_OPTIMIZE` to `OFF`Ian Douglas Scott-1/+2
2023-03-21Auto merge of #108659 - ferrocene:pa-test-metrics, r=Mark-Simulacrumbors-32/+492
2023-03-21handle tests timing outPietro Albini-0/+4
2023-03-21Rollup merge of #109124 - ferrocene:pa-compression-mode, r=Mark-Simulacrumnils-0/+9
2023-03-21change default to fast for everyone but the user profilePietro Albini-1/+5
2023-03-21Auto merge of #108262 - ChrisDenton:libntdll, r=Mark-Simulacrumbors-0/+4
2023-03-20Auto merge of #106610 - euclio:windows-rs, r=ChrisDentonbors-129/+183
2023-03-20migrate compiler, bootstrap, and compiletest to windows-rsAndy Russell-129/+183
2023-03-20Rollup merge of #109267 - jyn514:test-configure, r=Mark-SimulacrumMatthias Krüger-198/+258
2023-03-20Rollup merge of #109170 - eggyal:xc-linux-cmake, r=Mark-SimulacrumMatthias Krüger-0/+2
2023-03-18Always enable MIR inlining when building stdBen Kimock-0/+6