• Home
  • Raw
  • Download

Lines Matching refs:rayon

1 # Release rayon 1.5.0 / rayon-core 1.9.0 (2020-10-21)
14 # Release rayon 1.4.1 (2020-09-29)
26 # Release rayon-core 1.8.1 (2020-09-17)
32 # Release rayon 1.4.0 / rayon-core 1.8.0 (2020-08-24)
41 [RFC 5]: https://github.com/rayon-rs/rfcs/pull/5
54 # Release rayon 1.3.1 / rayon-core 1.7.1 (2020-06-15)
56 - Fixed a use-after-free race in calls blocked between two rayon thread pools.
81 # Release rayon 1.3.0 / rayon-core 1.7.0 (2019-12-21)
85 - The `--cfg=rayon_unstable` supporting code for `rayon-futures` is removed.
97 # Release rayon-futures 0.1.1 (2019-12-21)
103 will be removed in `rayon-core 1.7.0`. This only supported the now-obsolete
105 expected to come directly in `rayon-core` -- although that is not ready yet.
118 # Release rayon 1.2.1 / rayon-core 1.6.1 (2019-11-20)
136 # Release rayon 1.2.0 / rayon-core 1.6.0 (2019-08-30)
154 # Release rayon 1.1.0 / rayon-core 1.5.0 (2019-06-12)
178 - `rayon_core::current_thread_index()` is now re-exported in `rayon`.
195 [RFC 1]: https://github.com/rayon-rs/rfcs/blob/master/accepted/rfc0001-scope-scheduling.md
196 [RFC 3]: https://github.com/rayon-rs/rfcs/blob/master/accepted/rfc0003-minimum-rustc.md
199 # Release rayon 1.0.3 (2018-11-02)
223 # Release rayon 1.0.2 / rayon-core 1.4.1 (2018-07-17)
227 - This trait has been added to `rayon::prelude`.
242 - `rayon-core` now only depends on `rand` for testing.
259 # Release rayon 1.0.1 (2018-03-16)
261 - Added more documentation for `rayon::iter::split()`.
274 # Release rayon 1.0.0 / rayon-core 1.4.0 (2018-02-15)
299 rayon-core.
325 # Release rayon 0.9.0 / rayon-core 1.3.0 / rayon-futures 0.1.0 (2017-11-09)
345 - All rayon crates have improved metadata.
351 The `spawn_future()` method has been refactored into its own `rayon-futures`
353 supporting `rayon-core` APIs are still gated by `--cfg rayon_unstable`.
357 - Two breaking changes have been made to `rayon-core`, but since they're fixing
363 or private to rayon. The contents of that module are needed for third-parties
366 - The function `rayon::iter::split` is no longer re-exported as `rayon::split`.
398 # Release rayon 0.8.2 (2017-06-28)
410 # Release rayon 0.8.1 / rayon-core 1.2.0 (2017-06-14)
413 - `rayon::spawn()` -- spawns a task into the Rayon threadpool; as it
435 # Release rayon 0.8.0 / rayon-core 1.1.0 (2017-06-13)
499 # Release rayon 0.7.1 / rayon-core 1.0.2 (2017-05-30)
502 rayon threads could sometimes enter into a spin loop where they would
506 # Release rayon 0.7 / rayon-core 1.0 (2017-04-06)
511 ensure that, no matter how many versions of rayon are actively in use,
513 `rayon-core` crate, which is being released at version 1.0, and which
515 `rayon-core` crate is, to some degree, an implementation detail, and
517 mirrored through the rayon crate.)
549 - The `scope()` API is now considered stable (and part of `rayon-core`).
550 - There is now a useful `rayon::split` function for creating custom
565 - combinator types live in `rayon::iter`, e.g. `rayon::iter::Filter`
567 e.g. `rayon::slice::Windows`
579 `Scope::spawn_future` or `rayon::spawn_future_async()`.
580 - There is now a `rayon::spawn_async()` function for using the Rayon
609 [check out the milestone](https://github.com/nikomatsakis/rayon/issues?q=is%3Aopen+is%3Aissue+miles…
675 at <https://github.com/nikomatsakis/rayon/issues/111>.
676 - New (unstable) scoped threads API, see `rayon::scope` for details.
679 program, `rayon-demo`.