| Age | Commit message (Expand) | Author | Lines |
| 2019-03-27 | Include id in Thread's Debug implementation | Konrad Borowski | -1/+4 |
| 2019-03-27 | Make into itemized list and fix some wording | Chris Gregory | -7/+10 |
| 2019-03-27 | Add documentation about `for` used as higher ranked trait bounds | Chris Gregory | -5/+7 |
| 2019-03-27 | Add `Default` to `std::alloc::System` | Tim Diekmann | -1/+1 |
| 2019-03-26 | Use consistent phrasing for all macro summaries | Nikhil Benesch | -22/+23 |
| 2019-03-26 | fix some uses I missed | Ralf Jung | -6/+6 |
| 2019-03-26 | Rollup merge of #59410 - tbu-:pr_doc_clarifyclamp, r=joshtriplett | Mazdak Farrokhzad | -12/+31 |
| 2019-03-26 | Rollup merge of #59374 - faern:simplify-checked-duration-since, r=shepmaster | Mazdak Farrokhzad | -37/+29 |
| 2019-03-26 | Auto merge of #59136 - jethrogb:jb/sgx-std-test, r=sanxiyn | bors | -94/+235 |
| 2019-03-25 | SGX target: fix std unit tests | Jethro Beekman | -94/+235 |
| 2019-03-25 | Clarify `{Ord,f32,f64}::clamp` docs a little | Tobias Bucher | -12/+31 |
| 2019-03-23 | fs::copy() set file mode early | Harald Hoyer | -55/+74 |
| 2019-03-22 | Update sys::time impls to have checked_sub_instant | Linus Färnstrand | -25/+18 |
| 2019-03-22 | Make duration_since use checked_duration_since | Linus Färnstrand | -6/+2 |
| 2019-03-22 | Add/rename checked_duration_since tests | Linus Färnstrand | -6/+9 |
| 2019-03-22 | Auto merge of #59370 - Centril:rollup, r=Centril | bors | -8/+120 |
| 2019-03-22 | Rollup merge of #59360 - LukasKalbertodt:patch-2, r=rkruppe | Mazdak Farrokhzad | -2/+2 |
| 2019-03-22 | Rollup merge of #59327 - Xaeroxe:clamp-doc, r=scottmcm | Mazdak Farrokhzad | -0/+38 |
| 2019-03-22 | Rollup merge of #59291 - SimonSapin:nonzero-thread-id, r=alexcrichton | Mazdak Farrokhzad | -4/+11 |
| 2019-03-22 | Rollup merge of #59106 - LinusU:udp-peer-addr, r=kennytm | Mazdak Farrokhzad | -2/+69 |
| 2019-03-22 | Auto merge of #58953 - jethrogb:jb/unify-ffi, r=alexcrichton | bors | -809/+186 |
| 2019-03-22 | Auto merge of #57810 - MikaelUrankar:stack_t_bsd, r=nagisa | bors | -2/+2 |
| 2019-03-22 | Add tracking issue number for `seek_convenience` | Lukas Kalbertodt | -2/+2 |
| 2019-03-21 | Unify OsString/OsStr for byte-based implementations | Jethro Beekman | -809/+186 |
| 2019-03-21 | FreeBSD 10.x is EOL, in FreeBSD 11 and later, ss_sp is actually a void* [1] | MikaelUrankar | -2/+2 |
| 2019-03-21 | Auto merge of #58422 - LukasKalbertodt:seek-convenience, r=alexcrichton | bors | -2/+134 |
| 2019-03-21 | Auto merge of #58913 - Milack27:patch_buf_reader, r=joshtriplett | bors | -2/+45 |
| 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 |