aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-08PR tree-optimization/109392Jakub Jelinek2-1/+25
2023-04-08xfail gcc.dg/long_branch.c on hppa.John David Anglin1-1/+1
2023-04-08Fix gcc.dg/long_branch.c on hppa.John David Anglin1-0/+1
2023-04-08PR target/109402: v850 (not v850e) variant of __muldi3() moves sp in reversed...Tetsuma Hoshino1-2/+0
2023-04-08riscv: Fix genrvv-type-indexer dependenciesJakub Jelinek2-4/+6
2023-04-08Fortran: Fix some of the bugs in associate [PR87477]Paul Thomas13-41/+310
2023-04-08Fortran: Fix dg directives and remove trailing whitespaces in testsuitePaul Thomas23-72/+72
2023-04-08Daily bump.GCC Administrator2-1/+6
2023-04-07mime: remove test ordering dependencyIan Lance Taylor3-2/+6
2023-04-07[testsuite] [ppc] skip ppc-fortran if fortran is disabledAlexandre Oliva1-0/+10
2023-04-07Daily bump.GCC Administrator5-1/+1271
2023-04-06arm: remove unused variables from testStam Markianos-Wright2-18/+0
2023-04-06arm: mve: fix auto-inc generation [PR107674]Richard Earnshaw1-3/+16
2023-04-06Check if dependency is valid before using in may_recompute_p.Andrew MacLeod2-1/+27
2023-04-06gccrs: Fix issue with parsing unsafe block expression statementsOwen Avery2-1/+16
2023-04-06gccrs: Address unsafe with/without block handling ambiguityOwen Avery1-12/+3
2023-04-06gccrs: Added AST Node AST::InlineAsmM V V S Manoj Kumar2-0/+139
2023-04-06gccrs: diagnostic: Refactor Error classArthur Cohen8-21/+98
2023-04-06gccrs: ast: Refactor TraitItem to keep Location infoArthur Cohen3-34/+26
2023-04-06gccrs: add test case to show our query-type system is workingPhilip Herron1-0/+8
2023-04-06gccrs: rename rust-hir-full-tests.ccSainiAditya12-1/+1
2023-04-06gccrs: Fix up DejaGnu directives in 'rust/compile/issue-1830_{bytes,str}.rs' ...Thomas Schwinge2-2/+4
2023-04-06gccrs: Add AST::AltPattern classOwen Avery17-0/+128
2023-04-06gccrs: Fix formattingOwen Avery1-36/+34
2023-04-06gccrs: builtins: Return empty list of tokens instead of nullptrArthur Cohen3-2/+22
2023-04-06gccrs: Add trailing newlineOwen Avery1-1/+1
2023-04-06gccrs: Fix regression in testcasePhilip Herron1-2/+62
2023-04-06gccrs: Support for Sized builtin marker traitPhilip Herron14-186/+476
2023-04-06gccrs: Add new virtual function HIR::ImplItem::get_impl_item_namePhilip Herron2-1/+18
2023-04-06gccrs: Extract query_type from TypeCheckBase to be a simple externPhilip Herron6-75/+148
2023-04-06gccrs: Implemented UTF-8 checking for include_str!()Owen Avery3-2/+51
2023-04-06gccrs: Add support for parsing empty tuple patterns.Owen Avery2-0/+12
2023-04-06gccrs: testsuite: Add empty string macro testPierre-Emmanuel Patry2-0/+16
2023-04-06gccrs: lex: Prevent directories in RAIIFilePierre-Emmanuel Patry1-2/+26
2023-04-06gccrs: Simplify WildcardPattern let statement handlingOwen Avery3-44/+7
2023-04-06gccrs: Add testOwen Avery1-0/+8
2023-04-06gccrs: Add variadic argument type checkingOwen Avery2-2/+56
2023-04-06gccrs: Add feature gate for "rust-intrinsic".mxlol23332-11/+122
2023-04-06gccrs: Update copyright years.Thomas Schwinge22-22/+22
2023-04-06gccrs: cli: Update safety warning messagePierre-Emmanuel Patry1-1/+1
2023-04-06gccrs: typecheck: Refactor rust-hir-trait-reference.hPierre-Emmanuel Patry3-297/+510
2023-04-06gccrs: expander: Add documentation for `expand_eager_invocations`Arthur Cohen1-3/+11
2023-04-06gccrs: macros: Perform macro expansion in a fixed-point fashion.Arthur Cohen21-234/+813
2023-04-06gccrs: expansion: Add `get_token_slice` to `MacroInvocLexer` classArthur Cohen2-0/+17
2023-04-06gccrs: parser: Expose parse_macro_invocation as public APIArthur Cohen1-2/+2
2023-04-06gccrs: rust-item: include rust-expr.hArthur Cohen1-1/+1
2023-04-06gccrs: Add support for TuplePattern in let statementsOwen Avery4-6/+110
2023-04-06gccrs: Add general TypeBounds checksPhilip Herron6-6/+271
2023-04-06gccrs: Remove bad error message on checking function argumentsPhilip Herron2-6/+0
2023-04-06gccrs: Fix higher ranked trait bounds computation of selfPhilip Herron3-8/+102