about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-05-09Add intrinsic fallback for `{minimum,maximum}{16,32,64,128}`Urgau-164/+108
2025-05-09remove 'unordered' atomic intrinsicsRalf Jung-12/+0
2025-05-09Use intrinsics for `{f16,f32,f64,f128}::{minimum,maximum}` operationsUrgau-76/+228
2025-05-08Rollup merge of #140341 - saethlin:black-box-qoi, r=Mark-SimulacrumMatthias Krüger-0/+4
2025-05-08Indicate that the warning on black_box is a general property of RustBen Kimock-0/+4
2025-05-08Rollup merge of #140759 - dpaoliello:symlink, r=workingjubileeMatthias Krüger-0/+16
2025-05-08std: Explain prefer `TryInto` over `TryFrom` when specifying traits bounds on...xizheyin-0/+6
2025-05-08std: Make consistence between `From` and `Into`xizheyin-2/+2
2025-05-08Update documentation of OnceLock::get_or_init.Luca Versari-1/+1
2025-05-07[win][arm64] Disable FS tests that require symlinksDaniel Paoliello-0/+16
2025-05-07Rollup merge of #140734 - ivmarkov:master, r=joboetGuillaume Gomez-0/+1
2025-05-07Rollup merge of #140706 - GuillaumeGomez:fix-missing-temp-dir-cleanup, r=notr...Guillaume Gomez-0/+10
2025-05-07update hermit-abi to 0.5.1Martin Kröning-2/+2
2025-05-07Rollup merge of #140724 - tgross35:update-builtins, r=tgross35Guillaume Gomez-4/+4
2025-05-07Rollup merge of #140398 - Berrysoft:cygwin-backtrace, r=tgross35Guillaume Gomez-1/+2
2025-05-07Fix regression from #140393 for espidf / horizon / nuttx / vitaivmarkov-0/+1
2025-05-07Fix backtrace for cygwin王宇逸-1/+2
2025-05-07Auto merge of #140726 - jhpratt:rollup-b6oxopx, r=jhprattbors-288/+264
2025-05-07Rollup merge of #140668 - vkrivopalov:vecdeque-truncate-front, r=jhprattJacob Pratt-0/+137
2025-05-07Rollup merge of #140656 - joboet:fuchsia_pal, r=workingjubileeJacob Pratt-282/+122
2025-05-07Rollup merge of #140483 - baumanj:patch-1, r=workingjubileeJacob Pratt-5/+5
2025-05-07Rollup merge of #134273 - RalfJung:de-stabilize-bench, r=ibraheemdev,traviscrossJacob Pratt-1/+0
2025-05-06Update `compiler-builtins` to 0.1.158Trevor Gross-4/+4
2025-05-06release-plz: Include the libm changelog in compiler-builtinsTrevor Gross-0/+1
2025-05-06chore: releasegithub-actions[bot]-2/+14
2025-05-06Auto merge of #140514 - m-ou-se:proc-macro-span-file, r=Amanieubors-4/+4
2025-05-06Require `target_has_atomic = "ptr"` for runtime feature detectionTrevor Gross-6/+15
2025-05-06Update rc.rs docsJon Bauman-5/+5
2025-05-06Rollup merge of #136183 - hkBst:patch-25, r=AmanieuGuillaume Gomez-230/+225
2025-05-06Add new `test_main_with_exit_callback` public function in `libtest` to allow ...Guillaume Gomez-0/+10
2025-05-06Run `aarch64-pc-windows-msvc` runs on the new `windows-11-arm` runnerssayantn-14/+20
2025-05-06Edit `macro_trailing_commas` to enable tests in all architecturessayantn-18/+47
2025-05-06Fix segfault in cirrus CIsayantn-0/+4
2025-05-06Add `riscv32` CI runsayantn-4/+25
2025-05-06Update iterator.rs to use arrays by valueMarijn Schouten-230/+225
2025-05-06Rollup merge of #140598 - ShE3py:iter-misc-docs, r=workingjubileeStuart Cook-0/+3
2025-05-06Rollup merge of #140393 - joboet:sys_common_process, r=thomccStuart Cook-136/+176
2025-05-06Rollup merge of #139773 - thaliaarchi:vec-into-iter-last, r=workingjubileeStuart Cook-2/+7
2025-05-06Rollup merge of #139764 - dtolnay:extractif, r=AmanieuStuart Cook-39/+48
2025-05-05Consistent trait bounds for ExtractIf Debug implsDavid Tolnay-39/+48
2025-05-05Simplify `Vec::as_non_null` implementation and make it `const`Vilim Lendvaj-4/+4
2025-05-05Implement `VecDeque::truncate_front()`Vladimir Krivopalov-0/+137
2025-05-05std: stop using TLS in signal handlerjoboet-38/+183
2025-05-05Fix parameter order for `_by()` variants of `min` / `max`/ `minmax` in `std::...Michael Rieder-3/+26
2025-05-05collect all Fuchsia bindings into the `fuchsia` modulejoboet-282/+122
2025-05-05ci: Mention `ci: skip-extensive` in the error messageTrevor Gross-1/+3
2025-05-05Replace `super::super` with `crate::support` where possibleTrevor Gross-22/+19
2025-05-05Auto merge of #140650 - tgross35:rollup-0mp4h1s, r=tgross35bors-173/+36
2025-05-05Rollup merge of #140648 - tgross35:update-builtins, r=tgross35Trevor Gross-4/+4
2025-05-05Rollup merge of #140644 - the8472:revert-copy-clone-adapters, r=Mark-SimulacrumTrevor Gross-163/+20