about summary refs log tree commit diff
path: root/src/test/ui/unsafe
AgeCommit message (Expand)AuthorLines
2021-09-15Move some tests to more reasonable directoriesCaio-0/+98
2021-08-23Auto merge of #83302 - camsteffen:write-piece-unchecked, r=dtolnaybors-2/+17
2021-08-17Add needs-asm-support to more testsJosh Stone-4/+5
2021-08-16Add unnecessary unsafe testCameron Steffen-2/+17
2021-08-15Fix ui tests for llvm_asm! deprecationAmanieu d'Antras-4/+5
2021-08-03Test dropping union fields moreSmitty-0/+148
2021-07-30Properly find owner of closure in THIR unsafeckLeSeulArtichaut-0/+15
2021-07-10Implement Mutation- and BorrowOfLayoutConstrainedField in thir-unsafeckFabian Wolff-11/+359
2021-07-09Check for union field accesses in THIR unsafeckSmitty-0/+246
2021-06-21Fix unused_unsafe with compiler-generated unsafeCameron Steffen-11/+12
2021-05-27Rollup merge of #85564 - pnkfelix:issue-85435-readd-capture-disjoint-fields-g...Dylan DPC-0/+27
2021-05-25Run THIR unsafeck on `unsafe_op_in_unsafe_fn` testLeSeulArtichaut-16/+141
2021-05-24Apply suggestions from code review Felix S Klock II-0/+2
2021-05-24Replace more "NULL" with "null"LeSeulArtichaut-4/+4
2021-05-21Apply suggestions from code review Felix S Klock II-3/+0
2021-05-21Regression test for issue 85435.Felix S. Klock II-0/+28
2021-05-21Check for initialization of layout-restricted typesLeSeulArtichaut-2/+33
2021-05-20Check for raw pointer dereference in THIR unsafeckLeSeulArtichaut-4/+60
2021-05-14Check for inline assembly in THIR unsafeckSmitty-0/+50
2021-05-11Test `-Zthir-unsafeck` for unused unsafe blocksLeSeulArtichaut-2/+19
2021-05-11Test `-Zthir-unsafeck` for unsafe function callsLeSeulArtichaut-3/+45
2021-05-09remove const_fn feature gateRalf Jung-2/+1
2021-05-02Change 'NULL' to 'null'Brent Kerby-6/+6
2021-03-27make unaligned_refereces future-incompat lint warn-by-default, and remove the...Ralf Jung-127/+0
2021-02-18Stabilize `unsafe_op_in_unsafe_fn` lintLeSeulArtichaut-17/+16
2021-01-23Permit mutable references in all const contextsoli-1/+16
2021-01-19Auto merge of #81110 - LeSeulArtichaut:fix-unused-unsafe-label, r=RalfJungbors-16/+39
2021-01-17Fix `unused_unsafe` label with `unsafe_block_in_unsafe_fnLeSeulArtichaut-16/+39
2021-01-17Auto merge of #80942 - c410-f3r:tests-tests-tests, r=petrochenkovbors-0/+16
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+16
2021-01-16Auto merge of #80290 - RalfJung:less-intrinsic-write, r=lcnrbors-21/+0
2021-01-01Allow references to interior mutable data behind a feature gateoli-5/+11
2020-12-31remove move_val_init leftoversRalf Jung-21/+0
2020-09-29Bless testsDylan MacKenzie-4/+4
2020-09-23Bless testsDylan MacKenzie-7/+7
2020-09-22Bless testsDylan MacKenzie-2/+2
2020-09-02pretty: trim paths of unique symbolsDan Aloni-3/+3
2020-07-01Insert NoDelim groups around nonterminals when lowering macro_rulesAaron Hill-0/+16
2020-06-19Remove the const_raw_ptr_comparison feature gate.Oliver Scherer-8/+8
2020-05-27Add tests for packed borrows in unsafe fnsLeSeulArtichaut-82/+140
2020-05-27Fix and bless testsLeSeulArtichaut-21/+168
2020-05-27Add more cases to the testLeSeulArtichaut-2/+28
2020-05-27Apply suggestions from code reviewLeSeulArtichaut-2/+23
2020-05-27Add testsLeSeulArtichaut-0/+55
2020-05-26Rollup merge of #72401 - ecstatic-morse:issue-72394, r=eddybDylan DPC-0/+24
2020-05-20Add regression test for #72394Dylan MacKenzie-0/+24
2020-05-19Remove dangling COPYRIGHT referencesTamir Duberstein-5/+1
2020-03-10more reuse in block parsing & improve diagnostics.Mazdak Farrokhzad-3/+4
2020-02-13parser: fuse free `fn` parsing together.Mazdak Farrokhzad-3/+3
2020-02-09--bless --compare-mode=nllMatthias Prechtl-2/+2