about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2019-09-02Auto merge of #63692 - iluuu1994:issue-49660, r=sfacklerbors-0/+8
2019-08-31Fix word repetition in str documentationJulian Gehring-4/+4
2019-08-30Rollup merge of #63999 - GuillaumeGomez:as-ref-missing-links, r=Mark-SimulacrumMazdak Farrokhzad-11/+13
2019-08-30Rev::rposition counts from the wrong endXiang Fan-7/+6
2019-08-30Add missing examples for Option typeGuillaume Gomez-0/+31
2019-08-30Add a "diagnostic item" schemeOliver Scherer-1/+2
2019-08-29Add missing links on AsRef traitGuillaume Gomez-11/+13
2019-08-29Rollup merge of #63992 - lzutao:integer-ord, r=nagisaMazdak Farrokhzad-2/+2
2019-08-29Small improvement for Ord implementation of integersLzu Tao-2/+2
2019-08-28Stabilize pin_into_inner in 1.39.0Alessandro Ghedini-2/+2
2019-08-28add missing `#[repr(C)]` on a unionDodo-0/+1
2019-08-26Rollup merge of #63845 - DevQps:47091-remove-bad-example, r=nikomatsakisMazdak Farrokhzad-8/+0
2019-08-26Auto merge of #62891 - vext01:improve-black-box-docs, r=RalfJung,Centril,gnzlbgbors-4/+12
2019-08-24Improve the documentation for std::hint::black_box.Edd Barrett-4/+12
2019-08-24Auto merge of #63823 - petrochenkov:noapply2, r=matthewjasperbors-8/+0
2019-08-24Added an extra line to make the formatting conform to the rest of the document.Christian-0/+1
2019-08-24Removed the confusing FnOnce example. closes #47091Christian-9/+0
2019-08-23Auto merge of #63808 - Rosto75:master, r=KodrAusbors-2/+2
2019-08-23Remove default macro transparenciesVadim Petrochenkov-8/+0
2019-08-22Rollup merge of #63805 - mati865:clippy, r=CentrilMazdak Farrokhzad-4/+3
2019-08-22Change code formatting for readability.Tomasz Różański-2/+2
2019-08-22Apply clippy::let_and_return suggestionMateusz Mikuła-2/+1
2019-08-22Apply clippy::needless_return suggestionsMateusz Mikuła-2/+2
2019-08-21make abs, wrapping_abs, and overflowing_abs const functionsTrevor Spiteri-21/+9
2019-08-21Add comment to avoid accidentally remove the changes.Lzu Tao-0/+2
2019-08-21Use more optimal Ord implementation for integersLzu Tao-3/+3
2019-08-20Test that Wrapping arithmetic ops are implemented for all int typesIlija Tovilo-0/+8
2019-08-20Rollup merge of #63691 - timvermeulen:chain-size-hint, r=scottmcmMazdak Farrokhzad-8/+62
2019-08-20Rollup merge of #63265 - JohnTitor:implement-nth-back-for-chunksexactmut, r=s...Mazdak Farrokhzad-0/+35
2019-08-18Fix bug in iter::Chain::size_hintTim Vermeulen-8/+62
2019-08-17Rollup merge of #62451 - SimonSapin:new_uninit, r=RalfJungMazdak Farrokhzad-0/+8
2019-08-17Doc nitSimon Sapin-1/+1