]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
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
2024-01-16  Pierre-Emmanuel... gccrs: dump: Fix spacing with dots and references
2024-01-16  Pierre-Emmanuel... gccrs: collector: Fix some token collector
2024-01-16  Owen Averygccrs: Create MacroInvocLexerBase
2024-01-16  Owen Averygccrs: Reduce Linemap/Gcc_linemap abstraction further
2024-01-16  Muhammad Mahadgccrs: [E0425] Use of unresolved name
2024-01-16  Owen Averygccrs: Reduce Linemap/Gcc_linemap abstraction
2024-01-16  Muhammad Mahadgccrs: [E0053] method 'x' has an incompatible type...
2024-01-16  Muhammad Mahadgccrs: [E0063] constructor is missing fields
2024-01-16  Raiki Tamuragccrs: add utf-8 validation for input source
2024-01-16  Owen Averygccrs: Ignore semicolon following a macro expansion...
2024-01-16  Muhammad Mahadgccrs: gccrs:[E0046] Missing Items in Trait Implementation
2024-01-16  Raiki Tamuragccrs: Add location info to `Rust::Identifier`
2024-01-16  Owen Averygccrs: Change class Location into typedef
2024-01-16  Marc Poulhièsgccrs: HIR cleanup
2024-01-16  Muhammad Mahadgccrs: [E0034] Ambiguous Method Call Error
2024-01-16  Muhammad Mahadgccrs: [E0229] associated type bindings error
2024-01-16  Marc Poulhièsgccrs: minor HIR interface cleanup
2024-01-16  Raiki Tamuragccrs: Remove unnecessary methods of `Rust::Lexer`
2024-01-16  Philip Herrongccrs: Track fn_once output lang item properly
2024-01-16  Philip Herrongccrs: fix ICE with inserting autoderef mappings
2024-01-16  Muhammad Mahadgccrs: [E0027] struct pattern fails to specify struct...
2024-01-16  Marc Poulhièsgccrs: refactor: make crate.items private
2024-01-16  Marc Poulhièsgccrs: Add new getters
2024-01-16  Marc Poulhièsgccrs: FullVisitable abstract class
2024-01-16  Marc Poulhièsgccrs: factor out inner attributes in a class
2024-01-16  Marc Poulhièsgccrs: cleanup getters to return &unique_ptr instead...
2024-01-16  Arthur Cohengccrs: abi: Add testcase for using "Rust" as ABI string
2024-01-16  Pierre-Emmanuel... gccrs: parser: Propagate type hint value
2024-01-16  Raiki Tamuragccrs: fix lexing byte literal
next