| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 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 |
