about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2024-03-06Rollup merge of #121976 - lu-zero:bootstrap-cache, r=onur-ozkanMatthias Krüger-3/+19
2024-03-06Rollup merge of #113518 - jyn514:streaming-failures, r=cuviperMatthias Krüger-4/+7
2024-03-06Update src/bootstrap/src/utils/change_tracker.rsLuca Barbato-1/+1
2024-03-06Build libgccjit in CIGuillaume Gomez-1/+0
2024-03-06Auto merge of #121967 - nikic:libllvm-linker-script, r=Mark-Simulacrumbors-2/+10
2024-03-06validate `builder::PATH_REMAP` in bootstrap testsonur-ozkan-0/+13
2024-03-06update remap path of `rust-analyzer-proc-macro-srv` aliasonur-ozkan-1/+1
2024-03-05Do not try to format removed filesclubby789-1/+1
2024-03-05Add a build option to specify the bootstrap cacheLuca Barbato-9/+18
2024-03-04bootstrap: print test name on failure even with `verbose-tests=false`jyn-4/+7
2024-03-04Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiserbors-1/+1
2024-03-04Replace libLLVM symlink with linker script in rustup componentsNikita Popov-2/+10
2024-03-04Allow bootstrap cache path to be set by environment variableJeffery To-3/+10
2024-03-02Avoid some interning in bootstrapNilstrieb-140/+128
2024-03-02Add a new `wasm32-wasip1` target to rustcAlex Crichton-1/+1
2024-03-01Add initial support for DataFlowSanitizerRamon de C Valle-3/+3
2024-03-01Auto merge of #121395 - nikic:update-llvm-21, r=cuviperbors-10/+30
2024-03-01Auto merge of #113026 - jieyouxu:run-make-v2, r=bjorn3bors-1/+80
2024-03-01Handle new LLVM sonameNikita Popov-10/+30
2024-02-29Add supporting infrastructure for `run-make` V2 tests许杰友 Jieyou Xu (Joe)-1/+80
2024-02-29add unit tests on unknown fieldsonur-ozkan-2/+19
2024-02-29Rollup merge of #121788 - klensy:clap-deprecated-fix, r=clubby789Guillaume Gomez-19/+19
2024-02-29run change tracker even when config parse failsonur-ozkan-13/+48
2024-02-29fix clap warningsklensy-19/+19
2024-02-29bootstrap/format: send larger batches to rustfmtRalf Jung-2/+2
2024-02-27Rename wasm32-wasi-preview2 to wasm32-wasip2Ryan Levick-2/+2
2024-02-27Add the wasm32-wasi-preview2 targetRyan Levick-3/+6
2024-02-25Auto merge of #121182 - majaha:mingw_ci_new, r=Mark-Simulacrumbors-10/+19
2024-02-25Rollup merge of #121570 - Nilstrieb:!copy, r=clubby789Matthias Krüger-99/+99
2024-02-25Auto merge of #118724 - onur-ozkan:refactor-x-install, r=Mark-Simulacrumbors-2/+22
2024-02-24Make most bootstrap step types !CopyNilstrieb-99/+99
2024-02-23on the fly type casting for `build.rustc` and `build.cargo`onur-ozkan-6/+7
2024-02-23Rollup merge of #121495 - cuishuang:master, r=clubby789Matthias Krüger-1/+1
2024-02-23remove repetitive wordscui fliter-1/+1
2024-02-23Rollup merge of #121476 - onur-ozkan:update-compiler-profile, r=compiler-errorsMatthias Krüger-3/+3
2024-02-23Auto merge of #121341 - GrigorenkoPV:bootstrap-rustup-cargo, r=onur-ozkanbors-30/+33
2024-02-22set `llvm.assertions` to false in compiler profileonur-ozkan-3/+3
2024-02-22add changelog entryonur-ozkan-0/+5
2024-02-22force dist.compression-profile = "no-op" for `x install`onur-ozkan-2/+17
2024-02-21bootstrap: improvements for stage0 checksPavel Grigorenko-30/+33
2024-02-21Make `x test tests` workclubby789-6/+51
2024-02-21bootstrap: apply most of clippy's suggestionsPavel Grigorenko-326/+317
2024-02-19Remove the "codegen" profile from bootstrapNilstrieb-44/+17
2024-02-19Auto merge of #121079 - onur-ozkan:install-conflicts, r=albertlarsan68bors-3/+8
2024-02-19install rustc before the toolsonur-ozkan-2/+7
2024-02-18Add `rust.frame-pointers` config optionNilstrieb-0/+19
2024-02-17Rollup merge of #121228 - onur-ozkan:fix-clippy-stamp-bug, r=albertlarsan68Matthias Krüger-0/+1
2024-02-17Rollup merge of #121091 - onur-ozkan:bypass-stage0-download-in-tests, r=alber...Matthias Krüger-3/+9
2024-02-17create stamp file for clippy in `Config::download_clippy`onur-ozkan-0/+1
2024-02-16Auto merge of #120348 - bjorn3:per_target_backend_selection, r=albertlarsan68bors-37/+74