| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-26 | Put all coretests in a separate crate | bjorn3 | -797/+0 | |
| 2025-01-11 | Add inherent versions of MaybeUninit methods for slices | ltdk | -16/+16 | |
| 2024-09-09 | fix UB in a test | Ralf Jung | -1/+6 | |
| also add an explicit test for the fact that a Option<WidePtr> has padding when it is None | ||||
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -1/+0 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-05-29 | [ACP 362] genericize `ptr::from_raw_parts` | Scott McMurray | -2/+2 | |
| 2024-03-05 | Implement MaybeUninit::fill{,_with,_from} | Andrew Wock | -6/+211 | |
| ACP: rust-lang/libs-team#156 Signed-off-by: Andrew Wock <ajwock@gmail.com> | ||||
| 2023-11-11 | Rename MaybeUninit::write_slice | Kornel | -8/+8 | |
| #79995 | ||||
| 2023-11-04 | Stabilize `const_maybe_uninit_zeroed` | Trevor Gross | -0/+21 | |
| Make `MaybeUninit::zeroed` const stable. Newly stable API: // core::mem impl<T> MaybeUninit<T> { pub const fn zeroed() -> MaybeUninit<T>; } Use of `const_mut_refs` should be acceptable since we do not leak the mutability. Tracking issue: #91850 | ||||
| 2023-05-30 | Bump to latest beta compiler | Mark Rousskov | -10/+1 | |
| 2023-05-20 | don't skip inference for type in `offset_of!` | Lukas Markeffsky | -0/+5 | |
| 2023-05-18 | Add more tests for the offset_of!() macro | est31 | -0/+15 | |
| * ensuring that offset_of!(Self, ...) works iff inside an impl block * ensuring that the output type is usize and doesn't coerce. this can be changed in the future, but if it is done, it should be a conscious descision * improving the privacy checking test * ensuring that generics don't let you escape the unsized check | ||||
| 2023-04-21 | major test improvements | DrMeepster | -14/+109 | |
| 2023-04-21 | fmt | DrMeepster | -1/+1 | |
| 2023-04-21 | fix incorrect param env in dead code lint | DrMeepster | -1/+1 | |
| 2023-04-21 | test improvements | DrMeepster | -0/+21 | |
| 2023-04-21 | offset_of | DrMeepster | -0/+74 | |
| 2022-12-28 | Update bootstrap cfg | Pietro Albini | -1/+0 | |
| 2022-10-29 | interpret: fix align_of_val on packed types | Ralf Jung | -0/+20 | |
| 2022-10-19 | Adjust `transmute{,_copy}` to be clearer about which of `T` and `U` is input ↵ | Thom Chiovoloni | -1/+5 | |
| vs output | ||||
| 2022-10-17 | Remove all uses of array_assume_init | Alex Saveau | -3/+3 | |
| Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com> | ||||
| 2022-07-03 | Add size assert in transmute_copy | 5225225 | -0/+40 | |
| 2021-11-28 | Add test for const `MaybeUninit` | Jacob Pratt | -0/+32 | |
| 2021-07-03 | Remove the deprecated `core::raw` and `std::raw` module. | Charles Lew | -22/+0 | |
| 2021-04-15 | Allow use of deprecated std::raw in a test for that feature | Simon Sapin | -0/+3 | |
| 2021-02-20 | Update the bootstrap compiler | Joshua Nelson | -1/+0 | |
| Note this does not change `core::derive` since it was merged after the beta bump. | ||||
| 2021-01-27 | Fix assertion in `MaybeUninit::array_assume_init()` for zero-length arrays | hyd-dev | -0/+2 | |
| 2021-01-01 | Format code | CoffeeBlend | -4/+2 | |
| 2021-01-01 | Add test for MaybeUninit::array_assume_init | CoffeeBlend | -0/+16 | |
| 2020-12-30 | Auto merge of #80511 - Mark-Simulacrum:bump-stage0, r=pietroalbini | bors | -1/+0 | |
| Bump bootstrap compiler to 1.50 beta r? `@pietroalbini` | ||||
| 2020-12-30 | Bump bootstrap compiler to 1.50 beta | Mark Rousskov | -1/+0 | |
| 2020-12-26 | Add tests | Albin Hedman | -0/+7 | |
| 2020-12-18 | Fix unused import error on wasm | DrMeepster | -0/+1 | |
| 2020-12-17 | fix memory leak in test | DrMeepster | -5/+10 | |
| 2020-12-15 | write_slice(_cloned) | DrMeepster | -0/+124 | |
| 2020-12-06 | Moved failing test to src/test/ui/ | Albin Hedman | -10/+1 | |
| Still have not figured out how to make it work | ||||
| 2020-12-05 | Still unable to get the tests working | Albin Hedman | -7/+6 | |
| 2020-12-05 | Fix tests (hopefully) | Albin Hedman | -2/+2 | |
| 2020-12-02 | Added tests for assume_init | Albin Hedman | -0/+18 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+131 | |
