]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2025-03-17  badumbatishgccrs: Added options for ParseMode
2025-03-17  badumbatishgccrs: Change assertion of constructor
2025-03-17  Liam Naddellgccrs: [gccrs#3046] ICE on failing to find enum variant
2025-03-17  badumbatishgccrs: Update pattern with \r* for dg-output tests
2025-03-17  Antonio Gomesgccrs: Improve error messages for operator expressions
2025-03-17  Kushal Palgccrs: Introduce new class to handle borrow errors
2025-03-17  Kushal Palgccrs: Fix nightly rustc warnings
2025-03-17  Kushal Palgccrs: Added FFIVector to get Polonius output on C...
2025-03-17  Marc Poulhièsrust: fix HIR dump for MatchExpr
2025-03-17  Liam Naddellgccrs: [gccrs#3051] Remove unnecessary #include from...
2025-03-17  badumbatishgccrs: Safe-guard InlineAsm structs
2025-03-17  badumbatishgccrs: Store parse result of parse_format_string(s)
2025-03-17  jjasminegccrs: Clean up monadic operations on expected<>
2025-03-17  jjasminegccrs: Addresses warning, put warn unused in right...
2025-03-17  jjasminegccrs: Add WARN_UNUSED_RESULT parse error
2025-03-17  jjasminegccrs: Added a test that is expected to fail
2025-03-17  jjasminegccrs: Added tl::expected to parse_operand
2025-03-17  jjasminegccrs: Scaffold expected on parse_options and asm_arg
2025-03-17  jjasminegccrs: Finish expected parse_reg_operand
2025-03-17  jjasminegccrs: Finish incorporating expected of parse_reg_operand
2025-03-17  anshgccrs: Add RAW_STRING_LITERAL
2025-03-17  jjasminegccrs: Added ExprType::InlineAsm
2025-03-17  jjasminegccrs: Add test case for using asm! outside of unsafe {}
2025-03-17  Arthur Cohengccrs: expand: Switch semicolon boolean to an enum...
2025-03-17  Arthur Cohengccrs: expand: Keep track of semicoloned builtin macros
2025-03-17  davegccrs: Fix optional trait parsing
2025-03-17  jjasminegccrs: Partial second layer of expected in parsing asm
2025-03-17  jjasminegccrs: Expected first layer done
2025-03-17  jjasminegccrs: Move parser and last_token_id to InlineAsmCtx
2025-03-17  jjasminegccrs: Update parser to parse strings in the first...
2025-03-17  jjasminegccrs: Scaffolding validation of asm!
2025-03-17  jjasminegccrs: Partial support for operand
2025-03-17  jjasminegccrs: Refactoring and supporting more parse_reg_operand
2025-03-17  jjasminegccrs: Fix visitor-related warnings
2025-03-17  jjasminegccrs: Add potentially_nonpromoted_keywords set str
2025-03-17  jjasminegccrs: Successful parse of in and inout, albeit with str
2025-03-17  jjasminegccrs: Scaffolding HIRFullVisitor for inline asm
2025-03-17  jjasminegccrs: Scaffolding ast visitor for InlineAsm
2025-03-17  jjasminegccrs: Fix warnings
2025-03-17  jjasminegccrs: Partial unsafe support for inline asm
2025-03-17  jjasminegccrs: Add support for AST to HIR inline asm translation
2025-03-17  jjasminegccrs: Slim down the test cases
2025-03-17  jjasminegccrs: Refactoring for inline asm pr
2025-03-17  jjasminegccrs: Got AST::Fragment to be created from InlineAsm
2025-03-17  jjasminegccrs: Working towards parse_reg and parse_reg_operand
2025-03-17  jjasminegccrs: Renamed parseAsmArg to conform to other function...
2025-03-17  jjasminegccrs: Big Refactor after meeting
2025-03-17  jjasminegccrs: Remove global_asm and non_global_asm handler
2025-03-17  jjasminegccrs: Safegaurd InlineAsm's clone_expr_...
2025-03-17  jjasminegccrs: Rename InlineAsmOptions to InlineAsmOption
2025-03-17  jjasminegccrs: Scaffolding parse_reg
2025-03-17  jjasminegccrs: Resolve static decl warning
2025-03-17  jjasminegccrs: Add checks for duplicate options in inline asm
2025-03-17  jjasminegccrs: Wraps inline_asm tests in unsafe {}
2025-03-17  jjasminegccrs: Parsing of options(...) done.
2025-03-17  jjasminegccrs: Implemented parse_clobber_abi to pass new tests
2025-03-17  jjasminegccrs: Added faulty tests for inline asm cloberring
2025-03-17  jjasminegccrs: Add tests parsing with trailing commas inline asm
2025-03-17  jjasminegccrs: Top level parsing test for asm!
2025-03-17  jjasminegccrs: Add a simple no-op test for asm!
2025-03-17  jjasminegccrs: Replace scaffolded InlineAsm with real InlineAsm.
2025-03-17  jjasminegccrs: Make InlineAsm non-abstract for usage in parsing.
2025-03-17  jjasminegccrs: Introduced is_global_asm to InlineAsm AST
2025-03-17  jjasminegccrs: First draft of parse_option finished
2025-03-17  jjasminegccrs: Fix clobber_api brackets
2025-03-17  jjasminegccrs: Working on parse_options for a bit more
2025-03-17  jjasminegccrs: Introduce first implementation of parse_clobber_abi
2025-03-17  jjasminegccrs: Working on parseAsmArg
2025-03-17  jjasminegccrs: Almost done with top level parsing
2025-03-17  Pierre-Emmanuel... gccrs: Add regression tests for exclusive range pattern
2025-03-17  Pierre-Emmanuel... gccrs: Add exclusive_range_pattern feature gate
2025-03-17  Pierre-Emmanuel... gccrs: Parse exclusive range pattern
2025-03-17  Pierre-Emmanuel... gccrs: Add some test for raw_ref_op to prevent regressions
2025-03-17  Pierre-Emmanuel... gccrs: Add raw_ref_op feature gate
2025-03-17  Pierre-Emmanuel... gccrs: Prevent raw reference from being lowered silently
2025-03-17  Pierre-Emmanuel... gccrs: Parse raw ref operator
2025-03-17  Pierre-Emmanuel... gccrs: Add a new regression test over struct expr field
2025-03-17  Pierre-Emmanuel... gccrs: Add outer attributes to struct expr fields
2025-03-17  Pierre-Emmanuel... gccrs: Add two new tests related to may_dangle attribute
2025-03-17  Pierre-Emmanuel... gccrs: Add dropck_eyepatch feature gate for may_dangle
2025-03-17  Pierre-Emmanuel... gccrs: Allow multiple outer attributes on generic params
2025-03-17  Pierre-Emmanuel... gccrs: Fix generic parameter parsing
2025-03-17  Pierre-Emmanuel... gccrs: Add new test for box syntax
2025-03-17  Pierre-Emmanuel... gccrs: Add feature gate for box syntax
2025-03-17  Pierre-Emmanuel... gccrs: Parse box expressions
2025-03-17  Owen Averygccrs: Improve handling of ConstantItem during name...
2025-03-17  Owen Averygccrs: Allow rustc_const_stable and rustc_const_unstable
2025-03-17  Kushal Palgccrs: Corrected access specifiers
2025-03-17  jjasminegccrs: Make gccrs recognize negative_impls
2025-03-17  SIGMazergccrs: Add system include to `gcc/rust/rust-system.h`
2025-03-17  Owen Averygccrs: Add call and method call default visitors
2025-03-17  jjasminegccrs: Remove useless cstddef header from rust-fmt
2025-03-17  Arthur Cohengccrs: mingw: Fix build with patch from Liu Hao
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_ast_item's return type
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_visibility's return type
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_macro_invocation's return type
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_macro_def return type
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_canonical_path's return path
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_hir_pattern return type
2025-03-17  Pierre-Emmanuel... gccrs: Change lookup_hir_struct_field return type
next