aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-31libstdc++: Add all supported headers to lists in the manualJonathan Wakely3-32/+191
2024-01-31libstdc++: Fix -Wshift-count-overflow warning in std::bitsetJonathan Wakely1-6/+7
2024-01-31tree-optimization/113670 - gather/scatter to/from hard registersRichard Biener2-0/+21
2024-01-31AVR: Add AVR64DU and some older devices.Georg-Johann Lay2-4/+10
2024-01-31strub: drop nonaliased parm from build_ref_type_for [PR113394]Alexandre Oliva2-26/+11
2024-01-310From: Alexandre Oliva <oliva@adacore.com>Alexandre Oliva5-4/+68
2024-01-31c: Fix ICEs casting expressions with integer constant operands to bool [PR111...Joseph Myers17-9/+130
2024-01-30analyzer: handle null "var" in state_change_event::get_desc [PR113509]David Malcolm2-18/+49
2024-01-31RISC-V: Fix VSETLV PASS compile-time issueJuzhe-Zhong1-124/+60
2024-01-31Daily bump.GCC Administrator8-1/+1261
2024-01-30i386: Add "Ws" constraint for symbolic address/label reference [PR105576]Fangrui Song3-0/+21
2024-01-30c++: avoid -Wdangling-reference for std::span-like classes [PR110358]Marek Polacek5-0/+125
2024-01-30xtensa: Make full transition to LRATakayuki 'January June' Suwa5-74/+26
2024-01-30c++: add original testcase [PR67898]Patrick Palka1-0/+14
2024-01-30testsuite: fix anon6 mangling [PR112846]Jason Merrill2-0/+21
2024-01-30testsuite: mangle-reparm1a options [PR113451]Jason Merrill1-1/+1
2024-01-30c++: duplicated side effects of xobj arg [PR113640]Patrick Palka2-1/+28
2024-01-30c++: unifying integer parm with type-dep arg [PR113644]Patrick Palka2-1/+15
2024-01-30libstdc++: Fix check in testsuite/std/time/clock/gps/io.ccJonathan Wakely1-1/+2
2024-01-30RISC-V: Bugfix for vls mode aggregated in GPR calling conventionPan Li18-0/+1559
2024-01-30analyzer: fix -Wanalyzer-allocation-size false +ve on Linux kernel's round_up...David Malcolm2-2/+125
2024-01-30analyzer: add SARIF property bag to -Wanalyzer-allocation-sizeDavid Malcolm1-10/+21
2024-01-30gccrs: Fix output line ending patterns.Arthur Cohen6-6/+6
2024-01-30gccrs: Remove TraitImplItemOwen Avery8-42/+26
2024-01-30gccrs: Add improved error when no fields in initializerRobert Goss4-5/+76
2024-01-30gccrs: Test: check implemented for lifetime handlingJakub Dupak1-0/+19
2024-01-30gccrs: AST: Fix for lifetime loweringJakub Dupak1-4/+17
2024-01-30gccrs: AST: Fix for lifetime parsingJakub Dupak2-16/+27
2024-01-30gccrs: Test: fix missing lifetime in a testJakub Dupak1-1/+1
2024-01-30gccrs: Added newline to get more readable lexdumpKushal Pal1-1/+1
2024-01-30gccrs: Unify storage of associated items in SingleASTNodeOwen Avery5-87/+42
2024-01-30gccrs: Add improved error when a field is redefined in a struct constructorRobert Goss3-32/+74
2024-01-30gccrs: Handle `async` keyword for regular implementationsKushal Pal2-0/+11
2024-01-30gccrs: Fix inconsistent formattingKushal Pal2-2/+2
2024-01-30gccrs: Handle `async` functions in traitsKushal Pal3-3/+20
2024-01-30gccrs: Handle newlines during string parsing while lexingNirmal Patel3-11/+63
2024-01-30gccrs: TyTy: Refactor FnType deprecated APIJakub Dupak6-12/+9
2024-01-30gccrs: ast: Lower 'for' lifetimesJakub Dupak1-0/+7
2024-01-30gccrs: ast: Infer static lifetime for const and static itemsJakub Dupak6-19/+46
2024-01-30gccrs: ast: Full lifetime elision handlingJakub Dupak2-13/+14
2024-01-30gccrs: ast: Unify explicitly and implicitly elided lifettimesJakub Dupak3-7/+7
2024-01-30gccrs: ast: Fix lifetime type parsingJakub Dupak1-2/+2
2024-01-30gccrs: Generate error for `async` trait fucntionsKushal Pal2-0/+18
2024-01-30gccrs: Handle `async` qualifier inside traitKushal Pal1-0/+2
2024-01-30gccrs: split rust-mangle.cc into two filesRaiki Tamura5-630/+700
2024-01-30gccrs: BIR: CleanupJakub Dupak2-2/+3
2024-01-30gccrs: TyTy: SubstitutionRef cast specializationJakub Dupak1-0/+78
2024-01-30gccrs: TyTy: Common interface for fucntion-like typesJakub Dupak1-18/+98
2024-01-30gccrs: TyTy: refactor to new APIJakub Dupak1-8/+3
2024-01-30gccrs: BIR: Fix missed nodiscardJakub Dupak2-5/+5