-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Refactor glibc time64 support, riscv32 always has 64-bit time_t
#109784
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
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
fba7864
to
8d1bf50
Compare
@bors r+ rollup |
…iaskrgr Rollup of 4 pull requests Successful merges: - rust-lang#109598 (Improve documentation for str::replace() and str::replacen()) - rust-lang#109779 (Update gccjit and remove libc 0.1 dependency) - rust-lang#109784 (Refactor glibc time64 support, riscv32 always has 64-bit `time_t`) - rust-lang#109793 (add comment to `impl !Error for &str`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Refactor existing support for 64-bit
time_t
on 32-bit glibc platforms, as riscv32time_t
is 64-bit by default. Split out of #109773.