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