]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
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
2024-01-16  Pierre-Emmanuel... gccrs: Fix a warning about extra semicolon
2024-01-16  Muhammad Mahadgccrs: [E0658] Unstable langauge feature
2024-01-16  Muhammad Mahadgccrs: [E0015] Use of non-const inside const
2024-01-16  Muhammad Mahadgccrs: [E0107] Wrong number of generic argument
2024-01-16  Arthur Cohengccrs: nr2.0: Add macros 2.0 resolution testcase.
2024-01-16  Arthur Cohengccrs: nr2.0: Add macros 2.0 in Ribs in TopLevel visitor
2024-01-16  Arthur Cohengccrs: ast: Add `get_kind` method to `MacroRulesDefinition`
2024-01-16  Arthur Cohengccrs: nr2.0: Add complex macro name resolution test...
2024-01-16  Arthur Cohengccrs: session-manager: Run name resolution 2.0 if...
2024-01-16  Arthur Cohengccrs: nr2.0: Add Early name resolution visitor
2024-01-16  Arthur Cohengccrs: nr2.0: Visit receiver/call expression and argume...
2024-01-16  Arthur Cohengccrs: toplevel: Handle macro definitions properly
2024-01-16  Arthur Cohengccrs: resolver: Resolve macros too.
2024-01-16  Arthur Cohengccrs: forever stack: Add path resolution
2024-01-16  Arthur Cohengccrs: rib2.0: Add shadowing
2024-01-16  Muhammad Mahadgccrs: [E0426] Use of undeclared label
2024-01-16  Muhammad Mahadgccrs: [E0635] Use of Unknown feature.
2024-01-16  Muhammad Mahadgccrs: [E0308] mismatch types on assignment
2024-01-16  Marc Poulhièsgccrs: better handling of incorrect file loading in...
2024-01-16  Arthur Cohengccrs: nr2.0: Use DefaultResolver for TopLevel
2024-01-16  Arthur Cohengccrs: nr2.0: Add DefaultResolver visitor
2024-01-16  Raiki Tamuragccrs: Normalize Hangul to NFC
2024-01-16  Arthur Cohengccrs: forever-stack: Use rust_assert instead of assert
2024-01-16  Arthur Cohengccrs: top-level: Add base `TopLevel` visitor
2024-01-16  Arthur Cohengccrs: name resolution 2.0: Add base for our context...
2024-01-16  Muhammad Mahadgccrs: [E0572] return is outside of function context
2024-01-16  Owen Averygccrs: Use MacroInvocLexerBase in MacroInvocLexer
2024-01-16  Marc Poulhièsgccrs: use tl::optional for macro transcribers
2024-01-16  Philip Herrongccrs: Fix ICE by adding check for enum candidate's...
2024-01-16  Raiki Tamuragccrs: Add Unicode check for crate_name attributes
2024-01-16  Owen Averygccrs: Add missing CHECKING_P guard to rust-unicode.cc
2024-01-16  Philip Herrongccrs: fix ice when function is outside of context
2024-01-16  Philip Herrongccrs: Begin enforcing Sized properly and support anti...
2024-01-16  Philip Herrongccrs: Track polarity in type bound predicate
2024-01-16  Philip Herrongccrs: Track trait bound polarity properly
2024-01-16  Owen Averygccrs: Move Gcc_backend declaration to header file
2024-01-16  Philip Herrongccrs: fix ICE when we have unimplemented/invalid trait...
2024-01-16  Raiki Tamuragccrs: Add function for Unicode NFC normalization
2024-01-16  Arthur Cohengccrs: error codes: Add rust_error_codes.def, refactor...
2024-01-16  Owen Averygccrs: Remove Location typedef
2024-01-16  Owen Averygccrs: Replace usages of Location with location_t in...
2024-01-16  Muhammad Mahadgccrs: [E0571] break with argument in non-loop loop
2024-01-16  Pierre-Emmanuel... gccrs: proc_macro: Add literal_from_string callback
2024-01-16  Pierre-Emmanuel... gccrs: converter: Move literal conversion out
2024-01-16  Pierre-Emmanuel... gccrs: Move callbacked function in a new namespace
2024-01-16  Muhammad Mahadgccrs: New Error Code Framework
2024-01-16  Pierre-Emmanuel... gccrs: Add multiple tests for non root proc macro
2024-01-16  Pierre-Emmanuel... gccrs: Check proc_macro attributes on non root functions
2024-01-16  Owen Averygccrs: Replace Location with location_t in unnamed...
2024-01-16  Pierre-Emmanuel... gccrs: proc_macro: Remove useless typedef
2024-01-16  Pierre-Emmanuel... gccrs: proc_macro: Delete unused prototype
2024-01-16  Pierre-Emmanuel... gccrs: proc_macro: Remode function indirection
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...
next