-
Notifications
You must be signed in to change notification settings - Fork 251
Comparing changes
Open a pull request
base repository: bytecodealliance/rustix
base: v0.36.7
head repository: bytecodealliance/rustix
compare: v0.36.9
- 10 commits
- 11 files changed
- 4 contributors
Commits on Feb 3, 2023
-
Add method to know when buffer will be refilled (#524)
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1e0fcb9 - Browse repository at this point
Copy the full SHA 1e0fcb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcc7f66 - Browse repository at this point
Copy the full SHA bcc7f66View commit details -
Configuration menu - View commit details
-
Copy full SHA for dac9cd0 - Browse repository at this point
Copy the full SHA dac9cd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a7cbfa - Browse repository at this point
Copy the full SHA 8a7cbfaView commit details
Commits on Mar 4, 2023
-
Use
weak!forsetns,preadv64v2, andpwritev64v2on GLIBC. (#556Configuration menu - View commit details
-
Copy full SHA for 57e14c8 - Browse repository at this point
Copy the full SHA 57e14c8View commit details -
Fix
use-libc-auxvto use a weak dependency ongetauxval. (#535)* Fix `use-libc-auxv` to use a weak dependency on `getauxval`. glibc <= 2.15 lacks `getauxval`, so avoid a strong dependency on it in the `use-libc-auxv` implementation.
Configuration menu - View commit details
-
Copy full SHA for d4b8528 - Browse repository at this point
Copy the full SHA d4b8528View commit details -
Disable FreeBSD CI for now. (#530)
FreeBSD CI has been broken for some time with this error ``` [4/4] Extracting curl-7.87.0_1: .......... done curl https://sh.rustup.rs -sSf --output rustup.sh ld-elf.so.1: /usr/local/lib/libcurl.so.4: Undefined symbol "nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation" ``` Comment it out for now.
Configuration menu - View commit details
-
Copy full SHA for f31a538 - Browse repository at this point
Copy the full SHA f31a538View commit details -
Reenable FreeBSD CI with correct image family (#540)
The issue was using snapshots of already released versions, which is not supported.
Configuration menu - View commit details
-
Copy full SHA for e8cb03e - Browse repository at this point
Copy the full SHA e8cb03eView commit details -
Add more
cargo:rerun-if-env-changed's to build.rs (#544)* Add more `cargo:rerun-if-env-changed`'s to build.rs Add more `cargo:rerun-if-env-changed`'s to build.rs for rustix's features, configuration flags, and the toolchain variables rustix uses for autoconfiguration, to hopefully ensure it gets rerun when anything changes. See also #526. * Don't include all the cargo features.
Configuration menu - View commit details
-
Copy full SHA for b6a067a - Browse repository at this point
Copy the full SHA b6a067aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11b9039 - Browse repository at this point
Copy the full SHA 11b9039View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.36.7...v0.36.9