about summary refs log tree commit diff
path: root/library/alloc/tests/lib.rs
AgeCommit message (Expand)AuthorLines
2023-04-02Auto merge of #109701 - Amanieu:binaryheap_retain, r=ChrisDentonbors-1/+0
2023-03-30Auto merge of #105587 - tgross35:once-cell-min, r=m-ou-sebors-1/+0
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-1/+0
2023-03-28Remove ~const from allocJubilee Young-1/+0
2023-03-28Stabilize `binary_heap_retain`Amanieu d'Antras-1/+0
2023-03-27Rollup merge of #97506 - JohnTitor:stabilize-nonnull-slice-from-raw-parts, r=...Matthias Krüger-2/+1
2023-01-17refactor[alloc]: remove unused box syntax featurejoboet-1/+0
2022-11-23Add `#![deny(unsafe_op_in_unsafe_fn)]` in liballoc testsThom Chiovoloni-0/+1
2022-11-20enable fuzzy_provenance_casts lint in liballocRalf Jung-0/+1
2022-10-05Add regression test for lifetimes in alloc internals autotraitsDavid Tolnay-0/+4
2022-09-29Stabilize `nonnull_slice_from_raw_parts`Yuki Okushi-2/+1
2022-09-28Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8KiYuki Okushi-1/+0
2022-09-27Stabilize bench_black_boxUrgau-1/+0
2022-09-23Stabilize const `BTree{Map,Set}::new`Nilstrieb-1/+1
2022-08-30Rollup merge of #95376 - WaffleLapkin:drain_keep_rest, r=dtolnayDylan DPC-0/+1
2022-08-21Make use of `pointer::is_aligned[_to]`Maybe Waffle-0/+1
2022-07-27Auto merge of #98553 - the8472:next_chunk_opt, r=Mark-Simulacrumbors-0/+1
2022-07-26add test for vec::IntoIter::next_chunk() implThe 8472-0/+1
2022-07-15Stabilize `core::ffi::CStr`, `alloc::ffi::CString`, and friendsJosh Triplett-1/+0
2022-07-13Stabilize `core::ffi:c_*` and rexport in `std::ffi`Josh Triplett-1/+0
2022-06-08Stabilize `const_intrinsic_copy`Yuki Okushi-1/+0
2022-06-05Add vec::Drain{,Filter}::keep_restMaybe Waffle-0/+1
2022-05-27Avoid zero-sized allocs in ThinBox if T and H are both ZSTs.Thom Chiovoloni-0/+3
2022-05-02Rollup merge of #94126 - ssomers:alloc_prep_1, r=Mark-SimulacrumYuki Okushi-1/+0
2022-04-14library: Use type aliases to make `CStr(ing)` in libcore/liballoc unstableVadim Petrochenkov-0/+1
2022-04-14library: Move `CStr` to libcore, and `CString` to liballocVadim Petrochenkov-0/+2
2022-04-08Add ThinBox type for 1 stack pointer sized heap allocated trait objectsJane Lusby-0/+2
2022-04-08add `<[[T; N]]>::flatten`, `<[[T; N]]>::flatten_mut`, and `Vec::<[T; N]>::int...Cyborus04-0/+1
2022-03-11Classify BinaryHeap & LinkedList unit tests as suchStein Somers-1/+0
2022-02-13stabilize const_ptr_offsetSaltyKitkat-1/+0
2022-02-07Add {floor,ceil}_char_boundary methods to strltdk-0/+1
2022-01-17Stabilize vec_spare_capacityAmanieu d'Antras-1/+0
2022-01-07Implement panic::update_hookBadel2-0/+1
2021-12-23Constify `Box<T, A>` methodswoppopo-0/+12
2021-11-18Make slice->str conversion and related functions constMaybe Waffle-0/+1
2021-10-04Rollup merge of #87993 - kornelski:try_reserve_stable, r=joshtriplettJubilee-1/+0
2021-10-04Stabilize try_reserveKornel-1/+0
2021-09-30implement advance_(back_)_by on more iteratorsThe8472-0/+1
2021-09-17Stabilize `Iterator::map_while`Maybe Waffle-1/+0
2021-08-17Constified `Default` implementationsDeadbeef-0/+1
2021-08-14Assign FIXMEs to me and remove obsolete onesDeadbeef-2/+0
2021-08-13allow incomplete features for nowDeadbeef-0/+2
2021-08-13Moved ui testDeadbeef-0/+3
2021-08-07Use assert_matches! instead of if let {} elseKornel-0/+1
2021-07-24Hide allocator details from TryReserveErrorKornel-0/+1
2021-06-02Stabilize `vecdeque_binary_search`SOFe-1/+0
2021-04-28Stabilize vec_extend_from_withinAmanieu d'Antras-1/+0
2021-03-30Rollup merge of #82331 - frol:feat/std-binary-heap-as-slice, r=AmanieuDylan DPC-0/+1
2021-03-24Revert "Revert stabilizing integer::BITS."Mara Bos-1/+0
2021-03-19Auto merge of #71780 - jcotton42:string_remove_matches, r=joshtriplettbors-0/+1