]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2025-04-02  Philip Herrongccrs: Fix ICE when there are 2 functions named main
2025-04-01  Philip Herrongccrs: Fix ICE when resolving lifetimes without name
2025-04-01  Philip Herrongccrs: Fix ICE when doing shift checks on const decl
2025-04-01  Owen Averynr2.0: Handle global paths
2025-03-31  Ryutaro OkadaEvaluate the enum's discriminant in a const context
2025-03-28  Philip Herrongccrs: Fix SEGV when type path resolver fails outright
2025-03-28  Philip Herrongccrs: fix crash in parse repr options and missing...
2025-03-28  Philip Herrongccrs: fix ice when setting up regions
2025-03-28  Philip Herrongccrs: FIX ICE for malformed repr attribute
2025-03-28  Philip Herrongccrs: FIX ICE when working with HIR::BareFunctionType
2025-03-28  Philip Herrongccrs: Fix ICE in array ref constexpr
2025-03-28  Owen AveryAdd ending newline to rust-macro-builtins-log-debug.cc
2025-03-28  Owen Averynr2.0: Rename prelude to lang_prelude
2025-03-28  Owen Averynr2.0: Fix test macros/mbe/macro43.rs
2025-03-27  Philip Herrongccrs: Fix ICE during const expr eval on array expressions
2025-03-27  Philip Herrongccrs: Fix ICE when compiling path which resolves to...
2025-03-27  Pierre-Emmanuel... Add new test to highlight namespace for self import
2025-03-27  Pierre-Emmanuel... Update exclusion list
2025-03-27  Pierre-Emmanuel... Resolve module final self segment in use decls
2025-03-27  Philip Herrongccrs: Give the builtin unit struct an actual locus
2025-03-27  Philip Herrongccrs: Fix ICE when doing method resolution on trait...
2025-03-27  Philip Herrongccrs: Fix ICE when using super mid way though path
2025-03-27  Philip Herrongccrs: Fix ICE when compiling block expressions in...
2025-03-27  Philip Herrongccrs: Add check for super traits being implemented...
2025-03-27  Philip Herrongccrs: Fix ICE when array elements are not a value
2025-03-26  Pierre-Emmanuel... Fix core library test with proper canonical path
2025-03-26  Philip Herrongccrs: fix unconstrained infer vars on generic associat...
2025-03-26  Owen AveryFix validation of constant items
2025-03-26  Arthur Cohentestsuite: Add more testcases for cfg() in core
2025-03-26  Owen AveryLower raw string literals
2025-03-26  Arthur Cohenrust: Lower minimum supported Rust version to 1.49
2025-03-25  Owen Averynr2.0: Fix test const_generics_3.rs
2025-03-25  Arthur Cohenlower: Handle let-else properly
2025-03-25  Arthur Cohenname-resolution: Handle let-else properly
2025-03-25  Arthur Cohendump: Handle let-else properly
2025-03-25  Arthur Cohenparser: Parse let-else statements
2025-03-25  Arthur Cohenast: Add optional diverging else to AST::LetStmt
2025-03-24  Pierre-Emmanuel... Remove now passing test from exclusion list
2025-03-24  Pierre-Emmanuel... Fix testcase module path
2025-03-24  Pierre-Emmanuel... Fix function name to printf
2025-03-24  Sam Jamesci: disable network
2025-03-23  Philip Herrongccrs: support generic super traits recursively
2025-03-21  Owen Averynr2.0: Fix StructExprFieldIdentifier handling
2025-03-21  Marc Poulhièsrust: force cargo to build offline
2025-03-21  Arthur Cohenpolonius: Vendor Rust dependencies
2025-03-21  Owen Averynr2.0: Adjust indentifier expression handling
2025-03-21  Owen AveryModify multiple definition error
2025-03-20  Owen Averynr2.0: Adjust visitors for struct expressions
2025-03-19  Owen AveryPrevent multiple resolution insertion
2025-03-19  Owen Averynr2.0: Fix test self-path2.rs
2025-03-19  Ryutaro Okadaemit an error for type or const parameters on foreign...
2025-03-18  Liam NaddellFix modules with same name as builtins causing ICE...
2025-03-18  Owen Averynr2.0: Check compile/torture/*.rs tests
2025-03-17  Pierre-Emmanuel... Remove mangling tests from exclusion list
2025-03-17  Pierre-Emmanuel... Fix canonical path parent resolution
2025-03-17  Pierre-Emmanuel... Insert crate name in canonical path
2025-03-17  Pierre-Emmanuel... Add a function to get the crate number from node id
2025-03-17  Pierre-Emmanuel... Remove finalize import visitor
2025-03-17  Pierre-Emmanuel... Remove tests from exclusion list
2025-03-17  Pierre-Emmanuel... Move import mapping resolution to in tree visit
2025-03-14  Philip Herrongccrs: check for recursion trait cycle with bounds...
2025-03-14  Philip Herrongccrs: track DefId on ADT Types this could be useful...
2025-03-14  Philip Herrongccrs: remove visitor which is not needed here
2025-03-14  Owen AveryFix some small issues
2025-03-11  Pierre-Emmanuel... Add a test for enum variant name resolution
2025-03-11  Pierre-Emmanuel... Remove nr2 exhaustiveness test from exclusion list
2025-03-11  Pierre-Emmanuel... Add enum variant string information to definition
2025-03-11  Pierre-Emmanuel... Keep definition provenance to skip enum variants
2025-03-11  Pierre-Emmanuel... Add rib kind debug representation
2025-03-10  Owen Averynr2.0: Set the node id of the root node
2025-03-06  Arthur Cohenexpansion: Correctly expand $crate metavar
2025-03-06  Owen Averynr2.0: Make sure PathInExpression is default resolved
2025-03-05  Owen AveryReduce usage of rust-session-manager.h
2025-02-26  Arthur Cohensession-manager: Call into DesugarQuestionMark
2025-02-26  Arthur Cohenlower: Error out when lowering ErrorPropagationExpr
2025-02-26  Arthur Cohenast: Add base for desugaring try expressions
2025-02-25  Owen AveryAdjust unknown macro error message
2025-02-25  Owen Averynr2.0: Handle lang item type path segments
2025-02-25  Arthur Cohenexpansion: Expand generic args in generic type path...
2025-02-25  Arthur Cohenname-resolution: early: Remove overzealous overrides
2025-02-25  Arthur Cohenlower: Always crash when lowering macro invocations
2025-02-25  Owen Averynr2.0: Implement macro_use for modules
2025-02-25  Owen AveryAdjust type path resolution error message
2025-02-25  Arthur Cohenhir-dump: Fix more segfaults in the HIR dump
2025-02-24  Arthur Cohenderive(Hash): Add implementation.
2025-02-24  Arthur Cohenderive(Debug): Use builder's ptrify function instead
2025-02-24  Arthur Cohenast: builder: Add new builder methods
2025-02-24  Owen AveryRemove some member functions from SingleASTNode
2025-02-23  Owen AveryFix expansion of macros inside modules
2025-02-23  Owen AveryRemove PathInExpression::get_pattern_node_id
2025-02-20  Arthur Cohenderive(Eq): Create copies of Eq typepath to avoid NodeI...
2025-02-20  Arthur Cohenderive(Eq): Also derive StructuralEq
2025-02-20  Arthur Cohenderive(PartialEq): Also derive StructuralPartialEq
2025-02-20  Arthur Cohenexpand: Allow built-in derives to generate multiple...
2025-02-20  Arthur Cohenderive(PartialEq): Add partial implementation
2025-02-20  Arthur Cohenderive(Clone): chore: Cleanup
2025-02-20  Arthur Cohenast-builder: Add new methods for creating operator...
2025-02-20  Arthur Cohenast-builder: Improve function generation.
2025-02-20  Arthur Cohenderive(Eq): Add implementation.
2025-02-19  Owen Averynr2.0: Run DefaultResolver::visit on PathInExpression
next