| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-02-14 | Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik | Mazdak Farrokhzad | -4/+4 |
| 2019-02-13 | Return without a reference in unix Weak::get() | Josh Stone | -5/+4 |
| 2019-02-13 | Avoid allocation in std::sys::unix::weak | Josh Stone | -3/+3 |
| 2019-02-13 | Use posix_spawn_file_actions_addchdir_np when possible | Josh Stone | -2/+22 |
| 2019-02-13 | Stabilize TryFrom and TryInto | Simon Sapin | -4/+3 |
| 2019-02-13 | Add a convert::Infallible empty enum, make string::ParseError an alias | Simon Sapin | -2/+1 |
| 2019-02-13 | Convert old doc links to current edition | Lzu Tao | -4/+4 |
| 2019-02-13 | Add Instant::saturating_duration_since | Vitaly _Vi Shukela | -0/+28 |
| 2019-02-13 | Relax Read bounds on a bunch of BufReader<R> methods | Anthony Ramine | -0/+2 |
| 2019-02-13 | Relax some Hash bounds on HashMap<K, V, S> and HashSet<T, S> | Anthony Ramine | -354/+343 |
| 2019-02-13 | Fix tests for checked_duration_since | Vitaly _Vi Shukela | -1/+3 |
| 2019-02-13 | Auto merge of #58235 - jethrogb:jb/sgx-usercall-internals, r=alexcrichton | bors | -84/+59 |
| 2019-02-12 | Merging master | Matthias Einwag | -700/+764 |