]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
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
2024-01-16  Pierre-Emmanuel... gccrs: Fix ICE when emitting an error during cfg strip
2024-01-16  Raiki Tamuragccrs: Fix CanonicalPath for inherent impl
2024-01-16  Owen Averygccrs: Fix spelling
2024-01-16  Marc Poulhièsgccrs: Add debug helper to dump HIR
2024-01-16  Philip Herrongccrs: port over readonly_error from c-family for lvalu...
2024-01-16  Muhammad Mahadgccrs: [E0617] attempt for invalid type variable in...
2024-01-16  Philip Herrongccrs: Remove HIR::ForLoopExpr
2024-01-16  Marc Poulhièsgccrs: Minor typo fix
2024-01-16  Pierre-Emmanuel... gccrs: Add license text to libproc_macro rust interface
2024-01-16  Marc Poulhièsgccrs: trivial typo fix.
2024-01-16  Owen Averygccrs: Add intrinsics::assume
2024-01-16  Owen Averygccrs: Memoize Backend::wchar_type
2024-01-16  Owen Averygccrs: Remove unused complex number support
2024-01-16  Owen Averygccrs: Use namespace definition to simplify function...
2024-01-16  liushuyugccrs: rust-compile-intrinsic: add `copy` intrinsics ...
2024-01-16  liushuyugccrs: rust-builtins: add likely and unlikey intrinsics
2024-01-16  Owen Averygccrs: Rename "rust_error_codes.def" to "rust-error...
2024-01-16  Guillaume Gomezgccrs: Shorten `make_unsigned_long_tree` code and remov...
2024-01-16  Dave Evansgccrs: Fix typechecking (and compilation) error for...
2024-01-16  Guillaume Gomezgccrs: Remove unused `ctx` argument in `make_unsigned_l...
2024-01-16  Arthur Cohengccrs: privacy: Uncomment test relying on #1257
2024-01-16  Arthur Cohengccrs: privacy: Add testcase for #1260
2024-01-16  Muhammad Mahadgccrs: [E0599] Failed to resovle method implementation
2024-01-16  Owen Averygccrs: Convert class Backend into namespace
2024-01-16  Pierre-Emmanuel... gccrs: Unify raw attribute values
2024-01-16  Owen Averygccrs: Remove Gcc_backend
2024-01-16  Pierre-Emmanuel... gccrs: Add missing linemap to lexer
2024-01-16  Pierre-Emmanuel... gccrs: Add proc macro definition insertion
2024-01-16  Pierre-Emmanuel... gccrs: Change proc macro mapping definition insertion
2024-01-16  Pierre-Emmanuel... gccrs: Retrieve def for derive & attribute proc macros
2024-01-16  Pierre-Emmanuel... gccrs: Change proc macro definition lookup to optionals
2024-01-16  Pierre-Emmanuel... gccrs: Use optional for proc macro invocation lookup
2024-01-16  Owen Averygccrs: Remove Backend::write_export_data
2024-01-16  Owen Averygccrs: Move remaining expression-related methods into...
2024-01-16  Pierre-Emmanuel... gccrs: Clarify package import procedure
2024-01-16  Pierre-Emmanuel... gccrs: resolver: Refactor macro insertion
2024-01-16  Pierre-Emmanuel... gccrs: resolver: Refactor assertion
2024-01-16  Pierre-Emmanuel... gccrs: Move extern crate resolving
2024-01-16  Pierre-Emmanuel... gccrs: Supress error with proc macro crates
2024-01-16  Pierre-Emmanuel... gccrs: Move proc macro definition to mappings
2024-01-16  Pierre-Emmanuel... gccrs: Add proc macro top level discovery
2024-01-16  Pierre-Emmanuel... gccrs: Change early resolver visit_attributes arguments
2024-01-16  Pierre-Emmanuel... gccrs: Add getters for different types of proc macros
2024-01-16  Pierre-Emmanuel... gccrs: Add proc macros abstractions to crate structure
2024-01-16  Pierre-Emmanuel... gccrs: Add proc macro ast representation
2024-01-16  Pierre-Emmanuel... gccrs: Visit function and structure attributes
2024-01-16  Pierre-Emmanuel... gccrs: Parse unparsed derive tokenstreams
2024-01-16  Pierre-Emmanuel... gccrs: Ease some constraints on derive definition
2024-01-16  Pierre-Emmanuel... gccrs: Change trait getter to return references
next