| Age | Commit message (Expand) | Author | Lines |
| 2018-12-05 | Add a test for cloned side effects | Konrad Borowski | -0/+17 |
| 2018-12-05 | Use inner iterator may_have_side_effect for Cloned | Konrad Borowski | -1/+3 |
| 2018-12-05 | Copy may_have_side_effect from I for Copied<I> | Konrad Borowski | -1/+3 |
| 2018-12-05 | Use copied method instead of cloned in Copied::next_back() | Konrad Borowski | -1/+1 |
| 2018-12-05 | Add tests for Iterator::copied() | Konrad Borowski | -0/+18 |
| 2018-12-05 | Add tests for Option::copied() | Konrad Borowski | -0/+22 |
| 2018-12-05 | Add unstable Iterator::copied() | Konrad Borowski | -1/+128 |
| 2018-12-05 | Add unstable Option::copied() | Konrad Borowski | -0/+42 |
| 2018-12-04 | Utilize `?` instead of `return None`. | Corey Farwell | -4/+3 |
| 2018-12-04 | cleanup: remove static lifetimes from consts | ljedrz | -7/+7 |
| 2018-12-04 | Increase code-reuse and -readability | Oliver Scherer | -1/+1 |
| 2018-12-04 | Add tests for stable unsafe features in const fn | Oliver Scherer | -1/+0 |
| 2018-12-04 | Also make immutable references to non-freeze restricted value range types unsafe | Oliver Scherer | -5/+6 |
| 2018-12-04 | Make sure the initialization of constrained int range newtypes is unsafe | Oliver Scherer | -10/+19 |
| 2018-12-04 | Fix ptr::hash, just hash the raw pointer | Dale Wijnand | -1/+1 |
| 2018-12-04 | Make ptr::hash take a raw painter like ptr::eq | Dale Wijnand | -1/+1 |
| 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 |