]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
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
2024-06-13  jjasmineIntroduce first implementation of parse_clobber_abi
2024-06-13  jjasmineWorking on parseAsmArg
2024-06-13  jjasmineAlmost done with top level parsing
2024-06-12  Pierre-Emmanuel... Add regression tests for exclusive range pattern
2024-06-12  Pierre-Emmanuel... Add exclusive_range_pattern feature gate
2024-06-12  Pierre-Emmanuel... Parse exclusive range pattern
2024-06-12  Pierre-Emmanuel... Add some test for raw_ref_op to prevent regressions
2024-06-12  Pierre-Emmanuel... Add raw_ref_op feature gate
2024-06-12  Pierre-Emmanuel... Prevent raw reference from being lowered silently
2024-06-12  Pierre-Emmanuel... Parse raw ref operator
2024-06-12  Pierre-Emmanuel... Add a new regression test over struct expr field
2024-06-12  Pierre-Emmanuel... Add outer attributes to struct expr fields
2024-06-12  Arthur Cohenrust: Do not link with libdl and libpthread unconditionally
2024-06-11  Pierre-Emmanuel... Add two new tests related to may_dangle attribute
2024-06-11  Pierre-Emmanuel... Add dropck_eyepatch feature gate for may_dangle
2024-06-11  Pierre-Emmanuel... Allow multiple outer attributes on generic params
2024-06-11  Pierre-Emmanuel... Fix generic parameter parsing
2024-06-11  Pierre-Emmanuel... Add new test for box syntax
2024-06-11  Pierre-Emmanuel... Add feature gate for box syntax
2024-06-11  Pierre-Emmanuel... Parse box expressions
2024-06-06  Owen AveryImprove handling of ConstantItem during name resolution 2.0
2024-05-29  Owen AveryAllow rustc_const_stable and rustc_const_unstable
2024-05-28  Kushal PalCorrected access specifiers
2024-05-24  jjasmineMake gccrs recognize negative_impls
2024-05-21  SIGMazerAdd system include to `gcc/rust/rust-system.h`
2024-05-21  Owen AveryAdd call and method call default visitors
2024-05-21  jjasmineRemove useless cstddef header from rust-fmt
2024-05-17  Pierre-Emmanuel... Change lookup_ast_item's return type
2024-05-17  Pierre-Emmanuel... Change lookup_visibility's return type
2024-05-17  Pierre-Emmanuel... Change lookup_macro_invocation's return type
2024-05-17  Pierre-Emmanuel... Change lookup_macro_def return type
2024-05-17  Pierre-Emmanuel... Change lookup_canonical_path's return path
2024-05-17  Pierre-Emmanuel... Change lookup_hir_pattern return type
2024-05-17  Pierre-Emmanuel... Change lookup_hir_struct_field return type
2024-05-17  Pierre-Emmanuel... Change lookup_hir_self_param return type
2024-05-17  Pierre-Emmanuel... Change lookup_hir_param return type with optional
2024-05-17  Pierre-Emmanuel... Change lookup_hir_smt's return type with optional
2024-05-17  Pierre-Emmanuel... Change lookup_hir_type return type with an optional
2024-05-17  Pierre-Emmanuel... Change lookup_hir_generic_param return type
2024-05-17  Pierre-Emmanuel... Change lookup_hir_path_expr_seg return type
next