Marc-Antoine Perennou
2987d21562
Merge pull request #1083 from Keruspe/+release-prepare
...
Prepare 1.13.0 release
2024-09-06 21:46:12 +02:00
Marc-Antoine Perennou
0c382dbf37
Bump version to 1.13.0
2024-09-06 21:41:52 +02:00
Marc-Antoine Perennou
566684c240
CHANGELOG.md: updates for 1.13.0
2024-09-06 21:41:52 +02:00
Marc-Antoine Perennou
1c1b209613
Merge pull request #1085 from Keruspe/release-prepare
...
Fix the CI
2024-08-21 10:18:20 +02:00
Marc-Antoine Perennou
57eafb41d0
silence warnings reported by newer rust versions
2024-08-21 10:13:50 +02:00
Marc-Antoine Perennou
79c89d779d
deps: update gloo-timers to 0.3
2024-08-21 10:04:51 +02:00
Marc-Antoine Perennou
19ccd348bd
Merge pull request #1084 from sunfishcode/main
2024-08-21 07:49:37 +02:00
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.
2024-08-20 17:40:24 -07:00
Marc-Antoine Perennou
74dbd3a829
Merge pull request #1082 from jayvdb/typos
...
Fix typos
2024-08-20 22:08:02 +02:00
Marc-Antoine Perennou
3074209c9f
Merge pull request #1064 from frisoft/main
...
Update license field following SPDX 2.1 license expression standard
2024-08-20 22:05:22 +02:00
John Vandenberg
0633c94c7b
Fix typos
2024-08-20 08:03:49 +08:00
Friedel Ziegelmayer
b7be2183d5
Merge pull request #1076 from Nereuxofficial/patch-1
...
Updated note about cargo add since it is now integrated in cargo
2024-06-18 21:41:01 +02:00
Nereuxofficial
79c2345e0f
Updated note about cargo add since it is now integrated in cargo
2024-06-18 21:23:47 +02:00
Marc-Antoine Perennou
8947d8e03c
Merge pull request #1069 from Keruspe/update-deps
2024-02-12 10:39:05 +01:00
Jeremiah Senkpiel
02738cad17
Merge pull request #1070 from ChocolateLoverRaj/patch-1
...
Fix typo: at a time instead of at time
2024-01-04 11:57:14 -08:00
Rajas Paranjpe
2e8c579218
Fix typo: at a time instead of at time
2023-11-25 19:55:26 -08:00
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
2023-11-23 15:01:15 +01:00
Marc-Antoine Perennou
1adaa09626
update async-* dependencies
...
Don't update async-channel as Receiver is now `!Unpin`.
2023-11-23 15:01:07 +01:00
Andrea Frigido
7562c3fde6
chore: Update license field following SPDX 2.1 license expression standard
2023-08-13 14:59:51 +01:00
Josh Triplett
8fea050099
Merge pull request #1057 from xxchan/xxchan/scattered-perch
...
update async-* dependencies
2023-08-11 17:15:18 -07:00
xxchan
e393c73339
update async-* dependencies
2023-05-03 21:52:23 +02:00
Josh Triplett
7c95bce535
Merge pull request #1036 from notgull/main
...
Implement I/O-safe traits on types
2023-05-02 01:00:42 +09:00
John Nunley
c17710366b
Update src/fs/file.rs
...
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
2023-05-01 07:05:30 -07:00
jtnunley
dc7bb8e97d
Fix minor issues
2023-04-30 10:00:35 -07:00
jtnunley
27f26ea430
iline docs
2023-04-30 09:58:28 -07:00
jtnunley
c63c43341a
add end-of-file newline
2023-04-30 09:58:28 -07:00
jtnunley
e1d66f53a2
code review
2023-04-30 09:58:28 -07:00
jtnunley
7c408f11dc
add I/O safe traits
2023-04-30 09:58:28 -07:00
Josh Triplett
1855e858e6
Merge pull request #1044 from notgull/timeout_roundup
...
Round up timeout to the nearest millisecond for WASM
2023-05-01 00:53:53 +09:00
Josh Triplett
ef6ebb18ed
Merge pull request #1049 from icedrocket/main
...
Fix GitHub Actions badge
2023-05-01 00:26:16 +09:00
Josh Triplett
707fd53421
Merge pull request #1056 from Enselic/prevent-lock-guard-races
...
Prevent races between dropping File LockGuard and waking its tasks
2023-04-07 15:02:19 +09:00
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.
2023-04-07 06:05:48 +02:00
icedrocket
0e3b11e637
docs: fix github actions badge
2022-12-19 17:05:12 +09:00
jtnunley
fbf1ef6e72
Round up ms timeout
2022-11-25 14:14:31 -08:00
Yosh
bf316b095c
Merge pull request #1035 from Colerar/patch-1
...
normalized badges style
2022-07-29 18:07:26 +02:00
Colerar
4d50499481
normalized badges style
2022-07-29 20:13:15 +08:00
Josh Triplett
798ce31e10
Merge pull request #1031 from kianmeng/fix-typos
...
Fix typos
2022-07-13 09:50:02 -07:00
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
2022-07-01 15:29:27 -07:00
Kian-Meng Ang
fc69db1703
Fix typos
2022-06-30 20:46:04 +08:00
Josh Triplett
dfdf56cc9a
Test that file EOF is not permanent: reading again should give new data
2022-06-30 02:02:28 -07:00
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.
2022-06-30 02:02:28 -07:00
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
2022-06-21 12:16:59 +02:00
Josh Triplett
996ff48f6d
Merge pull request #1029 from joshtriplett/seek-ext
...
Export `BufReadExt` and `SeekExt` from `async_std::io`
2022-06-20 16:14:04 -07:00
Josh Triplett
955fa65a64
Fix whitespace errors in a test
2022-06-20 03:53:33 -07:00
Josh Triplett
ba24561146
Export BufReadExt
and SeekExt
from async_std::io
...
`async_std::io` exports `Read`, `ReadExt`, `Write`, `WriteExt`,
`BufRead`, and `Seek`. But it does not export `BufReadExt` and
`SeekExt`; those only appear in `async_std::io::prelude`.
Export both `BufReadExt` and `SeekExt` from `async_std::io`. This makes
it easier for code not using the prelude to import all of the I/O traits
it uses from the same module.
2022-06-20 01:03:57 -07:00
Josh Triplett
1785b90e6f
CHANGELOG.md: Fix typo
2022-06-18 15:16:43 -07:00
Josh Triplett
1130279831
Merge pull request #1027 from joshtriplett/twelve
...
1.12.0
2022-06-18 10:38:02 -07:00
Josh Triplett
6856d509cb
Cargo.toml: Bump version to 1.12.0
2022-06-18 10:28:34 -07:00
Josh Triplett
df53df2b53
CHANGELOG.md: Changelog for 1.12.0
2022-06-18 10:28:34 -07:00
Josh Triplett
27ed889c67
CHANGELOG.md: Fix typo
2022-06-18 10:28:30 -07:00