-
Notifications
You must be signed in to change notification settings - Fork 121
Comparing changes
Open a pull request
base repository: Stebalien/tempfile
base: v3.5.0
head repository: Stebalien/tempfile
compare: v3.6.0
- 9 commits
- 8 files changed
- 4 contributors
Commits on Apr 3, 2023
-
build(deps): update windows-sys requirement from 0.45 to 0.48 (#227)
Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.45.0...0.48.0) --- updated-dependencies: - dependency-name: windows-sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c41ee48 - Browse repository at this point
Copy the full SHA c41ee48View commit details -
Forward default NamedTempFile methods (#226)
Instead of using the default method implementations, forward them to the underlying file. This allows the user to, e.g., take advantage of vectorized IO.
Configuration menu - View commit details
-
Copy full SHA for 9488362 - Browse repository at this point
Copy the full SHA 9488362View commit details
Commits on Apr 8, 2023
-
chore: bump rustix min version to 0.37.11 (#229)
Reduces compile times. Technically, downstream users can do this themselves, but they likely won't know what's going on. This saves them the trouble. fixes #228
Configuration menu - View commit details
-
Copy full SHA for ae4f4c8 - Browse repository at this point
Copy the full SHA ae4f4c8View commit details -
feat: implement AsFd/AsHandle to mirror the AsRaw* variants (#230)
We don't implement the "into" variants as that'll drop and delete the temporary file.
Configuration menu - View commit details
-
Copy full SHA for c76b783 - Browse repository at this point
Copy the full SHA c76b783View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3590dbf - Browse repository at this point
Copy the full SHA 3590dbfView commit details
Commits on Apr 14, 2023
-
feat: implement default methods for SpooledTempFile Read/Write (#232)
That way we can take advantage of, e.g., vectorized operations.
Configuration menu - View commit details
-
Copy full SHA for 141c773 - Browse repository at this point
Copy the full SHA 141c773View commit details
Commits on Apr 24, 2023
-
Remove comment on SetFileInformationByHandle (#236)
The function cannot actually be used to move a file and set its attributes in one operation.
Configuration menu - View commit details
-
Copy full SHA for f474e6a - Browse repository at this point
Copy the full SHA f474e6aView commit details
Commits on May 12, 2023
-
fix(docs): Change
dir
andfile
variable names to match existing c……omments and rest of module (#237)
Configuration menu - View commit details
-
Copy full SHA for a2b45b3 - Browse repository at this point
Copy the full SHA a2b45b3View commit details
Commits on Jun 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 86b3136 - Browse repository at this point
Copy the full SHA 86b3136View 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 v3.5.0...v3.6.0