summary refs log tree commit diff
path: root/src/test/ui/consts/const-mut-refs
AgeCommit message (Expand)AuthorLines
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