about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-06-16Apply changes to fix python linting errorsTrevor Gross-1/+1
2023-06-16[libs] Simplify `unchecked_{shl,shr}`Scott McMurray-12/+5
2023-06-16remove box_free and replace with drop implDrMeepster-21/+28
2023-06-16Rollup merge of #112662 - Vanille-N:symbol_unique, r=RalfJungMichael Goulet-0/+2
2023-06-16Rollup merge of #112226 - devnexen:netbsd_affinity, r=cuviperMichael Goulet-0/+23
2023-06-16Rollup merge of #111074 - WaffleLapkin:🌟unsizes_your_buf_reader🌟, r=Ama...Michael Goulet-111/+118
2023-06-16`#[lang_item]` for `core::ptr::Unique`Neven Villani-0/+2
2023-06-16Launch a non-unwinding panic for misaligned pointer derefBen Kimock-2/+3
2023-06-16slice::from_raw_parts: mention no-wrap-around conditionRalf Jung-10/+14
2023-06-16Remove `#[cfg(all())]` workarounds from `c_char`Alex Macleod-10/+0
2023-06-16Rollup merge of #112579 - MikaelUrankar:freebsd_docs, r=cuviperDylan DPC-0/+1
2023-06-16Rollup merge of #112535 - RalfJung:miri-test-libstd, r=cuviperDylan DPC-11/+12
2023-06-16Add more comprehensive tests for is_sorted and friends+merlan #flirora-1/+58
2023-06-15std: only depend on dlmalloc for wasm*-unknownJosh Stone-1/+1
2023-06-15Rollup merge of #112529 - jieyouxu:block-expr-unused-must-use, r=oli-obkGuillaume Gomez-3/+3
2023-06-15remove unused fieldThe 8472-9/+1
2023-06-15privacy: Do not mark items reachable farther than their nominal visibilityVadim Petrochenkov-6/+6
2023-06-15Rollup merge of #112621 - GrigorenkoPV:env, r=jyn514Matthias Krüger-0/+2
2023-06-15Extend `unused_must_use` to cover block exprs许杰友 Jieyou Xu (Joe)-3/+3
2023-06-15Auto merge of #106343 - the8472:slice-iter-fold, r=scottmcmbors-0/+42
2023-06-15Correct types in method descriptions of `NonZero*` typeszica-9/+12
2023-06-15Auto merge of #104455 - the8472:dont-drain-on-drop, r=Amanieubors-534/+399
2023-06-14use indexed loop instead of ptr bumpingThe 8472-10/+20
2023-06-14Auto merge of #112625 - matthiaskrgr:rollup-jcobj3g, r=matthiaskrgrbors-1/+1
2023-06-14Fix `SocketAddrV6: Display` testsltdk-2/+2
2023-06-14Fix `Ipv6Addr: Display` testsltdk-3/+3
2023-06-14Auto merge of #112624 - matthiaskrgr:rollup-db6ta1b, r=matthiaskrgrbors-28/+62
2023-06-14Rollup merge of #111974 - Sp00ph:update_guarantees, r=AmanieuMatthias Krüger-6/+4
2023-06-14Rollup merge of #109814 - est31:stabilize_string_leak, r=AmanieuMatthias Krüger-7/+8
2023-06-14Rollup merge of #107619 - stepancheg:hash-set-insert, r=AmanieuMatthias Krüger-1/+23
2023-06-14Rollup merge of #98202 - aticu:impl_tryfrom_osstr_for_str, r=AmanieuMatthias Krüger-14/+27
2023-06-14Mention `env!` in `option_env!`'s docsPavel Grigorenko-0/+2
2023-06-14Fix typoAntonios Barotsis-1/+1
2023-06-14Auto merge of #112418 - ferrocene:pa-mir-opt-panic, r=ozkanonur,saethlinbors-0/+2
2023-06-14update hashbrown and replace Hash{Set,Map}::DrainFilter with ExtractIfThe 8472-74/+77
2023-06-14s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedListThe 8472-189/+184
2023-06-14remove drain-on-drop behavior from linked_list::DrainFilter and add #[must_use]The 8472-30/+14
2023-06-14remove drain-on-drop behavior from BTree{Set,Map}::DrainFilter and add #[must...The 8472-58/+40
2023-06-14remove drain-on-drop behavior from vec::DrainFilter and add #[must_use]The 8472-121/+22
2023-06-13Bump stdarchScott McMurray-0/+0
2023-06-13Alter `Display` for `Ipv6Addr` for IPv4-compatible addressesltdk-8/+2
2023-06-13fix: get the l4re target working againHenrik Böving-3/+23
2023-06-13Auto merge of #112314 - ferrocene:pa-core-alloc-abort, r=bjorn3bors-12/+42
2023-06-13ignore core, alloc and test tests that require unwinding on panic=abortPietro Albini-12/+42
2023-06-13Fix building the documentation on FreeBSD.MikaelUrankar-0/+1
2023-06-13Auto merge of #112575 - matthiaskrgr:rollup-7a8d7tg, r=matthiaskrgrbors-1/+1
2023-06-13Rollup merge of #112558 - eltociear:patch-21, r=thomccMatthias Krüger-1/+1
2023-06-13Auto merge of #99339 - yanchith:binary-heap-ta, r=Amanieubors-63/+175
2023-06-13Fix typo in mod.rsIkko Eltociear Ashimine-1/+1
2023-06-12Add comment for arm_shim in generate-windows-sysbdbai-0/+3