| Age | Commit message (Expand) | Author | Lines |
| 2018-12-03 | ...and fix a link | Corey Farwell | -1/+1 |
| 2018-12-03 | tweak 'known issues' wording | Corey Farwell | -2/+2 |
| 2018-12-03 | link to raw identifiers | Mark Mansi | -1/+3 |
| 2018-12-03 | Explain raw identifer syntax | Mark Mansi | -0/+2 |
| 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 | Remove unused feature gate from `libcore` | Oliver Scherer | -1/+0 |
| 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 |