]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
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...
2024-01-16  Pierre-Emmanuel... gccrs: resolve: Remove ProcMacroInvocable interface
2024-01-16  Pierre-Emmanuel... gccrs: resolve: Convert identifier to a SimplePath
2024-01-16  Pierre-Emmanuel... gccrs: resolve: Add mappings for proc macros and resolving
2024-01-16  Pierre-Emmanuel... gccrs: attribute: Add missing header guard
2024-01-16  Pierre-Emmanuel... gccrs: ast: Add manual dispatch for meta item downcasting
2024-01-16  Pierre-Emmanuel... gccrs: resolve: Add extern crate proc macro collection
2024-01-16  Pierre-Emmanuel... gccrs: import: Load procedural macros into external...
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
next