| Age | Commit message (Expand) | Author | Lines |
| 2019-03-16 | Rollup merge of #59147 - jethrogb:jb/time-tests, r=sfackler | kennytm | -9/+2 |
| 2019-03-16 | Rollup merge of #59082 - alexreg:cosmetic-2-doc-comments, r=Centril | kennytm | -12/+12 |
| 2019-03-16 | Rollup merge of #59009 - sfackler:fix-sgx-vectors, r=alexcrichton | kennytm | -32/+34 |
| 2019-03-16 | Add UdpSocket peer_addr implementation for Wasm | Linus Unnebäck | -0/+4 |
| 2019-03-16 | Add UdpSocket peer_addr implementation for L4Re | Linus Unnebäck | -1/+4 |
| 2019-03-16 | Fix test names regarding ip version | Linus Unnebäck | -2/+2 |
| 2019-03-16 | Add test for UdpSocket peer_addr | Linus Unnebäck | -0/+10 |
| 2019-03-16 | Document UdpSocket peer_addr NotConnected error | Linus Unnebäck | -0/+13 |
| 2019-03-16 | Mark UdpSocket peer_addr unstable w/ tracking issue | Linus Unnebäck | -1/+2 |
| 2019-03-16 | Add peer_addr function to UdpSocket | Linus Unnebäck | -0/+36 |
| 2019-03-16 | Rollup merge of #58949 - jethrogb:jb/sgx-thread-id, r=joshtriplett | kennytm | -0/+6 |
| 2019-03-16 | Rollup merge of #58901 - ebarnard:just-copying, r=sfackler | kennytm | -2/+108 |
| 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 |