about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2019-07-29impl Debug for CharsMaximilian Roos-1/+11
2019-07-29Add links to None in Option docLzu Tao-2/+2
2019-07-29Use internal iteration in the Sum and Product impls of Result and OptionTim Vermeulen-119/+67
2019-07-28Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centrilbors-0/+2
2019-07-28Rollup merge of #62360 - Aaron1011:patch-2, r=RalfJungMazdak Farrokhzad-0/+2
2019-07-28Fix `cfg(parallel_compiler)` modeVadim Petrochenkov-2/+2
2019-07-28Deny `unused_lifetimes` through rustbuildVadim Petrochenkov-7/+7
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-3/+0
2019-07-28Rollup merge of #62806 - mati865:clippy, r=TimNNMazdak Farrokhzad-4/+4
2019-07-28Rollup merge of #62883 - Stargateur:refactoring-adapters, r=scottmcmMazdak Farrokhzad-210/+141
2019-07-28Rollup merge of #62074 - wizAmit:feature/mut_chunks_nth_back, r=scottmcmMazdak Farrokhzad-0/+41
2019-07-27Update wordingAaron Hill-1/+2