]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/rust
aarch64: Avoid using mismatched ZERO ZA sizes
[thirdparty/gcc.git] / gcc / rust /
2024-04-10  GCC AdministratorDaily bump.
2024-04-09  Christophe Lyonrust: Add rust.install-dvi and rust.install-html rules
2024-03-05  GCC AdministratorDaily bump.
2024-03-04  Mark WielaardRegenerate opt.urls
2024-02-22  GCC AdministratorDaily bump.
2024-02-21  Sahil YeoleUpdate copyright years.
2024-02-21  0xn4utilusgccrs: Add variadic check on function params
2024-02-21  Owen Averygccrs: Fix lookup of TuplePattern sub-pattern types
2024-02-21  Marc Poulhièsgccrs: add powi intrinsics
2024-02-21  Arthur Cohengccrs: expand: Fix formatting for "macro not found...
2024-02-21  Owen Averygccrs: Fix rebinding imports
2024-02-21  Arthur Cohengccrs: Fix typo in RegionConstraints instance
2024-02-08  GCC AdministratorDaily bump.
2024-02-07  Kushal Palgccrs: Fix macro parsing for trait items.
2024-02-07  Kushal Palgccrs: Remove obsolete classes and functions.
2024-02-07  Kushal Palgccrs: Parse trait functions as `AST::Function`.
2024-02-07  Kushal Palgccrs: Add missing visitors for AST::Function.
2024-02-07  Kushal Palgccrs: Add checks for Trait functions
2024-02-07  Kushal Palgccrs: Use AssociatedItem in place of TraitItem
2024-02-07  Philip Herrongccrs: fix bug in pattern check for tuples
2024-02-07  Nobel Singhgccrs: Move the Implementation of implitem lowering...
2024-02-07  Philip Herrongccrs: refactor inference variable computation into...
2024-02-07  Philip Herrongccrs: remove similar hack in type paths as we had...
2024-02-07  Philip Herrongccrs: remove old generics hack to reuse generic symbol...
2024-02-07  Philip Herrongccrs: Fix ICE accessing empty vector without check
2024-02-07  Nobel Singhgccrs: Set the default ABI to C for extern blocks and...
2024-02-07  Jakub Dupakgccrs: TyTy: Store reference to type before any substit...
2024-02-07  Jakub Dupakgccrs: TyTy: Store region constraints
2024-02-07  Jakub Dupakgccrs: Typecheck: add regions (lifetimes) to TyTy
2024-02-07  Jakub Dupakgccrs: HIR: Add mising getter
2024-02-07  Jakub Dupakgccrs: TyTy: Region (lifetime) representation
2024-02-07  Jakub Dupakgccrs: Typecheck: lifetime interning and resolution...
2024-02-07  Raiki Tamuragccrs: Implement quick-check for Unicode
2024-02-07  Kushal Palgccrs: Parse normal functions with `self` parameter...
2024-01-31  GCC AdministratorDaily bump.
2024-01-30  Owen Averygccrs: Remove TraitImplItem
2024-01-30  Robert Gossgccrs: Add improved error when no fields in initializer
2024-01-30  Jakub Dupakgccrs: AST: Fix for lifetime lowering
2024-01-30  Jakub Dupakgccrs: AST: Fix for lifetime parsing
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 validation for functions without body
2024-01-30  Pierre-Emmanuel... gccrs: Make function bodies truly optional
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 AST validation check for const in trait
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: 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 Kumargccrs: 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
next