| Age | Commit message (Expand) | Author | Lines |
| 2019-03-20 | Fix f64 test | Jacob Kiesel | -1/+1 |
| 2019-03-20 | Fix formatting and add unit tests for panic cases | Jacob Kiesel | -2/+38 |
| 2019-03-20 | Add NAN test to docs | Jacob Kiesel | -0/+2 |
| 2019-03-20 | Add a test for size_of Option<ThreadId> | Simon Sapin | -1/+7 |
| 2019-03-19 | Rollup merge of #58812 - jonhoo:floor_v_trunc, r=alexcrichton | Mazdak Farrokhzad | -8/+16 |
| 2019-03-19 | Rollup merge of #57847 - clarcharr:dbg_no_params, r=Centril | Mazdak Farrokhzad | -0/+6 |
| 2019-03-19 | Make Option<ThreadId> no larger than ThreadId, with NonZeroU64 | Simon Sapin | -3/+4 |
| 2019-03-18 | Add todo!() macro | Aleksey Kladov | -1/+2 |
| 2019-03-17 | Apply suggestions from code review
| Tobias Bucher | -2/+2 |
| 2019-03-16 | Rollup merge of #59175 - Zoxc:fix-process-test, r=alexcrichton | kennytm | -1/+1 |
| 2019-03-16 | Rollup merge of #59152 - smmalis37:range_contains, r=SimonSapin | kennytm | -1/+1 |
| 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 |