| Age | Commit message (Expand) | Author | Lines |
| 2018-12-05 | Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNN | Pietro Albini | -4/+1 |
| 2018-12-05 | Rollup merge of #51753 - gruberb:document-from-conversions-libstdpath, r=Quie... | Pietro Albini | -0/+20 |
| 2018-12-05 | Avoid extra copy and syscall in std::env::current_exe | John-John Tedro | -5/+8 |
| 2018-12-04 | Replace usages of `..i + 1` ranges with `..=i`. | Corey Farwell | -5/+5 |
| 2018-12-04 | Utilize `?` instead of `return None`. | Corey Farwell | -4/+1 |
| 2018-12-04 | cleanup: remove static lifetimes from consts in libstd | ljedrz | -173/+173 |
| 2018-12-04 | Add extra comment slash | Bastian Gruber | -1/+1 |
| 2018-12-03 | improve wording | Ralf Jung | -3/+4 |
| 2018-12-03 | Rollup merge of #56435 - RalfJung:libstd-without-c, r=alexcrichton | kennytm | -0/+3 |
| 2018-12-03 | Rollup merge of #56432 - ordovicia:shrink-to-issue, r=Centril | kennytm | -3/+3 |
| 2018-12-03 | Rollup merge of #56419 - mark-i-m:remove-try, r=Centril | kennytm | -3/+3 |
| 2018-12-03 | Rollup merge of #56395 - Centril:stabilize-dbg-macro, r=SimonSapin | kennytm | -10/+2 |
| 2018-12-03 | Rollup merge of #56141 - jnqnfe:osstr_len_clarity, r=nagisa | kennytm | -6/+18 |
| 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 | make the C part of compiler-builtins opt-out | Ralf Jung | -1/+4 |
| 2018-12-02 | explicitly control compiler_builts/c feature from libstd | Ralf Jung | -1/+1 |
| 2018-12-02 | no reason to use mutable references here at all | Ralf Jung | -12/+4 |
| 2018-12-02 | Update issue number of `shrink_to` methods to point the tracking issue | Hidehito Yabuuchi | -3/+3 |
| 2018-12-01 | remove some uses of try! | Mark Mansi | -3/+3 |
| 2018-12-01 | stabilize std::dbg!(...) | Mazdak Farrokhzad | -10/+2 |
| 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-29 | Typo | Nathan West | -1/+1 |
| 2018-11-29 | Removed unnecessary buf subscript | Nathan West | -4/+5 |
| 2018-11-29 | Defactored Bytes::read | Nathan West | -13/+9 |
| 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 |