aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-07-30Move builtin macro tests to their own directoryPierre-Emmanuel Patry16-31/+66
2024-07-29ffi-polonius: Remove usage of extern types.Arthur Cohen2-5/+8
2024-07-26Move procedural macro test to their own directoryPierre-Emmanuel Patry22-0/+35
2024-07-25[#3045] #[may_dangle] in safe implLiam Naddell10-37/+122
2024-07-25gccrs: Add rustc test directory for testsuite adaptorMuhammad Mahad2-0/+39
2024-07-25Properly striping struct fields when using attrsAntonio Gomes3-0/+55
2024-07-24gccrs: [E0576] Associated `item` not found in given `type`Muhammad Mahad2-1/+21
2024-07-24[#2987] Patch ICE when deriving Clone and CopyLiam Naddell2-8/+26
2024-07-24Fix ffi and enum conventionsbadumbatish1-3/+3
2024-07-24Added options for ParseModebadumbatish3-6/+17
2024-07-24Change assertion of constructorbadumbatish1-11/+14
2024-07-18[#3046] ICE on failing to find enum variantLiam Naddell2-1/+31
2024-07-18Update pattern with \r* for dg-output testsbadumbatish2-3/+2
2024-07-17Improve error messages for operator expressionsAntonio Gomes4-6/+25
2024-07-16Introduce new class to handle borrow errorsKushal Pal4-17/+142
2024-07-16Added FFIVector to get Polonius output on C++ sideKushal Pal8-13/+258
2024-07-15rust: fix HIR dump for MatchExprMarc Poulhiès2-7/+38
2024-07-11[#3051] Remove unnecessary #include from rust-expr.hLiam Naddell1-2/+0
2024-07-03Safe-guard InlineAsm structsbadumbatish2-66/+53
2024-07-01Store parse result of parse_format_string(s)badumbatish2-3/+21
2024-06-28Clean up monadic operations on expected<>jjasmine1-5/+3
2024-06-28Addresses warning, put warn unused in right placejjasmine2-11/+34
2024-06-28Add WARN_UNUSED_RESULT parse errorjjasmine1-1/+2
2024-06-28Added a test that is expected to failjjasmine4-31/+60
2024-06-28Added tl::expected to parse_operandjjasmine3-16/+82
2024-06-28Scaffold expected on parse_options and asm_argjjasmine2-16/+28
2024-06-28Finish expected parse_reg_operandjjasmine2-36/+35
2024-06-28Finish incorporating expected of parse_reg_operandjjasmine2-97/+180
2024-06-27Add RAW_STRING_LITERALansh8-1/+45
2024-06-24Added ExprType::InlineAsmjjasmine2-2/+2
2024-06-24Add test case for using asm! outside of unsafe {}jjasmine1-0/+11
2024-06-18expand: Switch semicolon boolean to an enum instead.Arthur Cohen14-73/+105
2024-06-18expand: Keep track of semicoloned builtin macrosArthur Cohen15-64/+94
2024-06-17Fix optional trait parsingdave2-0/+21
2024-06-13Partial second layer of expected in parsing asmjjasmine2-69/+37
2024-06-13Expected first layer donejjasmine2-36/+61
2024-06-13Move parser and last_token_id to InlineAsmCtxjjasmine2-69/+70
2024-06-13Update parser to parse strings in the first stagejjasmine1-49/+13
2024-06-13Scaffolding validation of asm!jjasmine2-7/+27
2024-06-13Partial support for operandjjasmine3-7/+97
2024-06-13Refactoring and supporting more parse_reg_operandjjasmine2-52/+144
2024-06-13Fix visitor-related warningsjjasmine15-6/+54
2024-06-13Add potentially_nonpromoted_keywords set strjjasmine3-84/+110
2024-06-13Successful parse of in and inout, albeit with strjjasmine3-10/+130
2024-06-13Scaffolding HIRFullVisitor for inline asmjjasmine4-3/+11
2024-06-13Scaffolding ast visitor for InlineAsmjjasmine3-1/+10
2024-06-13Fix warningsjjasmine2-3/+10
2024-06-13Partial unsafe support for inline asmjjasmine4-2/+23
2024-06-13Add support for AST to HIR inline asm translationjjasmine6-2/+89
2024-06-13Slim down the test casesjjasmine5-36/+3