about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2025-05-26dist: make sure llvm-project submodule is presentonur-ozkan-0/+8
2025-05-25bootstrap: clippy: set TESTNAME based on given pathsxtex-1/+18
2025-05-23Rollup merge of #141374 - jeremyd2019:patch-1, r=jieyouxuMatthias Krüger-1/+10
2025-05-23let `tool::Miri` implementation to handle compilersonur-ozkan-2/+4
2025-05-23if stage isn't set explicitly, default to 1 when running mirionur-ozkan-1/+9
2025-05-23Auto merge of #141062 - ChaiTRex:ide_fmt_2024, r=Mark-Simulacrumbors-0/+4
2025-05-22make shared_helpers exe function work for both cygwin and non-cygwin hostsJeremy Drake-1/+10
2025-05-22run core and alloc tests with strict provenanceRalf Jung-1/+2
2025-05-21Rollup merge of #141283 - Sol-Ell:fix-benchmarking-on-windows, r=KobzolMatthias Krüger-1/+5
2025-05-21Rollup merge of #140994 - onur-ozkan:cc2ar-removal, r=albertlarsan68Matthias Krüger-148/+5
2025-05-21Allow x perf to find rustc.exe on WindowsEll-1/+5
2025-05-20Auto merge of #140932 - onur-ozkan:llvm-tools, r=Kobzolbors-13/+22
2025-05-20Rollup merge of #141257 - Shourya742:2025-05-19-trim-cache-module, r=onur-ozkanStuart Cook-50/+0
2025-05-19trim cache module in utilsbit-aloo-50/+0
2025-05-19Rollup merge of #141247 - onur-ozkan:141246, r=albertlarsan68Matthias Krüger-3/+17
2025-05-19skip compiler tools sanity checks on certain commandsonur-ozkan-3/+17
2025-05-18Auto merge of #140154 - Berrysoft:cygwin-host, r=jieyouxubors-3/+3
2025-05-18Auto merge of #127013 - tgross35:f16-format-parse, r=Mark-Simulacrumbors-2/+8
2025-05-18float: Add `f16` to `test-float-parse`Trevor Gross-2/+8
2025-05-18tools-aux ci runner: also cross-test doctestsRalf Jung-11/+9
2025-05-17bootstrap: bump windows tooklensy-65/+11
2025-05-16bump bootstrap cc-rs to `1.2.23`onur-ozkan-3/+3
2025-05-15Update IDEs to use rustfmt 2024, fix Zed settingsChai T. Rex-0/+4
2025-05-15Rollup merge of #141027 - onur-ozkan:simpler-rustfmt-initialization, r=albert...Matthias Krüger-50/+12
2025-05-15Fix exe() to make rustc wrapper happy王宇逸-1/+1
2025-05-15Experimental cygwin support in rustc王宇逸-4/+4
2025-05-15remove `RustfmtState` to reduce `initial_rustfmt` complexityonur-ozkan-50/+12
2025-05-14replace `cc_detect::cc2ar` with `cc::try_get_archiver`onur-ozkan-145/+2
2025-05-14Update rustix to 1.0.7 for bootstrap王宇逸-2/+2
2025-05-13Auto merge of #140887 - pietroalbini:pa-bootstrap-update, r=compiler-errorsbors-42/+39
2025-05-13Format and skip formatting for pinMichael Goulet-2/+1
2025-05-12./x clippy ci --fixPietro Albini-40/+39
2025-05-12x86_64-lynx-lynxos178 is now present in the stage0Pietro Albini-1/+0
2025-05-12Silence warning in default compiler bootstrap settingsYotam Ofek-2/+0
2025-05-12update default condition of llvm-tools for install steponur-ozkan-1/+1
2025-05-12update llvm-tools copying logic for dist steponur-ozkan-12/+21
2025-05-11Rollup merge of #140886 - Berrysoft:update-bootstrap-lock, r=jieyouxuLeón Orell Valerian Liehr-33/+13
2025-05-10Fix download of GCC from CI on non-nightly channelsJakub Beránek-1/+2
2025-05-10Update deps of bootstrap for Cygwin王宇逸-33/+13
2025-05-08bootstrap: more consistent use of `...` when citing configuration snippetsRalf Jung-2/+2
2025-05-08add change-entry for `x run rustfmt`onur-ozkan-0/+5
2025-05-08implement `x run rustfmt`onur-ozkan-0/+55
2025-05-07do not allow stage > 0 on `x fmt`onur-ozkan-1/+6
2025-05-06bootstrap: Add check/test/run steps for src/tools/coverage-dumpZalathar-0/+98
2025-05-05Rollup merge of #140670 - onur-ozkan:129959, r=KobzolGuillaume Gomez-1/+1
2025-05-05Rollup merge of #140636 - onur-ozkan:panic-tracker-for-t-macro, r=KobzolGuillaume Gomez-5/+26
2025-05-05Rollup merge of #140357 - onur-ozkan:133840, r=clubby789Guillaume Gomez-9/+11
2025-05-05calculate step duration in a panic-safe wayonur-ozkan-1/+1
2025-05-05update `cc_detect` testsonur-ozkan-6/+6
2025-05-04implement `PanicTracker` to track `t` panicsonur-ozkan-5/+26