-
Notifications
You must be signed in to change notification settings - Fork 255
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: bytecodealliance/rustix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.38.30
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: bytecodealliance/rustix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.38.31
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 24 files changed
- 4 contributors
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3e3cf73 - Browse repository at this point
Copy the full SHA 3e3cf73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aa3221 - Browse repository at this point
Copy the full SHA 6aa3221View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e9c4ec - Browse repository at this point
Copy the full SHA 9e9c4ecView commit details -
Add epoll support for Redox (#985)
For now it seems that epoll is the preferred way to access Redox's underlying polling interface. There are event schemes but until Redox's syscalls are better integrated with Rustix it's probably not worth it yet. cc smol-rs/polling#176 Signed-off-by: John Nunley <dev@notgull.net>
Configuration menu - View commit details
-
Copy full SHA for 916887b - Browse repository at this point
Copy the full SHA 916887bView commit details -
Fix calling
proc_self_status()more than once. (#995)Fix `proc_self_status()` to reset the directory cursor before iterating through the directory entries when searching for bind mounts. This fixes a failure when called more than once, due to the cursor being left at the end. Fixes #994.
Configuration menu - View commit details
-
Copy full SHA for 85eea13 - Browse repository at this point
Copy the full SHA 85eea13View commit details
Commits on Jan 19, 2024
-
Fix handling of negative timestamps in
Stat. (#999)Deprecate `Stat::st_mtime` etc., because they're unsigned and should be signed, and introduce a `StatExt` extension trait which adds `mtime()` etc. accessor functions which return the values in the appropriate signed type. This `StatExt` trait can go away next time we have a semver breaking change, but for now this preserves compatibility.
Configuration menu - View commit details
-
Copy full SHA for 6ec74e0 - Browse repository at this point
Copy the full SHA 6ec74e0View commit details
Commits on Jan 23, 2024
-
Fix compilation on i686-apple-darwin. (#1000)
On i686-apple-darwin, `time_t` is 32-bit, so it needs `fix_y2038` and conversions for `Timespec` values. Fixes #991.
Configuration menu - View commit details
-
Copy full SHA for d268591 - Browse repository at this point
Copy the full SHA d268591View commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8a7ff3c - Browse repository at this point
Copy the full SHA 8a7ff3cView commit details
Loading
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.38.30...v0.38.31