about summary refs log tree commit diff
path: root/library/alloc/tests
AgeCommit message (Expand)AuthorLines
2024-07-29Reformat `use` declarations.Nicholas Nethercote-23/+19
2024-07-15Remove generic lifetime parameter of trait `Pattern`Benoît du Garreau-8/+6
2024-07-06Mark format! with must_use hintlukas-5/+5
2024-06-22Generalize `{Rc,Arc}::make_mut()` to unsized types.Kevin Reid-0/+18
2024-06-07Rollup merge of #124012 - slanterns:as_slice_stabilize, r=BurntSushiMatthias Krüger-1/+0
2024-06-03Ignore `vec_deque_alloc_error::test_shrink_to_unwind` test on non-unwind targetsLukas Wirth-0/+1
2024-05-26Rollup merge of #125561 - Cyborus04:stabilize-slice-flatten, r=scottmcmMatthias Krüger-1/+0
2024-05-26Stabilize `slice_flatten`Cyborus-1/+0
2024-05-25Rollup merge of #123803 - Sp00ph:shrink_to_fix, r=Mark-SimulacrumMatthias Krüger-0/+49
2024-05-08fix #124714 str.to_lowercase sigma handlingMarcondiro-0/+3
2024-05-07Move `test_shrink_to_unwind` to its own file.Markus Everling-0/+49
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/+31
2024-03-20Add usize::MAX arg tests for VecJubilee Young-0/+41
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/+35
2024-03-08Stabilize associated type boundsMichael Goulet-1/+1
2024-03-05will_wake tests fail on Miri and that is expectedRalf Jung-0/+2
2024-03-01try_with_capacity for Vec, VecDeque, StringKornel-0/+35
2024-02-25Add Waker::will_wake testsDavid Tolnay-0/+36
2024-02-21rename ptr::invalid -> ptr::without_provenanceRalf Jung-8/+8
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-5/+5
2024-02-15Use generic `NonZero` internally.Markus Reiter-7/+8
2024-01-26Rollup merge of #119917 - Zalathar:split-off, r=cuviperMatthias Krüger-6/+18
2024-01-13Remove special-case handling of `vec.split_off(0)`Zalathar-6/+18
2024-01-11apply fmtklensy-13/+4
2024-01-02Adjust library tests for unused_tuple_struct_fields -> dead_codeJake Goulding-4/+4
2023-12-11Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwcobors-1/+1
2023-12-10remove redundant importssurechen-5/+1
2023-12-06Auto merge of #118460 - the8472:fix-vec-realloc, r=saethlinbors-0/+8
2023-12-06Adjust tests for newly added ambiguous_wide_pointer_comparisons lintUrgau-1/+1
2023-12-05Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errorsMichael Goulet-0/+1
2023-12-05Fix in-place collect not reallocating when necessaryThe 8472-0/+8
2023-11-28Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviperbors-2/+44
2023-11-27optimize str::iter::Chars::advance_byThe 8472-0/+11
2023-11-22also make 'core_intrinsics' internalRalf Jung-0/+1
2023-11-07Stabilize `slice_group_by`Niklas Fiekas-9/+8
2024-01-21Auto merge of #85528 - the8472:iter-markers, r=dtolnaybors-2/+6
2024-01-10Implement in-place iteratation markers for iter::{Copied, Cloned}The8472-2/+6
2023-11-02Add insta-stable std::hash::{DefaultHasher, RandomState} exportsltdk-2/+1
2023-10-20s/generator/coroutine/Oli Scherer-2/+2
2023-09-28Auto merge of #111278 - EFanZh:implement-from-array-refs-for-vec, r=dtolnaybors-0/+10
2023-09-03support in-place collecting additional FlatMap shapesThe 8472-0/+11
2023-09-03Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunksThe 8472-2/+33
2023-08-23Bump cfg(bootstrap)Mark Rousskov-1/+0
2023-08-15Auto merge of #112387 - clarfonthey:non-panicking-ceil-char-boundary, r=m-ou-sebors-5/+2
2023-07-26Improve test case for experimental API remove_matches in library/alloc/tests/...allaboutevemirolive-2/+46