| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -11/+0 | |
| 2021-08-30 | `feature(const_param_types)` -> `feature(adt_const_params)` | lcnr | -1/+1 | |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -1/+1 | |
| 2020-12-26 | update tests | Bastian Kauschke | -1/+0 | |
| 2020-08-12 | Add a bunch of revisions | kadmin | -2/+5 | |
| This adds a bunch of revisions to const-generic tests | ||||
| 2020-06-19 | Remove the const_raw_ptr_comparison feature gate. | Oliver Scherer | -3/+3 | |
| 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. | ||||
| 2020-05-09 | adjust tests | Ralf Jung | -1/+1 | |
| 2020-03-11 | Don't print leading zeros on hex dumps constants | Oliver Scherer | -5/+2 | |
| 2020-03-11 | Deduplicate and clean up pretty printing logic | Oliver Scherer | -0/+3 | |
| 2019-10-09 | Refactor pretty print const to use a big match statement | ben | -1/+1 | |
| 2019-10-09 | Gate use of raw and function pointers in const generics behind | ben | -0/+9 | |
| const_compare_raw_pointers. | ||||
