about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-09-17Rollup merge of #64436 - llogiq:transmute-docs, r=RalfJungTyler Mandry-11/+17
2019-09-17improve Vec example soundness in mem::transmute docsAndre Bogus-11/+17
2019-09-17Update src/libcore/pin.rsTaiki Endo-1/+1
2019-09-17Add an example to Pin::as_mutTaiki Endo-0/+21
2019-09-17newly phrased documentation for spin loop hintsArno Haase-29/+20
2019-09-17Rollup merge of #64531 - taiki-e:pin-self, r=CentrilMazdak Farrokhzad-9/+9
2019-09-17Rollup merge of #64530 - taiki-e:docs-pin-lifetimes, r=CentrilMazdak Farrokhzad-4/+4
2019-09-17Use shorthand syntax in the self parameter of methods of PinTaiki Endo-9/+9
2019-09-17Elide lifetimes in `Pin<&(mut) Self>`Taiki Endo-4/+4
2019-09-16Make some adjustments to the documentation for `std::convert::identity`varkor-8/+9
2019-09-14Simplify Iterator::{min_by, max_by} using cmp::{min_by, max_by}Tim Vermeulen-31/+17
2019-09-14Add cmp::{min_by, min_by_key, max_by, max_by_key}Tim Vermeulen-3/+112
2019-09-14Rollup merge of #64203 - alexreg:rush-pr-2, r=centrilMazdak Farrokhzad-8/+8
2019-09-13use `sign` variable in abs and wrapping_abs methodsTrevor Spiteri-3/+26
2019-09-11Rollup merge of #64349 - arnohaase:pr_documentation_atomicptr, r=cramertjMazdak Farrokhzad-4/+2
2019-09-10Rollup merge of #63786 - tspiteri:const-abs, r=alexcrichtonMazdak Farrokhzad-21/+9
2019-09-10fixed linter errorArno Haase-14/+14
2019-09-10documentation for AtomicPtr CAS operationsArno Haase-4/+2
2019-09-10typo fixArno Haase-1/+1
2019-09-10documentation enhancement for 'spin loop hint': replace 'CPU' with 'CPU or core'Arno Haase-6/+6
2019-09-09Auto merge of #64313 - Centril:rollup-7w8b67g, r=Centrilbors-1/+78
2019-09-09Rollup merge of #64121 - timvermeulen:iter_step_by_internal, r=scottmcmMazdak Farrokhzad-1/+78
2019-09-09Auto merge of #63118 - Centril:stabilize-bind-by-move, r=matthewjasperbors-1/+1
2019-09-09document the unstable iter_order_by library featureAshley Mannix-3/+3
2019-09-08Rollup merge of #62205 - timvermeulen:iter_order_by, r=KodrAusMazdak Farrokhzad-6/+160
2019-09-08bootstrap -> boostrap_stdarch_ignore_thisMazdak Farrokhzad-1/+1
2019-09-08Dont use gate bind_by_move_pattern_guards internally.Mazdak Farrokhzad-1/+1
2019-09-08Rollup merge of #64255 - varkor:bool-to-option, r=CentrilMazdak Farrokhzad-0/+55
2019-09-07Support "soft" feature-gating using a lintVadim Petrochenkov-2/+4
2019-09-07Add tracking issuevarkor-2/+2
2019-09-07Move `libcore/bool/mod.rs` to `libcore/bool.rs`varkor-3/+1
2019-09-07Add `bool::then` and `bool::then_with`varkor-1/+50
2019-09-07Add "bool" lang itemvarkor-0/+8
2019-09-06Rollup merge of #64208 - guanqun:py-is-not-none, r=matkladMazdak Farrokhzad-1/+1
2019-09-06Rollup merge of #63969 - GuillaumeGomez:option-docs-example, r=sfacklerMazdak Farrokhzad-0/+31
2019-09-06A few cosmetic improvements to code & comments in liballoc and libcoreAlexander Regueiro-8/+8
2019-09-06Add Iterator comparison methods that take a comparison functionTim Vermeulen-6/+160
2019-09-06Rollup merge of #64174 - GuillaumeGomez:missing-iterator-examples, r=sfacklerMazdak Farrokhzad-0/+80
2019-09-06it's more pythonic to use 'is not None' in python filesGuanqun Lu-1/+1
2019-09-05Add missing code examples on Iterator traitGuillaume Gomez-0/+80
2019-09-05Rollup merge of #62848 - matklad:xid-unicode, r=petrochenkovMazdak Farrokhzad-408/+4
2019-09-05Rollup merge of #64142 - lzutao:fix-doc-cmp, r=jonas-schievinkMazdak Farrokhzad-6/+14
2019-09-05Rollup merge of #63985 - ghedo:stabilize_pin_into_inner, r=alexcrichtonMazdak Farrokhzad-2/+2
2019-09-05Rollup merge of #63549 - sfanxiang:rev-rposition, r=scottmcmMazdak Farrokhzad-7/+6
2019-09-04Update macros.rsStjepan Glavina-1/+1
2019-09-04Update src/libcore/macros.rsStjepan Glavina-1/+1
2019-09-04Fix doc links in `std::cmp` moduleLzu Tao-6/+14
2019-09-04Override `StepBy::{try_fold, try_rfold}`Tim Vermeulen-1/+78
2019-09-04remove XID and Pattern_White_Space unicode tables from libcoreAleksey Kladov-408/+4
2019-09-04Auto merge of #63166 - ksqsf:master, r=alexcrichtonbors-0/+81