]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2024-01-30  Robert Gossgccrs: Add improved error when no fields in initializer
2024-01-30  Jakub Dupakgccrs: Test: check implemented for lifetime handling
2024-01-30  Jakub Dupakgccrs: AST: Fix for lifetime lowering
2024-01-30  Jakub Dupakgccrs: AST: Fix for lifetime parsing
2024-01-30  Jakub Dupakgccrs: Test: fix missing lifetime in a test
2024-01-30  Kushal Palgccrs: Added newline to get more readable lexdump
2024-01-30  Owen Averygccrs: Unify storage of associated items in SingleASTNode
2024-01-30  Robert Gossgccrs: Add improved error when a field is redefined...
2024-01-30  Kushal Palgccrs: Handle `async` keyword for regular implementations
2024-01-30  Kushal Palgccrs: Fix inconsistent formatting
2024-01-30  Kushal Palgccrs: Handle `async` functions in traits
2024-01-30  Nirmal Patelgccrs: Handle newlines during string parsing while...
2024-01-30  Jakub Dupakgccrs: TyTy: Refactor FnType deprecated API
2024-01-30  Jakub Dupakgccrs: ast: Lower 'for' lifetimes
2024-01-30  Jakub Dupakgccrs: ast: Infer static lifetime for const and static...
2024-01-30  Jakub Dupakgccrs: ast: Full lifetime elision handling
2024-01-30  Jakub Dupakgccrs: ast: Unify explicitly and implicitly elided...
2024-01-30  Jakub Dupakgccrs: ast: Fix lifetime type parsing
2024-01-30  Kushal Palgccrs: Generate error for `async` trait fucntions
2024-01-30  Kushal Palgccrs: Handle `async` qualifier inside trait
2024-01-30  Raiki Tamuragccrs: split rust-mangle.cc into two files
2024-01-30  Jakub Dupakgccrs: BIR: Cleanup
2024-01-30  Jakub Dupakgccrs: TyTy: SubstitutionRef cast specialization
2024-01-30  Jakub Dupakgccrs: TyTy: Common interface for fucntion-like types
2024-01-30  Jakub Dupakgccrs: TyTy: refactor to new API
2024-01-30  Jakub Dupakgccrs: BIR: Fix missed nodiscard
2024-01-30  Jakub Dupakgccrs: TyTy: Fix missed nodiscard
2024-01-30  Jakub Dupakgccrs: HIR: add missing getters
2024-01-30  Arthur Cohengccrs: refactor builtins initialization and attributes
2024-01-30  Pierre-Emmanuel... gccrs: Change cfg stripper to use default visitor
2024-01-30  Pierre-Emmanuel... gccrs: Make expand visitor inherit from default visitor
2024-01-30  Pierre-Emmanuel... gccrs: Make default resolver inherit from default visitor
2024-01-30  Owen Averygccrs: Allow enabling lang_items and no_core features
2024-01-30  Kushal Palgccrs: Renamed `WIN64` to `WIN_64`
2024-01-30  Nobel Singhgccrs: Generate error for const trait functions
2024-01-30  Pierre-Emmanuel... gccrs: Add a regression test for function body check
2024-01-30  Pierre-Emmanuel... gccrs: Add validation for functions without body
2024-01-30  Pierre-Emmanuel... gccrs: Make function bodies truly optional
2024-01-30  Pierre-Emmanuel... gccrs: Add execution test for name resolution 2.0
2024-01-30  Pierre-Emmanuel... gccrs: Add multiple regression test in name resolution
2024-01-30  Pierre-Emmanuel... gccrs: Make early name resolver inherit from default one
2024-01-30  Pierre-Emmanuel... gccrs: Change the attribute checker visitor to default one
2024-01-30  Pierre-Emmanuel... gccrs: Make feature gate visitor inherit from default one
2024-01-30  Pierre-Emmanuel... gccrs: Add regression test for const fn in trait
2024-01-30  Pierre-Emmanuel... gccrs: Add AST validation check for const in trait
2024-01-30  Pierre-Emmanuel... gccrs: Add a regression test for async const functions
2024-01-30  Pierre-Emmanuel... gccrs: Add async const function ast validation pass
2024-01-30  Pierre-Emmanuel... gccrs: Allow const and async specifiers in functions
2024-01-30  Pierre-Emmanuel... gccrs: Split async and const function qualifiers
2024-01-30  Owen Averygccrs: Remove class AST::InherentImplItem
2024-01-30  Philip Herrongccrs: Remove backend dependancy on resolution rib...
2024-01-30  Pierre-Emmanuel... gccrs: Add a regression test for unsafe module validation
2024-01-30  Pierre-Emmanuel... gccrs: Emit an error on unsafe modules
2024-01-30  Pierre-Emmanuel... gccrs: Parse module safety
2024-01-30  Pierre-Emmanuel... gccrs: Add unsafety member to modules
2024-01-30  Owen Averygccrs: Create base class for TupleStructItems and Tuple...
2024-01-30  Arthur Cohengccrs: toplevel: Resolve `use` declarations
2024-01-30  Arthur Cohengccrs: early: Move `use` declaration resolving to TopLevel
2024-01-30  Arthur Cohengccrs: ast: Add NodeId to UseTree base class
2024-01-30  Arthur Cohengccrs: toplevel: Add comment about running the collecto...
2024-01-30  Arthur Cohengccrs: early: Resolve paths properly
2024-01-30  Arthur Cohengccrs: late: Start storing mappings properly in the...
2024-01-30  Arthur Cohengccrs: late: Start setting up builtin types
2024-01-30  Arthur Cohengccrs: nr2.0: Store mappings in NameResolutionContext
2024-01-30  Arthur Cohengccrs: toplevel: Use DefaultResolver for Function
2024-01-30  Arthur Cohengccrs: nr2.0: Add base for late name resolution
2024-01-30  Arthur Cohengccrs: ctx: Add Labels ForeverStack to the resolver.
2024-01-30  M V V S Manoj... gccrs: Added support to Parse ASYNC function
2024-01-30  Pierre-Emmanuel... gccrs: Introduce a proper keyword list
2024-01-30  Pierre-Emmanuel... gccrs: Replace some weak keyword raw value with constexpr
2024-01-30  Pierre-Emmanuel... gccrs: Add a list of weak keyword
2024-01-30  Pierre-Emmanuel... gccrs: Replace some keyword raw values
2024-01-30  Pierre-Emmanuel... gccrs: Add await keyword
2024-01-30  Pierre-Emmanuel... gccrs: Treat underscore as a keyword
2024-01-30  Pierre-Emmanuel... gccrs: Add edition separation for keywords
2024-01-30  Pierre-Emmanuel... gccrs: Replace TOK suffix with KW
2024-01-30  Pierre-Emmanuel... gccrs: Add ast validation check on union variant number
2024-01-30  Pierre-Emmanuel... gccrs: Add a test regular variadic functions errors
2024-01-30  Pierre-Emmanuel... gccrs: Emit an error on variadic non extern functions
2024-01-30  Pierre-Emmanuel... gccrs: Add check for associated items on auto traits
2024-01-30  Pierre-Emmanuel... gccrs: Add a regression test for super trait on auto...
2024-01-30  Pierre-Emmanuel... gccrs: Reject auto traits with super trait
2024-01-30  Pierre-Emmanuel... gccrs: Add regression test for generic auto traits
2024-01-30  Pierre-Emmanuel... gccrs: Reject auto traits with generic parameters
2024-01-30  Arthur Cohengccrs: forever stack: Remove development debug info
2024-01-30  Arthur Cohengccrs: resolve: Format if properly
2024-01-30  Arthur Cohengccrs: foreverstack: Add `to_rib` method
2024-01-30  Arthur Cohengccrs: foreverstack: Add `to_canonical_path` method
2024-01-30  Arthur Cohengccrs: forever stack: Improve resolve_path implementation
2024-01-30  Arthur Cohengccrs: forever stack: Fix resolve_path signature
2024-01-30  Arthur Cohengccrs: foreverstack: Specialize `get` for Namespace...
2024-01-30  Arthur Cohengccrs: forever-stack: Fix basic get logic
2024-01-30  Arthur Cohengccrs: rib: Add Namespace enum
2024-01-30  Arthur Cohengccrs: ast: Change *Path nodes API
2024-01-30  Pierre-Emmanuel... gccrs: Add new test for parsing errors on self pointers
2024-01-30  Pierre-Emmanuel... gccrs: Report self parameter parsing error kind
2024-01-30  Pierre-Emmanuel... gccrs: Fix error emission for self pointers
2024-01-30  Pierre-Emmanuel... gccrs: Add a test to highlight public trait type parsing
2024-01-30  Pierre-Emmanuel... gccrs: Add visibility to trait item
2024-01-30  Richard Bienertree-optimization/113659 - early exit vectorization...
next