]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2025-04-17  Philip Herrongccrs: Add check for placeholder (infer) type in return...
2025-04-16  Philip Herrongccrs: Fix ICE when checking shift's which are behind...
2025-04-16  Philip Herrongccrs: Fix crash in hir dump as labels are optional
2025-04-16  Yap Zhi Henggccrs: Update comments in repr parsing code
2025-04-16  Zhi Henggccrs: Implement integer representation for enums
2025-04-16  Zhi Henggccrs: Implement typecheck for zero-variant enums
2025-04-16  Philip Herrongccrs: Fix segv in unsafe chcker
2025-04-14  Arthur Cohenlang-items: Add ManuallyDrop<T>
2025-04-14  Arthur Cohenattributes: Handle external tool annotations like rustfmt::
2025-04-14  Arthur Cohennr2.0: Only insert derive macros if they exist
2025-04-14  Arthur Cohenattributes: Add missing attributes used in `core`
2025-04-14  beamandalaAdd `#[track_caller]` as known attribute
2025-04-14  Arthur Cohenci: Update warnings for new location in install.texi
2025-04-14  Arthur Coheninstall.texi: Mention Rust requirement for building...
2025-04-14  Owen AveryFix const checking of enum discriminants
2025-04-14  Arthur Cohenformat_args: Allow extraneous commas, improve safety
2025-04-14  Arthur Cohenexpansion: Desugar doc comments into attributes before...
2025-04-14  Arthur Cohenexpansion: Only add fragments if the matcher succeeded
2025-04-14  Arthur Cohensession: Desugar question mark operator after expansion...
2025-04-14  Arthur Cohenast: Add get_locus() to DelimTokenTree
2025-04-14  Arthur Cohenast: Support outer attributes for AST::RangeExpr
2025-04-14  Arthur Cohennr2.0: Do not resolve modules this run if they are...
2025-04-14  Arthur Cohentypecheck: Properly select methods when dealing with...
2025-04-10  Andrew Pinskirust: Add comment inside block [PR119342]
2025-04-10  Andrew Pinskirust: use range for inside rust-gcc.cc [PR119341]
2025-04-10  Andrew Pinskirust: Use error_operand_p in rust-gcc.cc
2025-04-10  Andrew Pinskirust: Use FLOAT_TYPE_P instead of manual checking
2025-04-07  Owen Averynr2.0: Adjust test macro6.rs
2025-04-07  Owen Averynr2.0: Adjust test issue-2812.rs
2025-04-07  Matty Kuhngccrs: fix ICE segfault with empty feature gate
2025-04-07  Pierre-Emmanuel... Rename label getter to unchecked
2025-04-07  Pierre-Emmanuel... Rename label getter in ContinueExpr
2025-04-07  Pierre-Emmanuel... Change optional to expected for parse_loop_label
2025-04-07  Pierre-Emmanuel... Adapt testcase to name resolution 2.0
2025-04-07  Pierre-Emmanuel... Resolve labels within break or continue expressions
2025-04-07  Pierre-Emmanuel... Fix unresolved label error message
2025-04-07  Pierre-Emmanuel... Migrate error state to optionals
2025-04-07  Pierre-Emmanuel... Update ast visitor with proper check for looplabel
2025-04-07  Pierre-Emmanuel... Remove unused error constructor and getter
2025-04-07  Pierre-Emmanuel... Make loop label truly optional
2025-04-07  Pierre-Emmanuel... Visit loop label before predicate expression
2025-04-07  Pierre-Emmanuel... Add check for label
2025-04-07  Pierre-Emmanuel... Resolve labels
2025-04-07  Pierre-Emmanuel... Revert part of 44ffe1193269
2025-04-04  Sri Ganesh... gccrs: refactoring rust_error_at "redefined multiple...
2025-04-04  Owen Averynr2.0: Improve test script
2025-04-04  Owen Averynr2.0: Remove duplicate self visit
2025-04-04  Philip Herrongccrs: Fix ICE for reserved lifetime name
2025-04-04  Arthur Cohenhir: Add default qualifier to function, lower it properly
2025-04-04  Arthur Cohenfeature: Add min_specialization feature
2025-04-04  Philip Herrongccrs: Fix ICE when hitting invalid types for generics
2025-04-03  Philip Herrongccrs: Fix ICE on raw reference
2025-04-03  Philip Herrongccrs: Fix ICE on invalid match arms
2025-04-03  Philip Herrongccrs: Fix recusive type query and nullptr on type...
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
next