• 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

crossbeamパッケージ


RSS
Rev. Time Author
da86873 2019-02-06 02:50:19 Thomas de Zeeuw

Join all threads created in tests

A lot of tests created threads but never waited (joined) on them. As a
result if one of those threads panicked they test still passed and the
test runner exits with a success exit code.

Updates #321.

754e395 2019-01-30 20:34:10 bors[bot]

Merge #316

316: Fix deque::Injector doc link r=stjepang a=alexheretic



Co-authored-by: Alex Butler <alexheretic@gmail.com>

c5ca9de 2019-01-30 20:19:01 Alex Butler

Fix deque::Injector doc link

2cb608f 2019-01-30 11:12:22 bors[bot]

Merge #313

313: Fix a typo r=jeehoonkang a=jplatte



Co-authored-by: Jonas Platte <jplatte+git@posteo.de>

18e0f7c 2019-01-30 03:57:15 Jonas Platte

Fix a typo

3953368 2019-01-30 00:47:00 Stjepan Glavina

Update crossbeam-utils

2ca382b 2019-01-30 00:42:45 Stjepan Glavina

Prepare minor release with updated crossbeam-utils

ab6081a 2019-01-29 09:22:47 Stjepan Glavina

Update changelog

b5ca594 2019-01-29 09:20:26 Stjepan Glavina

Bump minor version

de97b7a 2019-01-29 09:14:28 Stjepan Glavina

Rename is_complete to is_completed

9bee238 2019-01-29 06:07:59 Stjepan Glavina

Update minimal required version for crossbeam-utils

be937e2 2019-01-29 05:34:15 Stjepan Glavina

channel: remove crossbeam dev-dependency

f826790 2019-01-29 05:29:25 Stjepan Glavina

Bump crossbeam-utils to 0.6.4 rather than 0.7.0

0c9a7b2 2019-01-29 04:23:30 bors[bot]

Merge #311

311: Prepare a new Crossbeam release r=stjepang a=stjepang

We're ready to release new versions of all crates! 🎉

Co-authored-by: Stjepan Glavina <stjepang@gmail.com>

bd6603f 2019-01-29 04:15:35 Stjepan Glavina

Make mentions of SegQueue in docs consistent

b24893c 2019-01-29 04:09:55 Stjepan Glavina

Prepare a new Crossbeam release

9dabbee 2019-01-29 03:12:55 bors[bot]

Merge #303

303: Move queues into crossbeam-queue r=stjepang a=stjepang

This PR moves `ArrayQueue` and `SegQueue` into a new crate `crossbeam-queue`.

We need queues in a crate that doesn't pull all other Crossbeam crates as a dependency. In particular, Tokio wants to use MPMC queues but cares a lot about keeping its dependency tree as small as possible. See #292 for more information.

Since we already have the `crossbeam::queue` module, and this simply extracts it into `crossbeam-queue`, and there's a real need for moving queues out of `crossbeam`, I believe the introduction of a new crate should be uncontroversial.

I'll leave this PR open for a few days and merge if there are no objections. If anyone feels this might be a wrong decision, please speak up!

Closes #292

Co-authored-by: Stjepan Glavina <stjepang@gmail.com>

0a81765 2019-01-28 21:14:27 bors[bot]

Merge #310

310: Remove ATOMIC_USIZE_INIT r=stjepang a=stjepang

Removes some compilation warnings because `ATOMIC_USIZE_INIT` is deprecated.

Co-authored-by: Stjepan Glavina <stjepang@gmail.com>

067cb29 2019-01-28 20:33:12 Stjepan Glavina

Remove ATOMIC_USIZE_INIT

263f995 2019-01-28 09:06:14 bors[bot]

Merge #308

308: Support for 128-bit integers in AtomicCell r=stjepang a=stjepang



Co-authored-by: Stjepan Glavina <stjepang@gmail.com>

e3bb00b 2019-01-28 08:12:23 Stjepan Glavina

Turn doc comment into regular comment

83c1c4e 2019-01-28 07:32:00 Stjepan Glavina

Explain why the number of locks is prime

1fc1040 2019-01-28 02:31:16 bors[bot]

Merge #307

307: Add more documentation r=stjepang a=stjepang



Co-authored-by: Stjepan Glavina <stjepang@gmail.com>

2b7634e 2019-01-28 02:07:02 Stjepan Glavina

Support for 128-bit integers in AtomicCell

188f69f 2019-01-28 02:03:19 Stjepan Glavina

Add more documentation

cac0863 2019-01-27 22:03:33 bors[bot]

Merge #305 #306

305: Update dependencies r=stjepang a=stjepang



306: channel: impl Default for Select r=stjepang a=stjepang

Just a simple missing addition discovered through Clippy.

Co-authored-by: Stjepan Glavina <stjepang@gmail.com>

e7a608e 2019-01-27 21:33:39 Stjepan Glavina

Fix compilation errors on nightly

7ad88ea 2019-01-27 21:32:05 Stjepan Glavina

Fix compilation errors on nightly

ec1c930 2019-01-27 21:31:43 Stjepan Glavina

Add crossbeam dev-dependency

84de15a 2019-01-27 21:29:51 bors[bot]

Merge #304

304: Improve docs r=stjepang a=stjepang

This is just some "housekeeping" work: writing more docs, adding hyperlinks, reformatting text, adding metadata to `Cargo.toml`, and so on...

Co-authored-by: Stjepan Glavina <stjepang@gmail.com>