| Age | Commit message (Expand) | Author | Lines |
| 2019-03-16 | Rollup merge of #58855 - alexcrichton:wasm-multithreaded-alloc, r=fitzgen | kennytm | -15/+80 |
| 2019-03-15 | Auto merge of #58710 - EdorianDark:master, r=sfackler | bors | -0/+43 |
| 2019-03-14 | Change "undefined" to "unspecified" in `Seek::stream_len` docs | Lukas Kalbertodt | -1/+1 |
| 2019-03-14 | Overwrite Cursor's `Seek::stream_{len, position}` for performance | Lukas Kalbertodt | -0/+8 |
| 2019-03-14 | Avoid third seek operation in `Seek::stream_len` when possible | Lukas Kalbertodt | -5/+12 |
| 2019-03-14 | Don't run test launching `echo` since that doesn't exist on Windows | John Kåre Alsaker | -1/+1 |
| 2019-03-12 | Stabilize Range*::contains. | Steven Malis | -1/+1 |
| 2019-03-12 | Make std time tests more robust for platform differences | Jethro Beekman | -9/+2 |
| 2019-03-11 | Resolved nits raised in review. | Alexander Regueiro | -6/+6 |
| 2019-03-11 | Improvements to comments in libstd, libcore, liballoc. | Alexander Regueiro | -12/+12 |
| 2019-03-10 | Add provided methods `Seek::{stream_len, stream_position}` | Lukas Kalbertodt | -2/+119 |
| 2019-03-09 | Use lifetime contravariance to elide more lifetimes in core+alloc+std | Scott McMurray | -38/+38 |
| 2019-03-09 | add feature clamp | Dirk Leifeld | -0/+3 |
| 2019-03-09 | Revert "Revert "Add clamp functions"" | Dirk Leifeld | -0/+40 |
| 2019-03-09 | Rollup merge of #59018 - alexcrichton:omg, r=sfackler | Mazdak Farrokhzad | -15/+0 |
| 2019-03-09 | Auto merge of #57882 - euclio:unused-doc-attributes, r=estebank | bors | -2/+2 |
| 2019-03-08 | expand unused doc comment diagnostic | Andy Russell | -2/+2 |
| 2019-03-08 | std: Delete a by-definition spuriously failing test | Alex Crichton | -15/+0 |
| 2019-03-08 | Rollup merge of #58963 - seanmonstar:patch-3, r=cramertj | Pietro Albini | -0/+8 |
| 2019-03-08 | Rollup merge of #58893 - benaryorg:thread_local_example_join, r=alexcrichton | Pietro Albini | -1/+4 |
| 2019-03-08 | Rollup merge of #58369 - nox:sync-hash-map-entry, r=Amanieu | Pietro Albini | -0/+10 |
| 2019-03-07 | Always call read/write from default vectored io methods | Steven Fackler | -28/+32 |
| 2019-03-07 | Fix SGX implementations of read/write_vectored. | Steven Fackler | -12/+10 |
| 2019-03-06 | Fix buffer invalidation at BufReader.read_vectored | André Vicente Milack | -9/+11 |
| 2019-03-06 | Fix buffer invalidation for BufRead | André Vicente Milack | -2/+43 |
| 2019-03-05 | libstd: implement Error::source for io::Error | Sean McArthur | -0/+8 |
| 2019-03-05 | SGX target: Expose thread id function in os module | Jethro Beekman | -0/+6 |
| 2019-03-05 | std: Spin for a global malloc lock on wasm32 | Alex Crichton | -15/+80 |
| 2019-03-05 | Auto merge of #58423 - nox:relax-bounds-buf-reader, r=dtolnay | bors | -0/+2 |
| 2019-03-04 | Fix typo | Edward Barnard | -1/+1 |
| 2019-03-04 | Add test for the behaviour of `fs::copy` when `to` is a symlink | Edward Barnard | -0/+20 |
| 2019-03-04 | Change `std::fs::copy` to use `copyfile` on MacOS and iOS | Edward Barnard | -2/+88 |
| 2019-03-04 | Make the Entry API of HashMap<K, V> Sync and Send (fixes #45219) | Anthony Ramine | -0/+10 |
| 2019-03-03 | race condition in thread local storage example | benaryorg | -1/+4 |
| 2019-03-03 | Auto merge of #58793 - Mark-Simulacrum:master-next, r=alexcrichton | bors | -18/+8 |
| 2019-03-03 | Auto merge of #58464 - jethrogb:jb/std-test-panic-output, r=alexcrichton | bors | -19/+41 |
| 2019-03-02 | Bootstrap compiler update for 1.35 release | Mark Rousskov | -18/+8 |
| 2019-03-02 | Auto merge of #58216 - pitdicker:sqos_flags, r=alexcrichton | bors | -8/+25 |
| 2019-02-28 | Use the correct stderr when testing libstd | Jethro Beekman | -19/+41 |
| 2019-02-28 | Clarify distinction between floor() and trunc() | Jon Gjengset | -8/+16 |
| 2019-02-28 | Fix rebase fail | Taiki Endo | -7/+8 |
| 2019-02-28 | Fix some imports and paths | Taiki Endo | -6/+2 |
| 2019-02-28 | Revert removed #![feature(nll)] | Taiki Endo | -0/+1 |
| 2019-02-28 | Fix #[macro_use] extern crate in sys/cloudabi | Taiki Endo | -2/+1 |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -2040/+2005 |
| 2019-02-27 | Rollup merge of #58746 - ipetkov:std-process-docs, r=cramertj | Mazdak Farrokhzad | -2/+2 |
| 2019-02-27 | Rollup merge of #58703 - shepmaster:read_line_return, r=centril | Mazdak Farrokhzad | -1/+1 |
| 2019-02-27 | Auto merge of #58709 - kornelski:book, r=QuietMisdreavus | bors | -1/+1 |
| 2019-02-25 | Disable running several Stdio doctests | Ivan Petkov | -2/+2 |
| 2019-02-26 | Auto merge of #58357 - sfackler:vectored-io, r=alexcrichton | bors | -94/+1049 |