about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2025-01-11clean up code related to the rustdoc-js test suitebinarycat-6/+7
2025-01-11allow rustdoc-js tests to be run at stage0binarycat-1/+4
2025-01-11ci: added ci format to test_renderRoss Sullivan-3/+49
2025-01-11Rollup merge of #135326 - onur-ozkan:target-specific-compiler-builtins, r=jie...Jacob Pratt-2/+27
2025-01-11Rollup merge of #135301 - lolbinarycat:bootstrap-old-master-resurected, r=onu...Jacob Pratt-0/+3
2025-01-10never print the warning on CIbinarycat-1/+1
2025-01-10add change entry for `optimized-compiler-builtins`onur-ozkan-0/+5
2025-01-10ensure `optimized_compiler_builtins` check for CI rustconur-ozkan-0/+3
2025-01-10add coverage for target specific valueonur-ozkan-1/+8
2025-01-10make `optimized-compiler-builtins` target configurableonur-ozkan-1/+11
2025-01-09re-add a warning for old master branch, but with much simpler logicbinarycat-0/+3
2025-01-09bootstrap: `std::io::ErrorKind::CrossesDevices` is finally stablePavel Grigorenko-4/+1
2025-01-09Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrumbors-16/+9
2025-01-09Rollup merge of #135256 - onur-ozkan:weird-mod-position, r=clubby789,jieyouxuMatthias Krüger-2/+2
2025-01-09Rollup merge of #135231 - Zalathar:test-step-notes, r=jieyouxuMatthias Krüger-0/+43
2025-01-08fmtPietro Albini-1/+1
2025-01-08applease clippyPietro Albini-8/+8
2025-01-08update cfg(bootstrap)Pietro Albini-8/+1
2025-01-08Move `mod cargo` below the import statementsonur-ozkan-2/+2
2025-01-08Revert "fix missing rustfmt and clippy for msi"Pietro Albini-30/+1
2025-01-08Revert "fix missing rustfmt for apple darwin"Pietro Albini-9/+3
2025-01-08Add more comments to some of the test stepsZalathar-0/+43
2025-01-07Rollup merge of #135081 - mrkajetanp:jemalloc-64k, r=KobzolGuillaume Gomez-0/+9
2025-01-06bootstrap: Build jemalloc for AArch64 with support for 64K pagesKajetan Puchalski-0/+9
2025-01-06Rollup merge of #135097 - Zalathar:coverage-test-step, r=KobzolMatthias Krüger-120/+101
2025-01-06Ensure generate-copyright is executed from the project root.Jonathan Pallant-0/+3
2025-01-06Consolidate coverage test suite steps into a single stepZalathar-120/+101
2025-01-04Auto merge of #135101 - workingjubilee:rollup-owp3czl, r=workingjubileebors-1/+1
2025-01-04Rollup merge of #135094 - joshtriplett:bootstrap-show-nonexistent-dir, r=jiey...Jubilee-1/+1
2025-01-04bootstrap: make `is_path_in_submodule` return optional submodule path instead许杰友 Jieyou Xu (Joe)-15/+23
2025-01-04Rollup merge of #135066 - jieyouxu:check-run-make-support, r=clubby789Matthias Krüger-0/+6
2025-01-04Rollup merge of #135001 - Kobzol:bootstrap-mcp-510, r=onur-ozkanMatthias Krüger-2/+14
2025-01-04bootstrap: If dir_is_empty fails, show the non-existent directory pathJosh Triplett-1/+1
2025-01-03Rollup merge of #135058 - onur-ozkan:path-resolution, r=jieyouxuMatthias Krüger-27/+76
2025-01-03bootstrap: support `./x check run-make-support`许杰友 Jieyou Xu (Joe)-0/+6
2025-01-03add coverage for multiple pathsonur-ozkan-0/+20
2025-01-03Rollup merge of #131729 - Urgau:check-cfg-test-userspace, r=petrochenkovMatthias Krüger-0/+4
2025-01-03avoid early return to handle all pathsonur-ozkan-2/+3
2025-01-03Revert "bootstrap: temporarily flip `compile::Rustc` vs `compile::Assemble`"onur-ozkan-5/+1
2025-01-03revert step order from #134919onur-ozkan-6/+2
2025-01-03adapt bootstrap tests to the new path resolution logiconur-ozkan-6/+21
2025-01-03refactor bootstrap path resolutiononur-ozkan-8/+29
2025-01-02Auto merge of #135040 - matthiaskrgr:rollup-34vsa8n, r=matthiaskrgrbors-20/+45
2025-01-02Rollup merge of #135035 - Noratrieb:fixfmt, r=jieyouxuMatthias Krüger-20/+45
2025-01-02Fix formatting commandNoratrieb-20/+45
2025-01-02Auto merge of #135014 - Zalathar:tool-build-step, r=jieyouxubors-113/+135
2025-01-02Temporarily make the `test` cfg a well known bootstrap cfgUrgau-0/+4
2025-01-02bootstrap: temporarily flip `compile::Rustc` vs `compile::Assemble`许杰友 Jieyou Xu (Joe)-1/+5
2025-01-02Move most of `Step::should_run` out of `tool_extended!`Zalathar-15/+30
2025-01-02Use struct-like syntax in `tool_extended!`Zalathar-18/+36