summary refs log tree commit diff
path: root/src/bootstrap/src
AgeCommit message (Expand)AuthorLines
2024-04-26Auto merge of #124296 - cuviper:dist-cargo-tests, r=onur-ozkanbors-0/+6
2024-04-26Add support for run-make-support unit tests to be run with bootstrap commandJover Zhang-0/+49
2024-04-25Auto merge of #124058 - TechVest:master, r=fmeasebors-1/+1
2024-04-25Fix some typos in commentsTechVest-1/+1
2024-04-23bootstrap: keep all cargo test files in dist rustc-srcJosh Stone-0/+6
2024-04-21bootstrap: Promote some build_steps comments to docsJubilee Young-28/+28
2024-04-21Rollup merge of #124069 - onur-ozkan:run-clippy-on-bootstrap, r=albertlarsan68Guillaume Gomez-169/+165
2024-04-19fix clippy warnings on bootstraponur-ozkan-169/+165
2024-04-19Auto merge of #123364 - klensy:bs-mixed-types, r=albertlarsan68bors-7/+15
2024-04-18Update src/bootstrap/src/core/builder.rsscottmcm-1/+1
2024-04-18Ensure `[rust] debuginfo-level-std` doesn't change core's MIRScott McMurray-0/+8
2024-04-17Auto merge of #123978 - alexcrichton:update-wasi-toolchain, r=Mark-Simulacrumbors-20/+38
2024-04-17allow to set line-directives-only tooklensy-0/+5
2024-04-17bootstrap: actually allow set debuginfo-level to "lines-tables-only"klensy-7/+10
2024-04-17Rollup merge of #122883 - onur-ozkan:clippy-build-step, r=albertlarsan68Matthias Krüger-102/+394
2024-04-16allow running clippy on most of the in-tree toolsonur-ozkan-14/+63
2024-04-16fix sysroot bug and update step message formatonur-ozkan-19/+6
2024-04-16add simple top-level doc-comment for build_steps/clippyonur-ozkan-0/+2
2024-04-16for clippy, skip output handling in `run_cargo`onur-ozkan-1/+1
2024-04-16support different `Kind`s in `Builder::msg_tool`onur-ozkan-3/+16
2024-04-16create `Builder::msg_clippy`onur-ozkan-9/+15
2024-04-16create new build step `clippy`onur-ozkan-100/+335
2024-04-16Rollup merge of #123711 - onur-ozkan:drop-changelog-seen, r=albertlarsan68Matthias Krüger-19/+6
2024-04-16Rollup merge of #122632 - onur-ozkan:fix-llvm-caching-bug, r=albertlarsan68Matthias Krüger-1/+18
2024-04-16Rollup merge of #122521 - bnleft:master, r=albertlarsan68Guillaume Gomez-0/+7
2024-04-15Update how WASI toolchains are used in CI and bootstrapAlex Crichton-20/+38
2024-04-15Rollup merge of #123548 - RalfJung:what-is-time, r=joboet许杰友 Jieyou Xu (Joe)-1/+1
2024-04-15Distribute LLVM bitcode linker as a preview componentKjetil Kjeka-3/+71
2024-04-15libtest: also measure time in MiriRalf Jung-1/+1
2024-04-15Auto merge of #122997 - matthiaskrgr:compiletest_ices, r=oli-obkbors-0/+3
2024-04-14Rollup merge of #123373 - onur-ozkan:skip-codegen, r=Mark-SimulacrumGuillaume Gomez-0/+10
2024-04-14bootstrap/compiletest: implement "crashes" tests that fail if no ice is repro...Matthias Krüger-0/+3
2024-04-13Auto merge of #123520 - cuviper:bootstrap-compiler-rustflags, r=Mark-Simulacrumbors-54/+59
2024-04-13Rollup merge of #123642 - onur-ozkan:restrict-llvm-option, r=Mark-SimulacrumMatthias Krüger-2/+13
2024-04-10add change entry for the removal of `changelog-seen`onur-ozkan-0/+5
2024-04-10drop `changelog-seen`onur-ozkan-19/+1
2024-04-09do not allow using local llvm while using rustc from cionur-ozkan-2/+13
2024-04-08Rollup merge of #123547 - klensy:bs-pubs, r=onur-ozkanMatthias Krüger-30/+0
2024-04-07run some std tests on more targetsRalf Jung-10/+21
2024-04-06Rollup merge of #123504 - RalfJung:test-cargo-miri, r=Mark-SimulacrumMatthias Krüger-4/+36
2024-04-06bootstrap: remove unused pub fnsklensy-30/+0
2024-04-05bootstrap: move all of rustc's flags to `rustc_cargo`Josh Stone-54/+59
2024-04-05Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwcoGuillaume Gomez-2/+4
2024-04-05bootstrap: split cargo-miri test into separate StepRalf Jung-4/+36
2024-04-05Auto merge of #123497 - GuillaumeGomez:rollup-usqb4q9, r=GuillaumeGomezbors-6/+6
2024-04-05Rollup merge of #123489 - onur-ozkan:handle-rustc-args-properly, r=clubby789Guillaume Gomez-6/+4
2024-04-05Rollup merge of #122334 - GuillaumeGomez:vendor-cg_gcc, r=Mark-SimulacrumGuillaume Gomez-0/+2
2024-04-05Auto merge of #123317 - RalfJung:test-in-miri, r=m-ou-se,saethlin,onur-ozkanbors-33/+115
2024-04-05handle rustc args properly in bootstraponur-ozkan-6/+4
2024-04-04fix parsing the test harness JSON when time could not be measuredRalf Jung-4/+8