aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2025-03-19Fortran: fix bogus bounds check for reallocation on assignment [PR116706]Harald Anlauf2-3/+46
2025-03-19c++: mangling of array new [PR119316]Jason Merrill2-3/+20
2025-03-19[PR119270][IRA]: Ignore equiv init insns for cost calculation for invariants ...Vladimir N. Makarov1-6/+9
2025-03-19Update gcc fr.poJoseph Myers1-741/+537
2025-03-19diagnostics: fix crash in urlifier with -Wfatal-errors [PR119366]David Malcolm8-34/+74
2025-03-19c: pedwarn on flexible array member initialization with {} for C23+ [PR119350]Jakub Jelinek4-6/+53
2025-03-19testsuite/113634 - fixup declarations of calloc/reallocRichard Biener1-3/+3
2025-03-19Fix formatting of version message for gnat driverEric Botcazou1-3/+4
2025-03-19s390: testsuite: Fix autovec-double-signaling-eq-z13.cStefan Schulze Frielinghaus1-1/+1
2025-03-19s390: testsuite: Fix vcond-shift.cStefan Schulze Frielinghaus1-6/+6
2025-03-19gccrs: Handle external static items in toplevel resolver 2.0Owen Avery2-0/+8
2025-03-19gccrs: Use name resolver 2.0 in pattern checkerOwen Avery1-1/+15
2025-03-19gccrs: Use name resolver 2.0 for compiling break/continueOwen Avery1-4/+37
2025-03-19gccrs: Use name resolver 2.0 in const checkerOwen Avery2-4/+15
2025-03-19gccrs: Load unloaded modules during toplevel resolution 2.0Owen Avery2-1/+11
2025-03-19gccrs: Make const references to ForeverStack more usefulOwen Avery2-4/+102
2025-03-19gccrs: Use name resolver 2.0 in MarkLiveOwen Avery1-4/+27
2025-03-19gccrs: Handle const generic parameters during resolution 2.0Owen Avery2-0/+9
2025-03-19gccrs: Disambiguate generic args during name resolution 2.0Owen Avery2-0/+34
2025-03-19gccrs: Fix compiler error on ast wrong implicit construct push_backbadumbatish1-1/+2
2025-03-19gccrs: Provide input operand for gccrsbadumbatish5-14/+56
2025-03-19gccrs: Use name resolver 2.0 during pattern typecheckingOwen Avery3-8/+26
2025-03-19gccrs: Allow identifiers and paths to reference types during nr2.0Owen Avery2-15/+24
2025-03-19gccrs: Improve handling of InlineAsm in DefaultASTVisitorOwen Avery2-2/+40
2025-03-19gccrs: Insert static items into the value namespaceOwen Avery3-4/+20
2025-03-19gccrs: Rework InlineAsmOperandOwen Avery2-36/+150
2025-03-19gccrs: Handle TypeAlias during toplevel resolution 2.0Owen Avery3-1/+10
2025-03-19gccrs: Fix some issues with canonical path fetching in name resolution 2.0Owen Avery4-22/+132
2025-03-19gccrs: Improve Rib::Definition shadowingOwen Avery9-56/+187
2025-03-19gccrs: Fix ICE when typechecking non-trait item when we expect onePhilip Herron5-17/+46
2025-03-19gccrs: Add test case to show ICE is fixedPhilip Herron2-0/+4
2025-03-19gccrs: add test case to show impl block on ! worksPhilip Herron2-0/+14
2025-03-19rust: fix ICE during name resolution for impls on unit-typesPhilip Herron4-0/+26
2025-03-19rust: Add support for Clone and Copy derive on generic typesPhilip Herron16-22/+783
2025-03-19gccrs: Remove some passing test from nr2 passing listPierre-Emmanuel Patry1-4/+0
2025-03-19gccrs: Postpone break on error after name resolutionPierre-Emmanuel Patry1-3/+3
2025-03-19gccrs: Resolve TypeParam with name resolution 2.0Pierre-Emmanuel Patry2-0/+20
2025-03-19gccrs: Add box definition to avoid errorPierre-Emmanuel Patry1-0/+2
2025-03-19gccrs: This test requires the standard libraryPierre-Emmanuel Patry1-0/+1
2025-03-19gccrs: Make node id getter const.Pierre-Emmanuel Patry1-1/+1
2025-03-19gccrs: Change resolved type segmentPierre-Emmanuel Patry2-2/+12
2025-03-19gccrs: Update exclude list with working testsPierre-Emmanuel Patry1-26/+1
2025-03-19gccrs: Do not assert insertion resultPierre-Emmanuel Patry1-3/+3
2025-03-19gccrs: Move bir builder function implementationPierre-Emmanuel Patry3-251/+283
2025-03-19gccrs: Move failing test to xfailPierre-Emmanuel Patry1-1/+2
2025-03-19gccrs: Make AST default visitor visit functions publicPierre-Emmanuel Patry1-1/+0
2025-03-19gccrs: Add default resolver parent functions by defaultPierre-Emmanuel Patry1-0/+2
2025-03-19gccrs: Change lambda content with default visitor callPierre-Emmanuel Patry1-70/+13
2025-03-19gccrs: Remove regular visit codePierre-Emmanuel Patry2-123/+3
2025-03-19gccrs: Remove empty visit functionsPierre-Emmanuel Patry2-336/+1