]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2024-01-16  Pierre-Emmanuel... gccrs: Change proc macro mapping definition insertion
2024-01-16  Pierre-Emmanuel... gccrs: Retrieve def for derive & attribute proc macros
2024-01-16  Pierre-Emmanuel... gccrs: Change proc macro definition lookup to optionals
2024-01-16  Pierre-Emmanuel... gccrs: Use optional for proc macro invocation lookup
2024-01-16  Owen Averygccrs: Remove Backend::write_export_data
2024-01-16  Owen Averygccrs: Move remaining expression-related methods into...
2024-01-16  Pierre-Emmanuel... gccrs: Clarify package import procedure
2024-01-16  Pierre-Emmanuel... gccrs: resolver: Refactor macro insertion
2024-01-16  Pierre-Emmanuel... gccrs: resolver: Refactor assertion
2024-01-16  Pierre-Emmanuel... gccrs: Move extern crate resolving
2024-01-16  Pierre-Emmanuel... gccrs: Supress error with proc macro crates
2024-01-16  Pierre-Emmanuel... gccrs: Move proc macro definition to mappings
2024-01-16  Pierre-Emmanuel... gccrs: Add proc macro top level discovery
2024-01-16  Pierre-Emmanuel... gccrs: Change early resolver visit_attributes arguments
2024-01-16  Pierre-Emmanuel... gccrs: Add getters for different types of proc macros
2024-01-16  Pierre-Emmanuel... gccrs: Add proc macros abstractions to crate structure
2024-01-16  Pierre-Emmanuel... gccrs: Add proc macro ast representation
2024-01-16  Pierre-Emmanuel... gccrs: Visit function and structure attributes
2024-01-16  Pierre-Emmanuel... gccrs: Parse unparsed derive tokenstreams
2024-01-16  Pierre-Emmanuel... gccrs: Ease some constraints on derive definition
2024-01-16  Pierre-Emmanuel... gccrs: Change trait getter to return references
2024-01-16  Pierre-Emmanuel... gccrs: Set traits getter as member function
2024-01-16  Pierre-Emmanuel... gccrs: Make is_builtin a member function
2024-01-16  Philip Herrongccrs: Fix match-expression code-gen
2024-01-16  Owen Averygccrs: Move block-related methods into base class Backend
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Split c++ and rust
2024-01-16  Pierre-Emmanuel... gccrs: Rename libproc_macro to libproc_macro_internal
2024-01-16  Owen Averygccrs: Move statement-related methods into base class...
2024-01-16  Owen Averygccrs: Move function-related methods into base class...
2024-01-16  Muhammad Mahadgccrs: gccrs:[E0592] methods or associated functions...
2024-01-16  Muhammad Mahadgccrs: [E0532] Pattern arm did not match expected kind
2024-01-16  Owen Averygccrs: Move some simple expression-related methods...
2024-01-16  Owen Averygccrs: Move variable-related methods into base class...
2024-01-16  Muhammad Mahadgccrs: [E0603] Use of private item outside scope
2024-01-16  Owen Averygccrs: Move debug-related functions into base class...
2024-01-16  Owen Averygccrs: Improve type checking for if expressions
2024-01-16  Owen Averygccrs: Move label-related functions into base class...
2024-01-16  Owen Averygccrs: Fix ODR violations
2024-01-16  Raiki Tamuragccrs: Add check for no_mangle attribute
2024-01-16  Muhammad Mahadgccrs: [E0658] top level or-patterns are not allowed...
2024-01-16  Owen Averygccrs: Fix invalid call to vector::front in TypeBoundPr...
2024-01-16  Owen Averygccrs: Move type-related functions into base class...
2024-01-16  Philip Herrongccrs: fix bug in the iterator testcase
2024-01-16  Philip Herrongccrs: Fix move_val_init
2024-01-16  Philip Herrongccrs: Mark uninit-intrinsic as side-effects
2024-01-16  Philip Herrongccrs: Fix overflow intrinsic use before init
2024-01-16  Philip Herrongccrs: Fix bad uninit intrinsic
2024-01-16  Pierre-Emmanuel... gccrs: Collect error instance instead of lambda functions
2024-01-16  Pierre-Emmanuel... gccrs: Add regression test for nested macros
2024-01-16  Pierre-Emmanuel... gccrs: Resolve nested macro definition
2024-01-16  Owen Averygccrs: Handle gengtype annotations in backend/rust...
2024-01-16  Muhammad Mahadgccrs: [E0769] Use of tuple struct/variant in struct...
2024-01-16  Owen Averygccrs: Add missing gengtype related structs
2024-01-16  Muhammad Mahadgccrs: diagnostics: Added non-const `rich_location...
2024-01-16  Muhammad Mahadgccrs: [E0271] Type mismatch between associated type...
2024-01-16  Owen Averygccrs: Fork c++ resorting methods
2024-01-16  Owen Averygccrs: Rename some structs to avoid ODR issues
2024-01-16  Owen Averygccrs: Namespace related tweaks
2024-01-16  Philip Herrongccrs: Fix compilation of types which hold onto danglin...
2024-01-16  Muhammad Mahadgccrs: Invalid order of generic parameters
2024-01-16  Owen Averygccrs: Improve byte vector to string conversion
2024-01-16  Muhammad Mahadgccrs: [E0573] Something other than type was used
2024-01-16  Owen Averygccrs: Remove stmt_tree and dependency on cp_token_cache
2024-01-16  Owen Averygccrs: Handle gengtype annotations in rust-constexpr.cc
2024-01-16  Raiki Tamuragccrs: Add punycode encoding to v0 mangling
2024-01-16  Muhammad Mahadgccrs: [E0391] Detected type dependency cycle
2024-01-16  Muhammad Mahadgccrs: Non-allowed default type paramters
2024-01-16  Muhammad Mahadgccrs: [E0034] found more than one items for method
2024-01-16  Pierre-Emmanuel... gccrs: Add a regression test for decimal lexing
2024-01-16  Pierre-Emmanuel... gccrs: fix lexer exponent output on tuple indices
2024-01-16  Muhammad Mahadgccrs: [E0164] Neither tuple struct nor tuple variant...
2024-01-16  Muhammad Mahadgccrs: [E0535] Unknown argument given to inline attribute
2024-01-16  Muhammad Mahadgccrs: [E0380] Use of auto trait with method or associa...
2024-01-16  Muhammad Mahadgccrs: [E0753] Use of inner doc comment in invalid...
2024-01-16  Muhammad Mahadgccrs: Support for rich-loc & errorcode in parser error
2024-01-16  Muhammad Mahadgccrs: [E0534] inline attribute was malformed
2024-01-16  Arthur Cohengccrs: diagnostics: Fix mismatch between new[] and...
2024-01-16  Raiki Tamuragccrs: Type annotation for make-unicode-data.py
2024-01-16  Philip Herrongccrs: improve name mangling hash
2024-01-16  Philip Herrongccrs: simplify matching possible candidates
2024-01-16  Marc Poulhièsgccrs: Cleanup HIR dump
2024-01-16  Owen Averygccrs: Add missing CHECKING_P guard to rust-punycode.cc
2024-01-16  Raiki Tamuragccrs: Fix legacy mangling to use Unicode escape
2024-01-16  Philip Herrongccrs: remove horrible hack in solving complex generics...
2024-01-16  Owen Averygccrs: Use MacroInvocLexerBase in ProcMacroInvocLexer
2024-01-16  Raiki Tamuragccrs: clean up Codepoint and InputSource
2024-01-16  Arthur Cohengccrs: macro-expand: Keep optional references to last_...
2024-01-16  Marc Poulhièsgccrs: Adjust HIR dump for IfExpr and IfExprConseqElse
2024-01-16  Muhammad Mahadgccrs: [E0054/E0604/E0620/E0606] TypeCasting ErrorCodes
2024-01-16  Muhammad Mahadgccrs: [E0541] Use of unknown meta item
2024-01-16  Muhammad Mahadgccrs: [E0703] Use of Invalid ABI
2024-01-16  Owen Averygccrs: Basic formatting/comment fixes
2024-01-16  Owen Averygccrs: Remove unneeded references to "this" in backend...
2024-01-16  Raiki Tamuragccrs: Add function `Rust::encode_punycode`
2024-01-16  Muhammad Mahadgccrs: [E0308] array misamatch types
2024-01-16  Muhammad Mahadgccrs: [E0282] type annotations needed
2024-01-16  Owen Averygccrs: Move Backend::error_variable to Bvariable::error...
2024-01-16  Owen Averygccrs: Remove Backend::bool_type and Backend::char_type
2024-01-16  Raiki Tamuragccrs: Normalize all identifier tokens
2024-01-16  Muhammad Mahadgccrs: [E0412] used type name not in scope
next