about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-07-10Don't mark `DEBUG_EVENT` struct as `repr(packed)`Tobias Bucher-1/+1
2024-07-10Auto merge of #126690 - andyolivares:feature/show_window, r=dtolnaybors-0/+23
2024-07-10Rollup merge of #127091 - Sky9x:fused-error-sources-iter, r=dtolnayJacob Pratt-0/+7
2024-07-09Fixed doc linksAndres Olivares-2/+2
2024-07-09Few changes to doc comments. Added tracking issue number.Andres Olivares-4/+5
2024-07-09Exposing STARTUPINFOW.wShowWindow in CommandExt (show_window function) to con...Andres Olivares-0/+22
2024-07-10 do not run test where it cannot runTshepang Mbambo-0/+1
2024-07-08Auto merge of #127235 - martn3:no-mips-f16, r=tgross35,scottmcmbors-7/+12
2024-07-08Rollup merge of #127460 - Borgerr:clarify-drop-comment, r=jhprattMatthias Krüger-0/+5
2024-07-08Rollup merge of #127355 - aceArt-GmbH:126475, r=oli-obkMatthias Krüger-24/+33
2024-07-08Rollup merge of #120248 - WaffleLapkin:bonk-ptr-object-casts, r=compiler-erro...Matthias Krüger-3/+3
2024-07-08Attempt to fix CIzachs18-3/+12
2024-07-08Reset sigpipe not supported for vxworksB I Mohammed Abbas-0/+1
2024-07-08Rollup merge of #127367 - ChrisDenton:run-sync, r=Nilstrieb许杰友 Jieyou Xu (Joe)-6/+2
2024-07-08Rollup merge of #126921 - workingjubilee:outline-va-list, r=Nilstrieb许杰友 Jieyou Xu (Joe)-400/+315
2024-07-08Added verification for doc commentssayantn-0/+40
2024-07-08Fix Documentationsayantn-133/+175
2024-07-07Implement missing in SSE4a and TBMsayantn-258/+310
2024-07-07Use generic simd in wasm intrinsicsTobias Decking-47/+17
2024-07-07Auto merge of #127454 - matthiaskrgr:rollup-k3vfen2, r=matthiaskrgrbors-11/+92
2024-07-07Move/change declaration of `mod exit_guard;`zachs18-1/+1
2024-07-07clarify `sys::unix::fd::FileDesc::drop` comment (#66876)Ashton Hunt-0/+5
2024-07-07Rollup merge of #127447 - RalfJung:once_lock_miri, r=joboetMatthias Krüger-6/+13
2024-07-07Rollup merge of #127354 - nicholasbishop:bishop-sized-doc, r=NilstriebMatthias Krüger-0/+14
2024-07-07Rollup merge of #127297 - the8472:path-new-hash, r=NilstriebMatthias Krüger-4/+44
2024-07-07Rollup merge of #127189 - GrigorenkoPV:linkedlist-cursor-list, r=NilstriebMatthias Krüger-0/+20
2024-07-07Rollup merge of #127179 - tgross35:typeid-debug-hex, r=NilstriebMatthias Krüger-1/+1
2024-07-07once_lock: make test not take as long in MiriRalf Jung-6/+13
2024-07-06Remove non-focused memory leak in `std` doctest for Miri.Zachary S-0/+3
2024-07-07Specialize `TrustedLen` for `Iterator::unzip()`Chayim Refael Friedman-26/+160
2024-07-06Mitigate focused memory leaks in `core` doctests for Miri.Zachary S-0/+6
2024-07-06Remove non-focused memory leaks in `core` doctests for Miri.Zachary S-0/+14
2024-07-06Mitigate focused memory leaks in `alloc` doctests for Miri.Zachary S-1/+21
2024-07-06Remove non-focused memory leaks in `alloc` doctests for Miri.Zachary S-0/+12
2024-07-06Stabilize const_cstr_from_ptr (CStr::from_ptr, CStr::count_bytes)David Tolnay-4/+4
2024-07-06Fix them doc examples some moreAljoscha Meyer-2/+2
2024-07-06Implemented runtime detection of `xop` target-featuresayantn-2/+8
2024-07-06Fix doc examplesAljoscha Meyer-2/+2
2024-07-06Added runtime detectionsayantn-20/+61
2024-07-06offset_from intrinsic: always allow pointers to point to the same addressRalf Jung-18/+19
2024-07-06Run formatter on alloc/src/boxed.rsAljoscha Meyer-4/+10
2024-07-06Mark format! with must_use hintlukas-24/+33
2024-07-06as_simd: fix comment to be in line with 507583a (#121201)Greaka-22/+4
2024-07-06Rollup merge of #127275 - RalfJung:offset-from-isize-min, r=AmanieuMatthias Krüger-265/+118
2024-07-06Refactor avx512bw: reduction operationsTobias Decking-74/+1184
2024-07-06Refactor avx512bw: mask operationsTobias Decking-30/+447
2024-07-06Refactor avx512bw: integer comparisonTobias Decking-134/+348
2024-07-06Refactor avx512bw: max/minTobias Decking-26/+24
2024-07-06Refactor avx512bw: saturating arithmeticTobias Decking-284/+106
2024-07-06Refactor avx512bw: avg + mulhi + absTobias Decking-24/+160