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

chore: add opentelemetry-otlp integration example (#53)

## Motivation

* Provide specific example of how to set up various opentelemetry
configration...

github.com/tokio-rs/tracing-opentelemetry - 11d57b80923e4391c222653bd07ea1972eab10e0 authored over 1 year ago
docs: update semantic-conventions link (#52)

## Motivation

* Update semantic-conventions repository link to newly created one.
* Update t...

github.com/tokio-rs/tracing-opentelemetry - 680f91dcdf55ffb890ebc379e52080618b6c4abe authored over 1 year ago
io: pass through IO traits for `StreamReader` and `SinkWriter` (#5941)

github.com/tokio-rs/tokio - 59c93646898176961ee914c60932b09ce7f5eb4f authored over 1 year ago
chore: prepare tokio-test v0.4.3 (#5943)

github.com/tokio-rs/tokio - 3b79be624d83d6763e23728a44c90963f0353f5c authored over 1 year ago
Release v0.4.9 (#139)

github.com/tokio-rs/slab - b709dcf8f0884f2e041aa6a6cb4cf54200aa5491 authored over 1 year ago
sync: add const fn `OnceCell::from_value` (#5903)

Signed-off-by: Jiahao XU <[email protected]>

github.com/tokio-rs/tokio - 8955ed5f8525d3585d99e762452978edb69a73ad authored over 1 year ago
Remove redundant bindings

github.com/tokio-rs/axum - 11b24f789858b33cc3078dd29d5097294b960eb5 authored over 1 year ago
Remove unused `mut`

github.com/tokio-rs/axum - 24f0f3eae8054c7a495cd364087f2dd7fa8b87e0 authored over 1 year ago
Enable sys::unix::pipe when using pipe based Waker

This also adds a new function sys::unix::pipe::new_raw that creates a
pipe, returning the raw fd...

github.com/tokio-rs/mio - 9f21ce1eed11cc85a75164475317e1124759098c authored over 1 year ago
Add AIX operating system support

github.com/tokio-rs/mio - 605ba7803d329a4d45e27d33d15221ff9b9bfaf3 authored over 1 year ago
Implement pipe2 for AIX

AIX does not have pipe2 system call. Use pipe with fcntl instead.

github.com/tokio-rs/mio - 808dbb0ea605e200345a89593c704b73b6d820b7 authored over 1 year ago
Reuse pipe2 polyfill code

github.com/tokio-rs/mio - e7a0685751fa5f4f952e9727eed4b09d180389f0 authored over 1 year ago
Fix formatting (#138)

github.com/tokio-rs/slab - 67e184f349e2f1783d003f1a308f2aacbf43a03c authored over 1 year ago
Make Slab::clone_from avoid reallocation (#137)

github.com/tokio-rs/slab - 8718c40d6b37e2ef0de20d4b055492c29548db11 authored over 1 year ago
Update shutdown.md (#715)

github.com/tokio-rs/website - 6ddd7407671535ae74cf20d0cfd176d7c610e8dd authored over 1 year ago
sync: add `Semaphore` example that limits open files (#5939)

github.com/tokio-rs/tokio - bc26934e3bedd3b46dd406622a95e1ea14c03be0 authored over 1 year ago
derive: update syn to 2.0 (#118)

github.com/tokio-rs/valuable - 8c454fe4de85e64ff25d3d3825c8e671ee26ea2e authored over 1 year ago
docs: added trailing backticks (#5938)

github.com/tokio-rs/tokio - 3d64a06600179f85c3f20022733bb0c97e3367b5 authored over 1 year ago
subscriber: support `NO_COLOR` in `fmt::Subscriber` (#2647)

## Motivation

It's necessary at times to be able to disable ANSI color output for
rust util...

github.com/tokio-rs/tracing - 81ab9d6faedaf5a1e4b9d69567949052a401e723 authored over 1 year ago
tracing: fix `wasm_bindgen_test` macros (#2675)

## Motivation

Tests involving `wasm_bindgen_test` currently fail:

https://github.com/tokio...

github.com/tokio-rs/tracing - 6c530d5b07c678d8f103c216edd62bc22c370679 authored over 1 year ago
chore: prepare Tokio v1.32.0 release (#5937)

github.com/tokio-rs/tokio - a7d52c2fede5ebd8f6e49d52a4af77138e0bd6e1 authored over 1 year ago
rt: improve docs for Builder::max_blocking_threads (#5793)

Closes #5777

github.com/tokio-rs/tokio - f5f2b58b8dc6fcfb22d9c917d6c87410adab81e9 authored over 1 year ago
docs: BytesMut::with_capacity does not guarantee exact capacity (#5870)

github.com/tokio-rs/tokio - 718dcc8dff0262835c2972cf031bc2421398ffc6 authored over 1 year ago
io: add `Ready::ERROR` and report error readiness (#5781)

Add `Ready::ERROR` enabling callers to specify interest in error readiness. Some platforms use e...

github.com/tokio-rs/tokio - 10e141d211526559190b97904508e3aee6c1fece authored over 1 year ago
rt(alt): tweak some constants to improve scalability (#5935)

This patch aims to reduce the number of threads that get no-op wakeups.

github.com/tokio-rs/tokio - 6e42c26c803e39ea92251487ddd50322b170c52d authored over 1 year ago
Remove useless commented code (#2178)

Signed-off-by: hi-rustin <[email protected]>

github.com/tokio-rs/axum - 52a90390195e884bcc12ff5bd9fd805cac806447 authored over 1 year ago
Fix documentation for MethodRouter::into_make_service (#2176)

github.com/tokio-rs/axum - e84a67e568a5ae9a013e9ad9d4944502af8083ec authored over 1 year ago
chore: use pprof in the benchmark for metrics (#51)

## Motivation

Use pprof if possible as well as trace benchmark

github.com/tokio-rs/tracing-opentelemetry - fee6cbf238f0d44ce6ca8e7d8fdcd7c08b18a20e authored over 1 year ago
prepare v0.3.0 release (#53)

github.com/tokio-rs/tokio-metrics - 3230aa81fcc624196870b0efd5f14bdd4cbe37ad authored over 1 year ago
rt: expose poll count histogram (#52)

github.com/tokio-rs/tokio-metrics - 017cdc3ab34137378755a6204abfacf6afb88871 authored over 1 year ago
rt: support mean poll duration metric (#50)

github.com/tokio-rs/tokio-metrics - ceb1b1d151de6e38b17cd76bdc5b2808809719e7 authored over 1 year ago
Don't create a `RouteId` if routes can be merged (#2174)

github.com/tokio-rs/axum - 483ba7d5b596ecbc7602a09f0ee2546385ebe818 authored over 1 year ago
io: minor tweaks to `AsyncFd` (#5932)

github.com/tokio-rs/tokio - 82bef00db452a91382e6f122ac99726cda79a5bc authored over 1 year ago
docs: Add `clippy-tracing` to related crates (#2628)

## Motivation

Sharing tooling.

## Solution

Adds `clippy-tracing` to related crates.

...

github.com/tokio-rs/tracing - 887b9e79bacc85f894688f4f4bc2ef93760c28f3 authored over 1 year ago
readme: list previous LTS releases (#5931)

github.com/tokio-rs/tokio - 40633fc678251f7515d1d6429cbf4fe4aa59e37d authored over 1 year ago
sync: move broadcast waiters into separate list before waking (#5925)

Within `notify_rx`, looping while re-locking and re-reading from
`Shared.tail` as long as there...

github.com/tokio-rs/tokio - 3dd5f7ae2e6e7bb78de4ffb6469b96603293d2bb authored over 1 year ago
docs(field): remove duplicate wording (#2674)

github.com/tokio-rs/tracing - 8f4157e0f8ee3bfaba075601d99b94cd48e63c24 authored over 1 year ago
core: ensure callsites in test have unique addresses (#2681)

The test relies on TEST_CALLSITE_1 and TEST_CALLSITE_2 to have
different addresses. However, as...

github.com/tokio-rs/tracing - 5321e52263e24788a78363bd4411d8c04671bee3 authored over 1 year ago
Simplify gRPC and axum examples (#137)

github.com/tokio-rs/turmoil - 7616f9a4645e73b3f4f5ec13c26ea24be168d464 authored over 1 year ago
chore: Update ci (#854)

* chore: Fix yaml indent

* chore: Replace arduino/setup-protoc with taiki-e/install-action

...

github.com/tokio-rs/prost - 9c877ce32ec0c465e437144c1bf4a27cb3aa705c authored over 1 year ago
Fix `non_snake_case` warning on generated identity functions (#891)

The `Message` derive macro currently generates `Debug` implementations
that contain code that v...

github.com/tokio-rs/prost - 65451cc4cbffaca578de1a8f4a218cca2ec1c9ac authored over 1 year ago
Remove redundant space in the comment (#2172)

Signed-off-by: hi-rustin <[email protected]>

github.com/tokio-rs/axum - f7988398d00e4d20ac8b480e1d239d403097312e authored over 1 year ago
Skip MSRV test for macOS

According to https://github.com/rust-lang/rust/issues/105167 and
https://github.com/rust-lang/ru...

github.com/tokio-rs/mio - 8dd37c5e14bf7031365321c5aad5dc85788b9a09 authored over 1 year ago
Run the MSRV CI check on more platforms

Since we have fairly complex dependencies now I think it's best to run
the check on more platforms.

github.com/tokio-rs/mio - 2856112500284f83dcdfa6de20dda2516caa59fb authored over 1 year ago
process: stabilize `Command::raw_arg` (#5930)

github.com/tokio-rs/tokio - 2c92cad9db3c3a30250b9d50e3e9dab88e6db42f authored over 1 year ago
streams: create StreamMock for testing Streams (#5915)

Introduce a new mock type to tests streams and eventually
sinks. Only includes next() and wait(...

github.com/tokio-rs/tokio - 197757d44014639031726e3ea2b224ce750db7c4 authored over 1 year ago
chore: upgrade io-uring to 0.6.0 (#277)

Signed-off-by: Li Zhanhui <[email protected]>

github.com/tokio-rs/tokio-uring - d5e90539bd6d1c518e848298564a098c300866bc authored over 1 year ago
chore: prepare Tokio v1.31.0 release (#5928)

github.com/tokio-rs/tokio - 8b8005ebddbce0ec6d5e437905d00b91f3999b97 authored over 1 year ago
Move off of opentelemetry in favor of separate crates. (#48)

## Motivation

`opentelemetry::sdk` is going to be deprecated in favor of a dedicated crate.
...

github.com/tokio-rs/tracing-opentelemetry - e9148988fc053c617cc50f957599e5dc943c3811 authored over 1 year ago
docs: add metrics layer attributes description (#49)

## Motivation

* fix broken link in doc
* update histogram metrics field prefix (`value` -> `...

github.com/tokio-rs/tracing-opentelemetry - 473a500d5aa75d7fbe1e5b818acdfedb624e2523 authored over 1 year ago
Remove mips64 from ci

github.com/tokio-rs/io-uring - 6671bb66f22e40f41443fd50fecdef710275df99 authored over 1 year ago
Fix 6.3 bindgen build

github.com/tokio-rs/io-uring - ef0884d3cf76e1f83ac44de2a8621f9c94ac2a65 authored over 1 year ago
release 0.11.9 (#842) (#895)

github.com/tokio-rs/prost - 80fb9d18b7af2c82a8f54fb6c9e7ccfa4d5629ce authored over 1 year ago
chore: Update to env_logger 0.10 (#857)

github.com/tokio-rs/prost - f6cd226ea9f5f344d63993e0f5ee566ba4bb70e4 authored over 1 year ago
build(deps): update to itertools 0.11 (#875)

Depend on itertools >=0.10, <0.12

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

github.com/tokio-rs/prost - 4d55103f65b32440a5741a630bdfff011b546477 authored over 1 year ago
Correct some typos (#856)

Signed-off-by: Alexander Seiler <[email protected]>
Co-authored-by: Lucio Franco <luciofranc...

github.com/tokio-rs/prost - 1d098cc994825d4c2988c4fcf4f1fdb663e2df53 authored over 1 year ago
chore(build): Replace lazy_static with once_cell (#859)

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

github.com/tokio-rs/prost - aec7941f219a9587b4f9a870c78eb13c833a0e88 authored over 1 year ago
Update prost-derive to syn 2 (#868)

* Don't ignore errors in prost_attrs

* Update prost-derive to syn 2

* Bump msrv to 1.63

...

github.com/tokio-rs/prost - d7869fb729ca49edbece6ce46825c796a1d2ef1e authored over 1 year ago
rt: unstable EWMA poll time metric (#5927)

Because the runtime uses this value as a tuning heuristic, it can be
useful to get its value. T...

github.com/tokio-rs/tokio - 6cb106c3538cf527495ef5491c088d1365b14c8e authored over 1 year ago
rt(alt): fix memory leak and increase max preemption when running Loom CI tests (#5911)

The memory leak was caused by a bug during shutdown where some state was leaked.

github.com/tokio-rs/tokio - dd23f08c3a35495b4b53defa81ec0ca2c75a5f7d authored over 1 year ago
Update to opentelemetry 0.20.0 (#131)

github.com/tokio-rs/mini-redis - 04a979400349f521c80d1a54cf6ceb02264c832e authored over 1 year ago
io: delegate `WriteHalf::poll_write_vectored` (#5914)

github.com/tokio-rs/tokio - 5d29bdfb0cb9e2562c662c76a362bb823f88ffd5 authored over 1 year ago
documentation: Add article and talk by hoverbear (#2679)

github.com/tokio-rs/tracing - 941b1591faeea55d62c1c8cf524ffa3e95b66887 authored over 1 year ago
docs: update README basic example (#47)

## Motivation

Address https://github.com/tokio-rs/tracing-opentelemetry/issues/46

## Solut...

github.com/tokio-rs/tracing-opentelemetry - 42a3c73c37e810d09a0cee4b4c387dfb394dc22f authored over 1 year ago
Add get_mut() to Mutex and RwLock (#322)

Add the standard library get_mut() method to Mutex and RwLock. This
provides mutable access wit...

github.com/tokio-rs/loom - ddf871fa4be5326dcb3252b8c37e81ff683ff258 authored over 1 year ago
chore: prepare Tokio v1.30.0 release (#5917)

github.com/tokio-rs/tokio - 4c220af777b1b832f4a00b5b261de77c22a7209b authored over 1 year ago
Add Atomic*::into_inner (#327)

github.com/tokio-rs/loom - 053377ccbc8bc94d88c8144ef6e19e91b68c7366 authored over 1 year ago
process: add `{ChildStd*}::into_owned_{fd, handle}` (#5899)

github.com/tokio-rs/tokio - 0a631f88e8fd5d347c8297c9114d25382889d395 authored over 1 year ago
Remove unnecessary casts (#328)

github.com/tokio-rs/loom - a2f289ebca43e479ac214d1b68d92e2cc553155d authored over 1 year ago
Use #[doc = concat!()] in atomic integer docs (#326)

github.com/tokio-rs/loom - fa9eb420d88cc790d172be561ada506aeb58e8cd authored over 1 year ago
Update ECOSYSTEM.md (#2167)

github.com/tokio-rs/axum - d30375925dd22cc44aeaae2871f8ead1630fadf8 authored over 1 year ago
Implement AsRef and Borrow for Arc (#325)

These traits are necessary to use the Arc in places that expect AsRef
and Borrow.

Signed-off...

github.com/tokio-rs/loom - 6838e8e7ca7603bbdc239fcdd273e3ec0e0930f4 authored over 1 year ago
feat: produce measurement with attributes (#43)

## Motivation

Support https://github.com/tokio-rs/tracing-opentelemetry/issues/32
This chang...

github.com/tokio-rs/tracing-opentelemetry - 7bb3e5643a0f7c796ba7987e20c6533cf61885c7 authored over 1 year ago
ci: fix MIRI tests (#5919)

A change to parking lot or miri resulted in CI breaking.

github.com/tokio-rs/tokio - ee44dc98d8de245092b4155dc6ffe35f1c886e11 authored over 1 year ago
Update ECOSYSTEM.md (#2165)

github.com/tokio-rs/axum - fc0d9efb1537a12df9a68ae6c47080f3babc86aa authored over 1 year ago
Clarify documentation about `route_layer` (#2154)

github.com/tokio-rs/axum - edfb1cece3d19c9a210c64575ec7e2ed8366bc33 authored over 1 year ago
tests: simplify logic

github.com/tokio-rs/mio - d93749306722a39c177a10e7afb368cce89d0934 authored over 1 year ago
net/uds: add methods to connect/bind with a socket address

This enhances `connect` and `bind` logic for Unix Domain Sockets
(UDS), by adding methods which ...

github.com/tokio-rs/mio - e3527765183c7a610c1090ed538134062231849c authored over 1 year ago
Clearly document applying `DefaultBodyLimit` to individual routes (#2157)

github.com/tokio-rs/axum - 54e203cd512259f76edf43c5d4f33b69c8602787 authored over 1 year ago
Silence error from enabling nightly_error_messages

github.com/tokio-rs/axum - ff3884aa41277b04ed59365c38bdbaf7ca9297be authored over 1 year ago
Fix typos found by crate-ci/typos

github.com/tokio-rs/axum - 34d1fbc052f2a12d139836c54b78f120fe272847 authored over 1 year ago
Check for typos in CI

github.com/tokio-rs/axum - 4120195c531a210cfecd9a5a1a2e36258a86332a authored over 1 year ago
Fix typos in `examples/diesel-postgres/src/main.rs` (#2159)

github.com/tokio-rs/axum - 8e033e7f88e356d8d9de41b36bd76c15ce5237c3 authored over 1 year ago
Fix typo in `prometheus-metrics/src/main.rs` (#2160)

github.com/tokio-rs/axum - 9dbfdbb4dfa4e5ae8ac5f3c04dd2e61fc81999d6 authored over 1 year ago
tracing: add tracing-cloudwatch to related cates in README (#2667)

github.com/tokio-rs/tracing - 79dd541ff63f9f860a954955a3123f63cf7173c0 authored over 1 year ago
docs: fix REAEME MetricsLayer link (#44)

github.com/tokio-rs/tracing-opentelemetry - 6bc7dce9560111374dba3ba38e8fdfc257e23541 authored over 1 year ago
Mention tokio-stream in SSE example

github.com/tokio-rs/axum - e8cf5f4f0edbbda9a4acd52f75dc658f0149f875 authored over 1 year ago
Move has_waker boolean to Registry

And share it properly between all Registries

github.com/tokio-rs/mio - fb8211b4cb73b77c57849cc8aadc79496d4555cf authored over 1 year ago
time: mark `Sleep` as `!Unpin` in docs (#5916)

github.com/tokio-rs/tokio - 51cffbb74f1d2d09fff4e3431199641620c1b3b5 authored over 1 year ago
Prepare for v0.20.0 release (#41)

Changelog:

### Added

- Add `OpenTelemetrySpanExt::set_attribute` function (#34)

### Bre...

github.com/tokio-rs/tracing-opentelemetry - d9b18f2aeddbab1b26c2794503a2c6423a2426e0 authored over 1 year ago
rt(alt): fix a number of concurrency bugs (#5907)

Expands loom coverage and fixes a number of bugs.

Closes #5888

github.com/tokio-rs/tokio - 8832e936b1b86946ce802c5494bd8d575f8ba3a3 authored over 1 year ago
time: implement extra reset variants for `Interval` (#5878)

github.com/tokio-rs/tokio - dbda2045f18713f752902226d7bad24037b5788b authored over 1 year ago
prepare v0.7.0 release (#324)

github.com/tokio-rs/loom - 0cdd45330ba076855ca850560254092d34f6a542 authored over 1 year ago
Enable user pruning of exploration branches (#323)

github.com/tokio-rs/loom - 8075e03130db044dcf06358f84075abf82ecb01e authored over 1 year ago
rt: pop at least one task from inject queue (#5908)

When attempting to pull a batch of tasks from the injection queue,
ensure we set the cap to at ...

github.com/tokio-rs/tokio - 7c54fdce3e68566e346b7999ef1ff98bb1977bab authored over 1 year ago
Fix CI failure (#100)

github.com/tokio-rs/async-stream - 3a693e54fd6a60a92dd7de553d7cb90aa00faefb authored over 1 year ago
chores: fix clippy lints (#2673)

github.com/tokio-rs/tracing - ef201ab3a9134c25b3d344a2df9c3f9ce74db88f authored over 1 year ago