| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-01-31 | Move some tests to more reasonable directories | Caio | -6/+0 | |
| 2020-06-20 | Refer just to the issue in the raw ptr cmp diagnostic instead of explaining ↵ | Oliver Scherer | -1/+1 | |
| everything in the diagnostic | ||||
| 2020-06-19 | Remove the const_raw_ptr_comparison feature gate. | Oliver Scherer | -1/+1 | |
| We can never supply a meaningful implementation of this. Instead, the follow up commits will create two intrinsics that approximate comparisons: * `ptr_maybe_eq` * `ptr_maybe_ne` The fact that `ptr_maybe_eq(a, b)` is not necessarily the same value as `!ptr_maybe_ne(a, b)` is a symptom of this entire problem. | ||||
| 2019-01-21 | Declare some unconst operations as unsafe in const fn | Oliver Scherer | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+16 | |
