| Age | Commit message (Expand) | Author | Lines |
| 2019-11-24 | Auto merge of #66322 - lzutao:consistent-result-map_or_else, r=dtolnay | bors | -4/+6 |
| 2019-11-24 | Rollup merge of #66659 - Centril:fix-bench, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+2 |
| 2019-11-24 | Rollup merge of #66411 - RalfJung:forget, r=sfackler | Mazdak Farrokhzad | -3/+33 |
| 2019-11-23 | make `./x.py bench` again | Mazdak Farrokhzad | -2/+2 |
| 2019-11-23 | Rollup merge of #66583 - Phlosioneer:patch-2, r=Dylan-DPC | Mazdak Farrokhzad | -2/+6 |
| 2019-11-23 | Rollup merge of #65961 - lcnr:typename_of, r=Dylan-DPC | Mazdak Farrokhzad | -1/+40 |
| 2019-11-22 | Rollup merge of #66619 - guanqun:use-third-person-singular-verb, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-11-22 | Rollup merge of #66566 - robamler:issue-66476, r=rkruppe | Mazdak Farrokhzad | -14/+18 |
| 2019-11-22 | follow the convention in this file to use third-person singular verbs | Guanqun Lu | -2/+2 |
| 2019-11-21 | Document pitfall with `impl PartialEq<B> for A` | Robert Bamler | -14/+18 |
| 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-20 | Clarify Step Documentation | Phlosioneer | -2/+6 |
| 2019-11-19 | add fn any::type_name_of_val | lcnr/Bastian Kauschke | -1/+40 |
| 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 | mem::forget docs: mention ManuallyDrop | Ralf Jung | -3/+33 |
| 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-12 | stabilize Result::map_or_else | Lzu Tao | -2/+1 |
| 2019-11-12 | make Result::map_or_else consistent with Option::map_or_else | Lzu Tao | -2/+5 |
| 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 |