about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-08-06Rollup merge of #62459 - timvermeulen:result_sum_internal_iteration, r=scottmcmMazdak Farrokhzad-119/+67
2019-08-06clarifyRalf Jung-2/+2
2019-08-06be clear that 1-init Vec being valid (but not safe) is not a stable guaranteeRalf Jung-2/+4
2019-08-06Rollup merge of #63295 - RalfJung:align_offset, r=dtolnayMazdak Farrokhzad-4/+8
2019-08-06Rollup merge of #63293 - shepmaster:align-to-doc, r=RalfJungMazdak Farrokhzad-6/+8
2019-08-06Rollup merge of #63260 - RalfJung:ptr-test, r=matkladMazdak Farrokhzad-2/+1
2019-08-06Rollup merge of #61457 - timvermeulen:double_ended_iters, r=scottmcmMazdak Farrokhzad-13/+296
2019-08-05Clarify align_to's requirements and obligationsJake Goulding-6/+8
2019-08-05Remove gensym from format_argsMatthew Jasper-2/+0
2019-08-05Make some items in core::unicode privateMatthew Jasper-20/+20
2019-08-05assume_init: warn about valid != safeRalf Jung-0/+7
2019-08-05improve wrapping_ docsRalf Jung-26/+112
2019-08-05note about stack-allocated variables being allocated objectsRalf Jung-8/+16
2019-08-05improve align_offset docsRalf Jung-4/+8
2019-08-05fix slice comparisonRalf Jung-1/+1
2019-08-05Test content, not valueRalf Jung-1/+1
2019-08-05Implement nth_back for ChunksExactMutYuki Okushi-0/+35
2019-08-04bump libcore tests to rand 0.7Ralf Jung-10/+10
2019-08-04fix UB in a testRalf Jung-2/+1
2019-08-04fix linksRalf Jung-2/+2
2019-08-03Apply suggestions from code reviewRalf Jung-8/+12
2019-08-03clarify that unchecked indexing is UB even if the reference is never usedRalf Jung-4/+12
2019-08-03Rollup merge of #63215 - gnzlbg:patch-6, r=CentrilMazdak Farrokhzad-3/+6
2019-08-02Consistency.gnzlbg-1/+1
2019-08-02Remove trailing whitespacegnzlbg-1/+1
2019-08-02Clarify semantics of mem::zeroedgnzlbg-3/+6
2019-08-02Rollup merge of #63189 - waywardmonkeys:doc-improvements, r=CentrilMazdak Farrokhzad-6/+11
2019-08-02Rollup merge of #62663 - llogiq:more-questionmark-docs, r=GuillaumeGomezMazdak Farrokhzad-16/+27
2019-08-02Remove Err variants of cloned and copiedksqsf-79/+0
2019-08-02Futures: Add link to Waker in trait doc.Bruce Mitchener-1/+3
2019-08-02Fix typos in doc comments.Bruce Mitchener-4/+4
2019-08-01More questionmarks in doctestsAndre Bogus-16/+27
2019-08-01FixedSizeArray: Add missing links in doc comments.Bruce Mitchener-1/+4
2019-08-01Fix doc testsksqsf-17/+17
2019-08-01Revert "cloned/copied"ksqsf-140/+4
2019-08-01Rename {copied,cloned} to {copied,cloned}_ok, and add {copied,cloned} to copy...ksqsf-4/+140
2019-07-31Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]`Vadim Petrochenkov-28/+3
2019-08-01Make these methods publicksqsf-8/+8
2019-08-01Fix issue and implksqsf-9/+9
2019-08-01Add Result::cloned{,_err} and Result::copied{,_err}ksqsf-0/+160
2019-07-30Rollup merge of #63123 - TankhouseAle:const-fn-type-name-any, r=oli-obkMazdak Farrokhzad-1/+2
2019-07-30fix testsArtyom Pavlov-0/+2
2019-07-30mark div_duration methods as unstable, update tracking issueArtyom Pavlov-2/+2
2019-07-30Allow 'incomplete_features' in libcore/alloc.Mazdak Farrokhzad-0/+1
2019-07-30Rollup merge of #63108 - lzutao:option-xor-typo, r=jonas-schievinkMazdak Farrokhzad-2/+2
2019-07-30Rollup merge of #63000 - max-sixty:chars-display, r=alexcrichtonMazdak Farrokhzad-1/+11
2019-07-30Rollup merge of #61965 - phil-opp:patch-4, r=scottmcmMazdak Farrokhzad-2/+2
2019-07-29Add the necessary changes to any.rsTankhouseAle-1/+2
2019-07-29Wrap promoted generator fields in MaybeUninitTyler Mandry-0/+2
2019-07-29comments from @lzutaoMaximilian Roos-1/+1