summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-06-20Backport rust-lang/stdarch#1818 for 1.88Amanieu d'Antras-0/+0
2025-05-09update version placeholdersPietro Albini-44/+44
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-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-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-06Auto merge of #140514 - m-ou-se:proc-macro-span-file, r=Amanieubors-4/+4
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-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-05Implement `VecDeque::truncate_front()`Vladimir Krivopalov-0/+137
2025-05-05collect all Fuchsia bindings into the `fuchsia` modulejoboet-282/+122
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
2025-05-05Rollup merge of #135734 - nk9:extract_if-doc-equivalent, r=tgross35Trevor Gross-6/+12
2025-05-05Auto merge of #140353 - rust-lang:cargo_update, r=Mark-Simulacrumbors-67/+4
2025-05-04Update `compiler-builtins` to 0.1.157Trevor Gross-4/+4
2025-05-04extract_if's sample equivalent now really equivalent.Nick Kocharhook-6/+12
2025-05-04Rollup merge of #140625 - paolobarbolini:vec-extract-if-alt-is-retain_mut, r=...Trevor Gross-2/+2
2025-05-04Rollup merge of #137280 - RalfJung:const_swap_nonoverlapping, r=lcnrTrevor Gross-3/+40
2025-05-04Revert "Avoid unused clones in Cloned<I> and Copied<I>"The 8472-163/+20
2025-05-04cargo updategithub-actions-67/+4
2025-05-03Suggest `retain_mut` over `retain` as `Vec::extract_if` alternativePaolo Barbolini-2/+2
2025-05-03Rollup merge of #140595 - lolbinarycat:std-set_permissions-typo, r=cuviperMatthias Krüger-1/+1
2025-05-03Rollup merge of #140564 - ebkalderon:use-present-indicative-in-std-io-pipe-do...Matthias Krüger-3/+3
2025-05-03Rollup merge of #139343 - cberner:filelock_wouldblock, r=workingjubileeMatthias Krüger-62/+144
2025-05-02Implement Iterator::last for vec::IntoIterThalia Archibald-2/+7
2025-05-02docs: alias `limit` to `Iterator::take`, cite `[u8]::utf8_chunks` in `Utf8Chu...Lieselotte-0/+3
2025-05-02Rollup merge of #140550 - Amanieu:stabilize_select_unpredictable, r=workingju...Matthias Krüger-4/+1
2025-05-02Rollup merge of #140536 - zachs18:mapped-guard-filter-map, r=AmanieuMatthias Krüger-59/+61
2025-05-02doc(std): fix typo lchown -> lchmodbinarycat-1/+1