| Age | Commit message (Expand) | Author | Lines |
| 2020-02-19 | Auto merge of #69241 - shahn:checked_add_revert, r=Mark-Simulacrum,lqd | bors | -5/+7 |
| 2020-02-18 | Revert "Remove `checked_add` in `Layout::repeat`" | Sebastian Hahn | -5/+7 |
| 2020-02-18 | Rollup merge of #69249 - LeSeulArtichaut:stabilize-logs-consts, r=sfackler | Yuki Okushi | -4/+4 |
| 2020-02-18 | Rollup merge of #68597 - ollie27:skip_nth_last, r=Amanieu | Yuki Okushi | -13/+7 |
| 2020-02-17 | Rollup merge of #68701 - amosonn:patch-2, r=RalfJung | Yuki Okushi | -4/+15 |
| 2020-02-17 | Rollup merge of #68495 - sdegutis:patch-1, r=Mark-Simulacrum | Yuki Okushi | -1/+2 |
| 2020-02-16 | Stabilize {f32, f64}::{LOG2_10, LOG10_2} | LeSeulArtichaut | -4/+4 |
| 2020-02-16 | Improve #Safety of core::ptr::drop_in_place | Amos Onn | -1/+4 |
| 2020-02-15 | Improve #Safety in various methods in core::ptr | Amos Onn | -0/+8 |
| 2020-02-15 | Improve #Safety of core::ptr::replace | Amos Onn | -1/+1 |
| 2020-02-15 | Improve #Safety in various methods in core::ptr | Amos Onn | -2/+2 |
| 2020-02-14 | implement LowerExp and UpperExp for integers | Max Blachman | -0/+243 |
| 2020-02-12 | Add trait `Self` filtering to `rustc_on_unimplemented` | Esteban Küber | -4/+1 |
| 2020-02-12 | Account for `Pin::new(_)` and `Pin::new(Box::new(_))` when `Box::pin(_)` woul... | Esteban Küber | -0/+7 |
| 2020-02-12 | Rollup merge of #67585 - ranma42:fix/char-is-ascii-codegen, r=Amanieu | Dylan DPC | -10/+40 |
| 2020-02-12 | Rollup merge of #69027 - TimDiekmann:zeroed-alloc, r=Amanieu | Yuki Okushi | -0/+137 |
| 2020-02-12 | Rollup merge of #69026 - TimDiekmann:common-usage, r=Amanieu | Yuki Okushi | -199/+2 |
| 2020-02-11 | Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=oli | bors | -0/+2 |
| 2020-02-11 | Improve `char::is_ascii_*` code | Andrea Canciani | -10/+40 |
| 2020-02-10 | Auto merge of #69030 - Dylan-DPC:rollup-t9uk7vc, r=Dylan-DPC | bors | -20/+41 |
| 2020-02-10 | Add `repr(no_niche)` to `UnsafeCell`. Fix #68303. | Felix S. Klock II | -0/+2 |
| 2020-02-10 | Add missing `_zeroed` varants to `AllocRef` | Tim Diekmann | -0/+137 |
| 2020-02-10 | Remove common usage pattern from `AllocRef` | Tim Diekmann | -199/+2 |
| 2020-02-10 | Rollup merge of #68986 - ecstatic-morse:const-ascii-ctype, r=Centril | Dylan DPC | -20/+41 |
| 2020-02-10 | Auto merge of #68835 - CAD97:sound-range-inclusive, r=Mark-Simulacrum | bors | -53/+26 |
| 2020-02-10 | Rollup merge of #68976 - ecstatic-morse:const-non-zero, r=dtolnay | Dylan DPC | -1/+2 |
| 2020-02-08 | Make the ASCII ctype inherent methods const | Dylan MacKenzie | -20/+41 |
| 2020-02-08 | Make `num::NonZeroX::new` an unstable `const fn` | Dylan MacKenzie | -1/+2 |
| 2020-02-09 | Rollup merge of #68946 - mjbshaw:must_use, r=mjbshaw | Dylan DPC | -0/+13 |
| 2020-02-09 | Rollup merge of #68918 - brson:unwrapdoc, r=Dylan-DPC | Dylan DPC | -63/+75 |
| 2020-02-08 | Remove problematic specialization from RangeInclusive | CAD97 | -53/+26 |
| 2020-02-08 | Mark several functions and methods in core::cmp as #[must_use] | Michael Bradshaw | -0/+13 |
| 2020-02-08 | Auto merge of #68358 - matthewjasper:spec-fix, r=nikomatsakis | bors | -57/+91 |
| 2020-02-07 | Don't use the word 'unwrap' to describe core unwrapping functions | Brian Anderson | -26/+38 |
| 2020-02-06 | Rollup merge of #68886 - tom-a-wagner:master, r=Mark-Simulacrum | Dylan DPC | -0/+12 |
| 2020-02-06 | Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=Zoxc | Dylan DPC | -4/+31 |
| 2020-02-06 | Mark fn map_or() as eagerly evaluated. | Tom A. Wagner | -0/+12 |
| 2020-02-05 | Rollup merge of #68809 - ecstatic-morse:const-int-functions, r=oli-obk | Dylan DPC | -49/+108 |
| 2020-02-05 | Reorder declarations of Result::expect_err/unwrap_err to match Option | Brian Anderson | -22/+22 |
| 2020-02-05 | Reorder declarations of Result::export/unwrap to match Option | Brian Anderson | -17/+17 |
| 2020-02-04 | Use consistent feature naming | Dylan MacKenzie | -49/+49 |
| 2020-02-04 | Rollup merge of #68810 - ollie27:once_with_copy, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-02-04 | Make saturating arithmetic using intrinsics `const` | Dylan MacKenzie | -2/+4 |
| 2020-02-04 | Make checked division `const` | Dylan MacKenzie | -4/+8 |
| 2020-02-04 | Const-stabilize some arithmetic intrinsics | Dylan MacKenzie | -0/+6 |
| 2020-02-04 | Make wrapping arithmetic `const` | Dylan MacKenzie | -4/+8 |
| 2020-02-04 | Make `saturating_mul` a `const fn` | Dylan MacKenzie | -6/+13 |
| 2020-02-04 | Make overflowing arithmetic `const` | Dylan MacKenzie | -4/+9 |
| 2020-02-04 | Make checked arithmetic besides division `const` | Dylan MacKenzie | -13/+27 |
| 2020-02-04 | Make euclidean division `const` | Dylan MacKenzie | -16/+33 |