about summary refs log tree commit diff
path: root/library/alloc/tests
AgeCommit message (Expand)AuthorLines
2025-01-25Rollup merge of #135948 - bjorn3:update_emscripten_std_tests, r=Mark-SimulacrumJacob Pratt-11/+9
2025-01-24Remove a bunch of emscripten test ignoresbjorn3-10/+0
2025-01-24Fix testing of the standard library with Emscriptenbjorn3-1/+9
2025-01-22Implement `VecDeque::pop_front_if` & `VecDeque::pop_back_if`Pavel Grigorenko-0/+40
2025-01-10alloc: remove unsound `IsZero` for raw pointersjoboet-0/+10
2025-01-04add regression test for unsound Flatten/FlatMap specializationThe 8472-0/+14
2025-01-04do not in-place-iterate over flatmap/flattenThe 8472-19/+6
2024-12-28Update library/alloc/tests/sort/tests.rschloefeal-1/+1
2024-12-27Fix typoschloefeal-1/+1
2024-12-16Add a range argument to vec.extract_ifThe 8472-12/+37
2024-12-04Move some alloc tests to the alloctests cratebjorn3-0/+1803
2024-11-30remove a whole bunch of unnecessary const feature gatesRalf Jung-2/+0
2024-11-27update cfgsBoxy-3/+2
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