-
Notifications
You must be signed in to change notification settings - Fork 13.4k
centralize build stamp logic #135281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
centralize build stamp logic #135281
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
58306c6
implement `BuildStamp` that is stricter impl for build stamps
onur-ozkan e3de3c7
use `BuildStamp` instead of std paths and strings
onur-ozkan c68c721
migrate `HashStamp` to `BuildStamp`
onur-ozkan 9e92975
migrate helper stamp functions
onur-ozkan 236d580
migrate `Builder::clear_if_dirty`
onur-ozkan 9e1c9fd
document `build_stamp` implementation
onur-ozkan cacb4fe
add test coverage for `build_stamp` implementation
onur-ozkan 615131b
migrate `generate_smart_stamp_hash`
onur-ozkan 9e86d76
fix compiler errors
onur-ozkan 1fa6657
fix an invalid prefix usage on enzyme
onur-ozkan 9878d63
add coverage for `BuildStamp::with_prefix`
onur-ozkan a72068a
migrate `program_out_of_date` to `BuildStamp::is_up_to_date`
onur-ozkan 3751652
auto label `A-bootstrap-stamp`
onur-ozkan bdb7518
apply minor improvements on build_stamp
onur-ozkan ffd4c5b
migrate lld build stamp
onur-ozkan 216969b
run git only inside the current directory
onur-ozkan 99322a5
extend sanitizers stamp calculation
onur-ozkan dcc001a
refactor `with_stamp` as `add_stamp` for incrementality
onur-ozkan 9611d8e
avoid magical `AsRef<Path>` implementation
onur-ozkan fae26e7
add change entry for renamings
onur-ozkan b54d652
rustc-dev-guide: update outdated LLVM stamp filename
onur-ozkan b03fba7
rename `done_stamp` to `lld_stamp`
onur-ozkan 2a4bcf5
update doc-comment of `BuildStamp::add_stamp`
onur-ozkan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.