Yoshua Wuyts
3f8ec5a007
Merge pull request #551 from killercup/feature/verbose-errors
...
verbose errors feature
5 years ago
nasa
3bc4d293dd
Merge pull request #503 from Razican/random_merge
...
Randomize Stream::merge to improve the throughput.
5 years ago
Yoshua Wuyts
f24b3a4520
Merge pull request #559 from k-nasa/fix_max_by_key
...
Fix stream max_by_key and min_by_key
5 years ago
razican
72ca2c1a24
Improved the code with some minor changes
5 years ago
k-nasa
b5e66c4f93
refactor: Refactoring option type handling
5 years ago
k-nasa
080875edc9
update min_by_key doc
5 years ago
k-nasa
ca71ad073b
fix stream min_by_key mistake
5 years ago
k-nasa
667bbc1019
doc: update doc test
5 years ago
k-nasa
64b2e10b93
fix max_by_key mistake
5 years ago
k-nasa
314a75da28
fix typo
5 years ago
Pascal Hertleif
c704643296
Remove verbose-errors cargo feature
5 years ago
Yoshua Wuyts
c6622475b2
Merge pull request #555 from stjepang/optimize-cargo-check
...
Macro optimization to reduce compilation times
5 years ago
Stjepan Glavina
65afd41a33
Once doesn't need Unpin bound ( #554 )
5 years ago
Stjepan Glavina
d3e7f32a30
Macro optimization to reduce compilation times
5 years ago
Razican
f6829859fe
Fixed deduplication of code
5 years ago
hhggit
2c9b558d14
add os::windows::symlink_{dir,file}
5 years ago
Pascal Hertleif
99ddfb3f93
Wrap code more clearly in cfg blocks
5 years ago
Pascal Hertleif
8ce3e78952
verbose errors feature
...
This adds a new "verbose-errors" feature flag to async-std that enables
wrapping certain errors in structures with more context. As an example,
we use it in `fs::File::{open,create}` to add the given path to the
error message (something that is lacking in std to annoyance of many).
5 years ago
sclaire-1
b2aaa8b825
Edit tutorial: implementing_a_client.md
...
Edited to improve reading flow
5 years ago
yjhmelody
223fcc30ee
fix code style for stream
5 years ago
k-nasa
76975a4441
Merge branch 'master' into fix_clippy
5 years ago
Yoshua Wuyts
355e2eded8
Merge pull request #547 from async-rs/unpin-successors-test
...
remove pin_mut from successors test
5 years ago
Yoshua Wuyts
6cc9e4dd2b
Merge pull request #544 from async-rs/update-futures-timer
...
update futures-timer & other deps
5 years ago
Yoshua Wuyts
ee23ba6e94
Merge pull request #545 from yjhmelody/stream-partition-patch
...
use `as_mut` for stream-partition
5 years ago
Yoshua Wuyts
d68dc659b2
remove pin_mut from successors test
...
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
5 years ago
Yoshua Wuyts
b5c3fb8bb5
Merge pull request #363 from felipesere/async-successors
...
Async successors
5 years ago
k-nasa
7d616c695d
refactor: change to as_mut
5 years ago
yjhmelody
a69b3a8a9e
use `as_mut` for stream-partition
5 years ago
k-nasa
a05b6a3810
fix: mutable ref
5 years ago
k-nasa
6cbf48f12d
fix clippy warn
5 years ago
k-nasa
91ee4c7b9f
doc: Add stream unzip doc
5 years ago
k-nasa
603b3c5085
add: Add stream unzip
5 years ago
Yoshua Wuyts
693a7257b8
Merge pull request #538 from k-nasa/stream_by_ref
...
Add stream by_ref
5 years ago
Yoshua Wuyts
8779c04dc7
upgrade all deps
...
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
5 years ago
Yoshua Wuyts
3564be9c0c
update futures-timer dep
...
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
5 years ago
k-nasa
df92c63337
fix: Add unstable features
5 years ago
k-nasa
31cf932d80
wip: Add stream unzip
5 years ago
Yoshua Wuyts
3c6d41ccb4
Merge pull request #541 from yjhmelody/stream-partition
...
add stream-partition
5 years ago
Yoshua Wuyts
837604b833
Merge pull request #542 from yjhmelody/update-doc
...
update doc url
5 years ago
yjh
74caed2d4b
Update src/io/seek/mod.rs
...
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
5 years ago
yjhmelody
76ec9c4563
update doc url
5 years ago
yjhmelody
d76b32e6d4
make it unstable and fix trait bound
5 years ago
yjhmelody
11268a80fb
add stream-partition
5 years ago
Yoshua Wuyts
c4ba11ff95
Merge pull request #535 from async-rs/docs-sender-recv
...
backlink channel types
5 years ago
k-nasa
de67bf0fd4
feat: Add stream by_ref
5 years ago
k-nasa
4ef55d4d7b
Enable CI on master branch
5 years ago
nasa
77a0419a3e
Merge pull request #536 from async-rs/count-unstable
...
mark Stream::count as unstable
5 years ago
Yoshua Wuyts
ce98834039
Merge pull request #531 from sclaire-1/master
...
Edit tutorial index.md
5 years ago
Yoshua Wuyts
30ff7b09b6
mark Stream::count as unstable
...
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
5 years ago
Yoshua Wuyts
c58747b5fc
Merge pull request #368 from starsheriff/stream_count
...
add stream::count
5 years ago