]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
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
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
next