about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-11-26Rollup merge of #118302 - mu001999:dead_code/clean, r=cjgillotGuillaume Gomez-8/+0
2023-11-26Update std::simd usage and test outputsCaleb Zulawski-9/+9
2023-11-26Use inner docs to fix linksCaleb Zulawski-2/+4
2023-11-26Fix library testsCaleb Zulawski-5/+3
2023-11-26Merge commit 'e0e9a4517f9fc021283514da387e70a56061bd3e' into sync-portable-si...Caleb Zulawski-1006/+2107
2023-11-26Use `usize::repeat_u8` instead of implementing `repeat_byte` in `memchr.rs`Maybe Waffle-16/+2
2023-11-26Rename `{collections=>alloc}{tests,benches}`Maybe Waffle-2/+2
2023-11-26Improve some comments for non-zero opsMaybe Waffle-14/+44
2023-11-26Auto merge of #110303 - nbdd0121:master, r=Mark-Simulacrumbors-147/+154
2023-11-26Clean dead codesr0cky-8/+0
2023-11-25Address review feedbackGary Guo-5/+11
2023-11-25Convert many `assert_unsafe_precondition` to `debug_assert_nounwind`Gary Guo-132/+98
2023-11-25Add `debug_assert_nounwind`Gary Guo-19/+54
2023-11-25Rollup merge of #117968 - Urgau:stabilize-ptr-addr-eq, r=dtolnayMichael Goulet-5/+5
2023-11-25Update `OnceLock` documentation to give a concrete 'lazy static' example, and...Corey Farwell-9/+41
2023-11-25Add more benchmarks of `Vec::dedup`AngelicosPhosphoros-18/+105
2023-11-24Auto merge of #118138 - Nilstrieb:one-previous-error, r=WaffleLapkinbors-1/+1
2023-11-24remove the memcpy-on-equal-ptrs assumptionRalf Jung-3/+2
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
2023-11-24Rollup merge of #118238 - RalfJung:memcpy, r=Mark-SimulacrumMichael Goulet-1/+1
2023-11-24Auto merge of #118228 - Mark-Simulacrum:alloc-opt, r=scottmcmbors-1/+5
2023-11-24memcpy assumptions: update GCC linkRalf Jung-1/+1
2023-11-24correct grammarKashiwa-1/+1
2023-11-24Auto merge of #118232 - matthiaskrgr:rollup-x8crvm0, r=matthiaskrgrbors-10/+19
2023-11-24Update comment for consistent context logic.Kashiwa-2/+2
2023-11-24also add is_empty to const raw slicesRalf Jung-3/+21
2023-11-24Rollup merge of #118060 - ChrisDenton:abs-device-path, r=thomccMatthias Krüger-1/+1
2023-11-24Rollup merge of #118028 - Jules-Bertholet:dyn-any-doc, r=thomccMatthias Krüger-0/+5
2023-11-24Rollup merge of #117940 - zhiqiangxu:remove_redundant_drop, r=thomccMatthias Krüger-2/+1
2023-11-24Rollup merge of #117656 - ChrisDenton:invalid, r=thomccMatthias Krüger-7/+8
2023-11-24Rollup merge of #116807 - seanlinsley:patch-2, r=thomccMatthias Krüger-0/+4
2023-11-24Auto merge of #117722 - okaneco:binarysearch, r=thomccbors-9/+8
2023-11-23Indicate that multiplication in Layout::array cannot overflowMark Rousskov-1/+5
2023-11-23Auto merge of #98943 - WilliamVenner:feat/bufread_skip_until, r=dtolnaybors-0/+114
2023-11-23Fix tracking issue of Windows ExitCodeExtDavid Tolnay-3/+3
2023-11-24add track_caller for arith opsbohan-0/+14
2023-11-23Auto merge of #115159 - solid-rs:patch/kmc-solid/io-safety, r=workingjubileebors-132/+371
2023-11-22add missing period in `std::process::Command` docsMax Heller-1/+1
2023-11-23Auto merge of #118154 - ChrisDenton:win-clippy, r=scottmcmbors-45/+43
2023-11-22also make 'core_intrinsics' internalRalf Jung-0/+9
2023-11-22warn against using intrinsics that leave the scope of our memory modelRalf Jung-0/+10
2023-11-22x fmt library/stdChris Denton-3/+2
2023-11-22redundant_slicingChris Denton-1/+1
2023-11-22cmp_nullChris Denton-2/+2
2023-11-22manual_range_containsChris Denton-2/+2
2023-11-22op_refChris Denton-1/+1
2023-11-22manual_mapChris Denton-5/+3
2023-11-22unnecessary_lazy_evaluationsChris Denton-1/+1
2023-11-22redundant_closureChris Denton-4/+4
2023-11-22duration_subsecChris Denton-1/+1