| Age | Commit message (Expand) | Author | Lines |
| 2018-11-27 | Fix small typo in comment | Marius Nuennerich | -1/+1 |
| 2018-11-27 | add comments explaining our uses of get_ref/get_mut for MaybeUninit | Ralf Jung | -0/+3 |
| 2018-11-27 | add missing feature | Ralf Jung | -0/+1 |
| 2018-11-27 | fix build | Ralf Jung | -1/+1 |
| 2018-11-27 | use MaybeUninit instead of mem::uninitialized for Windows Mutex | Ralf Jung | -9/+9 |
| 2018-11-26 | libcore: Add va_list lang item and intrinsics | Dan Robertson | -0/+8 |
| 2018-11-25 | Auto merge of #55527 - sgeisler:time-checked-add, r=sfackler | bors | -22/+78 |
| 2018-11-25 | Rollup merge of #56151 - alexcrichton:move-out-flaky-test, r=nagisa | Pietro Albini | -36/+0 |
| 2018-11-25 | Rollup merge of #56101 - frewsxcv:frewsxcv-dyn, r=steveklabnik | Pietro Albini | -2/+2 |
| 2018-11-23 | Merge branch 'master' into frewsxcv-dyn | Corey Farwell | -22/+20 |
| 2018-11-23 | make park/unpark example more realistic | Ralf Jung | -4/+15 |
| 2018-11-22 | Fix the tracking issue for hash_raw_entry | Steven Fackler | -38/+38 |
| 2018-11-22 | expand thread::park explanation | Ralf Jung | -1/+6 |
| 2018-11-22 | Rollup merge of #55784 - meltinglava:master, r=KodrAus | Guillaume Gomez | -8/+8 |
| 2018-11-21 | Move a flaky process test out of libstd | Alex Crichton | -36/+0 |
| 2018-11-22 | Make std::os::unix/linux::fs::MetadataExt::a/m/ctime* documentation clearer | ariasuni | -12/+24 |
| 2018-11-21 | OsStr: clarify `len()` method documentation | Lyndon Brown | -6/+11 |
| 2018-11-21 | OsString: mention storage form in discussion | Lyndon Brown | -0/+7 |
| 2018-11-21 | Remove trailing whitespace | Bastian Gruber | -1/+1 |
| 2018-11-21 | Adjust doc comments | Bastian Gruber | -21/+10 |
| 2018-11-21 | update various stdlib docs | Steve Klabnik | -11/+9 |
| 2018-11-21 | fix small doc mistake | antoine-de | -1/+1 |
| 2018-11-21 | Update style of comments | Bastian Gruber | -14/+26 |
| 2018-11-21 | Update comments | Bastian Gruber | -4/+2 |
| 2018-11-21 | Remove 'unsafe' comments | Bastian Gruber | -3/+0 |
| 2018-11-21 | Document `From` implementations | Bastian Gruber | -0/+24 |
| 2018-11-20 | fix more links | Steve Klabnik | -5/+5 |
| 2018-11-20 | Incorporate `dyn` into more comments and docs. | Corey Farwell | -2/+2 |
| 2018-11-19 | Rollup merge of #56059 - alexcrichton:fix-tests, r=sfackler | kennytm | -1/+1 |
| 2018-11-19 | Rollup merge of #56011 - CBenoit:master, r=QuietMisdreavus | Pietro Albini | -1/+1 |
| 2018-11-18 | Increase `Duration` approximate equal threshold to 1us | Alex Crichton | -1/+1 |
| 2018-11-17 | std: Add debugging for a failing test on appveyor | Alex Crichton | -1/+5 |
| 2018-11-16 | Replace data.clone() by Arc::clone(&data) in mutex doc. | BenoƮt C | -1/+1 |
| 2018-11-15 | use ? operator instead of match | Sebastian Geisler | -20/+6 |
| 2018-11-15 | Rename checked_add_duration to checked_add and make it take the duration by v... | Sebastian Geisler | -5/+5 |
| 2018-11-15 | Implement checked_add_duration for SystemTime | Sebastian Geisler | -22/+92 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -11/+11 |
| 2018-11-15 | Rollup merge of #55865 - RalfJung:unix-rwlock, r=alexcrichton | Pietro Albini | -3/+3 |
| 2018-11-15 | Rollup merge of #55622 - jakllsch:netbsd-librt, r=alexcrichton | Pietro Albini | -1/+4 |
| 2018-11-15 | Rollup merge of #55211 - fintelia:bufwriter-buffer, r=shepmaster | Pietro Albini | -10/+38 |
| 2018-11-15 | Rollup merge of #55182 - jD91mZM2:rebased, r=alexcrichton | Pietro Albini | -63/+235 |
| 2018-11-14 | std: Synchronize access to global env during `exec` | Alex Crichton | -16/+60 |
| 2018-11-14 | Revert "Fixes #46775 -- don't mutate the process's environment in Command::exec" | Alex Crichton | -99/+8 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -11/+11 |
| 2018-11-13 | Rollup merge of #55889 - RalfJung:global-alloc, r=alexcrichton | kennytm | -0/+5 |
| 2018-11-13 | Rollup merge of #55863 - dwijnand:patch-1, r=bluss | kennytm | -1/+1 |
| 2018-11-13 | The example values are now easyer to differenciate | Meltinglava | -8/+8 |
| 2018-11-13 | Rollup merge of #55754 - spastorino:fix-process-output-docs, r=alexcrichton | kennytm | -3/+6 |
| 2018-11-12 | Auto merge of #55278 - Centril:constification-1, r=alexcrichton | bors | -4/+3 |
| 2018-11-12 | global allocators: add a few comments | Ralf Jung | -0/+5 |