about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2025-01-14bootstrap: fix outdated feature name in comment许杰友 Jieyou Xu (Joe)-1/+1
2025-01-13Mark rustbook as an external toolEric Huss-1/+5
2025-01-13Rollup merge of #135391 - jieyouxu:conditional-tracing, r=onur-ozkanJacob Pratt-6/+237
2025-01-13Rollup merge of #135386 - lolbinarycat:bootstrap-test-cleanup, r=jieyouxuJacob Pratt-5/+5
2025-01-13Rollup merge of #135355 - ranger-ross:improved-ci-logs, r=onur-ozkanJacob Pratt-3/+49
2025-01-12bootstrap: do not rely on LIBRARY_PATH env variableAudrey Dutcher-34/+17
2025-01-13bootstrap.py: build bootstrap binary with `--features=tracing` if `BOOTSTRAP_...许杰友 Jieyou Xu (Joe)-0/+4
2025-01-13bootstrap: add `tracing` and `tracing-tree` based tracing setup许杰友 Jieyou Xu (Joe)-1/+36
2025-01-13bootstrap: add optional `tracing` cargo feature and optional `tracing*` deps许杰友 Jieyou Xu (Joe)-5/+197
2025-01-12Rollup merge of #135407 - joshtriplett:more-clippy, r=compiler-errorsGuillaume Gomez-2/+26
2025-01-12Auto merge of #135281 - onur-ozkan:build-stamps, r=jieyouxubors-361/+428
2025-01-12Deny `clippy::four_forward_slashes` in library (no occurrences)Josh Triplett-0/+1
2025-01-12Deny `clippy::to_string_in_format_args` (no occurrences)Josh Triplett-0/+2
2025-01-12Deny `clippy::single_char_add_str` (no occurrences)Josh Triplett-0/+2
2025-01-12Deny `clippy::same_item_push` (no occurrences)Josh Triplett-0/+2
2025-01-12Deny `clippy::print_literal` (no occurrences)Josh Triplett-0/+2
2025-01-12Deny `clippy::needless_bool` and `clippy::needless_bool_assign` (no occurrences)Josh Triplett-0/+4
2025-01-12Deny `clippy::non_minimal_cfg` (no occurrences)Josh Triplett-0/+2
2025-01-12Deny `clippy::char_lit_as_u8` (no occurrences)Josh Triplett-1/+5
2025-01-12Deny `clippy:;four_forward_slashes` and fix the only occurrenceJosh Triplett-0/+1
2025-01-12Deny `clippy::format_in_format_args` and fix the only occurrenceJosh Triplett-1/+5
2025-01-12Rollup merge of #135375 - lolbinarycat:bootstrap-allow-stage0-rustdoc-js, r=j...Matthias Krüger-1/+4
2025-01-12update doc-comment of `BuildStamp::add_stamp`onur-ozkan-1/+3
2025-01-12rename `done_stamp` to `lld_stamp`onur-ozkan-3/+3
2025-01-12add change entry for renamingsonur-ozkan-0/+5
2025-01-12avoid magical `AsRef<Path>` implementationonur-ozkan-29/+37
2025-01-12refactor `with_stamp` as `add_stamp` for incrementalityonur-ozkan-14/+13
2025-01-12extend sanitizers stamp calculationonur-ozkan-7/+13
2025-01-12run git only inside the current directoryonur-ozkan-0/+2
2025-01-12migrate lld build stamponur-ozkan-5/+5
2025-01-12apply minor improvements on build_stamponur-ozkan-1/+4
2025-01-12migrate `program_out_of_date` to `BuildStamp::is_up_to_date`onur-ozkan-46/+20
2025-01-12add coverage for `BuildStamp::with_prefix`onur-ozkan-0/+16
2025-01-12fix an invalid prefix usage on enzymeonur-ozkan-1/+1
2025-01-12fix compiler errorsonur-ozkan-2/+2
2025-01-12migrate `generate_smart_stamp_hash`onur-ozkan-55/+55
2025-01-12add test coverage for `build_stamp` implementationonur-ozkan-0/+47
2025-01-12document `build_stamp` implementationonur-ozkan-6/+18
2025-01-12migrate `Builder::clear_if_dirty`onur-ozkan-30/+29
2025-01-12migrate helper stamp functionsonur-ozkan-141/+79
2025-01-12migrate `HashStamp` to `BuildStamp`onur-ozkan-66/+29
2025-01-12use `BuildStamp` instead of std paths and stringsonur-ozkan-69/+86
2025-01-12implement `BuildStamp` that is stricter impl for build stampsonur-ozkan-2/+78
2025-01-11don't use a string constantbinarycat-6/+5
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