summary refs log tree commit diff
path: root/src/test/ui/consts/const-mut-refs
AgeCommit message (Expand)AuthorLines
2021-04-29remove const_fn feature gate from const testsRalf Jung-13/+10
2021-02-03make const_err a future incompat lintRalf Jung-2/+5
2021-01-23Put dynamic check tests into their own fileoli-24/+64
2021-01-23Cover more cases in the test suiteoli-38/+99
2021-01-23Adjust wording of a diagnosticoli-1/+1
2021-01-23Fix a comment that only made sense in the context of a dataflow based mutabil...oli-3/+2
2021-01-23Permit mutable references in all const contextsoli-41/+70
2020-09-23Bless testsDylan MacKenzie-5/+5
2020-09-22Bless testsDylan MacKenzie-1/+2
2020-06-19add new error codeChristian Poveda-7/+7
2020-06-19update diagnostics for &mut in constantsChristian Poveda-32/+17
2020-06-19update testsChristian Poveda-4/+56
2020-02-09--bless --compare-mode=nllMatthias Prechtl-1/+1
2020-01-10Remove unnecessary `const_fn` feature gatesDylan MacKenzie-1/+0
2019-12-18Add more tests for raw_ref_opMatthew Jasper-0/+30
2019-12-12Require `allow_internal_unstable` for stable min_const_fn using unstable feat...Oliver Scherer-0/+1
2019-12-02Extend test for const_mut_refs featureChristian Poveda-3/+22
2019-12-02Allow mutable derefs with feature gateChristian Poveda-1/+3
2019-12-02Move and rewrite tests to use &mut in constantsChristian Poveda-0/+34