about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-06-20Add blank lines after module-level `//` comments.Nicholas Nethercote-0/+2
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+19
2024-06-20Convert some module-level `//` and `///` comments to `//!`.Nicholas Nethercote-18/+20
2024-06-19Make Option::as_[mut_]slice constGeorge Bateman-4/+15
2024-06-19reword the hint::blackbox non-guaranteesThe 8472-1/+1
2024-06-19core: add tracking issue for `array::repeat`joboet-1/+1
2024-06-19core: simplify implementation of `array::repeat`, address other nitsjoboet-18/+9
2024-06-19core: implement `UncheckedIterator` for `RepeatN`joboet-1/+3
2024-06-19core: implement `array::repeat`joboet-0/+36
2024-06-19Add a hack to prevent proc_macro misopt in CIGary Guo-1/+3
2024-06-19Stabilise c_unwindGary Guo-6/+6
2024-06-18AVX512DQ: Fixes (Corrected some typos in tests, Removed intrinsics list as ev...sayantn-460/+16
2024-06-18AVX512DQ: Fixes (Adding SSE target_feature for i586)sayantn-8/+8
2024-06-18AVX512DQ Part 7: FP-Classsayantn-17/+635
2024-06-18AVX512DQ Part 6: Reducesayantn-1/+0
2024-06-18AVX512DQ Part 6: Reducesayantn-178/+1522
2024-06-18AVX512DQ Part 5: Range. Fixed intrinsic verification.sayantn-58/+1268
2024-06-18AVX512DQ Part 4: Mask Registers and Multiply Lowsayantn-61/+972
2024-06-18AVX512DQ : Fix errors in Part 2sayantn-51/+55
2024-06-18AVX512DQ Part 3: Convert Intrinsicssayantn-166/+3662
2024-06-18AVX512DQ : Fix Instructionssayantn-41/+24
2024-06-18AVX512DQ : Fixsayantn-1/+0
2024-06-18AVX512DQ : Fix : Added to mod.rssayantn-0/+125
2024-06-18AVX512DQ : Fix : Added to mod.rssayantn-0/+5
2024-06-18AVX512DQ Part 2: Broadcast, Extract, Insertsayantn-96/+1825
2024-06-18AVX512DQ Part 1: Logical Operations (and, andn, or, xor) - tests and docsayantn-122/+904
2024-06-18AVX512DQ Part 1: Logical Operations (and, andn, or, xor)sayantn-37/+551
2024-06-18AVX512DQ Part 0: Intrinsics Listsayantn-0/+442
2024-06-18Replace `move||` with `move ||` in `compiler/` and `library/`Vonr-17/+17
2024-06-18Auto merge of #126330 - m-ou-se:panic-message-type, r=Amanieubors-11/+79
2024-06-17Disable libm on x86 without sse2Trevor Gross-0/+3
2024-06-17Print the tested value in int_log testsTrevor Gross-13/+13
2024-06-17Add missing CopyMarker implLukas Bergdoll-0/+2
2024-06-17Revert panic_safe test changesLukas Bergdoll-1/+2
2024-06-17Add PanicMessage type for PanicInfo::message().Mara Bos-11/+79
2024-06-17Add tracking issue to async_drop APIDaria Sukhonina-13/+13
2024-06-17std: rename module for clarityjoboet-2/+2
2024-06-17std: update TLS module documentationjoboet-16/+22
2024-06-17std: use the `c_int` from `core::ffi` instead of `libc`joboet-1/+1
2024-06-17std: simplify `#[cfg]`s for TLSjoboet-15/+10
2024-06-17Fix unintended regression for Freeze + Copy typesLukas Bergdoll-1/+5
2024-06-17Auto merge of #126569 - jieyouxu:rollup-1uvkb2y, r=jieyouxubors-24/+17
2024-06-17Rollup merge of #126531 - slanterns:error_provider, r=workingjubilee许杰友 Jieyou Xu (Joe)-1/+1
2024-06-17Rollup merge of #126468 - RalfJung:euclid, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-4/+6
2024-06-17Rollup merge of #126346 - hermit-os:fd, r=Amanieu许杰友 Jieyou Xu (Joe)-13/+4
2024-06-17Rollup merge of #126288 - x4exr:patch-1, r=dtolnay许杰友 Jieyou Xu (Joe)-6/+6
2024-06-17Auto merge of #125720 - folkertdev:optimize_for_size-ptr-rotate, r=Amanieubors-2/+6
2024-06-16doc: Added commas where neededRayyan Khan-6/+6
2024-06-17Replace addsub variationsTobias Decking-29/+25
2024-06-17Fix SSE2 sqrtTobias Decking-1/+2