- 30 Nov, 2019 2 commits
-
-
Jeremy Soller authored
-
-
- 24 Jul, 2019 3 commits
-
-
Alex Crichton authored
-
Alex Crichton authored
That way this works on musl as well!
-
Alex Crichton authored
Closes #16
-
- 01 Jul, 2019 2 commits
-
-
Alex Crichton authored
Update rand requirement from 0.6.5 to 0.7.0
-
dependabot-preview[bot] authored
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/commits ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- 12 Jun, 2019 3 commits
-
-
Alex Crichton authored
-
Alex Crichton authored
Convert RawPthread to libc::pthread_t
-
gnzlbg authored
-
- 17 May, 2019 2 commits
-
-
Alex Crichton authored
Add support for non-unix and non-windows platforms
-
bjorn3 authored
-
- 14 May, 2019 3 commits
- 13 May, 2019 1 commit
-
-
bjorn3 authored
-
- 11 May, 2019 2 commits
- 15 Mar, 2019 2 commits
-
-
Alex Crichton authored
-
Alex Crichton authored
-
- 14 Mar, 2019 1 commit
-
-
Alex Crichton authored
Hopefully useful for rust-lang/cargo#6747
-
- 02 Jan, 2019 1 commit
-
-
Alex Crichton authored
-
- 26 Nov, 2018 2 commits
-
-
Alex Crichton authored
Bump rand
-
Andreas Jonson authored
-
- 27 Jun, 2018 1 commit
-
-
Alex Crichton authored
bump tokio-process to 0.2
-
- 14 Jun, 2018 1 commit
-
-
Igor Gnatenko authored
Signed-off-by:
Igor Gnatenko <i.gnatenko.brain@gmail.com>
-
- 13 Mar, 2018 2 commits
-
-
Alex Crichton authored
-
Alex Crichton authored
Shutting down a Unix thread is mega-hard and apparently not very portable. Plus it's basically racy as we're simply pausing for a bit waiting for a thread to shut down, but in theory could take awhile. Observed in https://bugzilla.mozilla.org/show_bug.cgi?id=1445413 it's not really critical to unconditionally always shut down the helper thread and otherwise it's generally a bad idea to panic in destructors. As a result basically just ignore the ability to shut down the helper thread.
-
- 12 Mar, 2018 1 commit
-
-
Alex Crichton authored
-
- 07 Mar, 2018 1 commit
-
-
Alex Crichton authored
-
- 02 Mar, 2018 2 commits
-
-
Alex Crichton authored
Bump rand to 0.4
-
Bastien Orivel authored
-
- 24 Feb, 2018 2 commits
-
-
Alex Crichton authored
Validate jobserver fd more conservatively
-
Tatsuyuki Ishi authored
-
- 09 Jan, 2018 3 commits
-
-
Alex Crichton authored
-
Alex Crichton authored
Handle ENOSYS when calling `pipe2`
-
Josh Stone authored
Just because libc has the symbol, doesn't mean the kernel supports it. Based on rust-lang/rust#42521.
-
- 30 Oct, 2017 1 commit
-
-
Alex Crichton authored
This text historically was copied verbatim from rust-lang/rust's own README [1] with the intention of licensing projects the same as rustc's own license, namely a dual MIT/Apache-2.0 license. The clause about "various BSD-like licenses" isn't actually correct for almost all projects other than rust-lang/rust and the wording around "both" was slightly ambiguous. This commit updates the wording to match more precisely what's in the standard library [2], namely clarifying that there aren't any BSD-like licenses in this repository and that the source is licensable under either license, at your own discretion. [1]: https://github.com/rust-lang/rust/tree/f0fe716dbcbf2363ab8f929325d32a17e51039d0#license [2]: https://github.com/rust-lang/rust/blob/f0fe716dbcbf2363ab8f929325d32a17e51039d0/src/libstd/lib.rs#L5-L9
-
- 20 Oct, 2017 2 commits
-
-
Alex Crichton authored
-
Alex Crichton authored
-