summary refs log tree commit diff
path: root/src/test/ui/consts/const-extern-fn
AgeCommit message (Expand)AuthorLines
2021-05-22Remove some errors in UI testsLeSeulArtichaut-10/+2
2021-05-11Test `-Zthir-unsafeck` for unsafe function callsLeSeulArtichaut-2/+24
2021-01-13Update code to account for extern ABI requirementMark Rousskov-15/+15
2020-09-29Bless outputDylan MacKenzie-3/+13
2020-09-29Bless testsDylan MacKenzie-2/+2
2020-09-27Bless testsDylan MacKenzie-4/+3
2020-09-27Update tests with new feature gateDylan MacKenzie-1/+1
2020-09-25Use proper issue for `const_fn_floating_point_arithmetic`Dylan MacKenzie-1/+1
2020-09-25Bless testsDylan MacKenzie-3/+3
2020-09-22Bless testsDylan MacKenzie-16/+11
2020-08-21Suppress "const" prefix of FnDef in MIR dumpLzu Tao-2/+2
2020-06-30Stabilize casts and coercions to `&[T]` in const fnOliver Scherer-14/+4
2020-02-13parser: fuse free `fn` parsing together.Mazdak Farrokhzad-38/+25
2020-02-09--bless --compare-mode=nllMatthias Prechtl-13/+13
2020-01-09expect `fn` after `const unsafe` / `const extern`Mazdak Farrokhzad-0/+41
2019-12-03Move all intrinsic whitelists into the constness check fileOliver Scherer-4/+4
2019-10-02Add support for 'extern const fn'Aaron Hill-0/+229