about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-02-23use `simd_shuffle` in the implementation of `vec_splat`Folkert de Vries-16/+7
2025-02-23use `simd_ctlz` instead of an externFolkert de Vries-10/+3
2025-02-23use `llvm.nearbyint.v4f32` for roundingFolkert de Vries-1/+1
2025-02-23use generic llvm intrinsics for min/max on powerpcFolkert de Vries-12/+12
2025-02-23fixbendn-24/+24
2025-02-23Rollup merge of #137483 - bend-n:😅, r=NoratriebTrevor Gross-38/+38
2025-02-23Rollup merge of #137297 - tgross35:update-builtins, r=tgross35Trevor Gross-4/+4
2025-02-23Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35Trevor Gross-116/+89
2025-02-23libstd: init(): dup() subsequent /dev/nulls instead of opening them againнаб-24/+24
2025-02-23rename sub_ptr 😅bendn-38/+38
2025-02-23Fix documentation for unstable sortyukang-15/+33
2025-02-23Stabilize `core::str::from_utf8_mut`Waffle Lapkin-3/+2
2025-02-23stabilize extract_ifbendn-15/+9
2025-02-23Win: use existing wrappers for `SetFileInformationByHandle` in `File::open_na...Dennis Duda-25/+11
2025-02-23Return error on unexpected termination in `Thread::join`.Mahmoud Mazouz-1/+5
2025-02-23Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrumbors-371/+44
2025-02-23add stdarch compatibility hackRalf Jung-0/+12
2025-02-23Revert "ci: Pin the nightly toolchain for i686-pc-windows-gnu"Trevor Gross-2/+1
2025-02-23Rollup merge of #137194 - kornelski:ftls, r=tgross35Jacob Pratt-7/+25
2025-02-23Rollup merge of #136826 - xizheyin:issue-136737, r=thomccJacob Pratt-26/+45
2025-02-23[illumos] attempt to use posix_spawn to spawn processesRain-4/+19
2025-02-23Update `compiler-builtins` to 0.1.147Trevor Gross-4/+4
2025-02-23Rollup merge of #137383 - folkertdev:stabilize-unsigned-is-multiple-of, r=Nor...Matthias Krüger-3/+2
2025-02-23Rollup merge of #137121 - bend-n:master, r=NoratriebMatthias Krüger-21/+13
2025-02-23Rollup merge of #135501 - tgross35:stdlib-dependencies-private, r=bjorn3Matthias Krüger-8/+14
2025-02-22Somehow these stability attributes were able to be omitted before?ltdk-0/+2
2025-02-22Stabilise c_str_moduleltdk-4/+3
2025-02-22make the new intrinsics safeRalf Jung-12/+12
2025-02-22Rollup merge of #137388 - PaulDance:disable-rename-posix-semantics-tests-unde...Matthias Krüger-0/+4
2025-02-22Rollup merge of #136910 - okaneco:sig_ones, r=thomccMatthias Krüger-0/+325
2025-02-22Rollup merge of #137207 - petertodd:2025-add-track-caller-to-duration-div, r=...Matthias Krüger-0/+2
2025-02-21Auto merge of #137397 - matthiaskrgr:rollup-ls2pilo, r=matthiaskrgrbors-12/+108
2025-02-21Fix(lib/fs/tests): Disable rename POSIX semantics FS tests under Windows 7Paul Mabileau-0/+4
2025-02-21Fix unbounded_shifts testsConnor Horman-13/+22
2025-02-21Rollup merge of #137353 - thaliaarchi:io-optional-methods/wasi-stdin, r=alexc...Matthias Krüger-1/+6
2025-02-21Rollup merge of #137336 - riverbl:stabilise-os-str-display, r=tgross35Matthias Krüger-7/+5
2025-02-21Rollup merge of #136609 - mammothbane:master, r=scottmcmMatthias Krüger-0/+60
2025-02-21Rollup merge of #136148 - kpreid:type-str, r=joboetMatthias Krüger-4/+37
2025-02-21Replace some instances of `pub` with `pub(crate)`Trevor Gross-2/+2
2025-02-21Use `public-dependencies` in all sysroot cratesTrevor Gross-6/+12
2025-02-21Stabilize `unbounded_shifts`Connor Horman-8/+327
2025-02-21stabilize `unsigned_is_multiple_of`Folkert de Vries-3/+2
2025-02-21Auto merge of #137371 - matthiaskrgr:rollup-3qkdqar, r=matthiaskrgrbors-1/+14
2025-02-21Do not use CString in the examples of CStr.Marijn Schouten-36/+37
2025-02-21Use faster thread_local! for stdoutKornel-1/+1
2025-02-21Use faster thread_local in current_thread_id()Kornel-1/+18
2025-02-21Highlight thread_local! const init in docsKornel-5/+6
2025-02-21Rollup merge of #136089 - jwong101:box-default-debug-stack-usage, r=AmanieuMatthias Krüger-1/+14
2025-02-21Explain how Vec::with_capacity is faithfulMarijn Schouten-5/+17
2025-02-21Auto merge of #137192 - kornelski:windows-tls-lto, r=ChrisDentonbors-3/+1