| Age | Commit message (Expand) | Author | Lines |
| 2020-05-20 | split_inclusive: add tracking issue number (72360) | Pyry Kontio | -20/+20 |
| 2020-05-19 | Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakis | bors | -16/+7 |
| 2020-05-19 | Rollup merge of #72344 - kornelski:assertdoc, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-05-19 | Rollup merge of #71886 - t-rapp:tr-saturating-funcs, r=dtolnay | Dylan DPC | -7/+4 |
| 2020-05-19 | Assert doc wording | Kornel | -1/+1 |
| 2020-05-19 | update libcore, add `discriminant_kind` lang-item | Bastian Kauschke | -3/+41 |
| 2020-05-18 | Add core::future::{poll_fn, PollFn} | Yoshua Wuyts | -0/+70 |
| 2020-05-18 | Apply suggestions from code review | Simon Sapin | -4/+4 |
| 2020-05-18 | Add `len` and `slice_from_raw_parts` to `NonNull<[T]>` | Simon Sapin | -0/+61 |
| 2020-05-18 | Stabilize AtomicN::fetch_min and AtomicN::fetch_max | Amanieu d'Antras | -10/+2 |
| 2020-05-18 | Add documentation for asm! | Amanieu d'Antras | -8/+7 |
| 2020-05-18 | Un-deprecate asm! macro | Amanieu d'Antras | -8/+0 |
| 2020-05-18 | Add some more `rfold` implementations. | Nicholas Nethercote | -0/+68 |
| 2020-05-18 | Rollup merge of #72143 - rust-lang:steveklabnik-must-use, r=sfackler | Ralf Jung | -0/+14 |
| 2020-05-18 | Tweak `partition`, `unzip`, `try_find`. | Nicholas Nethercote | -7/+7 |
| 2020-05-18 | Make `fold` standalone. | Nicholas Nethercote | -13/+124 |
| 2020-05-17 | make many ptr functions must_use | Steve Klabnik | -0/+14 |
| 2020-05-17 | Auto merge of #72204 - RalfJung:abort, r=Mark-Simulacrum | bors | -7/+18 |
| 2020-05-17 | make abort intrinsic safe, and correct its documentation | Ralf Jung | -7/+18 |
| 2020-05-16 | emphasize that ManuallyDrop is safe-to-access and unsafe-to-drop | Ralf Jung | -1/+5 |
| 2020-05-16 | Rollup merge of #72166 - nnethercote:simpler-slice-Iterator-methods, r=cuviper | Dylan DPC | -18/+106 |
| 2020-05-16 | Rollup merge of #71625 - Diggsey:improve-manually-drop-docs, r=RalfJung | Dylan DPC | -11/+36 |
| 2020-05-16 | Rollup merge of #72224 - lzutao:links, r=Dylan-DPC | Dylan DPC | -8/+8 |
| 2020-05-15 | Improve the documentation for ManuallyDrop to resolve conflicting usage of te... | Diggory Blake | -11/+36 |
| 2020-05-15 | Auto merge of #69659 - CAD97:step-rework-take-3, r=Amanieu | bors | -198/+608 |
| 2020-05-15 | doc: add links to rotate_(left|right) | Lzu Tao | -8/+8 |
| 2020-05-14 | Auto merge of #71321 - matthewjasper:alloc-min-spec, r=sfackler | bors | -0/+9 |
| 2020-05-14 | improve step_integer_impls macro | CAD97 | -29/+6 |
| 2020-05-14 | Rollup merge of #71909 - Dolpheyn:doc-from-trait-for-option, r=steveklabnik | Ralf Jung | -0/+45 |
| 2020-05-14 | Rollup merge of #71870 - ltratt:more_specific_type_name_doc, r=kennytm | Ralf Jung | -7/+9 |
| 2020-05-13 | Improve Step::forward/backward for optimization | CAD97 | -14/+12 |
| 2020-05-13 | Improve comments in iter::Step | CAD97 | -3/+3 |
| 2020-05-13 | Update src/libcore/option.rs | Faris Sufyan | -0/+2 |
| 2020-05-13 | Update src/libcore/option.rs | Faris Sufyan | -0/+1 |
| 2020-05-13 | Update src/libcore/option.rs | Faris Sufyan | -1/+1 |
| 2020-05-13 | Update src/libcore/option.rs | Faris Sufyan | -0/+1 |
| 2020-05-13 | Update src/libcore/option.rs | Faris Sufyan | -0/+1 |
| 2020-05-13 | Update src/libcore/option.rs | Faris Sufyan | -1/+1 |
| 2020-05-13 | Update src/libcore/option.rs | Faris Sufyan | -0/+1 |
| 2020-05-13 | Update src/libcore/option.rs | Faris Sufyan | -1/+1 |
| 2020-05-13 | Change `Iterator::nth` to use `self.next()` in a `while` loop. | Nicholas Nethercote | -1/+1 |
| 2020-05-13 | Use simpler impls for some `Iterator` methods for slices. | Nicholas Nethercote | -17/+105 |
| 2020-05-12 | Map to -> return. | Laurence Tratt | -1/+1 |
| 2020-05-10 | Fix link to `map` documentation in example | Faris Sufyan | -1/+1 |
| 2020-05-10 | doc: minus (U+2212) instead of dash (U+002D) for negative infinity | Trevor Spiteri | -2/+2 |
| 2020-05-09 | Rollup merge of #70834 - yoshuawuyts:future-pending-ready, r=sfackler | Dylan DPC | -0/+110 |
| 2020-05-07 | Add core::future::{pending,ready} | Yoshua Wuyts | -0/+110 |
| 2020-05-07 | rewrite Drop documentation | Bastian Kauschke | -44/+98 |
| 2020-05-06 | Rollup merge of #71944 - ldm0:arrordhint, r=sfackler | Dylan DPC | -0/+1 |
| 2020-05-06 | Add comment for `Ord` implementation for array | Donough Liu | -0/+1 |