| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-01-28 | stabilize the debug_map_key_value feature | Ashley Mannix | -5/+2 |
| 2020-01-27 | Rename `Alloc` to `AllocRef` | Tim Diekmann | -11/+26 |
| 2020-01-27 | Auto merge of #68165 - thomcc:lt_ones, r=sfackler | bors | -0/+138 |
| 2020-01-24 | Use Self instead of self return type | Lzu Tao | -10/+10 |
| 2020-01-24 | Rollup merge of #68469 - ollie27:skip_count, r=sfackler | Tyler Mandry | -2/+8 |
| 2020-01-24 | Rollup merge of #68424 - estebank:suggest-borrow-for-non-copy-vec, r=davidtwco | Tyler Mandry | -0/+2 |
| 2020-01-23 | Updating str.chars docs to mention crates.io. | Steven Degutis | -1/+2 |
| 2020-01-23 | Unlock assoc_int_consts in documentation examples using it | Linus Färnstrand | -0/+4 |
| 2020-01-23 | Unlock assoc_int_consts in core+std | Linus Färnstrand | -0/+1 |
| 2020-01-23 | Fix some float operations to work together with the assoc consts | Linus Färnstrand | -5/+5 |
| 2020-01-23 | Add relevant associated constants to the float types | Linus Färnstrand | -28/+135 |
| 2020-01-23 | Add MIN/MAX associated constants to the integer types | Linus Färnstrand | -23/+47 |
| 2020-01-23 | use `diagnostic_item` and modify wording | Esteban Küber | -0/+2 |
| 2020-01-22 | Avoid overflow in `std::iter::Skip::count` | Oliver Middleton | -2/+8 |
| 2020-01-20 | Auto merge of #68405 - JohnTitor:rollup-kj0x4za, r=JohnTitor | bors | -44/+40 |
| 2020-01-21 | Rollup merge of #68381 - mjp41:master, r=Dylan-DPC | Yuki Okushi | -1/+2 |
| 2020-01-20 | Auto merge of #68066 - CAD97:stabilize-manuallydrop-take, r=Amanieu,Mark-Simu... | bors | -7/+8 |
| 2020-01-20 | Drop args from Formatter | Mark Rousskov | -13/+6 |
| 2020-01-20 | Move run/getcount to functions | Mark Rousskov | -38/+35 |
| 2020-01-20 | Delete unused "next" variants from formatting infrastructure | Mark Rousskov | -10/+15 |
| 2020-01-20 | Added minor clarification to specification of realloc. | Matthew Parkinson | -1/+2 |