about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2020-05-14Rollup merge of #71909 - Dolpheyn:doc-from-trait-for-option, r=steveklabnikRalf Jung-0/+45
2020-05-14Rollup merge of #71870 - ltratt:more_specific_type_name_doc, r=kennytmRalf Jung-7/+9
2020-05-13Update src/libcore/option.rsFaris Sufyan-0/+2
2020-05-13Update src/libcore/option.rsFaris Sufyan-0/+1
2020-05-13Update src/libcore/option.rsFaris Sufyan-1/+1
2020-05-13Update src/libcore/option.rsFaris Sufyan-0/+1
2020-05-13Update src/libcore/option.rsFaris Sufyan-0/+1
2020-05-13Update src/libcore/option.rsFaris Sufyan-1/+1
2020-05-13Update src/libcore/option.rsFaris Sufyan-0/+1
2020-05-13Update src/libcore/option.rsFaris Sufyan-1/+1
2020-05-12Map to -> return.Laurence Tratt-1/+1
2020-05-10Fix link to `map` documentation in exampleFaris Sufyan-1/+1
2020-05-10doc: minus (U+2212) instead of dash (U+002D) for negative infinityTrevor Spiteri-2/+2
2020-05-09Rollup merge of #70834 - yoshuawuyts:future-pending-ready, r=sfacklerDylan DPC-0/+110
2020-05-07Add core::future::{pending,ready}Yoshua Wuyts-0/+110
2020-05-07rewrite Drop documentationBastian Kauschke-44/+98
2020-05-06Rollup merge of #71944 - ldm0:arrordhint, r=sfacklerDylan DPC-0/+1
2020-05-06Add comment for `Ord` implementation for arrayDonough Liu-0/+1
2020-05-05Fix exampleDolpheyn-1/+1
2020-05-05Fix comment positionDolpheyn-1/+1
2020-05-05Rollup merge of #71845 - steveklabnik:add-const-examples, r=dtolnayDylan DPC-2/+318
2020-05-05Document From trait for Option implementationsDolpheyn-0/+39
2020-05-04Rollup merge of #71877 - steveklabnik:small-example-fix, r=Mark-SimulacrumDylan DPC-2/+2
2020-05-04Fix typo.Laurence Tratt-2/+2
2020-05-04Use f64 in f64 examplesSteve Klabnik-2/+2
2020-05-04Add examples to int macrosSteve Klabnik-2/+24
2020-05-04f64 examplesSteve Klabnik-0/+147
2020-05-04correct -> intendedSteve Klabnik-14/+14
2020-05-04add some whitespaceSteve Klabnik-0/+7
2020-05-04Add examples for std::f32 constants.Steve Klabnik-0/+140
2020-05-04Document that lifetimes do not currently appear in any::type_name()'s output.Laurence Tratt-1/+3
2020-05-04Rephrase the any::type_name docs a bit.Laurence Tratt-7/+7
2020-05-03Rollup merge of #71398 - ThinkChaos:feat_refcell_take, r=LukasKalbertodtDylan DPC-0/+25
2020-05-03Mention `RefCell::take` can panic in docsThinkChaos-0/+4
2020-05-02slice::fill: take T by value.Bastian Kauschke-6/+7
2020-05-01Document unsafety for `*const T` and `*mut T`LeSeulArtichaut-4/+8
2020-04-30Rollup merge of #71597 - CohenArthur:refactor-unique-empty, r=shepmasterDylan DPC-2/+1
2020-04-30Rollup merge of #71692 - dfreese:cfgdocs, r=kennytmDylan DPC-0/+4
2020-04-30Rollup merge of #71672 - lcnr:instrinsics-wow, r=Dylan-DPCDylan DPC-12/+86
2020-04-30rename-unique: Rename Unique::empty() to Unique::dangling()cohenarthur-2/+1
2020-04-29Update src/libcore/macros/mod.rsDavid Freese-1/+1
2020-04-29Add clarification on std::cfg macro docs v. #[cfg] attributeDavid Freese-0/+4
2020-04-29Rollup merge of #71680 - nicholasbishop:bishop-fix-eq-link, r=Mark-SimulacrumDylan DPC-0/+1
2020-04-29Rollup merge of #71507 - CohenArthur:document-unsafe-libcore-ptr, r=Mark-Simu...Dylan DPC-7/+45
2020-04-29Fix doc link to Eq trait from PartialEq traitNicholas Bishop-0/+1
2020-04-29document stable counterparts of intrinsicsBastian Kauschke-12/+86
2020-04-29safety-ptr: Add SAFETY on some unsafe blocks from libcore/ptrcohenarthur-3/+43
2020-04-27Update link to unstable book for llvm_asm macroZach Reizner-1/+1
2020-04-27Rollup merge of #71589 - RalfJung:unique-no-shr, r=SimonSapinDylan DPC-17/+0
2020-04-26remove Unique::from for shared pointer typesRalf Jung-17/+0