about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-01-17Compare pairs with `slice::windows`Kevin Leimkuhler-8/+9
2019-01-17Improve documentation and slice implKevin Leimkuhler-11/+18
2019-01-17Add is_sorted unstable documentationKevin Leimkuhler-0/+4
2019-01-17Add is_sorted impl for [T]Kevin Leimkuhler-21/+109
2019-01-17Add initial impl of is_sorted to IteratorKevin Leimkuhler-0/+99
2019-01-17Add signed num::NonZeroI* typesSimon Sapin-16/+30
2019-01-17Auto merge of #57694 - pietroalbini:revert-beta-on-master, r=pietroalbinibors-20/+0
2019-01-17Revert "Auto merge of #57670 - rust-lang:beta-next, r=Mark-Simulacrum"Pietro Albini-20/+0
2019-01-17Auto merge of #57520 - alexreg:tidy-copyright-lint, r=Mark-Simulacrumbors-15/+14
2019-01-16Fix tidy errors.Alexander Ronald Altman-2/+0
2019-01-16Enhance `Pin` impl applicability for `PartialEq` and `PartialOrd`.Alexander Ronald Altman-3/+47
2019-01-16allow unused warnings related to rustc_layout_scalar_valid_range_startPietro Albini-0/+20
2019-01-15demonstrate symmetryCorey Farwell-1/+1
2019-01-15Move spin_loop_hint to core::hint moduleClar Fon-9/+26
2019-01-15Rollup merge of #57608 - timvisee:master, r=frewsxcvMazdak Farrokhzad-1/+1
2019-01-15Rollup merge of #57579 - stjepang:once-with, r=SimonSapinMazdak Farrokhzad-0/+135
2019-01-14Simplify 'product' factorial exampletimvisee-1/+1
2019-01-14Add another feature(iter_once_with)Stjepan Glavina-0/+2
2019-01-14Add feature(iter_once_with)Stjepan Glavina-0/+2
2019-01-14Remove unnecessary mutStjepan Glavina-1/+1
2019-01-14Auto merge of #57322 - Centril:stabilize-identity, r=SimonSapinbors-4/+1
2019-01-14Fix failing testStjepan Glavina-6/+7
2019-01-13Fix intradoc link and update issue numberStjepan Glavina-8/+9
2019-01-13Cosmetic improvementsAlexander Regueiro-15/+14
2019-01-13Auto merge of #57577 - Centril:rollup, r=Centrilbors-24/+24
2019-01-13Rollup merge of #57549 - taiki-e:must_use, r=estebankMazdak Farrokhzad-24/+24
2019-01-13Add core::iter::once_withStjepan Glavina-0/+129
2019-01-13Auto merge of #57567 - Centril:stabilize-transpose, r=alexregbors-6/+2
2019-01-13Auto merge of #57568 - Centril:rollup, r=Centrilbors-64/+49
2019-01-13Change #[must_use] message of Iterator in documentationTaiki Endo-1/+1
2019-01-13Change #[must_use] message of IteratorTaiki Endo-22/+22
2019-01-13stabilize transpose_result in 1.33Mazdak Farrokhzad-6/+2
2019-01-13Rollup merge of #57496 - steveklabnik:gh32934, r=CentrilMazdak Farrokhzad-20/+15
2019-01-13Rollup merge of #57454 - sinkuu:fmt_cleanup, r=joshtriplettMazdak Farrokhzad-40/+10
2019-01-13Rollup merge of #57353 - huonw:faster-finiteness-checks, r=KodrAusMazdak Farrokhzad-4/+24
2019-01-13Minor cosmetic changesAlexander Regueiro-8/+12
2019-01-13const stabilize .Mazdak Farrokhzad-22/+44
2019-01-13Add #[must_use] message to Iterator and FutureTaiki Endo-2/+2
2019-01-12whitespaceCorey Farwell-6/+6
2019-01-12bring back the example i removed, also add symmetry and simplify implCorey Farwell-0/+42
2019-01-12add comment explaining what the derive doesCorey Farwell-0/+1
2019-01-12Utilize specialized zip iterator implShotaro Yamada-4/+6
2019-01-12Rollup merge of #57499 - steveklabnik:gh47757, r=Mark-SimulacrumMazdak Farrokhzad-2/+6
2019-01-12Rollup merge of #57433 - ecstatic-morse:issue-56610-bad-link, r=dtolnayMazdak Farrokhzad-0/+1
2019-01-12Auto merge of #57234 - Centril:const-stabilizations-2, r=oli-obkbors-43/+78
2019-01-11re-do docs for core::cmpSteve Klabnik-20/+15
2019-01-12Add fmt benchmarksShotaro Yamada-0/+111
2019-01-10note that FromStr does not work for borrowed typesSteve Klabnik-2/+6
2019-01-09Improve docs for FormatterSteve Klabnik-3/+12
2019-01-09Auto merge of #57419 - cramertj:pin-set, r=withouboatsbors-2/+2