| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -331/+0 | |
| 2022-12-06 | Change CTFE backtraces to use `note` instead of `label` to preserve their order | Oli Scherer | -5/+10 | |
| labels are reordered within the file in which they are reported, which can mess up the stack trace | ||||
| 2022-12-06 | Remove now-redundant file/line info from const backtraces | Oli Scherer | -2/+2 | |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -11/+11 | |
| 2022-10-20 | Update tests to match error message changes | b4den | -5/+5 | |
| 2022-07-05 | adjust dangling-int-ptr error message | Ralf Jung | -2/+2 | |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -1/+1 | |
| 2022-06-14 | bless 32-bit ui tests | b-naber | -3/+9 | |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -3/+10 | |
| 2022-03-22 | interpret/memory: simplify check_and_deref_ptr | Ralf Jung | -1/+1 | |
| 2022-02-11 | fix tests, add new tests checking borrowck CFTE ICE | Michael Goulet | -29/+6 | |
| 2021-11-06 | Stabilize `const_raw_ptr_deref` for `*const T` | Jacob Pratt | -12/+10 | |
| 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. | ||||
| 2021-07-14 | adjust tests | Ralf Jung | -12/+8 | |
| 2021-06-14 | Add a regression test for issue-76510 | Yuki Okushi | -0/+90 | |
| 2021-04-29 | remove const_fn feature gate from const tests | Ralf Jung | -13/+10 | |
| 2021-02-03 | make const_err a future incompat lint | Ralf Jung | -2/+5 | |
| 2021-01-23 | Put dynamic check tests into their own file | oli | -24/+64 | |
| 2021-01-23 | Cover more cases in the test suite | oli | -38/+99 | |
| 2021-01-23 | Adjust wording of a diagnostic | oli | -1/+1 | |
| 2021-01-23 | Fix a comment that only made sense in the context of a dataflow based ↵ | oli | -3/+2 | |
| mutability check | ||||
| 2021-01-23 | Permit mutable references in all const contexts | oli | -41/+70 | |
| 2020-09-23 | Bless tests | Dylan MacKenzie | -5/+5 | |
| 2020-09-22 | Bless tests | Dylan MacKenzie | -1/+2 | |
| 2020-06-19 | add new error code | Christian Poveda | -7/+7 | |
| 2020-06-19 | update diagnostics for &mut in constants | Christian Poveda | -32/+17 | |
| 2020-06-19 | update tests | Christian Poveda | -4/+56 | |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -1/+1 | |
| 2020-01-10 | Remove unnecessary `const_fn` feature gates | Dylan MacKenzie | -1/+0 | |
| This flag opts out of the min-const-fn checks entirely, which is usually not what we want. The few cases where the flag is still necessary have been annotated. | ||||
| 2019-12-18 | Add more tests for raw_ref_op | Matthew Jasper | -0/+30 | |
| 2019-12-12 | Require `allow_internal_unstable` for stable min_const_fn using unstable ↵ | Oliver Scherer | -0/+1 | |
| features | ||||
| 2019-12-02 | Extend test for const_mut_refs feature | Christian Poveda | -3/+22 | |
| 2019-12-02 | Allow mutable derefs with feature gate | Christian Poveda | -1/+3 | |
| 2019-12-02 | Move and rewrite tests to use &mut in constants | Christian Poveda | -0/+34 | |
