about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2023-01-03Rollup merge of #104748 - lqd:download_lld, r=jyn514Michael Goulet-10/+26
2023-01-03ensure lld's step unconditionally for RustDev componentRémy Rakic-5/+2
2023-01-03bump download-ci-llvm-stampRémy Rakic-1/+1
2023-01-03turn a comment into an actual doc commentRémy Rakic-7/+7
2023-01-03slight cleanupRémy Rakic-2/+1
2023-01-03make the `native::LLD` step able to use an already built lldRémy Rakic-0/+14
2023-01-03bootstrap dist: ensure LLD's stepRémy Rakic-0/+6
2023-01-03Rollup merge of #104552 - DebugSteven:warn-newer-x, r=jyn514Matthias Krüger-2/+1
2023-01-03Auto merge of #105609 - bjorn3:shrink_rustc_dev, r=jyn514bors-10/+56
2022-12-31Run `cargo test` on tidy itself.Eric Huss-0/+35
2022-12-31remove commented out old codeDebugSteven-1/+0
2022-12-31remove leading comma from macro expansionDebugSteven-2/+2
2022-12-31Only include metadata for non-dynamic libraries in rustc-devbjorn3-10/+56
2022-12-30Rollup merge of #106314 - jyn514:fix-panic, r=jyn514Michael Goulet-22/+22
2022-12-30Rollup merge of #106310 - compiler-errors:old-git, r=jyn514Michael Goulet-14/+9
2022-12-30Rollup merge of #106305 - jyn514:tail-args, r=Mark-SimulacrumMichael Goulet-77/+82
2022-12-31Revert "Auto merge of #105058 - Nilstrieb:no-merge-commits-for-you-only-bors-...Joshua Nelson-12/+60
2022-12-31Fix panic on `x build --help`Joshua Nelson-22/+22
2022-12-30Dont use `--merge-base` during bootstrap formatting subcommandMichael Goulet-14/+9
2022-12-30bootstrap: Get rid of `tail_args` in `stream_cargo`Joshua Nelson-52/+17
2022-12-30Use more consistent progress messages in bootstrapJoshua Nelson-24/+40
2022-12-30Add `build_helper` crate to share code between tidy and bootstrapNilstrieb-60/+12
2022-12-29Auto merge of #105920 - MarcusCalhoun-Lopez:respect_set, r=jyn514bors-1/+6
2022-12-29Support `x clean --stage 1 rustc_query_impl`Joshua Nelson-16/+40
2022-12-29Respect --set=target.platform during buildMarcus Calhoun-Lopez-1/+6
2022-12-29Rollup merge of #106263 - chenyukang:yukang/fix-106261-formater, r=jyn514Matthias Krüger-3/+4
2022-12-30fix #106261, formater should not try to format non-Rust filesyukang-3/+4
2022-12-29`./x doc library --open` opens `std`Lukas Markeffsky-1/+5
2022-12-29Auto merge of #105741 - pietroalbini:pa-1.68-nightly, r=Mark-Simulacrumbors-2/+3
2022-12-28Rollup merge of #105702 - albertlarsan68:x-fmt-opt, r=jyn514Matthias Krüger-1/+98
2022-12-28Skip LTO in stage0 (again)Mark Rousskov-16/+20
2022-12-28-Zrustdoc-scrape-examples no longer takes argumentsMark Rousskov-1/+1
2022-12-28delete more `cfg(bootstrap)`Lukas Markeffsky-19/+16
2022-12-27Add changelog entryAlbert Larsan-0/+1
2022-12-27Make `x clean` also clean the stamp fileAlbert Larsan-0/+1
2022-12-27Put final touchesAlbert Larsan-40/+34
2022-12-27Add rustfmt version checkAlbert Larsan-15/+70
2022-12-27Format only modified filesAlbert Larsan-0/+46
2022-12-27Auto merge of #106168 - jyn514:clean-crates, r=Mark-Simulacrumbors-75/+152
2022-12-26Allow cleaning individual cratesJoshua Nelson-75/+152
2022-12-26Fix panic on `x build --help --verbose`Joshua Nelson-2/+15
2022-12-24Rollup merge of #105465 - jyn514:docs, r=Mark-SimulacrumMatthias Krüger-12/+3
2022-12-23Remove ancient and outdated references to `config.mk`Joshua Nelson-12/+3
2022-12-23Auto merge of #106070 - matthiaskrgr:rollup-jv9ctkl, r=matthiaskrgrbors-5/+23
2022-12-23Rollup merge of #106059 - jyn514:setup-twice, r=NilstriebMatthias Krüger-0/+4
2022-12-23Rollup merge of #106051 - jyn514:cranelift-std, r=bjorn3Matthias Krüger-5/+19
2022-12-22Support documenting CargoJoshua Nelson-11/+54
2022-12-22Avoid running the `Profile` step twice on `x setup`Joshua Nelson-0/+4
2022-12-22Allow building std with craneliftJoshua Nelson-5/+19
2022-12-22Auto merge of #106000 - nikic:lld-build, r=Mark-Simulacrumbors-99/+58