about summary refs log tree commit diff
path: root/library/alloc/src
AgeCommit message (Expand)AuthorLines
2024-09-19[Clippy] Swap `option_as_ref_deref` to use diagnostic items instead of pathsGnomedDev-0/+5
2024-09-19[Clippy] Swap `map_entry` to use diagnostic items instead of pathsGnomedDev-0/+2
2024-09-18remove feature attributes as const_maybe_uninit_as_mut_ptr is stabilizedultrabear-1/+0
2024-09-18Rollup merge of #130522 - GnomedDev:clippy-manual-retain-paths, r=compiler-er...Jubilee-0/+3
2024-09-18[Clippy] Swap `manual_retain` to use diagnostic items instead of pathsGnomedDev-0/+3
2024-09-17read_volatile __rust_no_alloc_shim_is_unstable in alloc_zeroedBen Kimock-1/+7
2024-09-17Rollup merge of #129674 - matthewpipie:rc-arc-new-cyclic-in, r=dtolnayMatthias Krüger-84/+172
2024-09-16Update library/alloc/src/sync.rsmatthewpipie-1/+1
2024-09-15Rollup merge of #129439 - okaneco:vec_string_lossy, r=NoratriebMatthias Krüger-0/+74
2024-09-15Rollup merge of #129195 - RalfJung:const-mut-refs, r=fee1-deadMatthias Krüger-2/+2
2024-09-15also stabilize const_refs_to_cellRalf Jung-1/+1
2024-09-15stabilize const_mut_refsRalf Jung-1/+1
2024-09-15Rollup merge of #130061 - theemathas:box_vec_non_null, r=MarkSimulacrum,worki...Stuart Cook-16/+531
2024-09-15Add tracking issue number for `box_vec_non_null`Tim (Theemathas) Chirananthavat-8/+8
2024-09-13Update tests for hidden references to mutable staticObei Sideg-0/+6
2024-09-13Rollup merge of #130245 - RalfJung:miri-alloc-backtrace, r=AmanieuStuart Cook-0/+14
2024-09-12Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-deadMatthias Krüger-19/+6
2024-09-11make basic allocation functions track_caller in Miri for nicer backtracesRalf Jung-0/+14
2024-09-10Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkovbors-0/+3
2024-09-09Add missing `#[allow(missing_docs)]` on hack functions in allocUrgau-0/+3
2024-09-08add FIXME(const-hack)Ralf Jung-19/+6
2024-09-08Remove needless returns detected by clippy in librariesEduardo Sánchez Muñoz-7/+7
2024-09-07Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68bors-21/+17
2024-09-07Add `NonNull` convenience methods to `Vec`Tim (Theemathas) Chirananthavat-16/+308
2024-09-07Add `NonNull` convenience methods to `Box`Tim (Theemathas) Chirananthavat-0/+223
2024-09-06Remove duplicate implMatthew Giordano-88/+6
2024-09-06remove the Clone requirementMatthew Giordano-173/+170
2024-09-05update cfgsBoxy-4/+0
2024-09-05Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-SimulacrumMatthias Krüger-1/+1
2024-09-03replace placeholder versionBoxy-17/+17
2024-09-02Rollup merge of #129748 - RalfJung:box-validity, r=workingjubileeMatthias Krüger-15/+13
2024-09-02Auto merge of #129873 - matthiaskrgr:rollup-bv849ud, r=matthiaskrgrbors-4/+4
2024-09-02Rollup merge of #129804 - ranger-ross:fixed-documentation-typos, r=NoratriebMatthias Krüger-4/+4
2024-09-02Auto merge of #129063 - the8472:cold-opt-size, r=Amanieubors-0/+7
2024-09-01tweak wording regarding Box validityRalf Jung-2/+3
2024-08-31when -Zrandomize-layout is enabled disable alloc test testing internal struct...The 8472-1/+1
2024-08-31Fix `elided_named_lifetimes` in codePavel Grigorenko-1/+1
2024-08-31Fixed typos in btree map docsranger-ross-4/+4
2024-08-29add new_cyclic_in for ArcMatthew Giordano-0/+93
2024-08-29improve commentsMatthew Giordano-1/+2
2024-08-29fix new_cyclic_in for rcMatthew Giordano-48/+79
2024-08-29fix fmtMatthew Giordano-10/+2
2024-08-29Box validity: update for new zero-sized rulesRalf Jung-15/+12
2024-08-28Rollup merge of #129673 - matthewpipie:arc-weak-debug-trait, r=dtolnayJubilee-1/+1
2024-08-27add new_cyclic_in for rcMatthew Giordano-2/+58
2024-08-27Add fmt::Debug to sync::Weak<T, A>Matthew Giordano-1/+1
2024-08-27library: Stabilize new_uninit for Box, Rc, and ArcJubilee Young-64/+32
2024-08-25Rollup merge of #129416 - workingjubilee:partial-move-from-stabilization, r=d...Matthias Krüger-9/+16
2024-08-25Rollup merge of #129091 - RalfJung:box_as_ptr, r=AmanieuMatthias Krüger-2/+90
2024-08-23library: Move unstable API of new_uninit to new featuresJubilee Young-9/+16