platform/upstream/gcc.git
2023-02-22 Alexandre Olivatestsuite: Accept pmf-vbit-in-delta extra warning
2023-02-22 Alexandre Oliva[libstdc++] do not destruct mutex_pool mutexes
2023-02-22 Alexandre Oliva[libstdc++] xfail noreplace tests on vxworks
2023-02-22 Alexandre Oliva[libstdc++] [testsuite] intro/names.cc: undef func...
2023-02-22 Thomas SchwingeRust: In 'type_for_mode' langhook also consider all...
2023-02-22 Andrew Stubbsvect: inbranch SIMD clones
2023-02-22 Ju-Zhe ZhongRISC-V: Add RVV reduction C/C++ intrinsics support
2023-02-22 Ju-Zhe ZhongRISC-V: Add floating-point RVV C/C++ api
2023-02-22 Kito ChengRISC-V: Make the test condition more strict for gcc...
2023-02-22 Kito ChengRISC-V: Adjust vsetvl testcase.
2023-02-22 Jakub Jelinekcgraph: Handle BUILT_IN_UNREACHABLE_TRAP like BUILT_IN_...
2023-02-22 Thomas SchwingeRust: Move void_list_node init to common code
2023-02-22 Thomas SchwingeAdd '-Wno-complain-wrong-lang', and use it in 'gcc...
2023-02-22 Thomas SchwingeRust: Don't depend on unused 'target-libffi', 'target...
2023-02-22 Thomas SchwingeIn 'contrib/config-list.mk', clarify i686-symbolics...
2023-02-22 GCC AdministratorDaily bump.
2023-02-21 David Malcolmanalyzer: stop exploring the path after certain diagnos...
2023-02-21 Max Filippovgcc: xtensa: fix PR target/108876
2023-02-21 Harald AnlaufFortran: improve checking of character length specifica...
2023-02-21 Iain Buclawlibphobos: Merge upstream phobos e5a521ab2.
2023-02-21 Iain Buclawd: Merge upstream dmd, druntime 09faa4eacd, phobos...
2023-02-21 Iain Buclawd: Only handle the left-to-right evaluation of a call...
2023-02-21 Iain Buclawd: Set doing_semantic_analysis_p before calling functio...
2023-02-21 Iain Buclawlibphobos: Add @nogc to gcc.backtrace and gcc.libbacktr...
2023-02-21 Richard Bienertree-optimization/108691 - remove trigger-happy assert
2023-02-21 Richard Bienertree-optimization/108793 - niter compute type mismatch
2023-02-21 Thomas SchwingeUpdate copyright years.
2023-02-21 Raiki Tamuragccrs: add math intrinsics
2023-02-21 Arthur Cohengccrs: const evaluator: Remove get_nth_callarg
2023-02-21 Thomas Schwingegccrs: Repair 'gcc/rust/lang.opt' comment
2023-02-21 Philip Herrongccrs: Cleanup unused parameters to fix the bootstrap...
2023-02-21 Philip Herrongccrs: Skip this debug test case which is failing on...
2023-02-21 Philip Herrongccrs: Fix undefined behaviour issues on macos
2023-02-21 Philip Herrongccrs: Add initial support for argument capture of...
2023-02-21 Philip Herrongccrs: Add capture tracking to the type info for closures
2023-02-21 Philip Herrongccrs: Add closure binding's tracking to name resolution
2023-02-21 Philip Herrongccrs: Refactor name resolver to take a Rib::ItemType
2023-02-21 Philip Herrongccrs: Get rid of make builtin macro
2023-02-21 Raiki Tamuragccrs: Improve lexer dump
2023-02-21 Davegccrs: Remove default location. Add visibility location...
2023-02-21 Jakub Dupakgccrs: ast: Dump no comma after self in fn params if...
2023-02-21 Jakub Dupakgccrs: ast: Dump remove /* stmp */ comment to not clutt...
2023-02-21 Jakub Dupakgccrs: ast: Remove unused include in rust-ast-dump.cc
2023-02-21 Jakub Dupakgccrs: ast: Dump generic parameters
2023-02-21 Jakub Dupakgccrs: ast: Dump type param type
2023-02-21 Jakub Dupakgccrs: ast: Dump trait object type one bound
2023-02-21 Jakub Dupakgccrs: ast: Dump parenthesised type
2023-02-21 Jakub Dupakgccrs: ast: Dump trait object type
2023-02-21 Jakub Dupakgccrs: ast: Dump impl trait type
2023-02-21 Jakub Dupakgccrs: ast: Dump impl trait type one bound
2023-02-21 Jakub Dupakgccrs: ast: Dump bare function type
2023-02-21 Jakub Dupakgccrs: ast: Dump inferred type
2023-02-21 Jakub Dupakgccrs: ast: Dump tuple type
2023-02-21 Jakub Dupakgccrs: ast: Dump never type
2023-02-21 Jakub Dupakgccrs: ast: Dump raw pointer type
2023-02-21 Jakub Dupakgccrs: ast: Dump array type
2023-02-21 Jakub Dupakgccrs: ast: Dump slice type
2023-02-21 Jakub Dupakgccrs: ast: Dump where clause and recursively needed...
2023-02-21 Jakub Dupakgccrs: ast: add visit overload for references
2023-02-21 Arthur Cohengccrs: typecheck: Fix overzealous `delete` call
2023-02-21 Davegccrs: add Location to AST::Visibility
2023-02-21 Raiki Tamuragccrs: add lang item "phantom_data"
2023-02-21 Jakub Dupakgccrs: ast: Dump unit struct
2023-02-21 Jakub Dupakgccrs: ast: refer correctly to arguments in docs-strings
2023-02-21 Jakub Dupakgccrs: ast: transform helper methods to visits and...
2023-02-21 Jakub Dupakgccrs: ast: visitor pattern -> overload syntax compatib...
2023-02-21 Arthur Cohengccrs: intrinsics: Implement atomic_load intrinsics
2023-02-21 Arthur Cohengccrs: intrinsics: Cleanup error handling around atomic...
2023-02-21 Arthur Cohengccrs: intrinsics: Use lambdas for wrapping_<op> intrinsics
2023-02-21 Arthur Cohengccrs: intrinsics: Add unchecked operation intrinsics
2023-02-21 Arthur Cohengccrs: intrinsics: Add early implementation for atomic_...
2023-02-21 Arthur Cohengccrs: constexpr: Add `rust_sorry_at` in places relying...
2023-02-21 Arthur Cohengccrs: intrinsics: Add `sorry_handler` intrinsic handler
2023-02-21 Arthur Cohengccrs: builtins: Rename all bang macro handlers
2023-02-21 Simon Cookgccrs: rust: Allow gccrs to build on x86_64-apple-darwi...
2023-02-21 YizhePKUgccrs: Implement the inline visitor
2023-02-21 Philip Herrongccrs: Support Closure calls as generic trait bounds
2023-02-21 Philip Herrongccrs: Add missing type resolution for function type...
2023-02-21 Philip Herrongccrs: Add missing hir lowering to function type-path...
2023-02-21 Philip Herrongccrs: Add missing name resolution to Function type...
2023-02-21 Philip Herrongccrs: Closure support at CallExpr
2023-02-21 Philip Herrongccrs: Initial Type resolution for closures
2023-02-21 Philip Herrongccrs: Add closures to lints and error checking
2023-02-21 Philip Herrongccrs: Refactor method call type checking
2023-02-21 Philip Herrongccrs: Add name resolution for closures
2023-02-21 Philip Herrongccrs: Formatting cleanup in HIR lowering pattern
2023-02-21 Philip Herrongccrs: Refactor expression hir lowering into cc file
2023-02-21 Philip Herrongccrs: Add missing fn_once_output langitem
2023-02-21 Arthur Cohengccrs: ast: Improve Fragment API
2023-02-21 Arthur Cohengccrs: rust: Replace uses of ASTFragment -> Fragment
2023-02-21 Arthur Cohengccrs: ast: Refactor ASTFragment -> Fragment class
2023-02-21 Philip Herrongccrs: Add check for recursive trait cycles
2023-02-21 Arthur Cohengccrs: dump: Dump macro rules definition
2023-02-21 Jakub Dupakgccrs: ast: Module: unloaded module and inner attributes
2023-02-21 Arthur Cohengccrs: dump: Fix module dumping
2023-02-21 Arthur Cohengccrs: dump: Dump items within modules
2023-02-21 Arthur Cohengccrs: dump: Emit visibility when dumping items
2023-02-21 Philip Herrongccrs: Support outer attribute handling on trait items...
2023-02-21 Jakub Dupakgccrs: ast: dump TypeAlias
2023-02-21 Philip Herrongccrs: Refactor TraitResolver to not require a visitor
next