| Age | Commit message (Expand) | Author | Lines |
| 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 | Add primitive module to libcore/std | Mark Rousskov | -0/+70 |
| 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 |
| 2020-02-04 | Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini | bors | -23/+1 |
| 2020-02-04 | Remove `finished` flag from `MapWhile` | Waffle | -47/+36 |
| 2020-02-03 | Remove Copy impl from OnceWith | Oliver Middleton | -1/+1 |
| 2020-02-03 | Rollup merge of #68800 - JohnTitor:stabilize-once-with, r=Centril | Dylan DPC | -14/+8 |
| 2020-02-04 | Stabilize `core::iter::once_with()` | Yuki Okushi | -14/+8 |
| 2020-02-03 | Optimize core::ptr::align_offset | Amos Onn | -2/+1 |
| 2020-02-03 | Optimize core::ptr::align_offset | Amos Onn | -13/+20 |
| 2020-02-03 | Optimize core::ptr::align_offset | Amos Onn | -2/+2 |
| 2020-02-02 | Rollup merge of #68733 - cata0309:patch-1, r=Dylan-DPC | Mazdak Farrokhzad | -2/+2 |
| 2020-02-02 | Add a resume type parameter to `Generator` | Jonas Schievink | -4/+31 |
| 2020-02-01 | Remove `Alloc` in favor of `AllocRef` | Tim Diekmann | -7/+0 |
| 2020-02-01 | Update option.rs | Marincia Catalin | -2/+2 |
| 2020-02-01 | Remove some unsound specializations | Matthew Jasper | -57/+91 |
| 2020-01-31 | Add methods to leak RefCell borrows to references | Andreas Molzer | -0/+63 |
| 2020-01-31 | Drop cfg(bootstrap) code | Mark Rousskov | -23/+1 |
| 2020-01-31 | Rollup merge of #68638 - GuillaumeGomez:links-cmp-traits, r=Dylan-DPC | Dylan DPC | -20/+31 |
| 2020-01-30 | Auto merge of #66577 - WaffleLapkin:iter_take_while_map, r=mark-simulcrum | bors | -1/+195 |
| 2020-01-30 | Add missing links for cmp traits | Guillaume Gomez | -20/+31 |
| 2020-01-30 | Auto merge of #68325 - faern:move-numeric-consts-to-associated-consts-step1, ... | bors | -56/+192 |
| 2020-01-29 | Document `From` implementation for NonZero nums | LeSeulArtichaut | -2/+6 |
| 2020-01-28 | Minor: note why we can rely on Any trait for safety | Peter Todd | -2/+6 |
| 2020-01-28 | Fill tracking issue for `iter_map_while` feature | Waffle | -5/+5 |
| 2020-01-28 | Add `Iterator::map_while` method and corresponding `MapWhile` adapter | Waffle | -1/+195 |
| 2020-01-28 | Simplify `Skip::nth` and `Skip::last` implementations | Oliver Middleton | -13/+7 |
| 2020-01-28 | Auto merge of #68529 - TimDiekmann:rename-alloc, r=Amanieu | bors | -11/+26 |
| 2020-01-28 | Auto merge of #68234 - CAD97:slice-from-raw-parts, r=KodrAus | bors | -7/+5 |