]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
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
2024-01-16  Muhammad Mahadgccrs: refactored field error function
2024-01-16  Owen Averygccrs: Improve macro repetition handling
2024-01-16  Philip Herrongccrs: fix how we handle coercions and casts of unsafe...
2024-01-16  Philip Herrongccrs: Track associated type generics
2024-01-16  Pierre-Emmanuel... gccrs: dump: Add formatting to dump
2024-01-16  Pierre-Emmanuel... gccrs: collector: Implement formatting options
2024-01-16  Pierre-Emmanuel... gccrs: collector: Store CollectItem instead of TokenPtr
2024-01-16  Pierre-Emmanuel... gccrs: collector: Remove external container
2024-01-16  Pierre-Emmanuel... gccrs: dump: Output separating space under condition
2024-01-16  Pierre-Emmanuel... gccrs: dump: Replace ast dump internals
2024-01-16  Pierre-Emmanuel... gccrs: collector: Fix missing semicolon output
2024-01-16  Pierre-Emmanuel... gccrs: dump: Remove tokenstream dump
2024-01-16  Raiki Tamuragccrs: Add tests for Unicode identifiers
2024-01-16  Raiki Tamuragccrs: fix tokenizing utf-8 whitespaces
2024-01-16  Pierre-Emmanuel... gccrs: ast: Add explicit default copy constructor
2024-01-16  Pierre-Emmanuel... gccrs: ast: Change Identifier definition
2024-01-16  Raiki Tamuragccrs: Refactor lexer to handle UTF-8
2024-01-16  Owen Averygccrs: Insert empty repeated metavars for nested repeti...
2024-01-16  Muhammad Mahadgccrs: [E0023] Incorrect Number of Fields in Pattern...
2024-01-16  Muhammad Mahadgccrs: gccrs:[E0026] Non-Existent Field Extraction...
2024-01-16  Owen Averygccrs: Match tokens in macros more closely
2024-01-16  Arthur Cohenrust: Add -frust-name-resolution-2.0 option
2024-01-16  Philip Herrongccrs: Stop autoderef of raw pointer types
2024-01-16  Philip Herrongccrs: Add method selection to operator overloading
2024-01-16  Muhammad Mahadgccrs: ErrorCode[E0277] Type Does Not Implement Expecte...
2024-01-16  Matthew Jaspergccrs: Expand expressions/types correctly in more contexts.
2024-01-16  Pierre-Emmanuel... gccrs: expand: Change names and document behavior
2024-01-16  Pierre-Emmanuel... gccrs: expand: Merge arguments into one
2024-01-16  Pierre-Emmanuel... gccrs: expand: Convert last statement to tail expr
2024-01-16  Pierre-Emmanuel... gccrs: expand: Add tail expr expansion
2024-01-16  Arthur Cohengccrs: expand: Derive statements
2024-01-16  Owen Averygccrs: Make MatchedFragmentContainer a tree-like structure
2024-01-16  Muhammad Mahadgccrs: ErrorCode[E0433] Use of Undeclared Crate, Module...
2024-01-16  Philip Herrongccrs: Apply generic arguments to the respective trait...
2024-01-16  Philip Herrongccrs: Fix generic argument tracking
2024-01-16  Philip Herrongccrs: add new method to infer impl block type
2024-01-16  Philip Herrongccrs: fix unsafe lookup at zero index
2024-01-16  Matthew Jaspergccrs: Parse semicolons in more cases for statement...
2024-01-16  Matthew Jaspergccrs: Handle tail expression normalization right befor...
2024-01-16  Matthew Jaspergccrs: Print macro invocations in AST dump
2024-01-16  Raiki Tamuragccrs: tokenize Unicode identifiers
2024-01-16  Owen Averygccrs: Prevent invalid iterator dereference
2024-01-16  Owen Averygccrs: Remove direct error on macro rule count-related...
2024-01-16  Philip Herrongccrs: we can't check the bounds involving empty placeh...
2024-01-16  tieway59gccrs: fixup: Remove old typecheck dump
2024-01-16  Philip Herrongccrs: fortify resolve_method_address to match the...
2024-01-16  Arthur Cohengccrs: derive: Factor common fields inside the base...
2024-01-16  Philip Herrongccrs: ensure assoicated types are setup for concrete...
2024-01-16  Dave Evansgccrs: Fix ICE for reference patterns in match statements
2024-01-16  TieWay59gccrs: Remove obsolete error diagnostic
next