about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2021-07-21docs: GlobalAlloc: Make example only require 4096-aligned staticIan Jackson-3/+3
2021-07-20Auto merge of #87168 - the8472:flatten-len, r=scottmcmbors-1/+93
2021-07-20docs: GlobalAlloc: completely replace example with one that worksIan Jackson-11/+56
2021-07-19replace Option combinators with try blockThe8472-6/+2
2021-07-19Rollup merge of #87227 - bstrie:asm2arch, r=AmanieuGuillaume Gomez-42/+50
2021-07-19Auto merge of #87196 - oxalica:option-insert-must-use, r=joshtriplettbors-0/+1
2021-07-18Move asm! and global_asm! to core::archbstrie-42/+50
2021-07-18better support for running libcore and liballoc tests with MiriRalf Jung-0/+4
2021-07-18Rollup merge of #87183 - RalfJung:option-doctest, r=jyn514Yuki Okushi-1/+1
2021-07-18Rollup merge of #87170 - xFrednet:clippy-5393-add-diagnostic-items, r=Manishe...Yuki Okushi-0/+14
2021-07-17Auto merge of #86761 - Alexhuszagh:master, r=estebankbors-2396/+2146
2021-07-17Changed dec2flt to use the Eisel-Lemire algorithm.Alex Huszagh-2396/+2146
2021-07-17Auto merge of #87195 - yaahc:move-assert_matches-again, r=oli-obkbors-4/+4
2021-07-16i sweat to godJane Lusby-1/+1
2021-07-16pls this timeJane Lusby-2/+2
2021-07-16implement ConstSizeIntoIterator for &[T;N] in addition to [T;N]The8472-3/+52
2021-07-16Rollup merge of #87174 - inquisitivecrystal:array-map, r=kennytmGuillaume Gomez-3/+2
2021-07-16rename specializing trait to ConstSizeIntoIteratorThe8472-4/+4
2021-07-17Mark `Option::insert` as must_useoxalica-0/+1
2021-07-16rename assert_matches moduleJane Lusby-1/+1
2021-07-16fix typo in compile_fail doctestRalf Jung-1/+1
2021-07-16Rollup merge of #87138 - dhwthompson:fix-range-invariant, r=JohnTitorGuillaume Gomez-1/+1
2021-07-15Stabilize `[T; N]::map()`inquisitivecrystal-3/+2
2021-07-15Added diagnostic items to structs and traits for ClippyxFrednet-0/+5
2021-07-15Added diagnostic items to functions for ClippyxFrednet-0/+9
2021-07-15implement TrustedLen for Flatten/FlatMap if the U: IntoIterator == [T; N]The8472-1/+48
2021-07-15Allow leading pipe in `matches!()` patterns.Chayim Refael Friedman-3/+3
2021-07-15Rollup merge of #87127 - poliorcetics:ptr-rotate-safety, r=scottmcmYuki Okushi-2/+54
2021-07-15Rollup merge of #86947 - m-ou-se:assert-matches-to-submodule, r=yaahcYuki Okushi-6/+21
2021-07-15Make wrapping_neg() use wrapping_sub(), #[inline(always)]Hans Kratz-4/+4
2021-07-14Auto merge of #86765 - cuviper:fuse-less-specialized, r=joshtriplettbors-188/+66
2021-07-14Correct invariant documentation for `steps_between`David Thompson-1/+1
2021-07-14Rollup merge of #87027 - petrochenkov:builderhelp, r=oli-obkGuillaume Gomez-1/+2
2021-07-14Add safety comments in private core::slice::rotate::ptr_rotate functionAlexis Bourget-2/+54
2021-07-14DOC: Add missing arguments to hypothetical code for step_by()Matthias Geier-6/+7
2021-07-14Auto merge of #86211 - tlyu:option-result-overviews, r=joshtriplettbors-5/+583
2021-07-13expand: Support helper attributes for built-in derive macrosVadim Petrochenkov-1/+2
2021-07-13Rollup merge of #86344 - est31:maybe-uninit-extra, r=RalfJungYuki Okushi-15/+43
2021-07-12Use the write function in some more placesest31-6/+6
2021-07-11Fix #85462 by adding a marker flagAlexis Bourget-2/+17
2021-07-11Optimize fmt::PadAdapter::wrapphlopsi-4/+1
2021-07-10Fix tracking issue for `bool_to_option`Jacob Pratt-1/+1
2021-07-09Auto merge of #85828 - scottmcm:raw-eq, r=oli-obkbors-112/+181
2021-07-09Auto merge of #86904 - m-ou-se:prelude-collision-check-trait, r=nikomatsakisbors-0/+1
2021-07-08PR feedbackScott McMurray-2/+6
2021-07-08Stop generating `alloca`s+`memcmp` for simple array equalityScott McMurray-2/+67
2021-07-08Move the `PartialEq` and `Eq` impls for arrays to a separate fileScott McMurray-112/+112
2021-07-08Auto merge of #86930 - tspiteri:int_log10, r=kennytmbors-3/+144
2021-07-08Rollup merge of #86726 - sexxi-goose:use-diagnostic-item-for-rfc2229-migratio...Guillaume Gomez-1/+0
2021-07-08Auto merge of #86823 - the8472:opt-chunk-tra, r=kennytmbors-13/+11