]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2024-01-16  Pierre-Emmanuel... gccrs: proc_macro: Add is_available function
2024-01-16  Pierre-Emmanuel... gccrs: proc_macro: Add is_available callback
2024-01-16  Pierre-Emmanuel... gccrs: proc_macro: Rename from_string callback symbol
2024-01-16  Pierre-Emmanuel... gccrs: proc_macro: Refactor attribute search
2024-01-16  Pierre-Emmanuel... gccrs: privacy: Refactor proc macro privacy check
2024-01-16  Pierre-Emmanuel... gccrs: testsuite: Add tests for pub items in proc_macros
2024-01-16  Pierre-Emmanuel... gccrs: testsuite: Replace dg-excess-errors with dg...
2024-01-16  Pierre-Emmanuel... gccrs: privacy: Add tests for private proc macro error
2024-01-16  Pierre-Emmanuel... gccrs: proc macro: Add privacy check
2024-01-16  Pierre-Emmanuel... gccrs: Add tests for non function proc_macro_derive
2024-01-16  Pierre-Emmanuel... gccrs: Add tests for non function proc_macro_attribute
2024-01-16  Pierre-Emmanuel... gccrs: Add tests for non function proc_macro attributes
2024-01-16  Pierre-Emmanuel... gccrs: Emit error with proc macro on non functions
2024-01-16  Pierre-Emmanuel... gccrs: Remove NodeId member from Identifier
2024-01-16  Muhammad Mahadgccrs: [E0045] Variadic Parameters Used on Non-C ABI...
2024-01-16  Muhammad Mahadgccrs: [E0323] Implemented associated const, expected...
2024-01-16  Pierre-Emmanuel... gccrs: proc_macro: Mirror FFIString changes in C++library
2024-01-16  Pierre-Emmanuel... gccrs: proc_macro: Increase FFIString usage
2024-01-16  Owen Averygccrs: Continue to replace usages of Location with...
2024-01-16  Owen Averygccrs: Replace usages of Location with location_t in...
2024-01-16  Owen Averygccrs: Replace Location with location_t in parsing...
2024-01-16  Owen Averygccrs: Improve keyword check while parsing a macro...
2024-01-16  Pierre-Emmanuel... gccrs: resolve: Remove ProcMacroInvocable interface
2024-01-16  Pierre-Emmanuel... gccrs: resolve: Convert identifier to a SimplePath
2024-01-16  Pierre-Emmanuel... gccrs: resolve: Add mappings for proc macros and resolving
2024-01-16  Pierre-Emmanuel... gccrs: attribute: Add missing header guard
2024-01-16  Pierre-Emmanuel... gccrs: ast: Add manual dispatch for meta item downcasting
2024-01-16  Pierre-Emmanuel... gccrs: resolve: Add extern crate proc macro collection
2024-01-16  Pierre-Emmanuel... gccrs: import: Load procedural macros into external...
2024-01-16  Pierre-Emmanuel... gccrs: import: Change raw pointer to unique_ptr
2024-01-16  Pierre-Emmanuel... gccrs: import: Store procedural macros in extern crate
2024-01-16  Pierre-Emmanuel... gccrs: import: Change package opening prototypes
2024-01-16  Pierre-Emmanuel... gccrs: import: Add cli extern crate resolution
2024-01-16  Owen Averygccrs: Replace default argument with UNDEF_LOCATION
2024-01-16  Owen Averygccrs: Replace Location with location_t in gccrs backend
2024-01-16  Muhammad Mahadgccrs: [E0268] break or continue used outside of loop
2024-01-16  Pierre-Emmanuel... gccrs: Add a test for malformed derive declaration...
2024-01-16  Pierre-Emmanuel... gccrs: proc macro: Add crate type regression tests
2024-01-16  Pierre-Emmanuel... gccrs: proc macro: Add help message to malformed derive
2024-01-16  Pierre-Emmanuel... gccrs: proc macro: Detect malformed proc_macro_derive
2024-01-16  Pierre-Emmanuel... gccrs: proc macros: Add crate type attribute check
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Change rust Ident definition
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Change Ident structure
2024-01-16  Pierre-Emmanuel... gccrs: proc_macro: Add from string implementation
2024-01-16  Pierre-Emmanuel... gccrs: cli: Add frust-type option
2024-01-16  Arthur Cohengccrs: nr2.0: Add `ForeverStack` data structure.
2024-01-16  Marc Poulhièsgccrs: rework the HIR dump pass
2024-01-16  Arthur Cohengccrs: nr2.0: Add basic Rib class
2024-01-16  Owen Averygccrs: Replace some more usages of Location with location_t
2024-01-16  Owen Averygccrs: Replace some usages of Location with location_t
2024-01-16  Owen Averygccrs: Move some Gcc_backend method definitions out...
2024-01-16  Muhammad Mahadgccrs: [E0423] expected function, tuple struct or tuple...
2024-01-16  Owen Averygccrs: Remove Linemap::predeclared_location
2024-01-16  Owen Averygccrs: Add include guard for rust-gcc.h
2024-01-16  Arthur Cohengccrs: rust-unreachable: Add specific behavior for...
2024-01-16  Muhammad Mahadgccrs: [E0658] Use of unstable feature
2024-01-16  Muhammad Mahadgccrs: [E0093] Declaration of unknown intrinsic function
2024-01-16  Muhammad Mahadgccrs: [E0133] Use of unsafe code outside of unsafe...
2024-01-16  Owen Averygccrs: Remove RichLocation typedef
2024-01-16  Owen Averygccrs: Remove Linemap::start_line
2024-01-16  Owen Averygccrs: Change class RichLocation into typedef
2024-01-16  Owen Averygccrs: Remove Linemap::get_location
2024-01-16  Pierre-Emmanuel... gccrs: dump: Output escaped character values
2024-01-16  Marc Poulhièsgccrs: minor HIR cleanup
2024-01-16  Pierre-Emmanuel... gccrs: remove braces around scalar initializers
2024-01-16  Pierre-Emmanuel... gccrs: Add missing virtual destructor to interfaces
2024-01-16  Pierre-Emmanuel... gccrs: Change specifier of some forward declaration
2024-01-16  Owen Averygccrs: Remove unnecessary usage of Location copy constr...
2024-01-16  Owen Averygccrs: Merge Linemap::to_string into Linemap::location_...
2024-01-16  Marc Poulhièsgccrs: minor HIR cleanup
2024-01-16  Muhammad Mahadgccrs: [E0124] field x is already declared in struct
2024-01-16  Owen Averygccrs: Add rust_error_at accepting location_t and ErrorCode
2024-01-16  Owen Averygccrs: Merge Gcc_linemap into Linemap
2024-01-16  Arthur Cohengccrs: Remove Rust::Optional in favor of tl::optional
2024-01-16  Owen Averygccrs: Replace Linemap::unknown_location with UNKNOWN_L...
2024-01-16  Muhammad Mahadgccrs: [E0070] invalid left-hand side of assignment
2024-01-16  Muhammad Mahadgccrs: [E0061] Refactored argument mismatch error function
2024-01-16  Arthur Cohengccrs: nr2.0: Add complex testcases
2024-01-16  Arthur Cohengccrs: expected: Adapt type to GCC's requirements.
2024-01-16  Arthur Cohengccrs: util: Add tl::expected type
2024-01-16  Arthur Cohengccrs: optional: Adapt class to GCC's standards.
2024-01-16  Arthur Cohengccrs: optional: Import tl's optional type
2024-01-16  Owen Averygccrs: Replace value initialization of Location with...
2024-01-16  Pierre-Emmanuel... gccrs: collector: Fix abi output
2024-01-16  Pierre-Emmanuel... gccrs: collector: Fix remaining trait & extern issues
2024-01-16  Pierre-Emmanuel... gccrs: collector: Output extern function attributes
2024-01-16  Pierre-Emmanuel... gccrs: collector: Fix method qualifier output
2024-01-16  Pierre-Emmanuel... gccrs: collector: Add where clause to trait impl block
2024-01-16  Pierre-Emmanuel... gccrs: collector: Output outer attributes on blockexpr
2024-01-16  Pierre-Emmanuel... gccrs: collector: Add variadics to collector output
2024-01-16  Pierre-Emmanuel... gccrs: collector: Add generics to external functions
2024-01-16  Pierre-Emmanuel... gccrs: collector: Fix missing trait generics
2024-01-16  Pierre-Emmanuel... gccrs: collector: Reformat trait impl
2024-01-16  Pierre-Emmanuel... gccrs: collector: Add generic to inherent impl block
2024-01-16  Pierre-Emmanuel... gccrs: dump: Fix dollar spacing rule
2024-01-16  Pierre-Emmanuel... gccrs: collector: Change match arm format
2024-01-16  Pierre-Emmanuel... gccrs: collector: Fix trait impl block
2024-01-16  Pierre-Emmanuel... gccrs: collector: Fix doubled generics
2024-01-16  Pierre-Emmanuel... gccrs: collector: Fix output for function qualifiers
2024-01-16  Pierre-Emmanuel... gccrs: collector: Fix method self parameter
next