| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-11-06 | Stabilize `const_raw_ptr_deref` for `*const T` | Jacob Pratt | -1/+0 | |
| This stabilizes dereferencing immutable raw pointers in const contexts. It does not stabilize `*mut T` dereferencing. This is placed behind the `const_raw_mut_ptr_deref` feature gate. | ||||
| 2020-08-22 | remove feature gate from tests | Ralf Jung | -1/+0 | |
| 2019-11-04 | test offset_from with two integers | Ralf Jung | -0/+6 | |
| 2019-10-18 | Adjust const eval code to reflect `offset_from` docs | Oliver Scherer | -0/+47 | |
