]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2025-03-21  Jerry DeLisleFortran: Fix typo in error message.
2025-03-21  Jason Merrillipa: target clone and mangling alias [PR114992]
2025-03-21  Paul ThomasFortran: Implement the F2018 reduce intrinsic [PR85836]
2025-03-21  Richard Earnshawarm: testsuite: make unaligned-memcpy-*.c executable...
2025-03-21  Richard Earnshawarm: testsuite: memcpy-aligned requires unaligned accesses
2025-03-21  Jason Merrillc++: fix return type of __cxa_bad_array_new_length
2025-03-21  Thomas SchwingeC++: Adjust implicit '__cxa_bad_cast' prototype to...
2025-03-21  Thomas SchwingeAdd 'g++.target/nvptx/alias-g++.dg_init_dtor2-2.C'
2025-03-21  Thomas SchwingeAdd 'gcc.target/nvptx/alias-unsupported-1.c'
2025-03-21  Tobias Burnustestsuite/lib/libgomp.exp: compile with -fdiagnostics...
2025-03-21  Andre VehreschildFortran: Fix freeing procedure pointer components ...
2025-03-21  Arthur Cohengccrs: nr2.0: late: Better format PathInExpression...
2025-03-21  Arthur Cohengccrs: derive(Clone): Add lang item typepaths failure...
2025-03-21  Arthur Cohengccrs: derive(Clone): Implement derive clone for enum...
2025-03-21  Arthur Cohengccrs: derive(Clone): Implement clone for enum tuple...
2025-03-21  Arthur Cohengccrs: ast-builder: Add new methods for building structs
2025-03-21  Arthur Cohengccrs: derive(Clone): Add deriving of simple enum variants
2025-03-21  Arthur Cohengccrs: derive(Clone): Improve existing testcase
2025-03-21  Arthur Cohengccrs: derive(Clone): Add note about Clone::clone()
2025-03-21  Arthur Cohengccrs: derive(Clone): Use lang item for PhantomData...
2025-03-21  Arthur Cohengccrs: ast-builder: Add new methods around type paths.
2025-03-21  Arthur Cohengccrs: derive(Copy): Use copy lang item when deriving...
2025-03-21  Arthur Cohengccrs: derive(Clone): Mark PhantomData as a lang item
2025-03-21  Arthur Cohengccrs: derive(Clone): Manually generate AssertParamIsCo...
2025-03-21  Arthur Cohengccrs: builder: Allow generating struct statements
2025-03-21  Arthur Cohengccrs: lang-items: Mark Clone trait as a lang item...
2025-03-21  Arthur Cohengccrs: ast-collector: Fix tuple struct pattern collection
2025-03-21  Arthur Cohengccrs: ast-collector: Adapt to lang item type path...
2025-03-21  Arthur Cohengccrs: mappings: Add get_lang_item_node
2025-03-21  Arthur Cohengccrs: lang-item: Add LangItem::PrettyString
2025-03-21  Arthur Cohengccrs: lang-items: Collect struct lang items.
2025-03-21  Arthur Cohengccrs: lower: Properly lower non-generic lang item...
2025-03-21  Arthur Cohengccrs: tychk: resolve lang item type paths properly
2025-03-21  Arthur Cohengccrs: ast: Refactor how lang item paths are handled.
2025-03-21  Arthur Cohengccrs: collect-lang-items: Display attribute upon error...
2025-03-21  Arthur Cohengccrs: attributes: Add #[derive] as a built-in attribute
2025-03-21  Arthur Cohengccrs: ast: Fix warning about copy elision for moved...
2025-03-21  Owen Averygccrs: Remove dead code related to external functions
2025-03-21  Owen Averygccrs: nr2.0: Early resolve pending eager macro invocations
2025-03-21  Philip Herrongccrs: Add missing name resolution to static items...
2025-03-21  CohenArthurgccrs: Revert "gcc/rust/ChangeLog:"
2025-03-21  Arthur Cohengccrs: Fix scan-gimple testcases on LE platforms.
2025-03-21  Arthur Cohengccrs: testsuite: Fix missing handling of little endian.
2025-03-21  Owen Averygccrs: Add ForeverStackStore
2025-03-21  Om Swaroop... gccrs: gcc/rust/ChangeLog:
2025-03-21  Philip Herrongccrs: improve mutability checks
2025-03-21  Owen Averygccrs: Visit the trait paths of trait implementations
2025-03-21  liushuyugccrs: add two more tests to test try-catch (unwind...
2025-03-21  liushuyugccrs: rust/intrinsic: add new "catch_unwind" variant...
2025-03-21  liushuyugccrs: rust/intrinsic: add try intrinsic and panic...
2025-03-21  Philip Herrongccrs: match arms are a LUB
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...
next