| Age | Commit message (Expand) | Author | Lines |
| 2020-01-16 | Rollup merge of #68096 - varkor:diagnostic-cleanup, r=Centril | Dylan DPC | -1/+1 |
| 2020-01-15 | Fix incorrect slice->ptr conversion in slice_from_raw_parts docs | CAD97 | -1/+1 |
| 2020-01-15 | Rollup merge of #68232 - Mark-Simulacrum:unicode-tables, r=joshtriplett | Dylan DPC | -3194/+2402 |
| 2020-01-15 | Mark leading_trailing_ones with tracking issue 57969 | Thom Chiovoloni | -4/+4 |
| 2020-01-15 | Rollup merge of #67784 - Mark-Simulacrum:residual-pad-integral, r=dtolnay | Yuki Okushi | -3/+21 |
| 2020-01-14 | Stabilize ptr::slice_from_raw_parts[_mut] | CAD97 | -7/+5 |
| 2020-01-14 | Replace old tables with new unicode data | Mark Rousskov | -3189/+2353 |
| 2020-01-14 | Add support code for new unicode_data module | Mark Rousskov | -5/+49 |
| 2020-01-14 | Implement `finish_non_exhaustive` for `DebugStruct`. | Richard Dodd | -0/+140 |
| 2020-01-12 | Tests for leading_trailing_ones | Thom Chiovoloni | -0/+55 |
| 2020-01-12 | Add {leading,trailing}_ones to primitive int types | Thom Chiovoloni | -0/+83 |
| 2020-01-12 | Diagnostics should not end with a full stop | varkor | -1/+1 |
| 2020-01-11 | Constify alloc::Layout | Lukas Lueg | -4/+9 |
| 2020-01-11 | Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=Centril | Mazdak Farrokhzad | -2/+0 |
| 2020-01-11 | Update test after renaming Result::as_deref | Lzu Tao | -58/+27 |
| 2020-01-11 | Rename Result::as_deref_ok to as_deref | Lzu Tao | -25/+2 |
| 2020-01-10 | Remove unnecessary `const_fn` feature gates | Dylan MacKenzie | -2/+0 |
| 2020-01-11 | Rollup merge of #66045 - mzabaluev:unwrap-infallible, r=dtolnay | Yuki Okushi | -0/+62 |
| 2020-01-10 | Rollup merge of #68054 - tspiteri:null-unchecked-as_mut, r=cramertj | Yuki Okushi | -0/+14 |
| 2020-01-10 | Rollup merge of #67935 - Thomasdezeeuw:issue_67669, r=withoutboats | Yuki Okushi | -0/+2 |
| 2020-01-09 | Mark Layout::new as const stable | CAD97 | -0/+1 |
| 2020-01-09 | Make Layout::new const | Christopher Durham | -3/+2 |
| 2020-01-09 | stabalize ManuallyDrop::take | CAD97 | -7/+8 |
| 2020-01-09 | doc: add Null-unchecked version section to mut pointer as_mut method | Trevor Spiteri | -0/+14 |
| 2020-01-09 | Rollup merge of #67966 - popzxc:core-std-matches, r=Centril | Mazdak Farrokhzad | -84/+21 |
| 2020-01-09 | Rollup merge of #67884 - anp:allow-unused-const-attr, r=oli-obk | Mazdak Farrokhzad | -0/+3 |
| 2020-01-09 | Rollup merge of #67887 - anp:tracked-std-panics, r=nagisa | Yuki Okushi | -0/+11 |
| 2020-01-09 | Rollup merge of #67798 - matklad:spin-thouse-docs, r=Amanieu | Yuki Okushi | -10/+4 |
| 2020-01-08 | Use matches macro in libcore and libstd | Igor Aleksanov | -84/+21 |
| 2020-01-06 | Relax the Sized bounds on Pin::map_unchecked(_mut) | Thomas de Zeeuw | -0/+2 |
| 2020-01-06 | Rollup merge of #67915 - lzutao:Self, r=Centril | Dylan DPC | -30/+30 |
| 2020-01-06 | Use Self instead of $type | Lzu Tao | -30/+30 |
| 2020-01-06 | macros: typo fix | Lucas Pardue | -1/+1 |
| 2020-01-05 | Add more nuanced advice about spin_loop_hint | Aleksey Kladov | -2/+4 |
| 2020-01-04 | Result's panics have `#[track_caller]`. | Adam Perry | -0/+5 |
| 2020-01-04 | Option's panics are all #[track_caller]. | Adam Perry | -0/+6 |
| 2020-01-04 | Fix incremental builds of core by allowing unused attribute. | Adam Perry | -0/+3 |
| 2020-01-05 | Re-add comment about behaviour of inline. | jumbatm | -0/+3 |
| 2020-01-04 | Rollup merge of #67137 - anp:tracked-panic-internals, r=eddyb | Dylan DPC | -11/+6 |
| 2020-01-04 | core and std macros and panic internals use panic::Location::caller. | Adam Perry | -11/+6 |
| 2020-01-04 | Rollup merge of #67845 - jumbatm:also-unconst-hack-abs, r=oli-obk | Mazdak Farrokhzad | -18/+6 |
| 2020-01-04 | Rollup merge of #67531 - RalfJung:tame-promotion, r=nikomatsakis | Mazdak Farrokhzad | -3/+0 |
| 2020-01-04 | Also remove const-hack for abs | jumbatm | -18/+6 |
| 2020-01-03 | Auto merge of #67828 - JohnTitor:rollup-qmswkkl, r=JohnTitor | bors | -3/+3 |
| 2020-01-03 | Rollup merge of #67825 - petertodd:2020-mem-take-grammar, r=steveklabnik | Yuki Okushi | -1/+1 |
| 2020-01-03 | Rollup merge of #67736 - taralx:patch-1, r=sfackler | Yuki Okushi | -2/+2 |
| 2020-01-03 | Auto merge of #67768 - wesleywiser:dnm_test_perf_65244, r=Mark-Simulacrum | bors | -28/+0 |
| 2020-01-03 | Minor: change take() docs grammar to match other docs | Peter Todd | -1/+1 |
| 2020-01-02 | Remove wrong advice about spin locks from `spin_loop_hint` docs | Aleksey Kladov | -10/+2 |
| 2020-01-02 | Add Iterator::try_find | MOZGIII | -0/+79 |