about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-06-17Auto merge of #126569 - jieyouxu:rollup-1uvkb2y, r=jieyouxubors-24/+17
2024-06-17Rollup merge of #126531 - slanterns:error_provider, r=workingjubilee许杰友 Jieyou Xu (Joe)-1/+1
2024-06-17Rollup merge of #126468 - RalfJung:euclid, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-4/+6
2024-06-17Rollup merge of #126346 - hermit-os:fd, r=Amanieu许杰友 Jieyou Xu (Joe)-13/+4
2024-06-17Rollup merge of #126288 - x4exr:patch-1, r=dtolnay许杰友 Jieyou Xu (Joe)-6/+6
2024-06-17Auto merge of #125720 - folkertdev:optimize_for_size-ptr-rotate, r=Amanieubors-2/+6
2024-06-16doc: Added commas where neededRayyan Khan-6/+6
2024-06-16std: move `sys_common::backtrace` to `sys`joboet-10/+10
2024-06-16Rollup merge of #126539 - lukaslueg:patch-1, r=jhprattJacob Pratt-9/+12
2024-06-16Rollup merge of #125112 - tbu-:pr_create_dir_all_empty, r=dtolnayJacob Pratt-0/+3
2024-06-16Update `Arc::try_unwrap()` docslukaslueg-9/+12
2024-06-16Auto merge of #126299 - scottmcm:tune-sliceindex-ubchecks, r=saethlinbors-32/+86
2024-06-15Redo SliceIndex implementationsScott McMurray-32/+86
2024-06-16update commentSlanterns-1/+1
2024-06-15Rollup merge of #126229 - ChrisDenton:bindgen, r=Mark-SimulacrumGuillaume Gomez-417/+66
2024-06-15Auto merge of #126518 - matthiaskrgr:rollup-wb70rzq, r=matthiaskrgrbors-28/+39
2024-06-15std: suggest OnceLock over OnceJubilee Young-4/+14
2024-06-14Polish `std::path::absolute` documentation.Kevin Reid-28/+39
2024-06-14Auto merge of #126473 - matthiaskrgr:rollup-8w2xm09, r=matthiaskrgrbors-137/+369
2024-06-14Rollup merge of #126285 - kpreid:unique-rc, r=dtolnayMatthias Krüger-30/+91
2024-06-14Rollup merge of #126266 - tbu-:pr_doc_alloc_default_system, r=jhprattMatthias Krüger-1/+3
2024-06-14Rollup merge of #126135 - hermit-os:fuse, r=jhprattMatthias Krüger-92/+181
2024-06-14Rollup merge of #123769 - dtolnay:literal, r=fee1-deadMatthias Krüger-14/+94
2024-06-14div_euclid, rem_euclid: clarify/extend documentationRalf Jung-4/+6
2024-06-14Rollup merge of #126351 - devnexen:to_sol11_upd, r=ChrisDentonMatthias Krüger-19/+2
2024-06-13Rollup merge of #126402 - firefighterduck:fix-unsafe-precon-copy, r=NilstriebMatthias Krüger-2/+1
2024-06-13Rollup merge of #126390 - Kriskras99:master, r=NilstriebMatthias Krüger-3/+3
2024-06-13Rollup merge of #126360 - compiler-errors:uplift-structural-traits, r=lcnrMatthias Krüger-0/+2
2024-06-13Rollup merge of #123726 - jieyouxu:command-new-docs, r=NilstriebMatthias Krüger-0/+19
2024-06-13Remove superfluous escaping from byte, byte str, and c str literalsDavid Tolnay-14/+94
2024-06-13LangItem-ify Coroutine trait in solversMichael Goulet-0/+2
2024-06-13fix wrong assert_unsafe_precondition message for core::ptr::copyFlorian Sextl-2/+1
2024-06-13Rollup merge of #126384 - RalfJung:is_none_or, r=workingjubileeLeón Orell Valerian Liehr-1/+1
2024-06-13Rollup merge of #126347 - slanterns:try_simplify, r=scottmcmLeón Orell Valerian Liehr-10/+11
2024-06-13Fix wording in {checked_}next_power_of_twoChristiaan Biesterbosch-3/+3
2024-06-13add tracking issue for is_none_orRalf Jung-1/+1
2024-06-13std::unix::fs::link using direct linkat call for Solaris and macOs.David Carlier-19/+2
2024-06-12Rollup merge of #126328 - RalfJung:is_none_or, r=workingjubileeJubilee-0/+26
2024-06-13Simplify `try_*` on `Iterator`Slanterns-10/+11
2024-06-12export std::os::fd module on HermitOSStefan Lankes-13/+4
2024-06-12Auto merge of #126273 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrumbors-197/+130
2024-06-12add is_none_orRalf Jung-0/+26
2024-06-12Rollup merge of #126322 - m-ou-se:panicinfo-and-panicinfo-2, r=RalfJungGuillaume Gomez-9/+5
2024-06-12Rollup merge of #126242 - yaahc:simplify-provider, r=jhprattGuillaume Gomez-26/+23
2024-06-12Rollup merge of #126039 - dpaoliello:arm64ecbuild, r=davidtwcoGuillaume Gomez-1/+5
2024-06-12Fix deprecated version.Mara Bos-1/+1
2024-06-12Update doc comment on PanicInfo::message().Mara Bos-3/+2
2024-06-12Use payload_as_str instead of two downcasts.Mara Bos-4/+1
2024-06-12Fix deprecation version.Mara Bos-1/+1
2024-06-12Clarify doc comment.Mara Bos-1/+1