about summary refs log tree commit diff
path: root/library/core/tests/mem.rs
AgeCommit message (Expand)AuthorLines
2021-07-03Remove the deprecated `core::raw` and `std::raw` module.Charles Lew-22/+0
2021-04-15Allow use of deprecated std::raw in a test for that featureSimon Sapin-0/+3
2021-02-20Update the bootstrap compilerJoshua Nelson-1/+0
2021-01-27Fix assertion in `MaybeUninit::array_assume_init()` for zero-length arrayshyd-dev-0/+2
2021-01-01Format codeCoffeeBlend-4/+2
2021-01-01Add test for MaybeUninit::array_assume_initCoffeeBlend-0/+16
2020-12-30Auto merge of #80511 - Mark-Simulacrum:bump-stage0, r=pietroalbinibors-1/+0
2020-12-30Bump bootstrap compiler to 1.50 betaMark Rousskov-1/+0
2020-12-26Add testsAlbin Hedman-0/+7
2020-12-18Fix unused import error on wasmDrMeepster-0/+1
2020-12-17fix memory leak in testDrMeepster-5/+10
2020-12-15write_slice(_cloned)DrMeepster-0/+124
2020-12-06Moved failing test to src/test/ui/Albin Hedman-10/+1
2020-12-05Still unable to get the tests workingAlbin Hedman-7/+6
2020-12-05Fix tests (hopefully)Albin Hedman-2/+2
2020-12-02Added tests for assume_initAlbin Hedman-0/+18
2020-07-27mv std libs to library/mark-0/+131