]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2024-01-16  Pierre-Emmanuel... gccrs: Change FunctionParam to represent variadic params
2024-01-16  Pierre-Emmanuel... gccrs: Add a new test for const without body
2024-01-16  Pierre-Emmanuel... gccrs: Make use of the Contextual visitor in validation
2024-01-16  Pierre-Emmanuel... gccrs: Add a new visitor that gathers context information
2024-01-16  Pierre-Emmanuel... gccrs: Add a default AST visitor
2024-01-16  Pierre-Emmanuel... gccrs: Add some reference getter
2024-01-16  Pierre-Emmanuel... gccrs: Small fix to the ast collector visitor
2024-01-16  Pierre-Emmanuel... gccrs: Emit an error on associated const without values
2024-01-16  Pierre-Emmanuel... gccrs: Add call to ast validation checker
2024-01-16  Pierre-Emmanuel... gccrs: Add two new steps to compile process
2024-01-16  Pierre-Emmanuel... gccrs: Add ast validation checker
2024-01-16  Pierre-Emmanuel... gccrs: Add more checks for expr value in early visitors
2024-01-16  Pierre-Emmanuel... gccrs: Move SingleASTNode implementation out of header
2024-01-16  Pierre-Emmanuel... gccrs: Add missing override specifier
2024-01-16  Pierre-Emmanuel... gccrs: Add regression test for float literal tuple...
2024-01-16  Pierre-Emmanuel... gccrs: Fix token lexed as a float literal
2024-01-16  Jakub Dupakgccrs: HIR: remove obsole double borrow member
2024-01-16  Jakub Dupakgccrs: HIR: fix typo
2024-01-16  Owen Averygccrs: Compile pattern match statements into conditiona...
2024-01-16  Pierre-Emmanuel... gccrs: Document proc macro token tree indices
2024-01-16  Pierre-Emmanuel... gccrs: Move proc macro builders to their own file
2024-01-16  Pierre-Emmanuel... gccrs: Add array length to the proc macro buffer
2024-01-16  Pierre-Emmanuel... gccrs: Put common functions in their own namespace
2024-01-16  Pierre-Emmanuel... gccrs: Add macro buffer global variable export
2024-01-16  Pierre-Emmanuel... gccrs: Add an explicit value to proc macro enum kind
2024-01-16  Pierre-Emmanuel... gccrs: Change proc macro entrypoint
2024-01-16  Pierre-Emmanuel... gccrs: Add utility function to build proc macro types
2024-01-16  Pierre-Emmanuel... gccrs: Add getters for proc macro mappings
2024-01-16  Pierre-Emmanuel... gccrs: Collect procedural macros in the crate
2024-01-16  Pierre-Emmanuel... gccrs: Reformat comments
2024-01-16  Pierre-Emmanuel... gccrs: Add containers for proc macro collection mappings
2024-01-16  Pierre-Emmanuel... gccrs: Add const getter for tokentrees
2024-01-16  Pierre-Emmanuel... gccrs: Change ABI setup and add gccrs_proc_macro attr
2024-01-16  Pierre-Emmanuel... gccrs: Make proc macro definition cdecl
2024-01-16  Jakub Dupakgccrs: borrowck: Refactor and BIR improvements
2024-01-16  Jakub Dupakgccrs: borrowck: Dev notes
2024-01-16  Jakub Dupakgccrs: borrowck: Docs
2024-01-16  Jakub Dupakgccrs: borrowck: Make goto explicit.
2024-01-16  Jakub Dupakgccrs: borrowck: BIR continue
2024-01-16  Jakub Dupakgccrs: borrowck: Dump: handle infinite loops
2024-01-16  Jakub Dupakgccrs: borrowck: BIR: handle break
2024-01-16  Jakub Dupakgccrs: borrowck: Dump improve jumps
2024-01-16  Jakub Dupakgccrs: borrowck: Dump: simplify cfg
2024-01-16  Jakub Dupakgccrs: borrowck: Dump: proper comma separation
2024-01-16  Jakub Dupakgccrs: borrowck: BIR dump
2024-01-16  Jakub Dupakgccrs: borrowck: Create BIR builders (visitors)
2024-01-16  Jakub Dupakgccrs: borrowck: Create Borrow-checker IR (BIR)
2024-01-16  Jakub Dupakgccrs: borrowck: Execute only with CLI flag
2024-01-16  Jakub Dupakgccrs: borrowck: Add CLI option for borrowck
2024-01-16  Jakub Dupakgccrs: borrowck: Add initial structure for borrowchecking
2024-01-16  Pierre-Emmanuel... gccrs: Fix warning with overridden virtual methods
2024-01-16  Pierre-Emmanuel... gccrs: Add a new regression test for issue 2665
2024-01-16  Pierre-Emmanuel... gccrs: Parse const with no value expression
2024-01-16  Jakub Dupakgccrs: hir: Avoid copy in getter (PathPattern)
2024-01-16  Jakub Dupakgccrs: hir: Rename ComoundAssignment getters
2024-01-16  Jakub Dupakgccrs: hir: Rename get_pattern_mappings method
2024-01-16  Jakub Dupakgccrs: hir: Add missing getter
2024-01-16  Jakub Dupakgccrs: ast: Handle tuplestruct pattern with indices
2024-01-16  Jakub Dupakgccrs: hir: Refactor - avoid copy in getter
2024-01-16  Owen Averygccrs: Make resolution of AssociatedItem instances...
2024-01-16  Owen Averygccrs: Make lowering of AssociatedItem instances polymo...
2024-01-16  Jakub Dupakgccrs: compile: bail on labelled block
2024-01-16  Jakub Dupakgccrs: typecheck: add loop ctx for labelled block
2024-01-16  Jakub Dupakgccrs: resolve: Resolve labelled block
2024-01-16  Jakub Dupakgccrs: hir: Lower labelled block
2024-01-16  Jakub Dupakgccrs: ast: Parse labelled block
2024-01-16  Owen Averygccrs: Create base class AssociatedItem
2024-01-16  Raiki Tamuragccrs: Add tests for v0 mangling
2024-01-16  Pierre-Emmanuel... gccrs: Add new test for closure in closure parsing
2024-01-16  Pierre-Emmanuel... gccrs: Break OR tokens in closure parameter list context
2024-01-16  Pierre-Emmanuel... gccrs: Add new regression test for macro matcher behavior
2024-01-16  Pierre-Emmanuel... gccrs: Add path to macro fragment follow restrictions
2024-01-16  Pierre-Emmanuel... gccrs: Add a new test for mbe named macro_rules
2024-01-16  Pierre-Emmanuel... gccrs: Add new regression test
2024-01-16  Pierre-Emmanuel... gccrs: Allow macro named macro_rules
2024-01-16  Pierre-Emmanuel... gccrs: Add new regression test
2024-01-16  Pierre-Emmanuel... gccrs: Add a new regression test
2024-01-16  Pierre-Emmanuel... gccrs: Fix RangeFromExpr parsing in for loops
2024-01-16  Pierre-Emmanuel... gccrs: Add a new regression test for macro call "default"
2024-01-16  Pierre-Emmanuel... gccrs: Allow call to macro named "default" at item...
2024-01-16  Pierre-Emmanuel... gccrs: Add a new regression test
2024-01-16  Pierre-Emmanuel... gccrs: Fix path expr segment parsing with generic path
2024-01-16  Owen Averygccrs: Replace get_pattern_node_id with get_node_id
2024-01-16  Pierre-Emmanuel... gccrs: Add regression test
2024-01-16  Pierre-Emmanuel... gccrs: Add comma for expr delimiter to fix match arms
2024-01-16  Pierre-Emmanuel... gccrs: Add regression test
2024-01-16  Pierre-Emmanuel... gccrs: Fix pub unit type parsing
2024-01-16  Jakub Dupakgccrs: TyTy: use new subclass API
2024-01-16  Jakub Dupakgccrs: TyTy: TyTy improved subclass casting and checking
2024-01-16  Pierre-Emmanuel... gccrs: Add a regression test for global path parsing
2024-01-16  Pierre-Emmanuel... gccrs: Fix type param bound parsing with opening scope
2024-01-16  Pierre-Emmanuel... gccrs: Change debug log call to as_string function
2024-01-16  Raiki Tamuragccrs: Initial implementation of v0 mangling
2024-01-16  Owen Averygccrs: Rename cloning methods in TupleStructItems and...
2024-01-16  Owen Averygccrs: Adjust methods for TuplePatternItems to match...
2024-01-16  Marc Poulhièsgccrs: minor changes (typo and minor refactor)
2024-01-16  Jakub Dupakgccrs: Add test for parser bug
2024-01-16  Jakub Dupakgccrs: Fix parser bug on tupplestruct pattern
2024-01-16  Mohammed Rizan... gccrs: Removed unnecessary comments
2024-01-16  Jakub Dupakgccrs: Fix type confusion in coercion
next