platform/upstream/gcc.git
2023-04-06 Stam Markianos... arm: remove unused variables from test
2023-04-06 Richard Earnshawarm: mve: fix auto-inc generation [PR107674]
2023-04-06 Andrew MacLeodCheck if dependency is valid before using in may_recomp...
2023-04-06 Owen Averygccrs: Fix issue with parsing unsafe block expression...
2023-04-06 Owen Averygccrs: Address unsafe with/without block handling ambiguity
2023-04-06 M V V S Manoj... gccrs: Added AST Node AST::InlineAsm
2023-04-06 Arthur Cohengccrs: diagnostic: Refactor Error class
2023-04-06 Arthur Cohengccrs: ast: Refactor TraitItem to keep Location info
2023-04-06 Philip Herrongccrs: add test case to show our query-type system...
2023-04-06 SainiAditya1gccrs: rename rust-hir-full-tests.cc
2023-04-06 Thomas Schwingegccrs: Fix up DejaGnu directives in 'rust/compile/issue...
2023-04-06 Owen Averygccrs: Add AST::AltPattern class
2023-04-06 Owen Averygccrs: Fix formatting
2023-04-06 Arthur Cohengccrs: builtins: Return empty list of tokens instead...
2023-04-06 Owen Averygccrs: Add trailing newline
2023-04-06 Philip Herrongccrs: Fix regression in testcase
2023-04-06 Philip Herrongccrs: Support for Sized builtin marker trait
2023-04-06 Philip Herrongccrs: Add new virtual function HIR::ImplItem::get_impl...
2023-04-06 Philip Herrongccrs: Extract query_type from TypeCheckBase to be...
2023-04-06 Owen Averygccrs: Implemented UTF-8 checking for include_str!()
2023-04-06 Owen Averygccrs: Add support for parsing empty tuple patterns.
2023-04-06 Pierre-Emmanuel... gccrs: testsuite: Add empty string macro test
2023-04-06 Pierre-Emmanuel... gccrs: lex: Prevent directories in RAIIFile
2023-04-06 Owen Averygccrs: Simplify WildcardPattern let statement handling
2023-04-06 Owen Averygccrs: Add test
2023-04-06 Owen Averygccrs: Add variadic argument type checking
2023-04-06 mxlol233gccrs: Add feature gate for "rust-intrinsic".
2023-04-06 Thomas Schwingegccrs: Update copyright years.
2023-04-06 Pierre-Emmanuel... gccrs: cli: Update safety warning message
2023-04-06 Pierre-Emmanuel... gccrs: typecheck: Refactor rust-hir-trait-reference.h
2023-04-06 Arthur Cohengccrs: expander: Add documentation for `expand_eager_in...
2023-04-06 Arthur Cohengccrs: macros: Perform macro expansion in a fixed-point...
2023-04-06 Arthur Cohengccrs: expansion: Add `get_token_slice` to `MacroInvocL...
2023-04-06 Arthur Cohengccrs: parser: Expose parse_macro_invocation as public API
2023-04-06 Arthur Cohengccrs: rust-item: include rust-expr.h
2023-04-06 Owen Averygccrs: Add support for TuplePattern in let statements
2023-04-06 Philip Herrongccrs: Add general TypeBounds checks
2023-04-06 Philip Herrongccrs: Remove bad error message on checking function...
2023-04-06 Philip Herrongccrs: Fix higher ranked trait bounds computation of...
2023-04-06 Philip Herrongccrs: Add missing Sized, Copy and Clone lang item...
2023-04-06 Philip Herrongccrs: Fix nullptr dereference
2023-04-06 Philip Herrongccrs: Refactor the type unification code
2023-04-06 Philip Herrongccrs: Remove monomorphization hack to setup possible...
2023-04-06 Philip Herrongccrs: Add missing param subst callback
2023-04-06 Philip Herrongccrs: Clear the substitution callbacks when copying...
2023-04-06 Philip Herrongccrs: Refactor handle_substitutions to take a reference
2023-04-06 Philip Herrongccrs: Rename header rust-hir-trait-ref.h to rust-hir...
2023-04-06 Philip Herrongccrs: Rename rust-tyctx.cc to rust-typecheck-context.cc
2023-04-06 Philip Herrongccrs: Refactor all code out of the rust-tyty.h header
2023-04-06 Philip Herrongccrs: Refactor PathProbeType code into CC file
2023-04-06 Philip Herrongccrs: Refactor PathProbe into cc file
2023-04-06 Philip Herrongccrs: Refactor BaseType, InferType and ErrorType impl...
2023-04-06 Philip Herrongccrs: Refactor all substitution mapper code implementa...
2023-04-06 Philip Herrongccrs: Refactor SubstitutionRef base class into its...
2023-04-06 Philip Herrongccrs: Refactor TyVar and TypeBoundPredicates
2023-04-06 Philip Herrongccrs: Move TypePredicateItem impl out of the header
2023-04-06 Philip Herrongccrs: Add another test case for passing associated...
2023-04-06 Owen Averygccrs: Removed comment copy-pasted from gcc/tree.def
2023-04-06 mxlol233gccrs: Add support for feature check.
2023-04-06 Arthur Cohengccrs: parser: Fix parsing of closure param list
2023-04-06 Arthur Cohengccrs: parser: Improve parsing of complex generic arguments
2023-04-06 Owen Averygccrs: Implement lowering ReferencePattern from AST...
2023-04-06 Owen Averygccrs: Optimize HIR::ReferencePattern
2023-04-06 Owen Averygccrs: Remove HIR::GroupedPattern
2023-04-06 Owen Averygccrs: Improve GroupedPattern lowering
2023-04-06 MAHADgccrs: Move rust-buffered-queue.h to util folder #1766
2023-04-06 Arthur Cohengccrs: parser: Allow parsing multiple reference types
2023-04-06 Owen Averygccrs: Create and use CompilePatternLet visitor for...
2023-04-06 Arthur Cohengccrs: macro: Allow builtin `MacroInvocation`s within...
2023-04-06 Abdul Rafeygccrs: fixed indentations in AST pretty expanded dump...
2023-04-06 Abdul Rafeygccrs: fixed compiler error message on wildcard pattern...
2023-04-06 Abdul Rafeygccrs: moved operator.h to util/rust-operators.h
2023-04-06 Parthibgccrs: Rename file rust-ast-full-test.cc to rust-ast.cc
2023-04-06 Owen Averygccrs: Added missing GroupedPattern visitors for code...
2023-04-06 Owen Averygccrs: Add type resolution for grouped patterns
2023-04-06 Owen Averygccrs: Add get_item method for HIR::GroupedPattern
2023-04-06 Owen Averygccrs: Add HIR lowering for GroupedPattern
2023-04-06 Lyragccrs: Do not crash on empty macros expand. Fixes ...
2023-04-06 Owen Averygccrs: Support GroupedPattern during name resolution
2023-04-06 Arthur Cohengccrs: testsuite: Handle Windows carriage returns properly
2023-04-06 Owen Averygccrs: Change how CompileVarDecl outputs Bvariable's
2023-04-06 mxlol233gccrs: diagnostics: Add underline for tokens in diagnos...
2023-04-06 mxlol233gccrs: Add get_locus function for abstract class MetaIt...
2023-04-06 Owen Averygccrs: Reuse TypeCheckPattern on LetStmt's
2023-04-06 Philip Herrongccrs: Support associated type bound arguments
2023-04-06 Philip Herrongccrs: Add name resolution to generic argument associat...
2023-04-06 Raiki Tamuragccrs: Implement declarative macro 2.0 parser
2023-04-06 mxlol233gccrs: rust: add bound parsing in parse_generic_arg.
2023-04-06 Davegccrs: Check for mutable references in const functions
2023-04-06 Prajwal S Ngccrs: unsafe: check use of `target_feature` attribute
2023-04-06 Arthur Cohengccrs: fatal_error_flag: Fix typo in error message
2023-04-06 Indu BhagatMAINTAINERS: Add myself as CTF and BTF reviewer
2023-04-06 Alexandre Oliva[testsuite] enable -maltivec like vect_int for signbit-2.c
2023-04-06 Andrew PinskiFix typo in -param=vect-induction-float= attributes
2023-04-06 Alexandre Olivatestsuite: fix proc unsupported overriding in modules...
2023-04-06 GCC AdministratorDaily bump.
2023-04-05 Gaius MulleyPR modula2/109423 cc1gm2 ICE if an INCL or EXCL is...
2023-04-05 Arsen Arsenovićlibstdc++: Fix some freestanding test failures
2023-04-05 Arsen Arsenovićlibstdc++: Downgrade DEBUG to ASSERTIONS when !HOSTED
2023-04-05 Arsen Arsenovićlibstdc++: Add a test for <version> FTM redefinitions
next