about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2023-06-12return dummy cc and friends during dry runsPietro Albini-1/+22
2023-06-12allow mutating the c compilers detected by bootstrapPietro Albini-41/+46
2023-06-12stop using a macro for the mir-opt test suitePietro Albini-2/+33
2023-06-11Rollup merge of #112528 - jyn514:fix-debuginfo-level, r=Mark-SimulacrumMatthias Krüger-20/+73
2023-06-11Rollup merge of #112487 - zwhiteley:improve-docs, r=Mark-SimulacrumMatthias Krüger-0/+10
2023-06-11Don't override `debuginfo-level = 1` to mean `line-tables-only`jyn-20/+73
2023-06-11Auto merge of #112512 - matthiaskrgr:rollup-o2jh1jx, r=matthiaskrgrbors-3/+14
2023-06-11Rollup merge of #112477 - jyn514:assemble-info, r=clubby789Matthias Krüger-3/+14
2023-06-10Auto merge of #112256 - jyn514:faster-mingw-check, r=Mark-Simulacrumbors-16/+19
2023-06-10Improve documentation for `tools` profileZachary Whiteley-0/+10
2023-06-10Rollup merge of #112297 - jyn514:remove-exclude-kind, r=Mark-SimulacrumMatthias Krüger-62/+28
2023-06-09Give more helpful progress messages in `Assemble`jyn-3/+14
2023-06-09Compile rustc_driver by defaultMatthew Esposito-1/+6
2023-06-08Auto merge of #112420 - matthiaskrgr:rollup-spiavw5, r=matthiaskrgrbors-1/+1
2023-06-08Rollup merge of #112339 - lnicola:proc-macro-srv-feature, r=VeykrilMatthias Krüger-1/+1
2023-06-08Rollup merge of #112309 - kadiwa4:remove_is_terminal, r=albertlarsan68Guillaume Gomez-16/+1
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-07Auto merge of #111495 - Kobzol:dist-tests, r=Mark-Simulacrumbors-3/+16
2023-06-06Fix rust-analyzer proc macro serverLaurențiu Nicola-1/+1
2023-06-05Test the PGO/BOLT/LTO optimized x64 Linux compiler on CIJakub Beránek-3/+16
2023-06-05Rollup merge of #112299 - jyn514:gha-progress, r=oli-obkGuillaume Gomez-1/+0
2023-06-05Rollup merge of #112291 - sigaloid:master, r=clubby789Guillaume Gomez-2/+2
2023-06-05bootstrap: remove dep `is-terminal`kadiwa-16/+1
2023-06-05Auto merge of #110221 - jyn514:smaller-debuginfo, r=Mark-Simulacrumbors-1/+11
2023-06-04cleanup now that Kind is no longer used for excludesjyn-62/+27
2023-06-04Don't double-print status messages in GHAjyn-1/+0
2023-06-04Use the top-level Kind to determine whether Steps are excludedjyn-1/+2
2023-06-04Greatly decrease the size of `rustc_driver.so` when debuginfo is enabledjyn-1/+11
2023-06-04Run Rustfmt before RustAnalyzerMatthew Esposito-1/+1
2023-06-04Make RustAnalyzer check off by defaultMatthew Esposito-1/+1
2023-06-04Auto merge of #112282 - matthiaskrgr:rollup-1g9w02p, r=matthiaskrgrbors-5/+31
2023-06-04Rollup merge of #112277 - jyn514:non-utf8-tests, r=ozkanonurMatthias Krüger-5/+6
2023-06-04Rollup merge of #112247 - lqd:lld-rpath, r=Mark-SimulacrumMatthias Krüger-0/+25
2023-06-04Auto merge of #112176 - jyn514:ci-debugging, r=clubby789bors-3/+10
2023-06-04Don't require the output from libtest to be valid UTF-8jyn-5/+6
2023-06-04Auto merge of #112270 - matthiaskrgr:rollup-umplsb6, r=matthiaskrgrbors-40/+146
2023-06-04Rollup merge of #111982 - jyn514:disable-incremental, r=Mark-SimulacrumMatthias Krüger-1/+4
2023-06-04Rollup merge of #110701 - jyn514:test-core, r=Mark-SimulacrumMatthias Krüger-39/+142
2023-06-04Auto merge of #109525 - bzEq:aix-bootstrap-no-rpath, r=Mark-Simulacrumbors-1/+1
2023-06-03improve target selection conditionsRémy Rakic-1/+2
2023-06-03fix `x doc --stage 0 compiler` if the compiler hasn't yet been builtjyn-0/+1
2023-06-03don't return a `Result` from symlink_dir_forcejyn-9/+11
2023-06-03rename src/dst to original/linkjyn-10/+10
2023-06-03Don't compile rustc to self-test compiletestjyn-1/+1
2023-06-03Rollup merge of #112231 - chenyukang:yukang-fix-110067-version-issue, r=jyn514Matthias Krüger-2/+51
2023-06-03Rollup merge of #111998 - jyn514:ra-dogfooding, r=Mark-SimulacrumMatthias Krüger-0/+1
2023-06-03Rollup merge of #111969 - clubby789:clean-dry-run, r=Mark-SimulacrumMatthias Krüger-0/+4
2023-06-03Allow disabling truncation for long config linesjyn-3/+10