| Age | Commit message (Expand) | Author | Lines |
| 2018-12-03 | Rollup merge of #56419 - mark-i-m:remove-try, r=Centril | kennytm | -5/+5 |
| 2018-12-02 | Auto merge of #56275 - RalfJung:win-mutex, r=SimonSapin | bors | -0/+6 |
| 2018-12-02 | let FIXME refer to tracking issue | Ralf Jung | -2/+2 |
| 2018-12-01 | remove some uses of try! | Mark Mansi | -5/+5 |
| 2018-12-01 | Auto merge of #56165 - RalfJung:drop-glue-type, r=eddyb,nikomatsakis | bors | -2/+12 |
| 2018-12-01 | Rollup merge of #55011 - vi:panic_immediate_abort, r=alexcrichton | kennytm | -3/+25 |
| 2018-12-01 | Rollup merge of #56355 - Zoxc:inline-things, r=michaelwoerister | kennytm | -0/+1 |
| 2018-12-01 | Rollup merge of #56216 - SimonSapin:array-tryfrom-slice, r=withoutboats | kennytm | -0/+87 |
| 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 | -7/+6 |
| 2018-11-30 | Add libstd and libcore Cargo features "panic_immediate_abort" | Vitaly _Vi Shukela | -3/+25 |
| 2018-11-29 | Add inline attributes and add unit to CommonTypes | John Kåre Alsaker | -0/+1 |
| 2018-11-29 | Auto merge of #49878 - dlrobertson:va_list_pt0, r=eddyb | bors | -0/+185 |
| 2018-11-29 | Rollup merge of #56273 - GuillaumeGomez:iterator-fnmut-missing-link, r=stevek... | Guillaume Gomez | -1/+2 |
| 2018-11-29 | Rollup merge of #56236 - frewsxcv:frewsxcv-unsafe-unsafe, r=cramertj | Guillaume Gomez | -5/+2 |
| 2018-11-29 | Rollup merge of #56023 - vorner:doc/atomic-ordering-strip, r=@stjepang | Guillaume Gomez | -7/+9 |
| 2018-11-28 | put the MaybeUninit inside the UnsafeCell | Ralf Jung | -3/+0 |
| 2018-11-27 | remove uses of feature gate | Mark Mansi | -1/+0 |
| 2018-11-27 | add comments explaining our uses of get_ref/get_mut for MaybeUninit | Ralf Jung | -0/+9 |
| 2018-11-27 | Add missing doc link | Guillaume Gomez | -1/+2 |
| 2018-11-26 | libcore: Add va_list lang item and intrinsics | Dan Robertson | -0/+185 |
| 2018-11-26 | Auto merge of #54668 - RalfJung:use-maybe-uninit, r=SimonSapin | bors | -52/+53 |
| 2018-11-26 | Remove unsafe `unsafe` inner function. | Corey Farwell | -5/+2 |
| 2018-11-26 | Auto merge of #55705 - ethanboxx:master, r=SimonSapin | bors | -1/+24 |
| 2018-11-25 | Add TryFrom<&[T]> for [T; $N] where T: Copy | Simon Sapin | -0/+87 |
| 2018-11-25 | fix missing borrow | Ethan Brierley | -1/+1 |
| 2018-11-25 | Use a reference rather than take ownership | Ethan Brierley | -1/+1 |
| 2018-11-25 | Rollup merge of #56207 - SimonSapin:int_to_from_bytes, r=nagisa | Pietro Albini | -36/+12 |
| 2018-11-25 | Rollup merge of #56101 - frewsxcv:frewsxcv-dyn, r=steveklabnik | Pietro Albini | -1/+1 |
| 2018-11-25 | Stabilize the int_to_from_bytes feature | Simon Sapin | -36/+12 |
| 2018-11-23 | use more inlining, and force some of it | Ralf Jung | -4/+13 |
| 2018-11-23 | use MaybeUninit in core::ptr::swap_nonoverlapping_bytes | Ralf Jung | -4/+4 |
| 2018-11-23 | use MaybeUninit in core::ptr::swap | Ralf Jung | -8/+5 |
| 2018-11-23 | use MaybeUninit in core::ptr::{read,read_unaligned} | Ralf Jung | -7/+7 |
| 2018-11-23 | use MaybeUninit in core::slice::rotate | Ralf Jung | -9/+3 |
| 2018-11-23 | use MaybeUninit in core::slice::sort | Ralf Jung | -7/+7 |
| 2018-11-23 | use MaybeUninit in core::fmt | Ralf Jung | -13/+14 |
| 2018-11-23 | Merge branch 'master' into frewsxcv-dyn | Corey Farwell | -36/+146 |
| 2018-11-24 | Rollup merge of #56162 - adrianheine:patch-1, r=withoutboats | kennytm | -4/+2 |
| 2018-11-24 | Rollup merge of #55869 - SimonSapin:iterate, r=alexcrichton | kennytm | -2/+177 |
| 2018-11-24 | Rollup merge of #55838 - dralley:fix-cfg-step, r=Kimundi | kennytm | -4/+4 |
| 2018-11-22 | drop glue takes in mutable references, it should reflect that in its type | Ralf Jung | -2/+12 |
| 2018-11-22 | std::str Adapt documentation to reality | Adrian Heine né Lang | -4/+2 |
| 2018-11-22 | Auto merge of #56155 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -13/+118 |
| 2018-11-22 | Rollup merge of #56126 - Turbo87:bench-parse, r=alexcrichton | Guillaume Gomez | -0/+105 |
| 2018-11-22 | Rollup merge of #56063 - 0xrgb:patch-1, r=joshtriplett | Guillaume Gomez | -11/+11 |
| 2018-11-22 | Rollup merge of #55485 - petertodd:2018-10-manuallydrop-deref, r=TimNN | Guillaume Gomez | -2/+2 |
| 2018-11-22 | Auto merge of #53918 - Havvy:doc-sort-by, r=GuillaumeGomez | bors | -0/+16 |
| 2018-11-21 | update various stdlib docs | Steve Klabnik | -20/+9 |
| 2018-11-21 | core/benches/num: Add `from_str/from_str_radix()` benchmarks | Tobias Bieniek | -0/+105 |