summary refs log tree commit diff
path: root/library/alloc/tests
AgeCommit message (Expand)AuthorLines
2024-10-29Auto merge of #132231 - lukas-code:rc-plug-leaks, r=tgross35bors-3/+113
2024-10-28New lint: `dangling_pointers_from_temporaries`Pavel Grigorenko-0/+1
2024-10-27add test for panicking drop in Box/Rc/ArcLukas Markeffsky-3/+113
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-1/+2
2024-10-15update bootstrap configsJosh Stone-2/+1
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/+1945
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/+1945
2024-09-23Improve autovectorization of to_lowercase / to_uppercase functionsJörn Horstmann-0/+3
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-116/+96
2024-09-21Rollup merge of #130408 - okaneco:into_lossy_refactor, r=NoratriebMichael Goulet-0/+38
2024-09-20Avoid re-validating UTF-8 in `FromUtf8Error::into_utf8_lossy`okaneco-0/+38
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-0/+10
2024-09-15stabilize const_mut_refsRalf Jung-1/+1
2024-09-13Update tests for hidden references to mutable staticObei Sideg-0/+10
2024-08-31Rollup merge of #129640 - saethlin:unignore-android-in-alloc, r=tgross35Matthias Krüger-9/+0
2024-08-28Re-enable android tests/benches in allocBen Kimock-9/+0
2024-08-27library: Stabilize new_uninit for Box, Rc, and ArcJubilee Young-1/+0
2024-08-25Removes dead code from the compilermu001999-0/+1
2024-08-13Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlinbors-2/+2
2024-08-12ignore some vtable/fn ptr equality tests in Miri, their result is not fully p...Ralf Jung-2/+2
2024-07-31PinCoerceUnsized trait into coreXiangfei Ding-0/+69
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