about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-07-14Add `classify` and related methods for `f16` and `f128`Trevor Gross-39/+375
2024-07-14std: removes logarithms family function edge cases handling for solaris.David Carlier-34/+3
2024-07-14Use LLVM intrinsics for masked load/stores, expand-loads and fp-classsayantn-1240/+479
2024-07-14Auto merge of #127728 - matthiaskrgr:rollup-ercdbjd, r=matthiaskrgrbors-0/+4
2024-07-14sys::init is not unsafe on teeosPavel Grigorenko-5/+6
2024-07-14Rollup merge of #127592 - tesuji:patch-1, r=Mark-SimulacrumMatthias Krüger-0/+4
2024-07-14Auto merge of #125935 - madsmtm:merge-os-apple, r=workingjubileebors-797/+86
2024-07-14Merge Apple `std::os` extensions modules into `std::os::darwin`Mads Marquart-797/+86
2024-07-14Revert "wasm32: Add `simd128` to enabled features for relaxed intrinsics"daxpedda-20/+20
2024-07-14Rollup merge of #127704 - workingjubilee:fixup-better-than, r=ChrisDentonMatthias Krüger-2/+2
2024-07-14Auto merge of #127706 - workingjubilee:rollup-d07ij30, r=workingjubileebors-7/+17
2024-07-13Rollup merge of #127659 - saethlin:manually-drop-bufwriter, r=joboetJubilee-7/+17
2024-07-13Rollup merge of #127446 - zachs18:miri-stdlib-leaks-core-alloc, r=Mark-Simula...Jubilee-1/+56
2024-07-13Rollup merge of #127370 - ChrisDenton:win-sys, r=Mark-SimulacrumJubilee-67/+82
2024-07-14doc: Suggest `str::repeat` over `iter::repeat().take().collect()`tesuji-0/+4
2024-07-13Fix minor typos in std::process doc on Win argvJubilee Young-2/+2
2024-07-13Auto merge of #126958 - dtolnay:u32char, r=Mark-Simulacrumbors-3/+5
2024-07-13std::unix::fs: removing, now useless, layers predating macOs 10.10.David Carlier-59/+1
2024-07-13Auto merge of #127674 - jhpratt:rollup-0dxy3k7, r=jhprattbors-22/+54
2024-07-13Rollup merge of #127668 - spencer3035:improve-slice-doc, r=jhprattJacob Pratt-10/+50
2024-07-13Rollup merge of #127661 - eduardosm:stabilize-io_slice_advance, r=cuviperJacob Pratt-12/+4
2024-07-13Auto merge of #127397 - jyn514:multi-thread-panic-hook, r=workingjubileebors-30/+31
2024-07-13Auto merge of #126606 - zachs18:patch-2, r=joboetbors-0/+77
2024-07-12Updated slice documentationSpencer-10/+50
2024-07-12Use ManuallyDrop in BufWriter::into_partsBen Kimock-7/+17
2024-07-13Use is_val_statically_known to optimize powMikhail Zabaluev-92/+125
2024-07-12Stabilize io_slice_advanceEduardo Sánchez Muñoz-12/+4
2024-07-12Rename the internal `const_strlen` to just `strlen`Trevor Gross-2/+2
2024-07-12Some small refactoringssayantn-3417/+13
2024-07-12fix interleaved panic outputjyn-30/+31
2024-07-12Rollup merge of #127433 - dtolnay:conststrlen, r=workingjubileeMatthias Krüger-4/+5
2024-07-12Rollup merge of #126827 - the8472:pidfd-spawn, r=workingjubileeMatthias Krüger-6/+131
2024-07-12Rollup merge of #124980 - zachs18:rc-allocator, r=AmanieuMatthias Krüger-20/+36
2024-07-11Add instability attribute on private const_strlen functionDavid Tolnay-0/+1
2024-07-12Rollup merge of #127422 - greaka:master, r=workingjubileeMatthias Krüger-22/+4
2024-07-11[library/std/src/process.rs] `PartialEq` & `Eq` for `ExitCode`Samuel Marks-1/+1
2024-07-12Explicitly unroll integer pow for small exponentsMikhail Zabaluev-12/+112
2024-07-11Optimize integer pow by removing exit branchMikhail Zabaluev-73/+52
2024-07-11wasm32: Add `simd128` to enabled features for relaxed intrinsicsAlex Crichton-20/+20
2024-07-11Rollup merge of #127599 - tgross35:lazy_cell_consume-rename, r=workingjubileeMatthias Krüger-4/+4
2024-07-11Rollup merge of #127588 - uweigand:s390x-f16-doctests, r=tgross35Matthias Krüger-0/+15
2024-07-11Rollup merge of #127572 - tbu-:pr_debug_event_nonpacked, r=jhprattMatthias Krüger-1/+1
2024-07-11Rollup merge of #124599 - estebank:issue-41708, r=wesleywiserMatthias Krüger-0/+1
2024-07-11Rename `lazy_cell_consume` to `lazy_cell_into_inner`Trevor Gross-4/+4
2024-07-10Explicitly ignore `into_raw_handle()` using `let _ =` in sys/pal/windows.Zachary S-3/+3
2024-07-10core: Limit remaining f16 doctests to x86_64 linuxUlrich Weigand-0/+15
2024-07-10Add `must_use` to IntoRawFd/IntoRawSocket/IntoRawHandle's methods.Zachary S-0/+4
2024-07-10Clarify/add `must_use` messages for more `into_raw*` functions of `alloc` types.Zachary S-1/+7
2024-07-10size_of_val_raw: for length 0 this is safe to callRalf Jung-0/+10
2024-07-10Rollup merge of #127554 - ferrocene:tshepang-add-missing-attribute, r=pietroa...Matthias Krüger-0/+1