| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-02-13 | Rollup merge of #58289 - haraldh:master, r=sfackler | Mazdak Farrokhzad | -0/+152 |
| 2019-02-13 | Rollup merge of #58034 - faern:stabilize-time-checked-add, r=alexcrichton | Mazdak Farrokhzad | -8/+8 |
| 2019-02-13 | Rollup merge of #57693 - king6cong:word, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-02-13 | Add Instant::checked_duration_since, address #58402. | Vitaly _Vi Shukela | -0/+31 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -259/+264 |
| 2019-02-12 | Auto merge of #58098 - oli-obk:maybe_allow_internal_unstable, r=petrochenkov | bors | -423/+435 |
| 2019-02-12 | Doc rewording | king6cong | -1/+1 |
| 2019-02-11 | Use less explicit shifting in std::net::ip | Scott McMurray | -25/+58 |
| 2019-02-11 | remove "experimental" wording from std::os::unix | Andy Russell | -1/+1 |
| 2019-02-11 | Fiddle through the module visibilities for tests | Oliver Scherer | -8/+8 |
| 2019-02-11 | Move out tests of a deprecated module to work around `#[test]` bugs | Oliver Scherer | -414/+416 |
| 2019-02-11 | Require a list of features to allow in `allow_internal_unstable` | Oliver Scherer | -8/+18 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -212/+217 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -47/+47 |