about summary refs log tree commit diff
path: root/library/alloc/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-01-28Rollup merge of #135367 - Urgau:unreach_pub-std-3, r=NoratriebMatthias Krüger-1/+2
2025-01-23Rollup merge of #135073 - joshtriplett:bstr, r=BurntSushiMatthias Krüger-0/+4
2025-01-20alloc: add `#![warn(unreachable_pub)]`Urgau-1/+2
2025-01-11Rollup merge of #135347 - samueltardieu:push-qvyxtxsqyxyr, r=jhprattJacob Pratt-0/+1
2025-01-11Implement `ByteStr` and `ByteString` typesJosh Triplett-0/+4
2025-01-10Use `NonNull::without_provenance` within the standard librarySamuel Tardieu-0/+1
2025-01-09Update a bunch of library types for MCP807Scott McMurray-0/+1
2025-01-08update cfg(bootstrap)Pietro Albini-1/+0
2025-01-03turn rustc_box into an intrinsicRalf Jung-0/+1
2024-12-13Stabilize async closuresMichael Goulet-1/+1
2024-12-12Rollup merge of #133859 - bjorn3:move_tests_to_alloctests, r=tgross35Matthias Krüger-2/+0
2024-12-05Added struct `fmt::FormattingOptions`Elias Holzmann-0/+1
2024-12-04Move some alloc tests to the alloctests cratebjorn3-2/+0
2024-11-30remove a whole bunch of unnecessary const feature gatesRalf Jung-8/+0
2024-11-27update cfgsBoxy-2/+1
2024-11-20Make PointerLike opt-in as a traitMichael Goulet-0/+1
2024-11-19Rollup merge of #123947 - zopsicle:vec_deque-Iter-as_slices, r=AmanieuMatthias Krüger-0/+1
2024-10-22Rename Receiver -> LegacyReceiverAdrian Taylor-1/+1
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-1/+2
2024-10-16Partially stabilize const_pinGeorge Bateman-1/+0
2024-10-16Auto merge of #131767 - cuviper:bump-stage0, r=Mark-Simulacrumbors-2/+0
2024-10-16Auto merge of #131460 - jwong101:default-placement-new, r=ibraheemdevbors-0/+1
2024-10-15update bootstrap configsJosh Stone-2/+0
2024-10-12Rollup merge of #131120 - tgross35:stabilize-const_option, r=RalfJungTrevor Gross-1/+0
2024-10-12Stabilize `const_option`Trevor Gross-1/+0
2024-10-12Rollup merge of #131617 - RalfJung:const_cow_is_borrowed, r=tgross35Matthias Krüger-1/+0
2024-10-12remove const_cow_is_borrowed feature gateRalf Jung-1/+0
2024-10-12library: Stabilize `const_ptr_write`Jubilee Young-1/+0
2024-10-10allocate before calling T::default in <Arc<T>>::default()Joshua Wong-0/+1
2024-10-07Rollup merge of #128399 - mammothbane:master, r=Amanieu,tgross35Stuart Cook-0/+1
2024-10-06liballoc: introduce String, Vec const-slicingNathan Perry-0/+1
2024-09-19Add str.as_str() for easy dereferencing of Box<str>Kornel-0/+1
2024-09-18remove feature attributes as const_maybe_uninit_as_mut_ptr is stabilizedultrabear-1/+0
2024-09-15also stabilize const_refs_to_cellRalf Jung-1/+1
2024-09-15stabilize const_mut_refsRalf Jung-1/+1
2024-09-02Auto merge of #129063 - the8472:cold-opt-size, r=Amanieubors-0/+1
2024-08-27library: Stabilize new_uninit for Box, Rc, and ArcJubilee Young-1/+0
2024-08-19Stabilize `iter::repeat_n`Scott McMurray-1/+0
2024-08-14apply #[optimize(size)] to #[cold] ones and part of the panick machineryThe 8472-0/+1
2024-07-31PinCoerceUnsized trait into coreXiangfei Ding-0/+1
2024-07-30Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68bors-1/+0
2024-07-29Warn on `rustdoc::unescaped_backticks` for `core/alloc/std/test/proc_macro`Miguel Ojeda-0/+1
2024-07-28step cfg(bootstrap)Mark Rousskov-1/+0
2024-07-28Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obkGuillaume Gomez-1/+0
2024-07-28stabilize const_wakerSlanterns-1/+0
2024-07-28stabilize `is_sorted`Slanterns-1/+0
2024-07-23Gate AsyncFn* under async_closure featureMichael Goulet-0/+1
2024-07-08Rollup merge of #127355 - aceArt-GmbH:126475, r=oli-obkMatthias Krüger-0/+1
2024-07-07Specialize `TrustedLen` for `Iterator::unzip()`Chayim Refael Friedman-0/+1
2024-07-06Mark format! with must_use hintlukas-0/+1