| Age | Commit message (Expand) | Author | Lines |
| 2018-11-30 | Remove a bunch of now-unnecessary `const_let` feature gates | Oliver Scherer | -1/+1 |
| 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 | Move feature enable in ptr::hash doc example | Dale Wijnand | -1/+1 |
| 2018-11-27 | Try to fix ptr::hash's doc example | Dale Wijnand | -2/+3 |
| 2018-11-27 | remove uses of feature gate | Mark Mansi | -1/+0 |
| 2018-11-27 | Fix issue number | Dale Wijnand | -1/+1 |
| 2018-11-27 | Add an assert_eq in ptr::hash's doc example | Dale Wijnand | -1/+7 |
| 2018-11-27 | Pick a better variable name for ptr::hash | Dale Wijnand | -2/+2 |
| 2018-11-27 | Fix stability attribute for ptr::hash | Dale Wijnand | -1/+1 |
| 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 | Fix ptr::hex doc example | Dale Wijnand | -1/+1 |
| 2018-11-26 | FIXME is the new TODO | Dale Wijnand | -1/+1 |
| 2018-11-26 | Introduce ptr::hash for references | Dale Wijnand | -0/+23 |
| 2018-11-26 | Add missing link in docs | Guillaume Gomez | -1/+1 |
| 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 | Add grammar for {f32,f64}::from_str, mention known bug. | Corey Farwell | -1/+25 |
| 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 |