• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

rayonパッケージ


RSS
Rev. Time Author
9063280 2019-04-27 04:31:34 Josh Stone

Remove trivial cast

c396338 2019-04-27 04:31:23 Josh Stone

Remove unused qualifications

22a7177 2019-04-27 04:31:11 Josh Stone

Remove unused lifetimes

33b9e08 2019-04-27 04:10:32 Josh Stone

Avoid future-depecated anonymous parameters

03e3d3a 2019-04-27 04:10:13 Josh Stone

Avoid the future try keyword

50b128b 2019-04-27 04:04:31 Josh Stone

Add explicit lifetimes in types

3fefced 2019-04-27 03:46:21 Josh Stone

Don't use deprecated ATOMIC_USIZE_INIT in tests

fada07b 2019-04-27 03:46:21 Josh Stone

Simplify log! when disabled by not(debug_assertions)

Simpler code means less for LLVM to prune -> faster compilation.

Also, use `eprintln!` for stderr when enabled, rather than stdout.

8155de7 2019-04-27 03:46:11 Josh Stone

deny unreachable-pub

487778b 2019-04-27 02:43:28 Josh Stone

Use ptr::sub

a9a64db 2019-04-27 02:43:28 Josh Stone

We can assume has_i128 in Rust 1.26

f6b7afe 2019-04-27 02:43:28 Josh Stone

Use std::process::abort()

146000b 2019-04-27 02:43:28 Josh Stone

Clippy in rayon-demo

c2b9cdd 2019-04-27 02:43:28 Josh Stone

Use the ? operator

3c3115a 2019-04-27 02:43:28 Josh Stone

Address many clippy warnings

d083469 2019-04-27 02:43:28 Josh Stone

Update glium to 0.24

1e22f52 2019-04-27 02:43:28 Josh Stone

Comment older dependencies again

341a345 2019-04-27 02:43:28 Josh Stone

Port to crossbeam-queue 0.1

8cb6019 2019-04-27 02:43:28 Josh Stone

Port to crossbeam-deque 0.6

a116575 2019-04-27 02:43:28 Josh Stone

Require Rust 1.26 and bump minor versions

047ea91 2019-04-13 01:07:05 bors[bot]

Merge #654

654: [CI] downgrade docopt for rust 1.13 r=cuviper a=cuviper



Co-authored-by: Josh Stone <cuviper@gmail.com>

b219694 2019-04-13 01:00:02 Josh Stone

[CI] downgrade docopt for rust 1.13

003b5e6 2019-03-26 14:08:56 bors[bot]

Merge #646

646: Fix typo in FAQ r=cuviper a=didroe



Co-authored-by: David Roe <didroe@gmail.com>

5452133 2019-03-26 07:13:55 David Roe


Fix typo in FAQ

aa181be 2019-03-16 06:23:28 Josh Stone

cargo fmt

5117a9e 2019-03-04 06:23:24 bors[bot]

Merge #641

641: Require rayon-core ^1.4.1 r=cuviper a=kornelski

I'm trying to make my crates work with `cargo -Z minimal-versions` to ensure that versions specified in my Cargo.toml are actual versions that work with my crate.

The problem is, it's not true for Rayon's dependencies: rayon 1.0.3 uses rayon-core 1.4.0, which uses rand 0.3.12, which uses advapi32-sys 0.1.2, which uses winapi 0.0.1, which isn't compatible with Rust 1.0.

The problem has been fixed in rayon-core 1.4.1, so that should be the minimal version used by rayon.


Co-authored-by: Kornel <kornel@geekhood.net>

5256543 2019-03-02 12:30:03 Kornel


Require rayon-core ^1.4.1

rayon-core 1.4.0 doesn't build with `cargo -Z minimal-versions`

56bf14e 2019-03-01 04:49:05 bors[bot]

Merge #640

640: Reexport current_thread_index function r=cuviper a=GuillaumeGomez

Fixes #639.

Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
Co-authored-by: Josh Stone <cuviper@gmail.com>

d2a0054 2019-03-01 04:42:58 Josh Stone

[windows] avoid overflowing literal STATUS_STACK_OVERFLOW as i32

df1e6da 2019-02-28 10:25:54 Guillaume Gomez

Reexport current_thread_index function