| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-02-22 | Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichton | Mazdak Farrokhzad | -4/+24 | |
| deprecate before_exec in favor of unsafe pre_exec Fixes https://github.com/rust-lang/rust/issues/39575 As per the [lang team decision](https://github.com/rust-lang/rust/issues/39575#issuecomment-442993358): > The language team agreed that before_exec should be unsafe, and leaves the details of a transition plan to the libs team. Cc @alexcrichton @rust-lang/libs how would you like to proceed? | ||||
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -2/+2 | |
| 2019-02-03 | POSIX requires async signal safety for fork in signal handlers, not in general | Ralf Jung | -2/+1 | |
| 2019-02-02 | pre_exec: expand docs | Ralf Jung | -3/+4 | |
| 2019-02-02 | deprecate things a bit slower | Ralf Jung | -1/+1 | |
| 2019-02-01 | also replace before_exec by pre_exec on redox | Ralf Jung | -4/+24 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-04-14 | Prefer unprefixed paths for well known structs | Dylan MacKenzie | -1/+1 | |
| 2018-04-14 | Add doc links to `std::os` extension traits | Dylan MacKenzie | -3/+7 | |
| Add documentation links to the original type for various OS-specific extension traits and normalize the language for introducing such traits. Also, remove some outdated comments around the extension trait definitions. | ||||
| 2017-08-12 | Fix some typos | Bastien Orivel | -1/+1 | |
| 2016-12-16 | Address fallout | Aaron Turon | -1/+1 | |
| 2016-11-28 | Commit to fix make tidy | Jeremy Soller | -1/+1 | |
| 2016-11-28 | Switch to using syscall crate directly - without import | Jeremy Soller | -2/+2 | |
| 2016-10-27 | Add redox system | Jeremy Soller | -0/+183 | |
