| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-05-05 | Fix example | Dolpheyn | -1/+1 |
| 2020-05-05 | Fix comment position | Dolpheyn | -1/+1 |
| 2020-05-05 | Rollup merge of #71845 - steveklabnik:add-const-examples, r=dtolnay | Dylan DPC | -2/+318 |
| 2020-05-05 | Document From trait for Option implementations | Dolpheyn | -0/+39 |
| 2020-05-04 | Stabilize saturating_abs and saturating_neg | Tobias Rapp | -7/+4 |
| 2020-05-04 | Rollup merge of #71877 - steveklabnik:small-example-fix, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2020-05-04 | Fix typo. | Laurence Tratt | -2/+2 |
| 2020-05-04 | Use f64 in f64 examples | Steve Klabnik | -2/+2 |
| 2020-05-04 | Add examples to int macros | Steve Klabnik | -2/+24 |
| 2020-05-04 | f64 examples | Steve Klabnik | -0/+147 |
| 2020-05-04 | correct -> intended | Steve Klabnik | -14/+14 |
| 2020-05-04 | add some whitespace | Steve Klabnik | -0/+7 |
| 2020-05-04 | Add examples for std::f32 constants. | Steve Klabnik | -0/+140 |
| 2020-05-04 | Document that lifetimes do not currently appear in any::type_name()'s output. | Laurence Tratt | -1/+3 |
| 2020-05-04 | Rephrase the any::type_name docs a bit. | Laurence Tratt | -7/+7 |
| 2020-05-03 | Try to fix doc links in new `char` methods. | Eduardo Sánchez Muñoz | -16/+13 |
| 2020-05-03 | Rollup merge of #71398 - ThinkChaos:feat_refcell_take, r=LukasKalbertodt | Dylan DPC | -0/+25 |
| 2020-05-03 | Make `std::char` functions and constants associated to `char`. | Eduardo Sánchez Muñoz | -2/+242 |
| 2020-05-03 | Mention `RefCell::take` can panic in docs | ThinkChaos | -0/+4 |
| 2020-05-02 | slice::fill: take T by value. | Bastian Kauschke | -6/+7 |
| 2020-05-01 | Document unsafety for `*const T` and `*mut T` | LeSeulArtichaut | -4/+8 |
| 2020-04-30 | Rollup merge of #71597 - CohenArthur:refactor-unique-empty, r=shepmaster | Dylan DPC | -2/+1 |
| 2020-04-30 | Rollup merge of #71692 - dfreese:cfgdocs, r=kennytm | Dylan DPC | -0/+4 |
| 2020-04-30 | Rollup merge of #71672 - lcnr:instrinsics-wow, r=Dylan-DPC | Dylan DPC | -12/+86 |
| 2020-04-30 | rename-unique: Rename Unique::empty() to Unique::dangling() | cohenarthur | -2/+1 |
| 2020-04-29 | Update src/libcore/macros/mod.rs | David Freese | -1/+1 |
| 2020-04-29 | Add clarification on std::cfg macro docs v. #[cfg] attribute | David Freese | -0/+4 |