about summary refs log tree commit diff
path: root/library/alloc/tests/lib.rs
AgeCommit message (Expand)AuthorLines
2025-01-25Rollup merge of #135948 - bjorn3:update_emscripten_std_tests, r=Mark-SimulacrumJacob Pratt-3/+0
2025-01-24Remove a bunch of emscripten test ignoresbjorn3-3/+0
2025-01-22Implement `VecDeque::pop_front_if` & `VecDeque::pop_back_if`Pavel Grigorenko-0/+1
2024-12-04Move some alloc tests to the alloctests cratebjorn3-0/+24
2024-11-30remove a whole bunch of unnecessary const feature gatesRalf Jung-2/+0
2024-11-27update cfgsBoxy-2/+1
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-1/+2
2024-10-15update bootstrap configsJosh Stone-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-11Rollup merge of #131065 - Voultapher:port-sort-test-suite, r=thomccTrevor Gross-0/+2
2024-10-01Stabilize `const_slice_from_raw_parts_mut`Eduardo Sánchez Muñoz-1/+0
2024-09-30Port sort-research-rs test suite Rust stdlib testsLukas Bergdoll-0/+2
2024-09-20Avoid re-validating UTF-8 in `FromUtf8Error::into_utf8_lossy`okaneco-0/+1
2024-09-15stabilize const_mut_refsRalf Jung-1/+1
2024-08-27library: Stabilize new_uninit for Box, Rc, and ArcJubilee Young-1/+0
2024-07-31PinCoerceUnsized trait into coreXiangfei Ding-0/+1
2024-06-07Rollup merge of #124012 - slanterns:as_slice_stabilize, r=BurntSushiMatthias Krüger-1/+0
2024-05-26Stabilize `slice_flatten`Cyborus-1/+0
2024-05-01Step bootstrap cfgsMark Rousskov-1/+0
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+0
2024-04-16Stabilize `BinaryHeap::as_slice`Slanterns-1/+0
2024-03-29stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gateAria Beingessner-1/+1
2024-03-26Implement `Vec::pop_if`Alex van de Sandt-0/+1
2024-03-19Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obkbors-1/+1
2024-03-09Rollup merge of #120504 - kornelski:try_with_capacity, r=AmanieuGuillaume Boisseau-0/+1
2024-03-08Stabilize associated type boundsMichael Goulet-1/+1
2024-03-01try_with_capacity for Vec, VecDeque, StringKornel-0/+1
2024-02-25Add Waker::will_wake testsDavid Tolnay-0/+2
2024-02-15Use generic `NonZero` internally.Markus Reiter-0/+1
2023-11-07Stabilize `slice_group_by`Niklas Fiekas-1/+0
2023-12-05Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errorsMichael Goulet-0/+1
2023-11-28Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviperbors-0/+1
2023-11-22also make 'core_intrinsics' internalRalf Jung-0/+1
2023-11-02Add insta-stable std::hash::{DefaultHasher, RandomState} exportsltdk-2/+1
2023-09-03Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunksThe 8472-0/+1
2023-06-14s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedListThe 8472-2/+2
2023-04-16fix library and rustdoc testsDeadbeef-2/+0
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