| Age | Commit message (Expand) | Author | Lines |
| 2023-06-15 | Extend `unused_must_use` to cover block exprs | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2023-02-12 | avoid mixing accesses of ptrs derived from a mutable ref and parent ptrs | Ralf Jung | -3/+3 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -1/+1 |
| 2022-12-28 | Update bootstrap cfg | Pietro Albini | -18/+0 |
| 2022-11-20 | avoid non-strict-provenance casts in libcore tests | Ralf Jung | -1/+1 |
| 2022-11-19 | update provenance test | Lukas Markeffsky | -2/+46 |
| 2022-11-19 | fix const `align_offset` implementation | Lukas Markeffsky | -41/+63 |
| 2022-11-19 | add coretests for `is_aligned` | Lukas Markeffsky | -0/+48 |
| 2022-11-19 | add coretests for const `align_offset` | Lukas Markeffsky | -0/+165 |
| 2022-10-22 | Fix mod_inv termination for the last iteration | Simonas Kazlauskas | -0/+12 |
| 2022-08-23 | Make use of `[wrapping_]byte_{add,sub}` | Maybe Waffle | -1/+1 |
| 2022-07-16 | Auto merge of #98866 - nagisa:nagisa/align-offset-wroom, r=Mark-Simulacrum | bors | -27/+36 |
| 2022-07-17 | Add a special case for align_offset /w stride != 1 | Simonas Kazlauskas | -27/+36 |
| 2022-07-05 | Rollup merge of #97712 - RalfJung:untyped, r=scottmcm | Dylan DPC | -0/+25 |
| 2022-07-01 | update cfg(bootstrap)s | Pietro Albini | -10/+7 |
| 2022-06-27 | libcore tests: avoid int2ptr casts | Ralf Jung | -13/+13 |
| 2022-06-07 | Use repr(C) when depending on struct layout in ptr tests | Ben Kimock | -0/+1 |
| 2022-06-05 | change ptr::swap methods to do untyped copies | Ralf Jung | -0/+25 |
| 2022-06-03 | test const_copy to make sure bytewise pointer copies are working | Ralf Jung | -0/+40 |
| 2022-05-13 | Extend ptr::null and null_mut to all thin (including extern) types | Simon Sapin | -0/+12 |
| 2022-04-02 | Rollup merge of #95556 - declanvk:nonnull-provenance, r=dtolnay | Dylan DPC | -0/+78 |
| 2022-04-01 | Implement provenance preserving method on NonNull | Declan Kelly | -0/+78 |
| 2022-03-31 | ptr_metadata test: avoid ptr-to-int transmutes | Ralf Jung | -5/+5 |
| 2022-03-22 | Limit test_variadic_fnptr to unix | bjorn3 | -1/+1 |
| 2022-03-20 | Don't declare test_variadic_fnptr with two conflicting signatures | bjorn3 | -6/+8 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -1/+1 |
| 2022-01-30 | Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | Eric Huss | -1/+0 |
| 2022-01-28 | update cfg(bootstrap)s | Pietro Albini | -1/+0 |
| 2022-01-28 | Add a test case for using NonNull::new in const context | woppopo | -0/+15 |
| 2021-12-12 | Make `(*mut T)::write_bytes` `const` | woppopo | -0/+15 |
| 2021-04-04 | Bump cfgs | Mark Rousskov | -7/+0 |
| 2021-02-15 | Add a ThinBox library as a libcore test for pointer metadata APIs | Simon Sapin | -0/+112 |
| 2021-02-15 | Fix libcore unit tests in stage 0 | Simon Sapin | -1/+4 |
| 2021-02-15 | Add `ptr::from_raw_parts`, `ptr::from_raw_parts_mut`, and `NonNull::from_raw_... | Simon Sapin | -1/+28 |
| 2021-02-15 | Add `size_of`, `align_of`, and `layout` methods to `DynMetadata` | Simon Sapin | -0/+20 |
| 2021-02-15 | Parameterize `DynMetadata` over its `dyn SomeTrait` type | Simon Sapin | -15/+20 |
| 2021-02-15 | Add `ptr::Pointee` trait (for all types) and `ptr::metadata` function | Simon Sapin | -0/+87 |
| 2020-11-30 | Make ui test that are run-pass and do not test the compiler itself library tests | Christiaan Dirkx | -0/+13 |
| 2020-11-26 | Fix new 'unnecessary trailing semicolon' warnings | Aaron Hill | -1/+1 |
| 2020-08-19 | enable align_to tests in Miri | Ralf Jung | -4/+3 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+403 |