]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2025-05-27  Arthur Cohenconst-block: Add testcase devel/rust/master
2025-05-27  Arthur Cohenhir: Add const blocks
2025-05-27  Arthur Cohenparser: Add base for parsing const blocks
2025-05-27  Arthur Cohenast: Add ConstBlock and AnonConst nodes
2025-05-27  Philip Herrongccrs: Always emit the error highest in the type hierarchy
2025-05-27  Owen Averynr2.0: Fix IfLet pattern handling
2025-05-27  Owen AveryAdjust included headers in rust-lang.cc
2025-05-26  Philip Herrongccrs: Initial support for Return Position Impl Trait
2025-05-26  Philip Herrongccrs: Fix non canonical type bug with tuples
2025-05-26  Philip Herrongccrs: Remove unneeded clones untill we have an arena...
2025-05-26  Philip Herrongccrs: refactor default infer vars to be its own function
2025-05-23  Owen Averynr2.0: Fix some paths in test files
2025-05-23  Owen Averynr2.0: Fix test builtin_abort.rs
2025-05-19  Tom Schollenbergergccrs: Fix NR2 ICE in visit_attributes
2025-05-19  Owen AveryRemove rvalue reference binding
2025-05-15  Owen AverySmall improvements to DefaultASTVisitor and nr2.0
2025-05-14  Marc Poulhièsgccrs: remove unused file
2025-05-13  Owen AveryFix Attr metavariable binding
2025-05-13  Owen AveryFix test same_field_name.rs
2025-05-13  Owen Averynr2.0: Fix borrow checking
2025-05-13  Philip Herrongccrs: We cant clone types as it will dup the node-id
2025-05-09  Marc Poulhièsgccrs: Adapt attribute lang hook and do some cleanup
2025-05-08  Owen Averynr2.0: Adjust resolution of impl items
2025-05-08  0xn4utilusast: collector: visit InlineAsm node during ast dump
2025-05-08  Tom Schollenbergergccrs: fix ICE on empty constexpr loops
2025-05-08  Philip Herrongccrs: Prevent passing generic arguments to impl traits...
2025-05-07  Owen Averynr2.0: Adjust enum item visitors
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]
next