| Age | Commit message (Expand) | Author | Lines |
| 2019-11-21 | Redefine `core::convert::Infallible` as `!`. | Mazdak Farrokhzad | -99/+8 |
| 2019-11-21 | Stabilize the `never_type`, written `!`. | Mazdak Farrokhzad | -10/+10 |
| 2019-11-18 | Use `drop_in_place` in `array::IntoIter::drop` | Simon Sapin | -4/+18 |
| 2019-11-18 | Auto merge of #65456 - estebank:trait-bound-borrow, r=matthewjasper | bors | -4/+0 |
| 2019-11-17 | Rollup merge of #66477 - ALSchwalm:clarify-transmute-copy, r=Centril | Yuki Okushi | -5/+5 |
| 2019-11-16 | Suggest borrowing when it would satisfy an unmet trait bound | Esteban Küber | -4/+0 |
| 2019-11-16 | Clarify transmute_copy documentation example | Adam Schwalm | -5/+5 |
| 2019-11-14 | Centralize panic macro documentation | Chris Gregory | -3/+48 |
| 2019-11-13 | Rollup merge of #66292 - lzutao:result-map_or, r=SimonSapin | Yuki Okushi | -0/+22 |
| 2019-11-13 | Rollup merge of #66248 - RalfJung:unsafe_cell_raw_get, r=SimonSapin | Yuki Okushi | -1/+38 |
| 2019-11-13 | Rollup merge of #66094 - ArturKovacs:fix-count-doc, r=Dylan-DPC | Yuki Okushi | -3/+4 |
| 2019-11-13 | make things ugly | Ralf Jung | -3/+3 |
| 2019-11-13 | expand docs | Ralf Jung | -2/+7 |
| 2019-11-13 | clarify why we can do the ptr cast | Ralf Jung | -3/+5 |
| 2019-11-13 | Trailing full stop | Ralf Jung | -1/+1 |
| 2019-11-13 | Auto merge of #66156 - Mark-Simulacrum:stage0-step, r=pietroalbini | bors | -160/+32 |
| 2019-11-12 | Snap cfgs | Mark Rousskov | -160/+32 |
| 2019-11-12 | Auto merge of #60026 - Aaron1011:feature/miri-unwind, r=RalfJung,oli-obk | bors | -0/+5 |
| 2019-11-12 | Rollup merge of #66230 - Axelderan:remove-vestigial-comments, r=alexcrichton | Yuki Okushi | -2/+0 |
| 2019-11-12 | add Result::map_or | Lzu Tao | -0/+22 |
| 2019-11-11 | Use proper intrinsic type | Aaron Hill | -6/+1 |
| 2019-11-11 | More work on miri_start_panic | Aaron Hill | -1/+6 |
| 2019-11-11 | Fix up intrinsic implementation | Aaron Hill | -1/+1 |
| 2019-11-11 | Add explicit Miri support to libpanic_unwind | Aaron Hill | -0/+5 |
| 2019-11-10 | Rollup merge of #66217 - RalfJung:diagnostic-items, r=Centril | Yuki Okushi | -0/+4 |
| 2019-11-09 | add raw ptr variant of UnsafeCell::get | Ralf Jung | -0/+30 |
| 2019-11-09 | partially port invalid_value lint to diagnostic items | Ralf Jung | -0/+4 |
| 2019-11-09 | Auto merge of #66242 - Centril:rollup-h73ztr1, r=Centril | bors | -0/+4 |
| 2019-11-09 | Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomats... | bors | -15/+12 |
| 2019-11-08 | remove vestigial comments referring to defunct numeric trait hierarchy | Alexander Nye | -2/+0 |
| 2019-11-08 | add link to unstable book for asm! macro | Lzu Tao | -0/+4 |
| 2019-11-08 | Rollup merge of #65580 - SimonSapin:maybeuninit-array, r=Amanieu | Yuki Okushi | -0/+63 |
| 2019-11-07 | Rollup merge of #63793 - oli-obk:🧹, r=dtolnay | Mazdak Farrokhzad | -12/+133 |
| 2019-11-07 | MaybeUninit::uninit_array docs: better example | Simon Sapin | -14/+20 |
| 2019-11-07 | Apply docs suggestions from review | Simon Sapin | -4/+4 |
| 2019-11-07 | Add `MaybeUninit` methods `uninit_array`, `slice_get_ref`, `slice_get_mut` | Simon Sapin | -0/+57 |
| 2019-11-07 | Rollup merge of #66017 - LukasKalbertodt:array-into-iter-lint, r=matthewjasper | Mazdak Farrokhzad | -0/+1 |
| 2019-11-07 | Rollup merge of #66117 - olegnn:fixed_linked_list_marker, r=RalfJung | Yuki Okushi | -2/+7 |
| 2019-11-07 | Rollup merge of #66111 - RalfJung:from_raw_parts, r=Centril | Yuki Okushi | -23/+60 |
| 2019-11-07 | Rollup merge of #66044 - RalfJung:uninit-lint, r=oli-obk | Yuki Okushi | -0/+1 |
| 2019-11-07 | Rollup merge of #65794 - Centril:unimpl-internal, r=varkor | Yuki Okushi | -1/+1 |
| 2019-11-06 | Add future incompatibility lint for `array.into_iter()` | Lukas Kalbertodt | -0/+1 |
| 2019-11-06 | The unsafety in `iter.rs` is already documented wonderfully | Oliver Scherer | -5/+8 |
| 2019-11-06 | Silence a deprecation warning | Oliver Scherer | -0/+1 |
| 2019-11-06 | Halloween... time to get rid of 👻 | Oliver Scherer | -15/+19 |
| 2019-11-06 | Have tidy ensure that we document all `unsafe` blocks in libcore | Oliver Scherer | -5/+118 |
| 2019-11-06 | gate rustc_on_unimplemented under rustc_attrs | Mazdak Farrokhzad | -1/+1 |
| 2019-11-06 | Rollup merge of #65973 - eddyb:caller-location-panic, r=petrochenkov | Mazdak Farrokhzad | -17/+15 |
| 2019-11-06 | Fixed libcore/cell.rs example | Oleg Nosov | -1/+4 |
| 2019-11-05 | Apply suggestions from code review | Ralf Jung | -2/+2 |