summary refs log tree commit diff
path: root/src/bootstrap/compile.rs
AgeCommit message (Expand)AuthorLines
2023-08-13Auto merge of #114786 - GuillaumeGomez:rollup-0cos5gn, r=GuillaumeGomezbors-0/+4
2023-08-13Rollup merge of #114069 - cuviper:profiler-path, r=Mark-SimulacrumGuillaume Gomez-0/+4
2023-08-13Auto merge of #114480 - ozkanonur:fix-stage0-compiler-llvm, r=Mark-Simulacrumbors-0/+10
2023-08-10Rollup merge of #114278 - ozkanonur:validate-codegen-backend-config, r=clubby789Matthias Krüger-1/+1
2023-08-08prevent constant rebuilds of rustc-main (and thus everything else)Pietro Albini-8/+29
2023-08-07add the correct version of LLVM into the stage0 sysrootozkanonur-0/+10
2023-08-04Auto merge of #114305 - lqd:bootstrap-strip, r=ozkanonurbors-2/+23
2023-08-03strip librustc_driver.so even at stage 1Rémy Rakic-4/+2
2023-08-02Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiserbors-4/+9
2023-07-31better error handling for `rust.codegen-backends` on deserializationozkanonur-1/+1
2023-07-31strip debuginfo from librustc_driver.so when applicable, on x64 linuxRémy Rakic-2/+25
2023-07-30bootstrap: inline format!() argsMatthias Krüger-15/+14
2023-07-29Add wasm32-wasi-threads target + WASI threadsGeorgii Rylov-4/+9
2023-07-25Allow using external builds of the compiler-rt profile libJosh Stone-0/+4
2023-07-24bootstrap: Don't bundle musl on UnikraftMartin Kröning-1/+1
2023-07-15Rollup merge of #113683 - ozkanonur:polished, r=jyn514Matthias Krüger-7/+0
2023-07-15Rollup merge of #113644 - jyn514:bootstrap-cleanups, r=albertlarsan68Matthias Krüger-1/+1
2023-07-14remove outdated FIXMEs on bootstrapozkanonur-7/+0
2023-07-14bootstrap: update defaults for `compiler` and `library` aliasesLukas Markeffsky-12/+6
2023-07-13Rename `detail_exit_macro` to `exit`jyn-1/+1
2023-07-11Rollup merge of #113373 - jyn514:download-rustc-fixes, r=albertlarsan68Jubilee-2/+2
2023-07-11Move `ci_rustc_dir` to Config and use it consistentlyjyn-2/+2
2023-07-04Copy stage0 `rustc` binaries to `stage0-sysroot`Jakub Beránek-0/+43
2023-06-12make sure the standard library compiles properly with synthetic targetsPietro Albini-0/+5
2023-06-12return dummy cc and friends during dry runsPietro Albini-0/+3
2023-06-12allow mutating the c compilers detected by bootstrapPietro Albini-3/+8
2023-06-11Rollup merge of #112477 - jyn514:assemble-info, r=clubby789Matthias Krüger-3/+14
2023-06-09Give more helpful progress messages in `Assemble`jyn-3/+14
2023-06-08Auto merge of #112012 - Kobzol:try-build-llvm-rebuild, r=nikicbors-0/+4
2023-06-07download-rustc: Fix `x test core` on MacOSjyn-1/+6
2023-06-07Avoid one `rustc` rebuild in the optimized build pipelineJakub Beránek-0/+4
2023-06-04Rollup merge of #110701 - jyn514:test-core, r=Mark-SimulacrumMatthias Krüger-28/+92
2023-05-31Rollup merge of #112084 - ozkanonur:improvements, r=clubby789Matthias Krüger-1/+1
2023-05-30Fix `x test --stage 2 core` when download-rustc is enabledjyn-28/+92
2023-05-30create `build_helper/src/util` modozkanonur-1/+1
2023-05-29Switch Steps from crates to crate_or_deps where possiblejyn-0/+2
2023-05-29Add a `make_run_crates` function and use it Rustc and Stdjyn-7/+12
2023-05-08Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar...bors-0/+5
2023-05-07enable `rust_2018_idioms` for doctestsozkanonur-0/+5
2023-04-25Add a `sysroot` crate to represent the standard library cratesJohn Kåre Alsaker-2/+2
2023-04-24Rollup merge of #110637 - oli-obk:gha, r=jyn514Matthias Krüger-44/+15
2023-04-22Group entire build steps in the gha logsOli Scherer-44/+15
2023-04-21remove the early return in `Sysroot::run` which causes bypassing symlinkingozkanonur-1/+0
2023-04-19Auto merge of #110229 - jyn514:download-rustc-tests, r=albertlarsan68bors-3/+48
2023-04-18Fix no_std tests that load libc when download-rustc is enabledJoshua Nelson-3/+48
2023-04-17Support `x test --stage 1 ui-fulldeps`jyn-0/+1
2023-04-14Auto merge of #110263 - jyn514:ui-fulldeps-llvm, r=albertlarsan68bors-4/+5
2023-04-12Add `libLLVM.so` to the target libdir when download-rustc is enabledjyn-4/+5
2023-04-12Rollup merge of #110122 - jyn514:check-stage1-llvm, r=ozkanonurMatthias Krüger-70/+78
2023-04-10Fix `x check --stage 1` when `download-ci-llvm=false`Joshua Nelson-18/+20