| Age | Commit message (Expand) | Author | Lines |
| 2019-02-25 | Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichton | bors | -6/+4 |
| 2019-02-25 | Fix copy-pasted typo for read_string return value | Jake Goulding | -1/+1 |
| 2019-02-25 | Update book submodule | Kornel | -1/+1 |
| 2019-02-24 | Fix redox | Steven Fackler | -3/+3 |
| 2019-02-25 | Rollup merge of #58370 - nox:relax-bounds, r=dtolnay | Mazdak Farrokhzad | -354/+343 |
| 2019-02-24 | Fix sgx | Steven Fackler | -3/+3 |
| 2019-02-24 | Fix cloudabi | Steven Fackler | -1/+9 |
| 2019-02-24 | Rollup merge of #58454 - pitdicker:windows_stdio, r=alexcrichton | Mazdak Farrokhzad | -241/+273 |
| 2019-02-24 | Rollup merge of #58442 - cuviper:unix-weak, r=alexcrichton | Mazdak Farrokhzad | -8/+7 |
| 2019-02-23 | Correct OpenOptions::security_qos_flags documentation | Paul Dicker | -6/+20 |
| 2019-02-23 | Remove pub(crate) from stderr_raw | Paul Dicker | -13/+6 |
| 2019-02-23 | Rollup merge of #58595 - stjepang:make-duration-consts-associated, r=oli-obk | Mazdak Farrokhzad | -3/+0 |
| 2019-02-23 | Rollup merge of #58453 - jethrogb:jb/sgx-panic-abort, r=nagisa | Mazdak Farrokhzad | -0/+1 |
| 2019-02-22 | Rollup merge of #58632 - matklad:reduce-contention, r=Centril | Mazdak Farrokhzad | -23/+26 |
| 2019-02-22 | Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichton | Mazdak Farrokhzad | -12/+56 |
| 2019-02-22 | Make std feature list sorted | Aleksey Kladov | -23/+26 |
| 2019-02-20 | Use standard Read/Write traits in sys::stdio | Paul Dicker | -75/+114 |
| 2019-02-20 | Address review comments | Paul Dicker | -22/+36 |
| 2019-02-20 | Turn duration consts into associated consts | Stjepan Glavina | -3/+0 |
| 2019-02-20 | Refactor Windows stdio and remove stdin double buffering | Paul Dicker | -116/+178 |
| 2019-02-20 | Remove unused Read implementation on sys::Windows::Stdin | Paul Dicker | -9/+0 |
| 2019-02-20 | Remove sys::*::Stderr Write implementation | Paul Dicker | -80/+13 |
| 2019-02-20 | Rollup merge of #58553 - scottmcm:more-ihle, r=Centril | kennytm | -158/+158 |
| 2019-02-20 | Rollup merge of #58551 - ssomers:master, r=oli-obk | kennytm | -2/+6 |
| 2019-02-20 | Rollup merge of #58539 - aaronstillwell:master, r=Mark-Simulacrum | kennytm | -0/+81 |
| 2019-02-20 | Rollup merge of #58530 - scottmcm:monomorphize-less, r=TimNN | kennytm | -9/+18 |
| 2019-02-20 | Rollup merge of #58392 - scottmcm:less-shifting-in-net-ip, r=oli-obk | kennytm | -25/+58 |
| 2019-02-18 | Fixed doc example for Path::with_capacity | Aaron Stillwell | -1/+2 |
| 2019-02-17 | Use more impl header lifetime elision | Scott McMurray | -158/+158 |
| 2019-02-18 | Auto merge of #58373 - RalfJung:maybe-uninit, r=gnzlbg | bors | -1/+6 |
| 2019-02-18 | Merge remote-tracking branch 'upstream/master' | Stein Somers | -816/+1085 |
| 2019-02-18 | Explain a panic in test case net::tcp::tests::double_bind | Stein Somers | -2/+6 |
| 2019-02-17 | Changed feature gate for new PathBuf methods | Aaron Stillwell | -7/+7 |
| 2019-02-17 | Fixes for implementation of PathBuf methods (aliases for OsString) | Aaron Stillwell | -19/+19 |
| 2019-02-17 | Add alias methods to PathBuf for underlying OsString | Aaron Stillwell | -1/+81 |
| 2019-02-16 | Monomorphize less code in fs::{read|write} | Scott McMurray | -9/+18 |
| 2019-02-17 | Rollup merge of #58521 - sfackler:error-iter-issue, r=withoutboats | kennytm | -4/+4 |
| 2019-02-17 | Rollup merge of #58496 - nathan:doc-std-path-pathbuf-pop, r=frewsxcv | kennytm | -2/+1 |
| 2019-02-17 | Rollup merge of #58395 - vi:checked_duration_since, r=dtolnay | kennytm | -0/+61 |
| 2019-02-16 | Fix tracking issue for error iterators | Steven Fackler | -4/+4 |
| 2019-02-16 | Rollup merge of #58438 - cuviper:posix_spawn_file_actions_addchdir_np, r=alex... | kennytm | -2/+22 |
| 2019-02-15 | Fix documentation for std::path::PathBuf::pop | Nathan | -2/+1 |
| 2019-02-15 | Fix SECURITY_SQOS_PRESENT missing | Paul Dicker | -2/+5 |
| 2019-02-14 | update stdsimd | Ralf Jung | -1/+2 |
| 2019-02-14 | fixed for libstd build | Ralf Jung | -1/+5 |
| 2019-02-14 | SGX target: fix panic = abort | Jethro Beekman | -0/+1 |
| 2019-02-13 | Add a tracking issue | Steven Fackler | -11/+11 |
| 2019-02-13 | impl Deref/DerefMut for IoVec types | Steven Fackler | -47/+53 |
| 2019-02-13 | Add vectored read and write support | Steven Fackler | -92/+1033 |
| 2019-02-14 | Rollup merge of #57992 - Matthias247:waker4, r=cramertj | Mazdak Farrokhzad | -15/+13 |