]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2024-08-16  Kushal PalSubset errors with locations
2024-08-16  Kushal PalMap locations to placeholder regions
2024-08-14  Kushal PalFixed testcase
2024-08-06  Liam Naddell[#2324] Add error message for E0532
2024-08-06  Arthur Cohenborrowck: Avoid overloading issues on 32bit architectures
2024-08-06  Arthur Cohenborrowck: Fix debug prints on 32-bits architectures
2024-08-06  Liam NaddellEager expansion for include* #1805 #1865
2024-08-06  Marc Poulhièsrust: avoid clobbering LIBS
2024-08-02  Kushal PalSimplify construction of BIR::Statement
2024-08-02  Kushal PalLoan errors with locations
2024-08-02  Kushal PalAdd location to BIR::Statement of kind RETURN
2024-08-02  badumbatishImplement resolve expr for inline asm ast
2024-08-01  Kushal PalAdd location to BIR::Loan
2024-08-01  Kushal PalAdd location support to BIR::Statement
2024-08-01  badumbatishTurn to switch case, use new helper functions
2024-08-01  badumbatishSet up the hir lowering for operand
2024-07-31  Kushal PalImprove compressed point bit manipulation
2024-07-31  badumbatishUse new constructors and control flow for operand
2024-07-31  badumbatishFix the parser's operand and flags storage
2024-07-31  Kushal PalFixed bitwise operation in `extract_stmt`
2024-07-30  Pierre-Emmanuel... Move mbe macro tests to their own directory
2024-07-30  Pierre-Emmanuel... Move builtin macro tests to their own directory
2024-07-29  Arthur Cohengithub: Remove nightly Rust installation
2024-07-29  Arthur Cohenffi-polonius: Remove usage of extern types.
2024-07-26  Pierre-Emmanuel... Move procedural macro test to their own directory
2024-07-25  Liam Naddell[#3045] #[may_dangle] in safe impl
2024-07-25  Muhammad Mahadgccrs: Add rustc test directory for testsuite adaptor
2024-07-25  Antonio GomesProperly striping struct fields when using attrs
2024-07-24  Muhammad Mahadgccrs: [E0576] Associated `item` not found in given...
2024-07-24  Pierre-Emmanuel... Change bug report issue template
2024-07-24  Liam Naddell[#2987] Patch ICE when deriving Clone and Copy
2024-07-24  badumbatishFix ffi and enum conventions
2024-07-24  badumbatishAdded options for ParseMode
2024-07-24  badumbatishChange assertion of constructor
2024-07-18  Liam Naddell[#3046] ICE on failing to find enum variant
2024-07-18  Pierre-Emmanuel... Fix CI bootstrap build with a nightly rust compiler
2024-07-18  badumbatishUpdate pattern with \r* for dg-output tests
2024-07-17  Antonio GomesImprove error messages for operator expressions
2024-07-16  Kushal PalIntroduce new class to handle borrow errors
2024-07-16  Kushal PalFix nightly rustc warnings
2024-07-16  Kushal PalAdded FFIVector to get Polonius output on C++ side
2024-07-15  Marc Poulhièsrust: fix HIR dump for MatchExpr
2024-07-11  Liam Naddell[#3051] Remove unnecessary #include from rust-expr.h
2024-07-10  badumbatishPin node16 by allowing old version
2024-07-03  badumbatishSafe-guard InlineAsm structs
2024-07-01  badumbatishStore parse result of parse_format_string(s)
2024-06-28  jjasmineClean up monadic operations on expected<>
2024-06-28  jjasmineAddresses warning, put warn unused in right place
2024-06-28  jjasmineAdd WARN_UNUSED_RESULT parse error
2024-06-28  jjasmineAdded a test that is expected to fail
2024-06-28  jjasmineAdded tl::expected to parse_operand
2024-06-28  jjasmineScaffold expected on parse_options and asm_arg
2024-06-28  jjasmineFinish expected parse_reg_operand
2024-06-28  jjasmineFinish incorporating expected of parse_reg_operand
2024-06-27  anshAdd RAW_STRING_LITERAL
2024-06-24  jjasmineAdded ExprType::InlineAsm
2024-06-24  jjasmineAdd test case for using asm! outside of unsafe {}
2024-06-18  Arthur Cohenexpand: Switch semicolon boolean to an enum instead.
2024-06-18  Arthur Cohenexpand: Keep track of semicoloned builtin macros
2024-06-17  daveFix optional trait parsing
2024-06-13  jjasminePartial second layer of expected in parsing asm
2024-06-13  jjasmineExpected first layer done
2024-06-13  jjasmineMove parser and last_token_id to InlineAsmCtx
2024-06-13  jjasmineUpdate parser to parse strings in the first stage
2024-06-13  jjasmineScaffolding validation of asm!
2024-06-13  jjasminePartial support for operand
2024-06-13  jjasmineRefactoring and supporting more parse_reg_operand
2024-06-13  jjasmineFix visitor-related warnings
2024-06-13  jjasmineAdd potentially_nonpromoted_keywords set str
2024-06-13  jjasmineSuccessful parse of in and inout, albeit with str
2024-06-13  jjasmineScaffolding HIRFullVisitor for inline asm
2024-06-13  jjasmineScaffolding ast visitor for InlineAsm
2024-06-13  jjasmineFix warnings
2024-06-13  jjasminePartial unsafe support for inline asm
2024-06-13  jjasmineAdd support for AST to HIR inline asm translation
2024-06-13  jjasmineSlim down the test cases
2024-06-13  jjasmineRefactoring for inline asm pr
2024-06-13  jjasmineGot AST::Fragment to be created from InlineAsm
2024-06-13  jjasmineWorking towards parse_reg and parse_reg_operand
2024-06-13  jjasmineRenamed parseAsmArg to conform to other function names
2024-06-13  jjasmineBig Refactor after meeting
2024-06-13  jjasmineRemove global_asm and non_global_asm handler
2024-06-13  jjasmineSafegaurd InlineAsm's clone_expr_...
2024-06-13  jjasmineRename InlineAsmOptions to InlineAsmOption
2024-06-13  jjasmineScaffolding parse_reg
2024-06-13  jjasmineResolve static decl warning
2024-06-13  jjasmineAdd checks for duplicate options in inline asm
2024-06-13  jjasmineWraps inline_asm tests in unsafe {}
2024-06-13  jjasmineParsing of options(...) done.
2024-06-13  jjasmineImplemented parse_clobber_abi to pass new tests
2024-06-13  jjasmineAdded faulty tests for inline asm cloberring
2024-06-13  jjasmineAdd tests parsing with trailing commas inline asm
2024-06-13  jjasmineTop level parsing test for asm!
2024-06-13  jjasmineAdd a simple no-op test for asm!
2024-06-13  jjasmineReplace scaffolded InlineAsm with real InlineAsm.
2024-06-13  jjasmineMake InlineAsm non-abstract for usage in parsing.
2024-06-13  jjasmineIntroduced is_global_asm to InlineAsm AST
2024-06-13  jjasmineFirst draft of parse_option finished
2024-06-13  jjasmineFix clobber_api brackets
2024-06-13  jjasmineWorking on parse_options for a bit more
next