about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2021-06-24option/result overviews: address feedbackTaylor Yu-124/+160
2021-06-24Partially stabilize `const_slice_first_last`Jacob Pratt-4/+4
2021-06-24Use `hash_one` to simplify some other doctestsScott McMurray-8/+3
2021-06-24Add tracking issue and rename to hash_oneScott McMurray-7/+7
2021-06-24Add `BuildHasher::hash_of` as unstableScott McMurray-0/+44
2021-06-24Use `#[non_exhaustive]` where appropriateJacob Pratt-19/+14
2021-06-24Rollup merge of #86415 - Kmeakin:iterator-associativity-docs, r=dtolnayYuki Okushi-2/+29
2021-06-23Use HTTPS links where possibleSmitty-19/+19
2021-06-23Add `core::stream::from_iter`Yoshua Wuyts-0/+40
2021-06-23Auto merge of #86386 - inquisitivecrystal:better-errors-for-display-traits-v3...bors-1/+2
2021-06-23Rollup merge of #86521 - the8472:add-footgun-comments, r=RalfJungDylan DPC-0/+9
2021-06-22Some<T> is not a type, etcTaylor Yu-13/+23
2021-06-22Add comments around code where ordering is important due for panic-safetyThe8472-0/+9
2021-06-22Auto merge of #84910 - eopb:stabilize_int_error_matching, r=yaahcbors-22/+9
2021-06-22postpone stabilizaton by one releaseEthan Brierley-8/+8
2021-06-22Change Debug unimplemented message per requestAris Merchant-1/+1
2021-06-22Auto merge of #86527 - JohnTitor:rollup-cbu78g4, r=JohnTitorbors-3/+3
2021-06-22Rollup merge of #86367 - m-ou-se:fix-abs-comment, r=scottmcmYuki Okushi-3/+3
2021-06-21Auto merge of #86383 - shamatar:slice_len_lowering, r=bjorn3bors-0/+1
2021-06-21Rollup merge of #86452 - the8472:fix-zip-drop-safety, r=m-ou-seYuki Okushi-1/+2
2021-06-21Rollup merge of #85637 - RalfJung:partial-ord, r=m-ou-seYuki Okushi-25/+64
2021-06-20add more to result overviewTaylor Yu-0/+181
2021-06-20Squashed implementation of the passAlex Vlasov-0/+1
2021-06-20Add documentation/example to Extend implSebastian Widua-1/+19
2021-06-19Clarify that certain intrinsics are not unsafebstrie-0/+165
2021-06-19Rollup merge of #86453 - akiselev:patch-1, r=dtolnayYuki Okushi-1/+1
2021-06-19Rollup merge of #86397 - Eosis:alter-cell-docs, r=JohnTitorYuki Okushi-0/+7
2021-06-18Fixed typo `BorroeError` => `BorrowError` in RefCell docsAlexander Kiselev-1/+1
2021-06-19fix panic-safety in specialized Zip::next_backThe8472-1/+2
2021-06-17Document associativity of iterator folds.Karl Meakin-2/+29
2021-06-17Rollup merge of #86389 - kpreid:sum, r=scottmcmYuki Okushi-10/+8
2021-06-17Alter std::cell::Cell::get_mut documentationRupert Rutledge-0/+7
2021-06-17Fix comment about rustc_inherit_overflow_checks in abs().Mara Bos-3/+3
2021-06-16Add doc(hidden) to all __iterator_get_uncheckedJacob Hoffman-Andrews-0/+11
2021-06-16Make `sum()` and `product()` hyperlinks refer to `Iterator` methods.Kevin Reid-10/+8
2021-06-17Rollup merge of #86372 - snoyberg:patch-1, r=jonas-schievinkYuki Okushi-1/+1
2021-06-17Rollup merge of #86140 - scottmcm:array-hash-facepalm, r=kennytmYuki Okushi-0/+17
2021-06-16Typo correction: s/is/itsMichael Snoyman-1/+1
2021-06-16Improve errors for missing Debug and Display implsAris Merchant-1/+2
2021-06-16Rollup merge of #86209 - tlyu:option-doc-typos, r=JohnTitorYuki Okushi-3/+3
2021-06-16Rollup merge of #86200 - qwerty01:clone-doc-update, r=JohnTitorYuki Okushi-1/+1
2021-06-15Update library/core/src/pin.rsJon Gjengset-1/+1
2021-06-16Split MaybeUninit::write into new feature gate and stabilize itest31-8/+6
2021-06-15Auto merge of #85406 - VillSnow:integrate_binary_search, r=JohnTitorbors-21/+1
2021-06-15Rollup merge of #86294 - m-ou-se:edition-prelude-modules, r=joshtriplettYuki Okushi-8/+8
2021-06-15Rollup merge of #86220 - est31:maybe-uninit-extra, r=RalfJungYuki Okushi-13/+67
2021-06-15Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-seYuki Okushi-8/+44
2021-06-15Rollup merge of #82179 - mbartlett21:patch-5, r=joshtriplettYuki Okushi-24/+128
2021-06-15wordingRalf Jung-1/+1
2021-06-14add boolean operator exampleTaylor Yu-0/+30