]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2025-03-21  Nobelgccrs: Allow float type to be casted as integer type
2025-03-21  Philip Herrongccrs: cleanup our enum type layout to be closer to...
2025-03-21  Owen Averygccrs: nr2.0: Resolve Self inside impl blocks
2025-03-21  Philip Herrongccrs: fix ICE with hir dump on closure
2025-03-21  Philip Herrongccrs: add support for lang_item eq and PartialEq trait
2025-03-21  Philip Herrongccrs: fix ICE in borrows to invalid expressions
2025-03-21  Owen Averygccrs: nr2.0: Improve default, top-level, and late...
2025-03-21  Philip Herrongccrs: fix ICE during HIR dump
2025-03-21  Prajwal S Ngccrs: use StackedContexts for block context
2025-03-21  Arthur Cohengccrs: ast: Add new Kind enums for more precise downcasting
2025-03-21  Owen Averygccrs: nr2.0: Resolve type aliases inside trait definitions
2025-03-21  Arthur Cohengccrs: tychk: Add more support for additional trait...
2025-03-21  Arthur Cohengccrs: lower: Correctly lower parenthesized types
2025-03-21  Owen Averygccrs: Remove Rust::make_unique
2025-03-21  Arthur Cohengccrs: ast: Add EnumItem::Kind
2025-03-21  Owen Averygccrs: nr2.0: Handle "Self" properly in trait definitions
2025-03-21  Liam Naddellgccrs: Fix NR2.0 compiler ICE caused by Generics in...
2025-03-21  Arthur Cohengccrs: ast-builder: Add more methods
2025-03-21  Arthur Cohengccrs: ast: Add new constructors for PathInExpression
2025-03-21  Arthur Cohengccrs: lang-items: Collect trait functions that are...
2025-03-21  Arthur Cohengccrs: lang-item: Add Option::{None, Some}, Iterator...
2025-03-21  Arthur Cohengccrs: lang-item: Add Sync trait
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...
next