about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-07-03Add test case demonstrating equality of paths "foo/bar" and "foobar"Zanie Blue-0/+7
2024-07-03Move unique_thread_exit call to lang_start_internal so it is not in a generic...Zachary S-3/+4
2024-07-03Remove Miri special-caseZachary S-9/+1
2024-07-03Use pthread_t instead of numeric thread idZachary S-45/+12
2024-07-03Use libc::pause instead of std::thread::park in wait-for-exit loopZachary S-7/+10
2024-07-03core: Limit four f16 doctests to x86_64 linuxMartin Nordholts-6/+9
2024-07-03std: Set has_reliable_f16 to false for MIPS targets in build.rsMartin Nordholts-0/+2
2024-07-03library/std/build.rs: "powerpc64le" is not a target_archMartin Nordholts-1/+1
2024-07-03Rollup merge of #127204 - dimpolo:stabilize_atomic_bool_fetch_not, r=jhprattJacob Pratt-2/+1
2024-07-03Rollup merge of #123588 - tgross35:stabilize-assert_unchecked, r=dtolnayJacob Pratt-27/+75
2024-07-03Fall back on remove dir implementation for vxworksB I Mohammed Abbas-1/+3
2024-07-02Add edge-case examples to `{count,leading,trailing}_{ones,zeros}` methodsNick Fitzgerald-6/+35
2024-07-02Rollup merge of #127230 - hattizai:patch01, r=saethlinMatthias Krüger-6/+6
2024-07-02Fix incorrect reduction operations in avx512fTobias Decking-31/+10
2024-07-02chore: remove duplicate wordshattizai-6/+6
2024-07-01Optimize SipHash by reordering compress instructionsmat-5/+6
2024-07-01Rollup merge of #127128 - elomatreb:elomatreb/stabilize-duration_abs_diff, r=...Guillaume Gomez-3/+3
2024-07-01Rollup merge of #126732 - StackOverflowExcept1on:master, r=m-ou-seGuillaume Gomez-7/+6
2024-07-01Use the native unwind function in miri where possiblebjorn3-21/+13
2024-07-01Avoid MIR bloat in inliningScott McMurray-0/+18
2024-07-01Stabilize atomic_bool_fetch_notdimi-2/+1
2024-07-01Rollup merge of #127182 - danielhuang:patch-4, r=NilstriebMatthias Krüger-2/+2
2024-07-01Temporarily `use define_rust_probestack;`beetrees-0/+4
2024-07-01Ignore broken nightly/system builtinsbeetrees-5/+18
2024-07-01Remove unqualified import io:: Error for vxworks as all Error references are ...B I Mohammed Abbas-1/+1
2024-06-30Auto merge of #127026 - Urgau:cleanup-bootstrap-check-cfg, r=Kobzolbors-6/+0
2024-07-01LinkedList's Cursor: method to get a ref to the cursor's listPavel Grigorenko-0/+20
2024-06-30Fix incorrect rounding with subnormal/zero results of float multiplicationbeetrees-20/+12
2024-06-30Added support for AMD verificationsayantn-73/+90
2024-06-30Updates SDEsayantn-25/+25
2024-06-30Update ip_addr.rsDaniel Huang-2/+2
2024-06-30Print `TypeId` as hex for debuggingTrevor Gross-1/+1
2024-06-30Rollup merge of #127069 - Sky9x:fmt-pointer-use-addr, r=NilstriebMatthias Krüger-2/+1
2024-06-30Rollup merge of #126895 - betelgeuse:improve_simd_gather_documentation, r=Ama...Matthias Krüger-3/+0
2024-06-30Define remaining IFMA intrinsicsTobias Decking-48/+429
2024-06-30Use generic simd for avx512 leading zerosTobias Decking-20/+6
2024-06-30Refactor avx512f: mask operationsTobias Decking-16/+196
2024-06-30Refactor avx512f: element extractionTobias Decking-4/+35
2024-06-30Refactor avx512f: floating point absTobias Decking-13/+5
2024-06-30Refactor avx512f: zeroing primitivesTobias Decking-5/+5
2024-06-30Refactor avx512f: integer comparisonTobias Decking-196/+384
2024-06-30Refactor avx512f: integersTobias Decking-84/+215
2024-06-30Refactor avx512f: sqrt + rounding fixTobias Decking-98/+120
2024-06-30Refactor avx512f: rounding fmaTobias Decking-387/+174
2024-06-30Refactor avx512f: fmaTobias Decking-386/+216
2024-06-30Rollup merge of #127134 - tgross35:typeid-debug, r=NilstriebMatthias Krüger-1/+12
2024-06-30Rollup merge of #126906 - GrigorenkoPV:fixme-split_at_first, r=Mark-SimulacrumMatthias Krüger-6/+2
2024-06-30Rollup merge of #126705 - safinaskar:panic, r=Mark-SimulacrumMatthias Krüger-5/+2
2024-06-30Auto merge of #127133 - matthiaskrgr:rollup-jxkp3yf, r=matthiaskrgrbors-1/+1
2024-06-29Print `TypeId` as a `u128` for `Debug`Trevor Gross-1/+12