about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2020-05-20split_inclusive: add tracking issue number (72360)Pyry Kontio-20/+20
2020-05-19Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakisbors-16/+7
2020-05-19Rollup merge of #72344 - kornelski:assertdoc, r=Mark-SimulacrumDylan DPC-1/+1
2020-05-19Rollup merge of #71886 - t-rapp:tr-saturating-funcs, r=dtolnayDylan DPC-7/+4
2020-05-19Assert doc wordingKornel-1/+1
2020-05-19update libcore, add `discriminant_kind` lang-itemBastian Kauschke-3/+41
2020-05-18Add core::future::{poll_fn, PollFn}Yoshua Wuyts-0/+70
2020-05-18Apply suggestions from code reviewSimon Sapin-4/+4
2020-05-18Add `len` and `slice_from_raw_parts` to `NonNull<[T]>`Simon Sapin-0/+61
2020-05-18Stabilize AtomicN::fetch_min and AtomicN::fetch_maxAmanieu d'Antras-10/+2
2020-05-18Add documentation for asm!Amanieu d'Antras-8/+7
2020-05-18Un-deprecate asm! macroAmanieu d'Antras-8/+0
2020-05-18Add some more `rfold` implementations.Nicholas Nethercote-0/+68
2020-05-18Rollup merge of #72143 - rust-lang:steveklabnik-must-use, r=sfacklerRalf Jung-0/+14
2020-05-18Tweak `partition`, `unzip`, `try_find`.Nicholas Nethercote-7/+7
2020-05-18Make `fold` standalone.Nicholas Nethercote-13/+124
2020-05-17make many ptr functions must_useSteve Klabnik-0/+14
2020-05-17Auto merge of #72204 - RalfJung:abort, r=Mark-Simulacrumbors-7/+18
2020-05-17make abort intrinsic safe, and correct its documentationRalf Jung-7/+18
2020-05-16emphasize that ManuallyDrop is safe-to-access and unsafe-to-dropRalf Jung-1/+5
2020-05-16Rollup merge of #72166 - nnethercote:simpler-slice-Iterator-methods, r=cuviperDylan DPC-18/+106
2020-05-16Rollup merge of #71625 - Diggsey:improve-manually-drop-docs, r=RalfJungDylan DPC-11/+36
2020-05-16Rollup merge of #72224 - lzutao:links, r=Dylan-DPCDylan DPC-8/+8
2020-05-15Improve the documentation for ManuallyDrop to resolve conflicting usage of te...Diggory Blake-11/+36
2020-05-15Auto merge of #69659 - CAD97:step-rework-take-3, r=Amanieubors-198/+608
2020-05-15doc: add links to rotate_(left|right)Lzu Tao-8/+8
2020-05-14Auto merge of #71321 - matthewjasper:alloc-min-spec, r=sfacklerbors-0/+9
2020-05-14improve step_integer_impls macroCAD97-29/+6
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-13Improve Step::forward/backward for optimizationCAD97-14/+12
2020-05-13Improve comments in iter::StepCAD97-3/+3
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-13Change `Iterator::nth` to use `self.next()` in a `while` loop.Nicholas Nethercote-1/+1
2020-05-13Use simpler impls for some `Iterator` methods for slices.Nicholas Nethercote-17/+105
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