about summary refs log tree commit diff
path: root/src/test/ui/unsafe
AgeCommit message (Expand)AuthorLines
2019-01-09const fn feature gate is not needed anymore in a lot of testsOliver Scherer-16/+15
2019-01-09Stabilize `let` bindings and destructuring in constants and const fnOliver Scherer-3/+3
2018-12-25Remove licensesMark Rousskov-123/+12
2018-12-18Fix string for raw pointer deref suggestionvarkor-1/+3
2018-12-18Replace "native pointer" in error message with "raw pointer"varkor-1/+1
2018-12-04Add and update testsOliver Scherer-22/+5
2018-12-04Add tests for stable unsafe features in const fnOliver Scherer-0/+158
2018-12-04Also prevent mutation fields directlyOliver Scherer-10/+30
2018-12-04Also make immutable references to non-freeze restricted value range types unsafeOliver Scherer-0/+22
2018-12-04generalize the message about the creation of layout restricted typesOliver Scherer-1/+1
2018-12-04Trailing newlines againOliver Scherer-2/+2
2018-12-04Forbid the creation of mutable borrows to fields of layout constrained typesOliver Scherer-0/+39
2018-10-05Stabilize `min_const_fn`Oliver Schneider-3/+1
2018-08-31Restrict most uses of `const_fn` to `min_const_fn`Oliver Schneider-1/+1
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+353