| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-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 | 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 | Rollup merge of #71398 - ThinkChaos:feat_refcell_take, r=LukasKalbertodt | Dylan DPC | -0/+25 |
| 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 |
| 2020-04-29 | Rollup merge of #71680 - nicholasbishop:bishop-fix-eq-link, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 2020-04-29 | Rollup merge of #71507 - CohenArthur:document-unsafe-libcore-ptr, r=Mark-Simu... | Dylan DPC | -7/+45 |
| 2020-04-29 | Fix doc link to Eq trait from PartialEq trait | Nicholas Bishop | -0/+1 |
| 2020-04-29 | document stable counterparts of intrinsics | Bastian Kauschke | -12/+86 |
| 2020-04-29 | safety-ptr: Add SAFETY on some unsafe blocks from libcore/ptr | cohenarthur | -3/+43 |
| 2020-04-27 | Update link to unstable book for llvm_asm macro | Zach Reizner | -1/+1 |
| 2020-04-27 | Rollup merge of #71589 - RalfJung:unique-no-shr, r=SimonSapin | Dylan DPC | -17/+0 |
| 2020-04-26 | remove Unique::from for shared pointer types | Ralf Jung | -17/+0 |