Commit Graph

1672 Commits (main)
 

Author SHA1 Message Date
Marc-Antoine Perennou fa29b508e1
Merge pull request #1091 from jayvdb/ci-msrv
Add MSRV 1.63 to CI
4 months ago
John Vandenberg 7b3839bf21 Add MSRV 1.63 to CI 4 months ago
Marc-Antoine Perennou 317c7ea6ae
Merge pull request #1086 from jayvdb/fix-changelog 4 months ago
Marc-Antoine Perennou 340933b776
Merge pull request #1088 from jayvdb/fix-rustdoc-lints 4 months ago
Marc-Antoine Perennou 53f8a1b89b
Merge pull request #1087 from jayvdb/add-msrv 4 months ago
John Vandenberg 6fd127808d chore: Fix rustdoc lints 4 months ago
John Vandenberg dba67cd14e Add rust-version 1.63 4 months ago
John Vandenberg 355ce26605 docs: Minor fixes to CHANGELOG.md 4 months ago
Marc-Antoine Perennou 2987d21562
Merge pull request #1083 from Keruspe/+release-prepare
Prepare 1.13.0 release
4 months ago
Marc-Antoine Perennou 0c382dbf37 Bump version to 1.13.0 4 months ago
Marc-Antoine Perennou 566684c240 CHANGELOG.md: updates for 1.13.0 4 months ago
Marc-Antoine Perennou 1c1b209613
Merge pull request #1085 from Keruspe/release-prepare
Fix the CI
4 months ago
Marc-Antoine Perennou 57eafb41d0 silence warnings reported by newer rust versions 4 months ago
Marc-Antoine Perennou 79c89d779d deps: update gloo-timers to 0.3 4 months ago
Marc-Antoine Perennou 19ccd348bd
Merge pull request #1084 from sunfishcode/main 4 months ago
Dan Gohman 590386a388 Fix compilation errors with `feature = io_safety`.
Fix a typo of "io-safety" in place of "io_safety", and fix various
compilation errors exposed by this fix.
4 months ago
Marc-Antoine Perennou 74dbd3a829
Merge pull request #1082 from jayvdb/typos
Fix typos
4 months ago
Marc-Antoine Perennou 3074209c9f
Merge pull request #1064 from frisoft/main
Update license field following SPDX 2.1 license expression standard
4 months ago
John Vandenberg 0633c94c7b Fix typos 4 months ago
Friedel Ziegelmayer b7be2183d5
Merge pull request #1076 from Nereuxofficial/patch-1
Updated note about cargo add since it is now integrated in cargo
6 months ago
Nereuxofficial 79c2345e0f
Updated note about cargo add since it is now integrated in cargo 6 months ago
Marc-Antoine Perennou 8947d8e03c
Merge pull request #1069 from Keruspe/update-deps 11 months ago
Jeremiah Senkpiel 02738cad17
Merge pull request #1070 from ChocolateLoverRaj/patch-1
Fix typo: at a time instead of at time
12 months ago
Rajas Paranjpe 2e8c579218
Fix typo: at a time instead of at time 1 year ago
Marc-Antoine Perennou bbde18ffbd fix CI for recent rustc
Allow for unused `pub use` in experimental API which doesn't have its mods public for noiw.
MIPS CI is fully broken (doesn't find the MIPS toolchain) so disable it for now.
Reenable powerpc64 which is no longer broken
1 year ago
Marc-Antoine Perennou 1adaa09626 update async-* dependencies
Don't update async-channel as Receiver is now `!Unpin`.
1 year ago
Andrea Frigido 7562c3fde6 chore: Update license field following SPDX 2.1 license expression standard 1 year ago
Josh Triplett 8fea050099
Merge pull request #1057 from xxchan/xxchan/scattered-perch
update async-* dependencies
1 year ago
xxchan e393c73339 update async-* dependencies 2 years ago
Josh Triplett 7c95bce535
Merge pull request #1036 from notgull/main
Implement I/O-safe traits on types
2 years ago
John Nunley c17710366b
Update src/fs/file.rs
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
2 years ago
jtnunley dc7bb8e97d
Fix minor issues 2 years ago
jtnunley 27f26ea430 iline docs 2 years ago
jtnunley c63c43341a add end-of-file newline 2 years ago
jtnunley e1d66f53a2 code review 2 years ago
jtnunley 7c408f11dc add I/O safe traits 2 years ago
Josh Triplett 1855e858e6
Merge pull request #1044 from notgull/timeout_roundup
Round up timeout to the nearest millisecond for WASM
2 years ago
Josh Triplett ef6ebb18ed
Merge pull request #1049 from icedrocket/main
Fix GitHub Actions badge
2 years ago
Josh Triplett 707fd53421
Merge pull request #1056 from Enselic/prevent-lock-guard-races
Prevent races between dropping File LockGuard and waking its tasks
2 years ago
Martin Nordholts d22585d7de Prevent races between dropping File LockGuard and waking its tasks
By changing the inner `LockGuard` value to an `Option` and setting it to
`None` in `drop()` so we can drop the `Arc` _before_ waking its tasks.
2 years ago
icedrocket 0e3b11e637 docs: fix github actions badge 2 years ago
jtnunley fbf1ef6e72 Round up ms timeout 2 years ago
Yosh bf316b095c
Merge pull request #1035 from Colerar/patch-1
normalized badges style
2 years ago
Colerar 4d50499481
normalized badges style 2 years ago
Josh Triplett 798ce31e10
Merge pull request #1031 from kianmeng/fix-typos
Fix typos
2 years ago
Josh Triplett c6b2128ccd
Merge pull request #1030 from joshtriplett/file-eof-should-not-be-permanent
Fix file EOF to not be permanent: reading again should give new data
3 years ago
Kian-Meng Ang fc69db1703 Fix typos 3 years ago
Josh Triplett dfdf56cc9a Test that file EOF is not permanent: reading again should give new data 3 years ago
Josh Triplett 64b7791ee5 When read returns EOF, ensure future reads still check the file for EOF
Go back to the idle mode when returning EOF, so that the next read will
make another attempt to read from the file in case the file grew.
3 years ago
Yosh 21b72eb20d
Merge pull request #894 from jbr/dont-poll-after-eof-in-io-copy
io::copy: don't poll the reader again after eof while waiting for the writer to flush
3 years ago