]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
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
2024-01-16  Philip Herrongccrs: introduce new types_compatable
2024-01-16  Pierre-Emmanuel... gccrs: expand: Make to_derive argument const
2024-01-16  Pierre-Emmanuel... gccrs: expand: Allow empty derive attribute
2024-01-16  Pierre-Emmanuel... gccrs: expand: Expand item level attribute proc macros
2024-01-16  Pierre-Emmanuel... gccrs: expand: Add in order trait expansion
2024-01-16  Pierre-Emmanuel... gccrs: expand: Remove proc macro fragment from expander
2024-01-16  Pierre-Emmanuel... gccrs: expand: Move derive system to new one
2024-01-16  Pierre-Emmanuel... gccrs: expand: Add derive proc macro draft
2024-01-16  Pierre-Emmanuel... gccrs: expand: Add prc macro expander and registration
2024-01-16  Pierre-Emmanuel... gccrs: ast: Fix attribute collection
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Fix Tokenstream growth
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Fix capacity update in tokenstream
2024-01-16  Pierre-Emmanuel... gccrs: collector: Make visitors public
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Rename Procmacro subtypes
2024-01-16  Pierre-Emmanuel... gccrs: expand: Add procmacro loading function
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Add procmacro array definition
2024-01-16  Pierre-Emmanuel... gccrs: attributes: Add allow_internal_unstable attribute
2024-01-16  Pierre-Emmanuel... gccrs: collector: Move implementation to header
2024-01-16  Owen Averygccrs: Fix non-mod-rs files' external module loading...
2024-01-16  Owen Averygccrs: Add error message when derive macro is invoked
2024-01-16  Philip Herrongccrs: Respect the concrete type when resolving qualife...
2024-01-16  Owen Averygccrs: Prevent initialization related warnings/errors...
2024-01-16  Owen Averygccrs: Handle crate metavariable
2024-01-16  Owen Averygccrs: Allow parsing a borrow from struct expression
2024-01-16  Charalampos... gccrs: ast: dump literals correctly
2024-01-16  Arthur Cohengccrs: derive: Add dummy builtin transcriber for builti...
2024-01-16  Arthur Cohengccrs: derive: Add proper derive(Clone) for unions
2024-01-16  Arthur Cohengccrs: derive: Add #[derive(Copy)] builtin
2024-01-16  Arthur Cohengccrs: derive: Add #[derive(Clone)] for regular structs
2024-01-16  Pierre-Emmanuel... gccrs: converter: Refactor locations
2024-01-16  Pierre-Emmanuel... gccrs: converter: Convert back Locations from spans
2024-01-16  Pierre-Emmanuel... gccrs: converter: Add conversion from locations to...
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Add cpp Span representation
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Add Span definition
2024-01-16  Owen Averygccrs: Properly match delimiters
2024-01-16  Philip Herrongccrs: get rid of useless helper class and fix header...
2024-01-16  Arthur Cohengccrs: expansion: Add base for deriving builtin macros...
2024-01-16  Arthur Cohengccrs: ast: Add AstBuilder class.
2024-01-16  Arthur Cohengccrs: expand: Add missing copyright headers
2024-01-16  Owen Averygccrs: Make key and key/value config options seperate
next