Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Tokio

An asynchronous I/O stack for the Rust programming language.
Collective - Host: opensource - https://opencollective.com/tokio - Website: https://tokio.rs - Code: https://github.com/tokio-rs

sync: remove stale comment (#6406)

github.com/tokio-rs/tokio - 5baa8d58ecca5f4b5c4fafe8ec030b8d0baa3ced authored 9 months ago by M.Amin Rayej <[email protected]>
readme: fix running loom tests guide (#6408)

github.com/tokio-rs/tokio - bd51feac474c3d08868a70dd7f262d37780a5370 authored 9 months ago by M.Amin Rayej <[email protected]>
io: use Mutex instead of spinlock (#6403)

github.com/tokio-rs/tokio - b2896feb5bf4c123c0c5b92f97f948ae11c7cdd2 authored 9 months ago by M.Amin Rayej <[email protected]>
chore: prepare tokio-test v0.4.4 (#6400)

github.com/tokio-rs/tokio - 3d0d0fd2af9192ca5cf2836451e96dffab68216a authored 9 months ago by Alice Ryhl <[email protected]>
chore: prepare tokio-stream v0.1.15 (#6401)

github.com/tokio-rs/tokio - 7cfb1007969e3fcb28b03854f3126caeca93932e authored 9 months ago by Alice Ryhl <[email protected]>
Fix layers being cloned for each request (#2586)

github.com/tokio-rs/axum - 19f6f7900f4997c23dfe978c7e903211f98a624c authored 9 months ago by David Pedersen <[email protected]>
Make nightly_error_messages feature compatible with latest nightly

github.com/tokio-rs/axum - 3569950a2e5a8ccee481a1b7632638a976a0cd7d authored 9 months ago by David Mládek <[email protected]>
io: implement `try_new` and `try_with_interest` for `AsyncFd` (#6345)

github.com/tokio-rs/tokio - e37bd6385430620f850a644d58945ace541afb6e authored 9 months ago by M.Amin Rayej <[email protected]>
Use ManuallyDrop instead of mem::forget (#675)

github.com/tokio-rs/bytes - 536db06f168bdef967afbeac0561bf774e9a1315 authored 9 months ago by Brad Dunbar <[email protected]>
sync: remove `'static` bound on `impl Sink for PollSender` (#6397)

In PR #5665, the `'static` bound has been removed on values sent into
`PollSender`. One of this...

github.com/tokio-rs/tokio - c9e75785c84a441199992ed38e49aeba2f061a24 authored 9 months ago by Vincent Palancher <[email protected]>
sync: update watch channel docs (#6395)

github.com/tokio-rs/tokio - 3141ed62287043b5400e24ac930b002dc7d11d92 authored 9 months ago by kim / Motoyuki Kimura <[email protected]>
sync: reorder const_new before new_with (#6392)

github.com/tokio-rs/tokio - ea1cfbdb97f524a1ae465c0f5454dd6690dd5e6e authored 9 months ago by Alice Ryhl <[email protected]>
readme: update commit message guidelines (#6393)

github.com/tokio-rs/tokio - fb2dc97468fead3c1d318f209a65648e11ade55d authored 9 months ago by Alice Ryhl <[email protected]>
sync: implement `Clone` for `watch::Sender` (#6388)

github.com/tokio-rs/tokio - a3d2548789d22d4bf193a4614f229944270e912c authored 9 months ago by kim / Motoyuki Kimura <[email protected]>
signal: fix typo in argument name (#6389)

github.com/tokio-rs/tokio - b4ab6472de9a0708873c5f14f3b8de03b149a1c5 authored 10 months ago by Yotam Ofek <[email protected]>
runtime: make the `enter` example deterministic (#6351)

github.com/tokio-rs/tokio - 3133af42e123b9469dad292ae3a090da915d23c5 authored 10 months ago by M.Amin Rayej <[email protected]>
chore: Update to actions/checkout@v4 (#910)

github.com/tokio-rs/prost - 7c04d977203c29c473b59f0aef2a280a46a0c3c6 authored 10 months ago by tottoto <[email protected]>
Remove which dependency. (#962)

github.com/tokio-rs/prost - a8e8c9db3a1ff5ce51a02f93d6f285901dff7391 authored 10 months ago by Lucas Kent <[email protected]>
chore: Update doc links in the README (#60)

github.com/tokio-rs/tokio-metrics - 47fbe3bae75b7c285dc39b9412c3d22a8e20d6f2 authored 10 months ago by kim / Motoyuki Kimura <[email protected]>
Update generator to 0.8.1 (#338)

github.com/tokio-rs/loom - 2d5f2f3166243f79f385bae623b068f354e2a939 authored 10 months ago by Fredrik Fornwall <[email protected]>
chore: fix deprecated circleci image (#6379)

github.com/tokio-rs/tokio - 1f924f95f12c362f5116c560acfa005149f110a1 authored 10 months ago by Patrick McGleenon <[email protected]>
Add missing `unwrap()`s (#753)

github.com/tokio-rs/website - ab33e69a2ca5c0126a262a3c67769490e86f0827 authored 10 months ago by Akhilesh Singhania <[email protected]>
Upgrade to opentelemetry 0.22 (#100)

## Motivation

Would like to upgrade to opentelemetry 0.22.

## Solution

This seems mostl...

github.com/tokio-rs/tracing-opentelemetry - 5e3354ec24debcfbf856bfd1eb7022459dca1e6a authored 10 months ago by Dirkjan Ochtman <[email protected]>
test: mark `Spawn` as `#[must_use]` (#6371)

github.com/tokio-rs/tokio - f6d061919f7a56eebf78edb1d1d379fadad33b6a authored 10 months ago by kim / Motoyuki Kimura <[email protected]>
Always set #![no_std] to fix redundant import warning (#143)

github.com/tokio-rs/slab - f7b621f6cf2bc84f32214029b32d587d18277e3d authored 10 months ago by Taiki Endo <[email protected]>
chore: Add some lint checks (#59)

github.com/tokio-rs/tokio-metrics - 9700cda4501af81df4944e80fed91dbc80049819 authored 10 months ago by kim / Motoyuki Kimura <[email protected]>
add HermitOS support for all examples

github.com/tokio-rs/mio - d4bd77860e5557eacdd2f64b18e496835173baed authored 10 months ago by Stefan Lankes <[email protected]>
simplify code, merge lines together

github.com/tokio-rs/mio - bc735561f2d79360029cc22659786f2335b56dca authored 10 months ago by Stefan Lankes <[email protected]>
use last_os_error to get the platform-dependent error

github.com/tokio-rs/mio - c079fab6bdb3201edf77bef4a72ce1b19082f38c authored 10 months ago by Stefan Lankes <[email protected]>
merge unix and hermit code blocks to one code block

github.com/tokio-rs/mio - cc0b4fe1f66a15793ecb96410700e49073f19a7f authored 10 months ago by Stefan Lankes <[email protected]>
include hermit_abi as libc

github.com/tokio-rs/mio - 8bdb4e7e835b2d2508949490d3d99940b5308871 authored 10 months ago by Stefan Lankes <[email protected]>
switch to the latest verion hermit-abi

github.com/tokio-rs/mio - 41f1c5d614c7d110d00f654ec4856c5564242f71 authored 10 months ago by Stefan Lankes <[email protected]>
add support of HermitOS

HermitOS is a library operating system. It it is partly compatible
to Unix. Consequently, the sy...

github.com/tokio-rs/mio - 98369780290621357351f5c8063c2063e58ee378 authored 10 months ago by Stefan Lankes <[email protected]>
merge syscall blocks together

- increase the readability

github.com/tokio-rs/mio - 2dd7e54a3ced39abbe493d19f94d02e38af662c7 authored 10 months ago by Stefan Lankes <[email protected]>
add HermitOS support for SourceFd

github.com/tokio-rs/mio - 1f8c6037ad0570e051d36e0862f2d01eaa78a3de authored 10 months ago by Stefan Lankes <[email protected]>
sync: fix missing period in broadcast docs (#6377)

github.com/tokio-rs/tokio - f5ca423bf1587a17f9c0f02b75d6ad5860b9c029 authored 10 months ago by Lev Kokotov <[email protected]>
Remove commented tests for Bytes::unsplit (#677)

Bytes doesn't have an unsplit method anymore. We can always retrieve
these from git history if ...

github.com/tokio-rs/bytes - ca004117f86afccd36148dee7c8413cfaf9de6a4 authored 10 months ago by Brad Dunbar <[email protected]>
Remove redundant reserve call (#674)

github.com/tokio-rs/bytes - 7968f6f83d17175683e04ce56aa48e44ed7d0d98 authored 10 months ago by Brad Dunbar <[email protected]>
tokio: mark 1.36 as an LTS release (#6375)

github.com/tokio-rs/tokio - e0d33c4a202896127cb134aebbb8cf535b0abb9d authored 10 months ago by Alice Ryhl <[email protected]>
ci: update FreeBSD image to 14 (#6376)

github.com/tokio-rs/tokio - 31252796978aee69d0c859dacceee92ff6a7ccf5 authored 10 months ago by Alice Ryhl <[email protected]>
copy_to_bytes: Add panic section to docs (#676)

Fixes #454.

github.com/tokio-rs/bytes - c5fae00c76dbd1af7ea7b6cde7a9281d82ee7cd2 authored 10 months ago by Brad Dunbar <[email protected]>
fix typo in prometheus_metrics_example (#2627)

Signed-off-by: Vigith Maurice <[email protected]>

github.com/tokio-rs/axum - b6b203b3065e4005bda01efac8429176da055ae2 authored 10 months ago by Vigith Maurice <[email protected]>
Use Iterator from the prelude (#673)

CI is [failing][failure] due to unused_imports because Iterator is
already in the prelude. Remo...

github.com/tokio-rs/bytes - 99584cc10d66cb6880a20c5ac9b9a960f9c17823 authored 10 months ago by Brad Dunbar <[email protected]>
tracing: fix event macros with constant field names in the first position (#2883)

## Motivation

Const argumetns in `level!` macros do not work when in the first
position.
...

github.com/tokio-rs/tracing - 908cc432a5994f6e17c8f36e13c217dc40085704 authored 10 months ago by David Mládek <[email protected]>
Add v0.8.11 changelog

github.com/tokio-rs/mio - 3c131a122205ee6762ebbc24bff272caf3e3fc3b authored 10 months ago by Thomas de Zeeuw <[email protected]>
try fixing CI

github.com/tokio-rs/mio - 6fd5dd0d615a66a30a449d3f8eb1266dad96af62 authored 10 months ago by Carl Lerche <[email protected]>
add an extra comment about the event.data shift

github.com/tokio-rs/mio - dc3b3f63ba34e2189d9e57fd83b1d4ce5a52385e authored 10 months ago by Carl Lerche <[email protected]>
named-pipes: fix receiving IOCP events after deregister

github.com/tokio-rs/mio - 04c3bb6ef23d217ee7f8f68e3e6d0d9fcddd1520 authored 10 months ago by Carl Lerche <[email protected]>
chore: Add dep: prefix to feature dependencies (#919)

Co-authored-by: Lucio Franco <[email protected]>

github.com/tokio-rs/prost - 396168292df5bf4e953722257900f1a0384dff63 authored 10 months ago by tottoto <[email protected]>
style: Remove duplicate function call (#989)

Co-authored-by: Lucio Franco <[email protected]>

github.com/tokio-rs/prost - 80f2f7a280a786c515177620966a7500d0e0a540 authored 10 months ago by Casper Meijn <[email protected]>
chore(ci): add merge group (#990)

github.com/tokio-rs/prost - b785e6a6e17e83cd33894d7c82e2d6421ba07f0d authored 10 months ago by Lucio Franco <[email protected]>
really test decode_varint_slow (#977)

* really test decode_varint_slow instead of passing it slices that have already been emptied

...

github.com/tokio-rs/prost - 93534070eab4770ed17ef9cca3ab2a0848ca897c authored 10 months ago by Kent Ross <[email protected]>
fix: fq_message_name should begin with one dot (#981)

When package name is empty, but type_path is filled, the fq_message_name should begin with a sin...

github.com/tokio-rs/prost - a4538f2e1e1d3f1b98f6ac5f0496a8d7f4c920b3 authored 10 months ago by Casper Meijn <[email protected]>
Handle spurious wakeups (#740)

github.com/tokio-rs/website - 278a2b1acc7aa6c073ab70d68cc9f6e09fbe0e36 authored 10 months ago by Isaiah Becker-Mayer <[email protected]>
remove i64_histogram support (#99)

rust-opentelemetry has dropped this, as it is
recommended against by the otel spec.

github.com/tokio-rs/tracing-opentelemetry - 6cdd4d7cfbc49122034732c69cbe16352f6ed999 authored 10 months ago by Robert Collins <[email protected]>
fix: process parallel events and potential deadlock in `on_record` (#95)

## Motivation

#94 - Mutli-threaded tracing drops most of the events

## Solution

I have ...

github.com/tokio-rs/tracing-opentelemetry - 4f747a0983fd1c97bd07a691e223bd13fd5a6c3c authored 10 months ago by David Mládek <[email protected]>
fix markdown doc test code hiding to match librustdoc (#751)

https://github.com/rust-lang/rust/blob/0ecbd0605770f45c9151715e66ba2b3cae367fcb/src/librustdoc/h...

github.com/tokio-rs/website - e8d745806e7eeefa49ad109ca9d55dde36b34fcc authored 10 months ago by PeterD1524 <[email protected]>
runtime: add doc link from `Runtime` to `#[tokio::main]` (#6366)

github.com/tokio-rs/tokio - 5658d7c5032ade1bd0b18e3ec5b2b788eeac630e authored 10 months ago by Kevin Reid <[email protected]>
Fix typo in CONTRIBUTING.md (#2612)

github.com/tokio-rs/axum - b03f6c1184723bdc079215222fc168ef96847dea authored 10 months ago by David Mládek <[email protected]>
Merge pull request #49 from james58899/add-peek

Add peek

github.com/tokio-rs/tokio-openssl - 01d32fa2ac2358cf4b226f86d1b73ad7278df7b3 authored 10 months ago by Steven Fackler <[email protected]>
Refactor split_at/split_to (#663)

* set len a little more concisely
* inline set_end
* remove kind assertions
* remove a duplic...

github.com/tokio-rs/bytes - 46289278f52a26c12298779f4aaebad1dcb26d35 authored 10 months ago by Brad Dunbar <[email protected]>
chore: fix typo in README (#970)

Co-authored-by: Lucio Franco <[email protected]>

github.com/tokio-rs/prost - 7f1c3034075a89fdf715822a7701f5084211f582 authored 10 months ago by sefidel <[email protected]>
Fix broken prost-build link. (#967)

This appears to reference a section in the markdown that no longer exists.
Reference the docs.r...

github.com/tokio-rs/prost - e6329a7e5862ade91ea929d48221caca8fb24652 authored 10 months ago by Ryan Roden-Corrent <[email protected]>
chore: Fix minimal versions (#920)

* chore(build): Fix log minimal version

* chore: Add ci to check minimal versions

--------...

github.com/tokio-rs/prost - 7f15b876f49837502c8bba1f92ced2fe2f37888c authored 10 months ago by tottoto <[email protected]>
Update no_atomic.rs and CI config (#127)

Co-authored-by: Taiki Endo <[email protected]>

github.com/tokio-rs/valuable - c8668b09d927f119d6b25c5e83a258ce1f240be4 authored 10 months ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
ci: downgrade to QEMU 7.2 for cross-compile builds (#6361) (#6363)

github.com/tokio-rs/tokio - a2096049ee2b8e30b420ba7ecff6b81e609428b3 authored 10 months ago by Patrick McGleenon <[email protected]>
ci: Unbreak cargo-deny action (#2613)

github.com/tokio-rs/axum - 4d65ba0215b57797193ec49245d32d4dd79bb701 authored 10 months ago by Jonas Platte <[email protected]>
task: add `TaskLocalFuture::take_value` (#6340)

github.com/tokio-rs/tokio - 94db07b379092ac49527d98166dab43fc1197f27 authored 10 months ago by kim / Motoyuki Kimura <[email protected]>
prost-build: optimise derived prost::Name (#956)

When deriving prost::Name, prost-bulid generates the following code
for full_name and type_url ...

github.com/tokio-rs/prost - 0a64a09158eee89f04700b5761c474d9feb11a16 authored 10 months ago by Michal Nazarewicz <[email protected]>
Make sim_elapsed function safe to call outside of simulation (#170)

If customer set custom timer for tracing subscriber that uses
sim_elapsed to log simulation tim...

github.com/tokio-rs/turmoil - cbaaaba6be45133ebfc5e0200ed2124b5498b289 authored 10 months ago by Sergii Tereshchenko <[email protected]>
Add @generated comment on top of generated files (#935)

github.com/tokio-rs/prost - 54838c62354cce1831b47251fd5a61a1cd188387 authored 10 months ago by Nicolas Belouin <[email protected]>
Fix issue tracker link in async-backtrace blog post (#749)

github.com/tokio-rs/website - f26e91b99b5747a6595ea63e46cae3bdf831c5c4 authored 10 months ago by Alice Ryhl <[email protected]>
docs: fix docsrs build without net feature (#6360)

github.com/tokio-rs/tokio - 099ee23b65a2755589fa0543ebd7b30eb9fb823e authored 10 months ago by qj <[email protected]>
macros: Fix non-simple macro usage without message (#2879)

If something like `warn!(?foo)` and `warn!(name: "foo", ?foo)` works, then `warn!(name: "foo", t...

github.com/tokio-rs/tracing - 0e3577f6f3995b92accee21e0737c25ef0f1953c authored 10 months ago by Tobias Bieniek <[email protected]>
chore: Bump MSRV to 1.70 (#982)

Rust 1.70 is 7 month old at this time. A transient dependency `home` requires at least rust 1.70...

github.com/tokio-rs/prost - 3cb37f2d2064d478db96b16b3d87582b14631224 authored 10 months ago by Casper Meijn <[email protected]>
Honor explicit parent spans for events (#92)

## Motivation

Currently, when an event is created, no matter what is set as its
parent, `Ope...

github.com/tokio-rs/tracing-opentelemetry - 101dc8990d6bcd6ef49813242abafc99bbe85014 authored 10 months ago by David Mládek <[email protected]>
chore: fix typos (#91)

github.com/tokio-rs/tracing-opentelemetry - 8b20ca4ffb2f53c730624f62acd48327806070b8 authored 10 months ago by David Mládek <[email protected]>
macros: Fix missing field prefixes (#2878)

## Motivation

In the simple macro cases with e.g. only "name" or only "target" these
prefixe...

github.com/tokio-rs/tracing - 045b22ecd90318447b7973dc31baa118f812ec89 authored 10 months ago by Tobias Bieniek <[email protected]>
runtime: fix leaking registration entries when os registration fails (#6329)

github.com/tokio-rs/tokio - b32826bc937a34e4d871c89bb2c3711ed3e20cdc authored 10 months ago by M.Amin Rayej <[email protected]>
macros: allow select with only else branch (#6339)

github.com/tokio-rs/tokio - 2ce1cee0f9386bc808a32010339464ebbbd38e2d authored 10 months ago by Gil Shoshan <[email protected]>
io: document cancel safety of `AsyncReadExt`'s primitive read functions (#6337)

github.com/tokio-rs/tokio - 84e41d4affe2f94d892c5ab2320db6d695fca536 authored 10 months ago by M.Amin Rayej <[email protected]>
task: fix documentation links (#6336)

github.com/tokio-rs/tokio - db6929ad62a1cebb088d7b5c5c16d689c49449b9 authored 10 months ago by Val Lorentz <[email protected]>
feat: add simple tokio redis example (#2543)

github.com/tokio-rs/axum - d703e6f97a0156177466b6741be0beac0c83d8c7 authored 10 months ago by drbh <[email protected]>
add minijinja templating example (#2523)

github.com/tokio-rs/axum - 6bc400104eee68d677c004996ae2030d39977d9f authored 10 months ago by Deffendor <[email protected]>
Update ECOSYSTEM.md (#2560)

github.com/tokio-rs/axum - 5b4dc2dafe6408702309950af90a8278019d456b authored 10 months ago by Mahdi <[email protected]>
Document usage of concrete state in `FromRequest` macro (#2550) (#2581)

github.com/tokio-rs/axum - 66b3b3df55b23dc3c172fb59ccdd528f8b8b18c5 authored 10 months ago by David Mládek <[email protected]>
util: add examples for FramedRead and FramedWrite (#6310)

github.com/tokio-rs/tokio - e25d661e08342ee14ea285e691ab2cf517ac72de authored 10 months ago by M.Amin Rayej <[email protected]>
chore: update CI to clippy 1.76 (#6334)

Co-authored-by: Rafael Bachmann <[email protected]>

github.com/tokio-rs/tokio - e392c4ff1effb7b35459a0d915831aaf41184d78 authored 11 months ago by Patrick McGleenon <[email protected]>
chore: remove outdated link (#2497)

github.com/tokio-rs/axum - 62324aad912f17059c0952bea5989d27f05a96b3 authored 11 months ago by Kirill Zaborsky <[email protected]>
Run cargo clippy --fix to fix CI (#2568)

… and allow one lint.

github.com/tokio-rs/axum - a3ec44a5a07265cc3d7fb3b5c71d183e87de8b91 authored 11 months ago by Martin Nordholts <[email protected]>
fix(console): only trigger lints on async tasks (#517)

This branch changes existing lints to only trigger with tasks that are
async; those are all exc...

github.com/tokio-rs/console - 45932229fb5aea7a4994a7644bded9baf2776ea8 authored 11 months ago by mersey <[email protected]>
sync: add `forget_permits` method to semaphore (#6331)

github.com/tokio-rs/tokio - 0fbde0e94b06536917b6686e996856a33aeb29ee authored 11 months ago by kim / Motoyuki Kimura <[email protected]>
feat(subscriber): Reduce retention period to fit in max message size (#503)

If the initial update message would be too big for tokio-console's grpc
decoder, reduce the rete...

github.com/tokio-rs/console - bd3dd71eb0645c028858967ed5b3f14ed34d0605 authored 11 months ago by Graham King <[email protected]>
get_vec_pos: use &self instead of &mut self (#670)

I can't see any reason that get_vec_pos needs a &mut self.

github.com/tokio-rs/bytes - 1bcd2129d195a0722d8b5b1a16c7d33698701f2e authored 11 months ago by Brad Dunbar <[email protected]>
set_vec_pos does not need a second parameter (#672)

The second argument to `set_vec_pos` always contains the value of
`self.data`. Let's just use `...

github.com/tokio-rs/bytes - f586ffc52589f01be1b4a44d6544b3d0226773d6 authored 11 months ago by Brad Dunbar <[email protected]>
Calculate original capacity only if necessary (#666)

We don't need the original capacity if the shared data is unique, so
let's not calculate it unt...

github.com/tokio-rs/bytes - c6972d61328be113ec8e80c207815a4b84fe616c authored 11 months ago by Brad Dunbar <[email protected]>
Use sub instead of offset (#668)

We're always subtracting here, and we already have a usize, so `sub`
seems like a more appropri...

github.com/tokio-rs/bytes - 47e83056f28e15e4ca68056a0136f3920b753783 authored 11 months ago by Brad Dunbar <[email protected]>
Restore commented tests (#665)

These seem to have been commented by accident in #298, and are still
passing.

github.com/tokio-rs/bytes - 8bcac21cb44c112f20e8dd31475033ff448e35ce authored 11 months ago by Brad Dunbar <[email protected]>
chore(deps): bump h2 from 0.3.18 to 0.3.24 (#509)

Bumps [h2](https://github.com/hyperium/h2) from 0.3.18 to 0.3.24.
- [Release notes](https://git...

github.com/tokio-rs/console - b0e3196bdd25f7b191e76c52e532930212684c66 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>