]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2025-03-21  Arthur Cohengccrs: typecheck: Add note about erorring out on additi...
2025-03-21  Arthur Cohengccrs: resolve: Name resolve trait bounds properly
2025-03-21  Arthur Cohengccrs: parser: Add testcases for multiline strings
2025-03-21  Arthur Cohengccrs: typecheck-path: Fix typo (reciever -> receiver)
2025-03-21  Nobelgccrs: add ptr to int and int to ptr type cast rules
2025-03-21  Sri Ganesh... gccrs: Made changes to AST::TraitImpl constructor for...
2025-03-21  Philip Herrongccrs: implement the TuplePattern and use it for functi...
2025-03-21  Philip Herrongccrs: fix bad not expression in rust
2025-03-21  Arthur Cohengccrs: lang-item: Remove unused NodeId from LangItemPath
2025-03-21  Dhruv Chawlaaarch64: Add support for -mcpu=olympus
2025-03-21  Arthur Cohengccrs: nr2.0: Resolve lang item paths properly.
2025-03-21  Arthur Cohengccrs: hir: Lower lang-item paths
2025-03-21  Arthur Cohengccrs: nr1.0: Resolve lang item paths properly.
2025-03-21  Arthur Cohengccrs: hir: Start adapting visitors to accept multiple...
2025-03-21  Arthur Cohengccrs: derive(Copy): Use new LangItemPath
2025-03-21  Arthur Cohengccrs: ast: Add LangItemPath class
2025-03-21  Owen Averygccrs: Fix ForeverStack::find_starting_point output...
2025-03-21  Arthur Cohengccrs: type-check: Remove unused capture in nr2.0
2025-03-21  Arthur Cohengccrs: attributes: Add class for sharing methods on...
2025-03-21  Arthur Cohengccrs: lang-items: Add lang-items AST collector
2025-03-21  Arthur Cohengccrs: lang-items: Store NodeId mappings for lang items
2025-03-21  Philip Herrongccrs: fix crash in hir dump
2025-03-21  Philip Herrongccrs: add test case to show issue is fixed
2025-03-21  Philip Herrongccrs: add checks for division by zero and left shift...
2025-03-21  Philip Herrongccrs: constant evaluation like these are coercion...
2025-03-21  Philip Herrongccrs: Remove bad assertion in name resolution
2025-03-21  Arthur Cohengccrs: ast: Use StackedContexts class in ContextualASTV...
2025-03-21  Arthur Cohengccrs: stacked-contexts: Add peek() method
2025-03-21  Arthur Cohengccrs: hir: Remove duplicate function in TraitItemFunc
2025-03-21  Arthur Cohengccrs: mappings: Move lang_item definitions to .cc
2025-03-21  Arthur Cohengccrs: lang-items: Move comment about arithmetic lang...
2025-03-21  Philip Herrongccrs: ensure packed and aligned is applied properly
2025-03-21  Philip Herrongccrs: allow casts from numeric types to floats
2025-03-21  Philip Herrongccrs: improve handling of Self Type paths
2025-03-21  Philip Herrongccrs: fix crash in hir dump with missing guards
2025-03-21  Pierre-Emmanuel... gccrs: Prepend crate name to functions with nr2
2025-03-21  Owen Averygccrs: Prevent execution of some nr1.0 functions with...
2025-03-21  Philip Herrongccrs: empty match expressions should resolve to !
2025-03-21  Philip Herrongccrs: fix crashes in hir dump since move to references
2025-03-21  Pierre-Emmanuel... gccrs: Clean up some system includes
2025-03-21  Owen Averygccrs: Use nr2.0 in typechecker
2025-03-21  Owen Averygccrs: Handle type path segments during late resolution 2.0
2025-03-21  Owen Averygccrs: Use nr2.0 in PrivacyReporter
2025-03-21  Pierre-Emmanuel... gccrs: Use a reference wrapper to please GCC 4.8
2025-03-21  Pierre-Emmanuel... gccrs: Use default constructor for default arguments
2025-03-21  Pierre-Emmanuel... gccrs: Add optional template arguments to please GCC4.8
2025-03-21  Pierre-Emmanuel... gccrs: Fix FnParam pattern location ternary logic
2025-03-21  Pierre-Emmanuel... gccrs: Refactor optional initializers
2025-03-21  Pierre-Emmanuel... gccrs: FnParam cloning now keeps projections
2025-03-21  Pierre-Emmanuel... gccrs: Fix Generic type retrieval
2025-03-21  Pierre-Emmanuel... gccrs: Fixes some tests appearing with a moved variant
2025-03-21  Pierre-Emmanuel... gccrs: Refactor hir to avoid raw pointers and unneeded fwd
2025-03-21  Pierre-Emmanuel... gccrs: Refactor HIR with optionals, references & newtypes
2025-03-21  Pierre-Emmanuel... gccrs: Refactor HIR to reduce the amount of raw pointers
2025-03-21  Owen Averygccrs: Improve handling of static items in toplevel 2.0
2025-03-21  Owen Averygccrs: Push ribs by kind rather than by value
2025-03-21  Philip Herrongccrs: Fix bad handling for recursive type query
2025-03-21  Arthur Cohengccrs: asm: Fix clang warnings
2025-03-21  Arthur Cohengccrs: typecheck: Remove unused parameter in TyTyCheckC...
2025-03-21  Arthur Cohengccrs: hir: Mark AttrVec::get_outer_attrs as override
2025-03-21  Philip Herrongccrs: add test case to show issue is fixed
2025-03-21  Owen Averygccrs: Improve handling of implicit Self parameter...
2025-03-21  Philip Herrongccrs: fix typechecking of Fn trait calls using ADT...
2025-03-21  Philip Herrongccrs: fix ICE for placeholder which is not setup
2025-03-21  Antoni Bouchergccrs: Reorganize the CPU feature detection
2025-03-21  Owen Averygccrs: Use name resolver 2.0 for module descendance...
2025-03-21  Owen Averygccrs: Use name resolver 2.0 in VisibilityResolver
2025-03-21  Philip Herrongccrs: fix bad type inference on local patterns
2025-03-21  Owen Averygccrs: Improve handling of struct expressions in nr2.0
2025-03-21  Owen Averygccrs: Remove usage of Resolver::get_builtin_types
2025-03-21  Philip Herrongccrs: fix bad type inferencing on path's
2025-03-21  Owen Averygccrs: Make TyTy::TupleType::get_unit_type cache its...
2025-03-21  Philip Herrongccrs: add test case to show method resolution is working
2025-03-21  Owen Averygccrs: Resolve SelfParam in name resolution 2.0
2025-03-21  Owen Averygccrs: Use name resolution 2.0 in TraitResolver
2025-03-21  Marc Poulhièsrust: Desugar IfLet* into MatchExpr
2025-03-21  Owen Averygccrs: Fix name resolution 2.0 definition lookups in...
2025-03-21  Owen Averygccrs: Improve path handling while testing name resolut...
2025-03-21  Owen Averygccrs: Use name resolver 2.0 in CompileTraitItem
2025-03-21  Owen Averygccrs: Use name resolution 2.0 in TraitItemReference
2025-03-21  Owen Averygccrs: Rename some PathIdentSegment functions
2025-03-21  Owen Averygccrs: Add a newline to the end of nr2/exclude
2025-03-21  Owen Averygccrs: Fix variable shadowing in late resolution 2.0
2025-03-21  Owen Averygccrs: Insert trait names during toplevel resolution 2.0
2025-03-21  Philip Herrongccrs: Fix bad recursive operator overload call
2025-03-21  Jakub Jelinekicf: Punt for musttail call flag differences in ICF...
2025-03-21  Jakub Jelinekfnsplit: Set musttail call during function splitting...
2025-03-21  Jakub Jelinekinliner: Silently drop musttail flag on calls during...
2025-03-21  Jonathan Wakelylibstdc++: Fix localized %c formatting for non-UTC...
2025-03-21  XU Kailianglibstdc++: Fix localized D_T_FMT %c formatting for...
2025-03-21  Jonathan Wakelylibstdc++: Use formatting locale for std::time_put...
2025-03-21  Jonathan Wakelylibstdc++: Simplify std::vector::vector(from_range_t...
2025-03-21  Jakub Jelinekcobol: Rename COB_{BLOCK,UNSIGNED,SIGNED} to {BLOCK...
2025-03-21  Jonathan Wakelylibstdc++: Fix std.compat exports of <stdbit.h> and...
2025-03-21  Jonathan Wakelylibstdc++: Add views::cache_latest and views::to_input...
2025-03-21  Richard Bienermove global data to symbol_table_init
2025-03-21  Stefan Schulze... s390: Accept only Pmode for registers AP/FP/RA [PR119235]
2025-03-21  Richard Bienermake sources coretypes.h and tree.h clean
2025-03-21  Andre VehreschildFortran: Fix double free on polymorphic array dummy...
2025-03-21  Richard BienerPut early debug generation under TV_SYMOUT
next