about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-07-19Rollup merge of #87236 - sunfishcode:avoid-locking-args, r=joshtriplettGuillaume Gomez-22/+3
2021-07-19Rollup merge of #87227 - bstrie:asm2arch, r=AmanieuGuillaume Gomez-49/+73
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-49/+73
2021-07-18better support for running libcore and liballoc tests with MiriRalf Jung-0/+8
2021-07-18Remove unused stuff and switch to pub(crate) whenever possible.Charles Lew-299/+58
2021-07-18Fix compilation errors.Charles Lew-30/+13
2021-07-18Move `library/term/src` to `library/test/src/term/`.Charles Lew-10/+0
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/+22
2021-07-17x.py fmtDan Gohman-5/+1
2021-07-17Remove an unnecessary `Mutex` around argument initialization.Dan Gohman-8/+7
2021-07-17Remove args cleanup code.Dan Gohman-14/+0
2021-07-17Auto merge of #86761 - Alexhuszagh:master, r=estebankbors-2596/+2383
2021-07-17Changed dec2flt to use the Eisel-Lemire algorithm.Alex Huszagh-2596/+2383
2021-07-17Auto merge of #87195 - yaahc:move-assert_matches-again, r=oli-obkbors-7/+7
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/+68
2021-07-16Rollup merge of #87174 - inquisitivecrystal:array-map, r=kennytmGuillaume Gomez-4/+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-4/+4
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 `into_parts()` and `into_error()`inquisitivecrystal-4/+2
2021-07-15Stabilize `[T; N]::map()`inquisitivecrystal-4/+2
2021-07-15Added diagnostic items to structs and traits for ClippyxFrednet-0/+13
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/+72
2021-07-15Allow leading pipe in `matches!()` patterns.Chayim Refael Friedman-3/+9
2021-07-15Rollup merge of #87127 - poliorcetics:ptr-rotate-safety, r=scottmcmYuki Okushi-2/+54
2021-07-15Rollup merge of #87081 - a1phyr:add_wasi_ext_tracking_issue, r=dtolnayYuki Okushi-2/+2
2021-07-15Rollup merge of #86947 - m-ou-se:assert-matches-to-submodule, r=yaahcYuki Okushi-8/+23
2021-07-15Added Arc::try_pinAlex Gaynor-1/+7
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-2/+4
2021-07-14Add safety comments in private core::slice::rotate::ptr_rotate functionAlexis Bourget-2/+54
2021-07-14Auto merge of #87118 - JohnTitor:rollup-8ltidsq, r=JohnTitorbors-6/+6
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-14Rollup merge of #87099 - JohnTitor:upgrade-cc-crate, r=alexcrichtonYuki Okushi-2/+2
2021-07-14Rollup merge of #87090 - ssomers:btree_comments, r=the8472Yuki Okushi-4/+4
2021-07-13expand: Support helper attributes for built-in derive macrosVadim Petrochenkov-2/+4
2021-07-13Upgrade `cc` crate to 1.0.69Yuki Okushi-2/+2
2021-07-12add Stdin::lines, Stdin::split forwarder methodsTaylor Yu-1/+44
2021-07-13Rollup merge of #86846 - tlyu:stdio-locked-tracking, r=joshtriplettYuki Okushi-7/+7
2021-07-13Rollup merge of #86811 - soerenmeier:remove_remaining, r=yaahcYuki Okushi-26/+0