]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2024-01-16  Philip Herrongccrs: remove proxy class to use virtual method to...
2024-01-16  Philip Herrongccrs: cleanup resolve method address code generation
2024-01-16  Philip Herrongccrs: Only infer when no generic arguments have been...
2024-01-16  Philip Herrongccrs: add extra debug line for method resolve select
2024-01-16  Philip Herrongccrs: Remove solve_missing_mappings_from_this to handl...
2024-01-16  Philip Herrongccrs: get rid of can_eq in CoerceionRules selection
2024-01-16  Philip Herrongccrs: cleanup header usage to decouple includes
2024-01-16  Philip Herrongccrs: get rid of virtual dispatch for substitution...
2024-01-16  Philip Herrongccrs: tyty get rid of useless virtuals
2024-01-16  Philip Herrongccrs: group basetype virtuals together and remove...
2024-01-16  Philip Herrongccrs: refactor monomoprhized_clone to not use virtual...
2024-01-16  Philip Herrongccrs: refactor TyTy::BaseType::is_unit to not use...
2024-01-16  Philip Herrongccrs: refactor is_concrete to not just virtual dispatch
2024-01-16  Philip Herrongccrs: reuse destructure code in compilation of types
2024-01-16  Tage Johanssongccrs: Add all rust keywords (except priv) to the follo...
2024-01-16  Mahmoud Mohamedgccrs: resolve: Handle multiple bindings to the same...
2024-01-16  Mahmoud Mohamedgccrs: hir: Improve pattern bindings handling in closur...
2024-01-16  Arthur Cohengccrs: Rename compiler proper
2024-01-16  Owen Averygccrs: Add method to access SlicePattern items
2024-01-16  Owen Averygccrs: Convert structs to classes
2024-01-16  Owen Averygccrs: HIR::AltPattern fixes
2024-01-16  Arthur Cohengccrs: hir: Add ExportedMacro node and handling.
2024-01-16  Mahmoud Mohamedgccrs: hir: Provide basic handling for ReferencePattern...
2024-01-16  Arthur Cohengccrs: enr: Fetch module items during early name resolution
2024-01-16  Jakub Dupakgccrs: hir: Simplify indentation to single line
2024-01-16  Jakub Dupakgccrs: hir: Unify indentation approach with ast
2024-01-16  Mahmoud Mohamedgccrs: hir: Fix ReferencePattern typechecking
2024-01-16  Marc Poulhièsgccrs: fix some clang warnings
2024-01-16  vincentgccrs: hir: add a helper function for visit
2024-01-16  goar5670gccrs: typecheck: Add basic typechecking for ReferenceType
2024-01-16  Owen Averygccrs: Add coherence related lang_items
2024-01-16  Owen Averygccrs: Add AltPattern HIR node
2024-01-16  Pierre-Emmanuel... gccrs: expand: Add stringify macro
2024-01-16  Nikos Alexandrisgccrs: Add length checking for tuple patterns
2024-01-16  goar5670gccrs: parser: Fix handling of multiple left angles...
2024-01-16  Parthibgccrs: Cleanup and Assertion
2024-01-16  Owen Averygccrs: Resolve closure parameters without given type
2024-01-16  Philip Herrongccrs: make predicate bounds overwrite-able
2024-01-16  Philip Herrongccrs: Fix name-resolution to be permissive and carry on
2024-01-16  Philip Herrongccrs: Add missing node_id copys in the copy constructors
2024-01-16  Philip Herrongccrs: cleanup headers
2024-01-16  Philip Herrongccrs: Fix missing move and copy constructors missing...
2024-01-16  Philip Herrongccrs: destructure parameter names.
2024-01-16  Philip Herrongccrs: Take advantage of our new unify_and to inject...
2024-01-16  goar5670gccrs: parser: Fix parsing closure parameter
2024-01-16  Pierre-Emmanuel... gccrs: parser: Fix while let expr parsing
2024-01-16  Philip Herrongccrs: add uninit intrinsic
2024-01-16  Pierre-Emmanuel... gccrs: parser: Add 0 sized slice pattern parsing
2024-01-16  Pierre-Emmanuel... gccrs: fixup: parser: Fix bootstrap compile error
2024-01-16  Abdul Rafeygccrs: added support for printing HIR dump of functions...
2024-01-16  Nikos Alexandrisgccrs: Add location info when opening a file fails...
2024-01-16  Pierre-Emmanuel... gccrs: testsuite: Add a test for .. in slice patterns
2024-01-16  Pierre-Emmanuel... gccrs: parser: Add RestPattern parsing
2024-01-16  Pierre-Emmanuel... gccrs: ast: Add NodeId and clone to RestPattern
2024-01-16  Pierre-Emmanuel... gccrs: testsuite: Add a test for if let syntax
2024-01-16  Pierre-Emmanuel... gccrs: parser: Fix if let parsing
2024-01-16  Philip Herrongccrs: add {add,sub,mul}_with_overflow intrinsics
2024-01-16  Arthur Cohengccrs: hir: Refactor ASTLoweringStmt to source file.
2024-01-16  mxlol233gccrs: Add feature gate definition for `extern_types`.
2024-01-16  Owen Averygccrs: Fix assignment operator overloads for AST and...
2024-01-16  bl7awygccrs: typecheck: Fix casting error behind generics
2024-01-16  Owen Averygccrs: Change struct StructPatternElements into class
2024-01-16  Owen Averygccrs: Replace gcc_unreachable with rust_sorry_at
2024-01-16  Owen Averygccrs: Fix formatting
2024-01-16  Pierre-Emmanuel... gccrs: ast: Add RestPattern AST node
2024-01-16  Philip Herrongccrs: Remove cmp_autoderef_mode hack from old autoderef
2024-01-16  Philip Herrongccrs: Fix method resolution to use TryCoerce
2024-01-16  Philip Herrongccrs: bug-fix implicit inference checks
2024-01-16  Philip Herrongccrs: autoderef unconstify so we can use in non const...
2024-01-16  Philip Herrongccrs: Only emit errors during type-bounds checking...
2024-01-16  Philip Herrongccrs: Make coercion sites autoderef cycle optional
2024-01-16  Philip Herrongccrs: Allow infer vars on the lhs too
2024-01-16  Philip Herrongccrs: Generic pointers are coerceable
2024-01-16  Philip Herrongccrs: refactor unify commit as a static function from...
2024-01-16  Philip Herrongccrs: Fix ICE in ADTType::is_concrete
2024-01-16  Pierre-Emmanuel... gccrs: testsuite: Add test with missing semicolon
2024-01-16  Pierre-Emmanuel... gccrs: testsuite: Add extern type item test
2024-01-16  Pierre-Emmanuel... gccrs: parser: Parse external type item
2024-01-16  omkar-mohantygccrs: Implement and test include_str eager expansion
2024-01-16  Arthur Cohengccrs: parser: Parse `default` impl Functions and Methods
2024-01-16  Pierre-Emmanuel... gccrs: typecheck: Refactor cast_site
2024-01-16  Arthur Cohengccrs: ast: Add proper visitors for ExternalTypeItem
2024-01-16  Arthur Cohengccrs: ast: Add ExternalTypeItem node
2024-01-16  Arthur Cohengccrs: macro_invoc_lexer: Add `split_current_token...
2024-01-16  Arthur Cohengccrs: parser: Add parsing of auto traits
2024-01-16  Pierre-Emmanuel... gccrs: typecheck: Refactor coercion_site
2024-01-16  Pierre-Emmanuel... gccrs: typecheck: Refactor unify_site
2024-01-16  Arthur Cohengccrs: parser: Allow `LEFT_SHIFT` to start `parse_type`
2024-01-16  Arthur Cohengccrs: parser: Allow parsing of qualified type path...
2024-01-16  mxlol233gccrs: Add feature gate for "rustc_attri".
2024-01-16  Wilco DijkstraAArch64: Reassociate CONST in address expressions
2024-01-16  Owen Averygccrs: Parse AltPattern
2024-01-16  Pierre-Emmanuel... gccrs: Fix missing build dependency
2024-01-16  Pierre-Emmanuel... gccrs: Fix bootstrap build
2024-01-16  Daniel Cedermansparc: Char arrays are 64-bit aligned on SPARC
2024-01-16  Daniel Cedermantestsuite: Skip ifcvt-4.c for SPARC V8
2024-01-16  Daniel Cedermansparc: Treat instructions with length 0 as empty
2024-01-16  Daniel Cedermansparc: Add errata workaround to membar patterns
2024-01-16  Andreas Larssonsparc: Revert membar optimization that is not suitable...
2024-01-16  Eric BotcazouFix crash of -fdump-ada-spec in a pathological case
next