]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2023-02-03  Arthur Cohenparser: Fix parsing of closure param list
2023-02-02  bors[bot]Merge #1783
2023-02-02  Owen AveryRemove HIR::GroupedPattern
2023-02-02  Owen AveryImprove GroupedPattern lowering
2023-02-01  bors[bot]Merge #1811
2023-02-01  Thomas SchwingeMerge commit 'edc676cfe8988c62c81b0df224c7fe82583012b1...
2023-01-31  bors[bot]Merge #1788
2023-01-31  Arthur Cohenci: Add commit format checker
2023-01-30  bors[bot]Merge #1775
2023-01-30  Owen AveryCreate and use CompilePatternLet visitor for compiling...
2023-01-30  bors[bot]Merge #1776
2023-01-30  bors[bot]Merge #1735
2023-01-30  Arthur Cohenmacro: Allow builtin `MacroInvocation`s within the AST
2023-01-30  bors[bot]Merge #1778
2023-01-30  Abdul Rafeyfixed compiler error message on wildcard pattern within...
2023-01-30  Abdul Rafeymoved operator.h to util/rust-operators.h
2023-01-30  bors[bot]Merge #1777
2023-01-28  ParthibRename file rust-ast-full-test.cc to rust-ast.cc
2023-01-27  bors[bot]Merge #1759
2023-01-27  bors[bot]Merge #1772
2023-01-26  Owen AveryAdded missing GroupedPattern visitors for code generation
2023-01-26  bors[bot]Merge #1771
2023-01-25  Owen AveryAdd type resolution for grouped patterns
2023-01-25  Owen AveryAdd get_item method for HIR::GroupedPattern
2023-01-25  bors[bot]Merge #1769
2023-01-24  Owen AveryAdd HIR lowering for GroupedPattern
2023-01-24  bors[bot]Merge #1763
2023-01-24  bors[bot]Merge #1760
2023-01-24  LyraDo not crash on empty macros expand. Fixes #1712
2023-01-23  Owen AverySupport GroupedPattern during name resolution
2023-01-21  vagrantRevert 10-second timeout for each test
2023-01-20  bors[bot]Merge #1732
2023-01-19  Arthur Cohentestsuite: Handle Windows carriage returns properly
2023-01-17  bors[bot]Merge #1751
2023-01-17  MAHADREADME.md: Added experimental flag & updated gccrs...
2023-01-14  bors[bot]Merge #1736
2023-01-13  Owen AveryChange how CompileVarDecl outputs Bvariable's
2023-01-12  bors[bot]Merge #1733
2023-01-12  mxlol233diagnostics: Add underline for tokens in diagnostics.
2023-01-11  bors[bot]Merge #1734
2023-01-11  mxlol233Add get_locus function for abstract class MetaItemInner.
2023-01-11  bors[bot]Merge #1730
2023-01-10  Owen AveryReuse TypeCheckPattern on LetStmt's
2023-01-10  bors[bot]Merge #1724
2023-01-10  Philip HerronSupport associated type bound arguments
2023-01-10  Philip HerronAdd name resolution to generic argument associated...
2023-01-09  bors[bot]Merge #1708
2023-01-09  Raiki TamuraImplement declarative macro 2.0 parser
2023-01-05  bors[bot]Merge #1707 #1717
2023-01-05  bors[bot]Merge #1711
2023-01-05  bors[bot]Merge #1709
2023-01-04  bors[bot]Merge #1716
2023-01-04  Arthur Cohenformat: Fix git whitespace errors
2023-01-04  mxlol233rust: add bound parsing in parse_generic_arg.
2023-01-02  DaveCheck for mutable references in const functions
2023-01-02  Prajwal S Nunsafe: check use of `target_feature` attribute
2022-12-16  bors[bot]Merge #1706
2022-12-16  Arthur Cohenfatal_error_flag: Fix typo in error message
2022-12-15  Raiki Tamuraadd math intrinsics
2022-12-15  bors[bot]Merge #1700
2022-12-15  Thomas SchwingeAdjust '.github/bors_log_expected_warnings'
2022-12-15  bors[bot]Merge #1704
2022-12-14  Marc Poulhièsrust: fix link serialization [PR108113]
2022-12-14  Thomas SchwingeAdjust for "Make Warray-bounds alias to Warray-bounds...
2022-12-14  Thomas SchwingeMerge commit '3b89428c0d5710c8093055b3d92c543888759f93...
2022-12-14  Thomas SchwingeMerge commit '3d6dbb6fc5d1d14bf36a879b6f4a00ae91090a63...
2022-12-14  bors[bot]Merge #1703
2022-12-14  Marek Polacekc++: Quash -Wdangling-reference for member operator...
2022-12-14  bors[bot]Merge #1701
2022-12-14  Thomas SchwingeReally fix up '.github/bors_log_expected_warnings'
2022-12-14  Thomas SchwingeRevert "bors: Fix warning list"
2022-12-14  Thomas SchwingeRevert "ci: Apply warnings in CI"
2022-12-14  Thomas SchwingeRevert "ci: Use same CXXFLAGS in bootstrap workflow"
2022-12-14  Thomas Schwinge'rust-warn += -Wno-unused-parameter'
2022-12-13  Thomas SchwingeMerge commit 'b4fddbe9592e9feb37ce567d90af822b75995531...
2022-12-13  Philip Herrongccrs: Add README, CONTRIBUTING and compiler logo
2022-12-13  Philip Herrongccrs: Add config-lang.in
2022-12-13  Arthur Cohengccrs: Add fatal_error when experimental flag is not...
2022-12-13  Philip Herrongccrs: Add GCC Rust front-end Make-lang.in
2022-12-13  Philip Herrongccrs: Add lang.opt
2022-12-13  Philip Herrongccrs: Add lang-spec.h
2022-12-13  Philip Herrongccrs: Compiler proper interface kicks off the pipeline
2022-12-13  Philip Herrongccrs: Add compiler driver
2022-12-13  Philip Herrongccrs: These are wrappers ported from reusing gccgo
2022-12-13  Philip Herrongccrs: Add HIR to GCC GENERIC lowering entry point
2022-12-13  Philip Herrongccrs: Add HIR to GCC GENERIC lowering for all nodes
2022-12-13  Philip Herrongccrs: Add base for HIR to GCC GENERIC lowering
2022-12-13  Philip Herrongccrs: Add metadata output pass
2022-12-13  Philip Herrongccrs: Add unused variable scan
2022-12-13  Thomas Younggccrs: Add dead code scan on HIR
2022-12-13  Arthur Cohengccrs: Add privacy checks
2022-12-13  Arthur Cohengccrs: Add const checker
2022-12-13  Arthur Cohengccrs: Add unsafe checks for Rust
2022-12-13  Philip Herrongccrs: Add remaining type system transformations
2022-12-13  Philip Herrongccrs: Add Rust type information
2022-12-13  Philip Herrongccrs: Add type resolution and trait solving pass
2022-12-13  Philip Herrongccrs: Add helpers mappings canonical path and lang...
2022-12-13  Arthur Cohengccrs: Add attributes checker
2022-12-13  Arthur Cohengccrs: Add implementation of Optional
2022-12-13  Arthur Cohengccrs: Add Base62 implementation
next