-
Notifications
You must be signed in to change notification settings - Fork 54
Comparing changes
Open a pull request
base repository: bytecodealliance/cap-std
base: main
head repository: bytecodealliance/cap-std
compare: 1
- 15 commits
- 47 files changed
- 1 contributor
Commits on Mar 16, 2023
-
Use
NtCreateFileto implementopen_uncheckedon Windows. (#293)Windows' `NtCreateFile` has an ability to take a directory and a relative path, so use that to implement `open_unchecked` instead of using path concatenation. We still use concatenation for other functions, but this is the first step to rewriting those to avoid it. Fixes #226.
Configuration menu - View commit details
-
Copy full SHA for 245e84d - Browse repository at this point
Copy the full SHA 245e84dView commit details -
Use the
NtCreateFilepath for implementingstaton Windows. (#295)Always use `open_unchecked` with no access for implementing `stat` on Windows, as that now uses the new `NtCreateFile` path.
Configuration menu - View commit details
-
Copy full SHA for e001668 - Browse repository at this point
Copy the full SHA e001668View commit details -
Give ambient authority arguments names. (#298)
Use `let _ = ambient_authority;` to suppress unused argument warnings rather than naming arguments `_`, because argument names show up in the documentation, and the fact that these arguments are unused is not part of the public interface.
Configuration menu - View commit details
-
Copy full SHA for 98affb2 - Browse repository at this point
Copy the full SHA 98affb2View commit details -
Add a
Pool::insert_ip_net_any_portfunction. (#299)* Add a `Pool::insert_ip_net_any_port` function. Add a function to `Pool` to allow inserting a network that can accept any port. * Add support for port ranges, and add some unit tests.
Configuration menu - View commit details
-
Copy full SHA for fd1afe0 - Browse repository at this point
Copy the full SHA fd1afe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a4e026 - Browse repository at this point
Copy the full SHA 2a4e026View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6684aa1 - Browse repository at this point
Copy the full SHA 6684aa1View commit details
Commits on Mar 18, 2023
-
Use
RUSTC_WRAPPERinstead ofCARGO_RUSTC_WRAPPER. (#303) (#304)Similar to dtolnay/anyhow#248, and as suggested [here], check `RUSTC_WRAPPER` instead of `CARGO_RUSTC_WRAPPER`. [here]: bytecodealliance/rustix#544 (comment)
Configuration menu - View commit details
-
Copy full SHA for 9a6f137 - Browse repository at this point
Copy the full SHA 9a6f137View commit details -
Configuration menu - View commit details
-
Copy full SHA for 946ffef - Browse repository at this point
Copy the full SHA 946ffefView commit details
Commits on Mar 28, 2023
-
Don't use RUSTC_WRAPPER if it's empty. (#305)
Port bytecodealliance/rustix#565 to cap-std.
Configuration menu - View commit details
-
Copy full SHA for 2562c95 - Browse repository at this point
Copy the full SHA 2562c95View commit details -
Add a
File::create_ambientfunction.`File::create_ambient` is to `File::open_ambient` as `std::fs::File::create` is to `std::fs::File::open`.
Configuration menu - View commit details
-
Copy full SHA for 1ee5281 - Browse repository at this point
Copy the full SHA 1ee5281View commit details -
Ubuntu 18.04 is no longer supported on Github actions.
Configuration menu - View commit details
-
Copy full SHA for f2e65b9 - Browse repository at this point
Copy the full SHA f2e65b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d379e9 - Browse repository at this point
Copy the full SHA 7d379e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4232c5 - Browse repository at this point
Copy the full SHA f4232c5View commit details
Commits on Mar 29, 2023
-
The only code change here is due to `copy_file_range`'s `len` argument changing from `u64` to `usize`.
Configuration menu - View commit details
-
Copy full SHA for 6cea7d0 - Browse repository at this point
Copy the full SHA 6cea7d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e6e17e - Browse repository at this point
Copy the full SHA 9e6e17eView 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 main...1