]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/rust/ast
[vxworks] [ppc] match TARGET_VXWORKS64 to TARGET_64BIT
[thirdparty/gcc.git] / gcc / rust / ast /
2025-04-28  Pierre-Emmanuel... gccrs: Visit visibility in UseDeclaration
2025-04-28  Owen Averygccrs: Some assorted tweaks and bug fixes
2025-04-28  Pierre-Emmanuel... gccrs: Use specialized param visit function for params
2025-04-28  Pierre-Emmanuel... gccrs: Add hash function for Identifiers
2025-04-28  Pierre-Emmanuel... gccrs: Add equality operator for identifiers
2025-04-28  Pierre-Emmanuel... gccrs: Remove error state for GenericArg
2025-04-28  Philip Herrongccrs: Fix ICE with empty generic arguments
2025-04-28  Pierre-Emmanuel... gccrs: Add LlvmInlineAsm node dump
2025-04-28  Pierre-Emmanuel... gccrs: Parse and lower llvm asm node
2025-04-28  Pierre-Emmanuel... gccrs: Add llvmInlineAsm node
2025-04-14  Arthur Cohengccrs: ast: Add get_locus() to DelimTokenTree
2025-04-14  Arthur Cohengccrs: ast: Support outer attributes for AST::RangeExpr
2025-04-08  Matty Kuhngccrs: fix ICE segfault with empty feature gate
2025-04-08  Pierre-Emmanuel... gccrs: Rename label getter to unchecked
2025-04-08  Pierre-Emmanuel... gccrs: Rename label getter in ContinueExpr
2025-04-08  Pierre-Emmanuel... gccrs: Migrate error state to optionals
2025-04-08  Pierre-Emmanuel... gccrs: Update ast visitor with proper check for looplabel
2025-04-08  Pierre-Emmanuel... gccrs: Remove unused error constructor and getter
2025-04-08  Pierre-Emmanuel... gccrs: Make loop label truly optional
2025-04-08  Pierre-Emmanuel... gccrs: Visit loop label before predicate expression
2025-04-08  Pierre-Emmanuel... gccrs: Add check for label
2025-04-08  Owen Averygccrs: nr2.0: Remove duplicate self visit
2025-04-08  Arthur Cohengccrs: hir: Add default qualifier to function, lower...
2025-03-31  Arthur Cohengccrs: dump: Handle let-else properly
2025-03-31  Arthur Cohengccrs: ast: Add optional diverging else to AST::LetStmt
2025-03-24  Owen Averygccrs: nr2.0: Adjust visitors for struct expressions
2025-03-24  Owen Averygccrs: Reduce usage of rust-session-manager.h
2025-03-24  Arthur Cohengccrs: ast: Add base for desugaring try expressions
2025-03-24  Arthur Cohengccrs: ast: builder: Add new builder methods
2025-03-24  Owen Averygccrs: Remove some member functions from SingleASTNode
2025-03-24  Owen Averygccrs: Remove PathInExpression::get_pattern_node_id
2025-03-24  Arthur Cohengccrs: ast-builder: Add new methods for creating operat...
2025-03-24  Arthur Cohengccrs: ast-builder: Improve function generation.
2025-03-24  Arthur Cohengccrs: ast: Add DesugarForLoop class
2025-03-24  Arthur Cohengccrs: ast: builder: Fix arguments of Builder::let
2025-03-24  Arthur Cohengccrs: ast-builder: Add methods for QualifiedPathInExpr...
2025-03-24  Arthur Cohengccrs: ast: builder: Add Return expression builder
2025-03-24  Arthur Cohengccrs: ast-builder: Add new methods for functions,...
2025-03-24  Arthur Cohengccrs: ast-builder: Add new functions to create type...
2025-03-24  Arthur Cohengccrs: ast: Add new Expr::Kinds
2025-03-24  Arthur Cohengccrs: ast: Add Path::is_lang_item()
2025-03-24  Arthur Cohengccrs: ast: More visitors to allow lang item paths...
2025-03-24  Arthur Cohengccrs: lang-items: Collect enum variants as lang items
2025-03-24  Arthur Cohengccrs: ast-builder: Add extra parameter for TypeParam...
2025-03-21  Arthur Cohengccrs: ast-builder: Add new methods for building structs
2025-03-21  Arthur Cohengccrs: ast-builder: Add new methods around type paths.
2025-03-21  Arthur Cohengccrs: builder: Allow generating struct statements
2025-03-21  Arthur Cohengccrs: ast-collector: Fix tuple struct pattern collection
2025-03-21  Arthur Cohengccrs: ast-collector: Adapt to lang item type path...
2025-03-21  Arthur Cohengccrs: lang-items: Collect struct lang items.
2025-03-21  Arthur Cohengccrs: ast: Refactor how lang item paths are handled.
2025-03-21  Arthur Cohengccrs: collect-lang-items: Display attribute upon error...
2025-03-21  Arthur Cohengccrs: ast: Fix warning about copy elision for moved...
2025-03-21  Owen Averygccrs: Remove dead code related to external functions
2025-03-21  CohenArthurgccrs: Revert "gcc/rust/ChangeLog:"
2025-03-21  Om Swaroop Nayakgccrs: gcc/rust/ChangeLog:
2025-03-21  Owen Averygccrs: Visit the trait paths of trait implementations
2025-03-21  Arthur Cohengccrs: ast: Add new Kind enums for more precise downcasting
2025-03-21  Owen Averygccrs: Remove Rust::make_unique
2025-03-21  Arthur Cohengccrs: ast: Add EnumItem::Kind
2025-03-21  Owen Averygccrs: nr2.0: Handle "Self" properly in trait definitions
2025-03-21  Arthur Cohengccrs: ast-builder: Add more methods
2025-03-21  Arthur Cohengccrs: ast: Add new constructors for PathInExpression
2025-03-21  Arthur Cohengccrs: lang-items: Collect trait functions that are...
2025-03-21  Sri Ganesh Thotagccrs: Made changes to AST::TraitImpl constructor for...
2025-03-21  Arthur Cohengccrs: lang-item: Remove unused NodeId from LangItemPath
2025-03-21  Arthur Cohengccrs: hir: Start adapting visitors to accept multiple...
2025-03-21  Arthur Cohengccrs: ast: Add LangItemPath class
2025-03-21  Arthur Cohengccrs: attributes: Add class for sharing methods on...
2025-03-21  Arthur Cohengccrs: lang-items: Add lang-items AST collector
2025-03-21  Arthur Cohengccrs: ast: Use StackedContexts class in ContextualASTV...
2025-03-21  Pierre-Emmanuel... gccrs: Clean up some system includes
2025-03-21  Arthur Cohengccrs: asm: Fix clang warnings
2025-03-21  Owen Averygccrs: Improve handling of implicit Self parameter...
2025-03-21  Owen Averygccrs: Rename some PathIdentSegment functions
2025-03-19  Owen Averygccrs: Improve handling of InlineAsm in DefaultASTVisitor
2025-03-19  Owen Averygccrs: Rework InlineAsmOperand
2025-03-19  Philip Herronrust: Add support for Clone and Copy derive on generic...
2025-03-19  Pierre-Emmanuel... gccrs: Make node id getter const.
2025-03-19  Pierre-Emmanuel... gccrs: Make AST default visitor visit functions public
2025-03-19  Arthur Cohengccrs: imports: Add FinalizeImports class
2025-03-19  badumbatishgccrs: Fix the disorder struct and class in inline asm
2025-03-19  Arthur Cohengccrs: ast: Introduce class hierarchy for lang item...
2025-03-19  Arthur Cohengccrs: ast: Remove PathExpr abstract class
2025-03-19  Arthur Cohengccrs: ast: PathPattern: Remove `remove_all_segments...
2025-03-19  badumbatishgccrs: Use new constructors and control flow for operand
2025-03-19  badumbatishgccrs: Fix the parser's operand and flags storage
2025-03-19  Liam Naddellgccrs: [gccrs#3045] #[may_dangle] in safe impl
2025-03-17  badumbatishgccrs: Fix ffi and enum conventions
2025-03-17  badumbatishgccrs: Added options for ParseMode
2025-03-17  badumbatishgccrs: Change assertion of constructor
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: Added tl::expected to parse_operand
2025-03-17  anshgccrs: Add RAW_STRING_LITERAL
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  jjasminegccrs: Partial support for operand
2025-03-17  jjasminegccrs: Refactoring and supporting more parse_reg_operand
next