]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2025-05-07  Owen AveryImprove struct pattern compilation
2025-05-07  Owen AveryRevert "backend: Remove checks on StructFieldIdentPattern"
2025-05-07  Owen AveryImprove canonical path handling for impl items
2025-05-07  Philip Herrongccrs: desugar APIT impl traits
2025-05-07  Philip Herrongccrs: Emit error diagnostic for bad impl type usage
2025-05-02  CohenArthurderive(PartialEq): Fix raw strings in test
2025-05-02  Arthur Cohenderive(PartialEq): Allow deriving enum structs
2025-05-02  Arthur Cohenast: builder: Allow building struct ident patterns
2025-04-30  Arthur Cohenbackend: Remove checks on StructFieldIdentPattern
2025-04-30  Arthur Cohenbackend: Compile struct rebinding patterns
2025-04-30  Arthur Cohenbackend: Refactor struct pattern compilation
2025-04-29  Arthur Cohennr2.0: late: Correctly initialize funny_error member
2025-04-28  Owen AveryFix narrowing conversion warnings
2025-04-28  Pierre-Emmanuel... Visit visibility in UseDeclaration
2025-04-28  Owen AverySome assorted tweaks and bug fixes
2025-04-28  Pierre-Emmanuel... Completely duplicate path node
2025-04-24  Pierre-Emmanuel... Use specialized param visit function for params
2025-04-24  Pierre-Emmanuel... Remove passing test from exclusion list
2025-04-24  Pierre-Emmanuel... Use stacked context for nested bindings.
2025-04-24  Pierre-Emmanuel... Add pattern bindings
2025-04-24  Pierre-Emmanuel... Add binding context class
2025-04-24  Pierre-Emmanuel... Add hash function for Identifiers
2025-04-24  Pierre-Emmanuel... Add equality operator for identifiers
2025-04-24  Pierre-Emmanuel... Add fn_once and Sized lang items to the test
2025-04-24  Pierre-Emmanuel... Change expected error output to match nr2
2025-04-24  Pierre-Emmanuel... Update generics9 expected error message
2025-04-24  Pierre-Emmanuel... Prevent forward declaration in type parameters
2025-04-24  Pierre-Emmanuel... Remove error state for GenericArg
2025-04-23  Pierre-Emmanuel... Change error message to match expected test output
2025-04-22  Owen Averynr2.0: Improve error handling
2025-04-22  Owen Averynr2.0: Fix derive-debug1.rs
2025-04-19  Thomas SchwingeDisable parallel testing for 'rust/compile/nr2/compile...
2025-04-19  Philip Herrongccrs: prealloc the initilizer vector
2025-04-18  Philip Herrongccrs: Fix ICE with empty generic arguments
2025-04-18  Owen AveryAdjust segment start position errors
2025-04-18  Philip Herrongccrs: Fix ICE when handling case of unknown field...
2025-04-18  Philip Herrongccrs: Add test case to show ice is fixed
2025-04-18  Owen Averynr2.0: Remove unnecessary copy of Node
2025-04-18  Philip Herrongccrs: Fix ICE in struct expressions
2025-04-18  Owen Averynr2.0: Handle StructPatternFieldIdent
2025-04-18  Philip Herrongccrs: Add test case to show ICE is fixed
2025-04-18  Philip Herrongccrs: Add test case to show issue is fixed
2025-04-17  Pierre-Emmanuel... Add gimple test for black box intrinsic
2025-04-17  Pierre-Emmanuel... Add execute test for black_box intrinsic
2025-04-17  Pierre-Emmanuel... Add LlvmInlineAsm node dump
2025-04-17  Pierre-Emmanuel... Parse and lower llvm asm node
2025-04-17  Pierre-Emmanuel... Add llvmInlineAsm node
2025-04-17  Pierre-Emmanuel... Emit error with old asm syntax in new asm blocks
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
next