| Age | Commit message (Expand) | Author | Lines |
| 2018-12-03 | Auto merge of #56394 - cuviper:interrupted-timeout, r=sfackler | bors | -12/+28 |
| 2018-12-02 | Auto merge of #56275 - RalfJung:win-mutex, r=SimonSapin | bors | -9/+10 |
| 2018-12-02 | no reason to use mutable references here at all | Ralf Jung | -12/+4 |
| 2018-11-30 | Deal with EINTR in net timeout tests | Josh Stone | -12/+28 |
| 2018-12-01 | Rollup merge of #56324 - Zoxc:int-ext, r=nikomatsakis | kennytm | -0/+11 |
| 2018-12-01 | Rollup merge of #55011 - vi:panic_immediate_abort, r=alexcrichton | kennytm | -2/+20 |
| 2018-11-30 | Inline things | John Kåre Alsaker | -0/+11 |
| 2018-11-30 | Fix exceeding line width limit | Vitaly _Vi Shukela | -1/+2 |
| 2018-11-30 | panic_immediate_abort: Fix issues from review | Vitaly _Vi Shukela | -5/+6 |
| 2018-11-30 | Add libstd and libcore Cargo features "panic_immediate_abort" | Vitaly _Vi Shukela | -2/+18 |
| 2018-11-29 | Auto merge of #49878 - dlrobertson:va_list_pt0, r=eddyb | bors | -0/+8 |
| 2018-11-29 | Rollup merge of #56319 - RalfJung:async-mutable-ref, r=cramertj | Guillaume Gomez | -2/+2 |
| 2018-11-29 | Rollup merge of #56294 - polyfloyd:fix-typo-ffi-doc, r=sfackler | Guillaume Gomez | -2/+2 |
| 2018-11-29 | Rollup merge of #56289 - marius:patch-1, r=cramertj | Guillaume Gomez | -1/+1 |
| 2018-11-29 | Rollup merge of #56149 - ariasuni:improve-amctime-doc, r=TimNN | Guillaume Gomez | -12/+24 |
| 2018-11-29 | Rollup merge of #56124 - antoine-de:fix_read_to_end_doc_mistake, r=TimNN | Guillaume Gomez | -1/+1 |
| 2018-11-28 | fix futures aliasing mutable and shared ref | Ralf Jung | -2/+2 |
| 2018-11-28 | get_ref -> get_mut | Ralf Jung | -8/+8 |
| 2018-11-28 | fix build | Ralf Jung | -5/+13 |
| 2018-11-28 | put the MaybeUninit inside the UnsafeCell | Ralf Jung | -10/+7 |
| 2018-11-27 | Fix a typo in the documentation of std::ffi | polyfloyd | -2/+2 |
| 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-22 | Fix the tracking issue for hash_raw_entry | Steven Fackler | -38/+38 |
| 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 | update various stdlib docs | Steve Klabnik | -11/+9 |
| 2018-11-21 | fix small doc mistake | antoine-de | -1/+1 |
| 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 |