about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2022-08-23rustbuild: fix version parsing for browser-ui-testJosh Stone-1/+4
2022-08-23Rollup merge of #100832 - ehuss:bootstrap-cleanup, r=jyn514Matthias Krüger-20/+10
2022-08-21Correct test-args to compiletest on Windowsczzrr-1/+9
2022-08-20bootstrap: Don't allow rustfmt to fail on dist.Eric Huss-9/+2
2022-08-20bootstrap: Remove some unused fields from the tool_extended macro.Eric Huss-11/+8
2022-08-21Auto merge of #100536 - Alexendoo:bootstrap-tls-model, r=Mark-Simulacrumbors-4/+13
2022-08-20Enable downloading prebuilt LLVM in test buildersMark Rousskov-2/+8
2022-08-19Refactor if-available setting to work in CIMark Rousskov-44/+79
2022-08-19Minor refactoringMark Rousskov-2/+1
2022-08-18session: stabilize split debuginfo on linuxDavid Wood-16/+14
2022-08-16bootstrap: don't apply `-Ztls-model=initial-exec` to proc macrosAlex Macleod-4/+13
2022-08-16Rollup merge of #100460 - cuviper:drop-llvm-12, r=nagisaMatthias Krüger-2/+2
2022-08-15Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and...The 8472-5/+5
2022-08-14Update the minimum external LLVM to 13Josh Stone-2/+2
2022-08-14Impl Debug for some structs of rustbuildohno418-1/+2
2022-08-13Rollup merge of #100468 - cuviper:lazy-x, r=jyn514Michael Goulet-1/+1
2022-08-13Rollup merge of #100464 - khyperia:lld-icf-on-windows, r=jyn514Michael Goulet-1/+6
2022-08-13Auto merge of #100341 - andrewpollack:fuchsia-llvm-libunwind, r=tmandrybors-1/+5
2022-08-12Use an extensionless `x` script for non-WindowsJosh Stone-1/+1
2022-08-12Make `[rust] use-lld=true` work on windowskhyperia-1/+6
2022-08-12Auto merge of #99464 - nikic:llvm-15, r=cuviperbors-0/+3
2022-08-11Rollup merge of #99992 - jyn514:shell-scripts, r=Mark-SimulacrumMatthias Krüger-3/+8
2022-08-11Rollup merge of #100403 - GuillaumeGomez:improve-messages, r=jshaDylan DPC-0/+5
2022-08-11Add instructions on how to update the browser-ui-test versionGuillaume Gomez-0/+5
2022-08-09LLVM lib unwind fuchsia configAndrew Pollack-1/+5
2022-08-10added some commentsshourya5-1/+2
2022-08-09replaced resume_unwind with process::exit to fixshourya5-5/+2
2022-08-09Rollup merge of #100181 - RalfJung:alloc-ref-mutability, r=jackh726Dylan DPC-0/+4
2022-08-09Explicitly disable zstd supportNikita Popov-0/+3
2022-08-08Add `x.sh` and `x.ps1` shell scriptsJoshua Nelson-3/+8
2022-08-07Auto merge of #100004 - jyn514:exclude-single-test, r=Mark-Simulacrumbors-14/+5
2022-08-06Change implementation of `-Z gcc-ld` and `lld-wrapper` againVadim Petrochenkov-3/+11
2022-08-05propagate --bless to MiriRalf Jung-0/+4
2022-08-04Auto merge of #100123 - matthiaskrgr:rollup-aylwvyc, r=matthiaskrgrbors-19/+21
2022-08-03Auto merge of #100065 - ehuss:update-cargo, r=ehussbors-2/+0
2022-08-03Rollup merge of #98877 - topjohnwu:fix-lld, r=jyn514Matthias Krüger-19/+21
2022-08-03Set llvm configs when building lldtopjohnwu-19/+21
2022-08-02Remove CARGO_TEST_DISABLE_GIT_CLIEric Huss-2/+0
2022-08-02Rollup merge of #100008 - jyn514:eager-submodules, r=bjorn3Matthias Krüger-18/+2
2022-08-02Rollup merge of #99293 - jo3bingham:issue-98720-fix, r=jyn514Matthias Krüger-1/+7
2022-08-01add commentJoseph Bingham-0/+3
2022-08-01Rollup merge of #99864 - klensy:bootstrap-art-dupe, r=jyn514Matthias Krüger-24/+28
2022-07-31Update all pre-cloned submodules on startupJoshua Nelson-18/+2
2022-07-31Move `x test --skip` to be part of `--exclude`Joshua Nelson-14/+5
2022-07-30Rollup merge of #99962 - Mark-Simulacrum:detect-ci-artifact-channel, r=jyn514Matthias Krüger-6/+13
2022-07-30Discover channel for artifact downloadMark Rousskov-6/+13
2022-07-29Don't give a hard error for `x check --keep-stage 0`Joshua Nelson-9/+0
2022-07-29Auto merge of #99715 - tmiasko:coverage-run-make, r=Mark-Simulacrumbors-2/+6
2022-07-28Clone the `src/llvm-project` submodule if profiling is enabledNilstrieb-0/+5
2022-07-28bootstrap: don't emit warn about duplicated deps with same/different features...klensy-24/+28