]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2024-08-01  Pierre-Emmanuel... gccrs: Use new name resolver to compile constant items
2024-08-01  Pierre-Emmanuel... gccrs: Remove unsafe block empty visit function
2024-08-01  Pierre-Emmanuel... gccrs: Remove extern block scoping
2024-08-01  Pierre-Emmanuel... gccrs: Add constant identifiers to the value namespace
2024-08-01  Pierre-Emmanuel... gccrs: Struct are types, not values
2024-08-01  Pierre-Emmanuel... gccrs: Change enum namespace from value to type
2024-08-01  Pierre-Emmanuel... gccrs: Add tuple struct to the type namespace
2024-08-01  Pierre-Emmanuel... gccrs: Unit struct constructor shall be resolved
2024-08-01  Pierre-Emmanuel... gccrs: Values shall be inserted in the value namespace
2024-08-01  Pierre-Emmanuel... gccrs: Raw pointer type visitor didn't require overload
2024-08-01  Pierre-Emmanuel... gccrs: Visit constant item type in default resolver
2024-08-01  Pierre-Emmanuel... gccrs: Visit function return type in default resolver
2024-08-01  Pierre-Emmanuel... gccrs: Change error message to match test
2024-08-01  Pierre-Emmanuel... gccrs: Add tuple struct constructor to value namespace
2024-08-01  Pierre-Emmanuel... gccrs: Add support for ambiguous use declarations
2024-08-01  Pierre-Emmanuel... gccrs: Make globbing definition shadowable by default
2024-08-01  Pierre-Emmanuel... gccrs: Add call to globbing visitor
2024-08-01  Pierre-Emmanuel... gccrs: Shape up name resolver for normal direct calls
2024-08-01  Pierre-Emmanuel... gccrs: Add name resolution for on globbing use decl
2024-08-01  Pierre-Emmanuel... gccrs: Add modules to type namespace
2024-08-01  Arthur Cohengccrs: late: Add bool builtin type
2024-08-01  Pierre-Emmanuel... gccrs: Prevent error emission on resolver reentry
2024-08-01  Pierre-Emmanuel... gccrs: Change error message on unresolved import
2024-08-01  Pierre-Emmanuel... gccrs: Emit error on identical use declarations
2024-08-01  Pierre-Emmanuel... gccrs: Fix duplicate detection
2024-08-01  Arthur Cohengccrs: late: Setup builtin types properly, change Rib API
2024-08-01  Arthur Cohengccrs: nr2.0: Start using newtype pattern for Usage...
2024-08-01  Arthur Cohengccrs: backend: Use new name resolver where necessary
2024-08-01  Arthur Cohengccrs: typecheck: Start using nr2.0 properly
2024-08-01  Arthur Cohengccrs: nr2.0: Add lookup of resolved nodes.
2024-08-01  Arthur Cohengccrs: session manager: Init Immutable name resolver.
2024-08-01  Arthur Cohengccrs: session-manager: Dump name resolution pass.
2024-08-01  Arsen Arsenovićc++/coroutines: only defer expanding co_{await,return...
2024-08-01  liuhongtFix mismatch between constraint and predicate for ashl...
2024-08-01  Arthur Cohengccrs: sesh: Add late name resolution 2.0
2024-08-01  Arthur Cohengccrs: nr2.0: Add new ImmutableNameResolutionCtx class.
2024-08-01  Thomas Schwingegccrs: Placate clang-format re 'gcc/rust/lex/rust-lex.cc'
2024-08-01  jjasminegccrs: Split up rust-macro-builtins.cc
2024-08-01  Guillaume Gomezgccrs: Fix typo
2024-08-01  jjasminegccrs: Store visibility properly in ExternalTypeItem
2024-08-01  Jakub Dupakgccrs: TyTy: Collect variance info from types
2024-08-01  Jakub Dupakgccrs: TyTy: Variance analysis module
2024-08-01  Jakub Dupakgccrs: TyTy: add common SubstitutionRef API
2024-08-01  Arthur Cohengccrs: format-args: Only pass the format string to...
2024-08-01  Arthur Cohengccrs: format-args: Add basic test case
2024-08-01  Arthur Cohengccrs: format-args: Add basic expansion of unnamed...
2024-08-01  Arthur Cohengccrs: format-args: Start storing string in Rust memory
2024-08-01  Arthur Cohengccrs: format-args: Add base for expanding FormatArgs...
2024-08-01  Arthur Cohengccrs: macro: Use MacroInvocation's node_id in External...
2024-08-01  Pierre-Emmanuel... gccrs: Replace unique_ptr references with references
2024-08-01  Pierre-Emmanuel... gccrs: Replace reference to unique pointer with reference
2024-08-01  Thomas Schwingegccrs: Placate clang-format re 'gcc/rust/backend/rust...
2024-08-01  0xn4utilusgccrs: Remove dead code associated with `AST::ExternalF...
2024-08-01  0xn4utilusgccrs: Update resolver to use `AST::Function` instead...
2024-08-01  0xn4utilusgccrs: Unify ASTValidation::visit for ExternalFunctionI...
2024-08-01  0xn4utilusgccrs: Add get_pattern_kind to Pattern
2024-08-01  0xn4utilusgccrs: Add support for external functions
2024-08-01  Sourabh Jaiswalgccrs: Clean BiMap to use tl::optional for lookups
2024-08-01  Owen Averygccrs: Ensure TupleStructPattern and TuplePattern have...
2024-08-01  jjasminegccrs: Add curly brackets, formatted clang
2024-08-01  jjasminegccrs: Add error emitting when we can't resolve id...
2024-08-01  Arthur Cohengccrs: format-args: Add documentation for future expans...
2024-08-01  Arthur Cohengccrs: lower: Add base for lowering FormatArgs nodes
2024-08-01  Arthur Cohengccrs: format-args: Fix Rust interface and add input...
2024-08-01  Arthur Cohengccrs: parser: Add peek(n) method to parser
2024-08-01  Arthur Cohengccrs: macro-builtins: Add newline generic format_args...
2024-08-01  Arthur Cohengccrs: ast: Add base nodes for FormatArgs
2024-08-01  Owen Averygccrs: Make DefaultResolver visit more of the AST
2024-08-01  Arthur Cohengccrs: extern-types: Lower to HIR::ExternalTypeItem...
2024-08-01  Arthur Cohengccrs: hir: Add ExternalTypeItem node
2024-08-01  Arthur Cohengccrs: extern-types: Declare external types in name...
2024-08-01  Arthur Cohengccrs: lang-items: Make lang items enum stronger, renam...
2024-08-01  Arthur Cohengccrs: lang-items: Cleanup parsing and lookups of lang...
2024-08-01  jjasminegccrs: Fix small FixMe task in rust macro builtins
2024-08-01  Owen Averygccrs: Adjust error checks to match name resolution 2.0
2024-08-01  Arthur Cohengccrs: format-parser: Add `is_some_and` method for...
2024-08-01  Arthur Cohengccrs: libformat_parser: Fix Rust warnings.
2024-08-01  Arthur Cohengccrs: rust-fmt: Store parsed string in Pieces struct
2024-08-01  Arthur Cohengccrs: format_args: Parse entire token invocation
2024-08-01  Arthur Cohengccrs: format_args: Parse format string properly
2024-08-01  Arthur Cohengccrs: libformat_parser: Send boxed values across FFI...
2024-08-01  Arthur Cohengccrs: libformat_parser: Update header and remove old...
2024-08-01  Arthur Cohengccrs: libformat_parser: Start experimenting with cbindgen
2024-08-01  Arthur Cohengccrs: libformat_parser: Add FFI safe interface
2024-08-01  Thomas SchwingeRust: Move 'libformat_parser' build into libgrust
2024-08-01  Thomas SchwingeRust: Move 'libformat_parser' build into the GCC build...
2024-08-01  Thomas SchwingeRust: Don't cache 'libformat_parser.a'
2024-08-01  Arthur Cohengccrs: libgrust: Vendor Rust dependencies
2024-08-01  Thomas Schwingegccrs: Add 'gcc/rust/Make-lang.in:LIBFORMAT_PARSER'
2024-08-01  Arthur Cohengccrs: libgrust: Add format_parser library
2024-08-01  Arthur Cohengccrs: fmt: Start working on format_args!() parser
2024-08-01  Marc Poulhièsgccrs: minor cleanup in langhook.type_for_mode
2024-08-01  Owen Averygccrs: Fix false positive for top-level AltPattern
2024-08-01  Thomas SchwingeRust: Make 'tree'-level 'MAIN_NAME_P' work
2024-08-01  Richard Bienertree-optimization/114659 - VN and FP to int punning
2024-08-01  Richard Biener[x86] implement TARGET_MODE_CAN_TRANSFER_BITS
2024-08-01  Richard BienerAdd TARGET_MODE_CAN_TRANSFER_BITS
2024-08-01  Georg-Johann LayAVR: Tweak unsigned comparisons against 256 resp. 65536.
2024-08-01  Georg-Johann LayAVR: Tweak register pressure for const_fixed compares...
2024-08-01  Jakub Jelineki386: Fix up *<extract_type>_vinsert<shuffletype><extra...
next