-
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
Upgrade musl supported version to 1.2.3 #3068
Open
wesleywiser
wants to merge
12
commits into
rust-lang:main
Choose a base branch
from
wesleywiser:musl-1.2
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.
Open
Commits on Jan 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fe4fb81 - Browse repository at this point
Copy the full SHA fe4fb81View 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 5002716 - Browse repository at this point
Copy the full SHA 5002716View 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 c462dd1 - Browse repository at this point
Copy the full SHA c462dd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2242535 - Browse repository at this point
Copy the full SHA 2242535View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cf0329 - Browse repository at this point
Copy the full SHA 7cf0329View 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 e5a7a26 - Browse repository at this point
Copy the full SHA e5a7a26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61178cf - Browse repository at this point
Copy the full SHA 61178cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for af75803 - Browse repository at this point
Copy the full SHA af75803View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cf8128 - Browse repository at this point
Copy the full SHA 1cf8128View commit details -
Configuration menu - View commit details
-
Copy full SHA for 909edf6 - Browse repository at this point
Copy the full SHA 909edf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca0db55 - Browse repository at this point
Copy the full SHA ca0db55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 461313e - Browse repository at this point
Copy the full SHA 461313eView 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.