| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2022-01-22 | Add test for thread::Scope invariance. | Mara Bos | -0/+13 |
| 2022-01-05 | Mention *scoped* thread in panic message. | Mara Bos | -1/+1 |
| 2022-01-05 | Note the invariance over 'env in Scope<'env>. | Mara Bos | -0/+2 |
| 2022-01-05 | Fix missing .load() in Scope's Debug impl. | Mara Bos | -1/+1 |
| 2022-01-05 | Rename n_running_threads to num_running_threads. | Mara Bos | -9/+9 |
| 2022-01-04 | Fix typo in Scope::spawn docs. | Mara Bos | -1/+1 |
| 2022-01-04 | Fix typo in is_running() docs. | Mara Bos | -1/+1 |
| 2022-01-04 | Fix typo in documentation. | Mara Bos | -1/+1 |
| 2022-01-04 | Use > rather than == for overflow check in scoped threads. | Mara Bos | -1/+1 |
| 2022-01-04 | Fix variance of thread::Scope. | Mara Bos | -1/+1 |
| 2022-01-04 | Formatting. | Mara Bos | -1/+3 |
| 2022-01-04 | Simplify panicking mechanism of thread::scope. | Mara Bos | -23/+17 |
| 2022-01-04 | Add documentation for scoped threads. | Mara Bos | -11/+175 |
| 2022-01-04 | Add ScopedJoinHandle::is_running(). | Mara Bos | -1/+10 |
| 2022-01-04 | Implement RFC 3151: Scoped threads. | Mara Bos | -0/+132 |
