-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Rebase of "Upgrade musl supported version to 1.2.3" #3791
Open
myl7
wants to merge
14
commits into
rust-lang:main
Choose a base branch
from
myl7:musl
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+364
−452
Commits on Aug 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c9bf9fc - Browse repository at this point
Copy the full SHA c9bf9fcView commit details -
musl: define time_t as i64 type.
musl 1.1 maintenance has for all practical purposes ended. Accordingly, there is no point in supporting both 1.1 and 1.2 in the libc crate, so follow the time_t type transition to 64-bit.
Configuration menu - View commit details
-
Copy full SHA for 06f4086 - Browse repository at this point
Copy the full SHA 06f4086View commit details -
- add padding members for musl 1.2 - ensure the padding members have an appropriate type (always c_int)
Configuration menu - View commit details
-
Copy full SHA for 76dc6a9 - Browse repository at this point
Copy the full SHA 76dc6a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8fa1a1 - Browse repository at this point
Copy the full SHA c8fa1a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 030363e - Browse repository at this point
Copy the full SHA 030363eView commit details -
Introduce musl_time64_abi cfg flag and set it from build.rs/libc-test
Only some 32-bit targets use the time64 family of functions and that set will not change going forward (new 32-bit targets added will use Y2038 compliant syscalls and types by default). This patch introduces a cfg flag that controls when the time64 abi related changes are enabled and sets that flag from libc and libc-tests' build.rs files.
Configuration menu - View commit details
-
Copy full SHA for 5e672e9 - Browse repository at this point
Copy the full SHA 5e672e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2120628 - Browse repository at this point
Copy the full SHA 2120628View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7f429e - Browse repository at this point
Copy the full SHA b7f429eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06fd916 - Browse repository at this point
Copy the full SHA 06fd916View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccf9e57 - Browse repository at this point
Copy the full SHA ccf9e57View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9c6bcd - Browse repository at this point
Copy the full SHA b9c6bcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4d8e01 - Browse repository at this point
Copy the full SHA d4d8e01View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7daf4f - Browse repository at this point
Copy the full SHA e7daf4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67d56c1 - Browse repository at this point
Copy the full SHA 67d56c1View commit details
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.