]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/rust
Ada: Remove left-overs of front-end exception mechanism
[thirdparty/gcc.git] / gcc / rust /
5 days ago  GCC AdministratorDaily bump.
7 days ago  Martin Jamborrust: Silence a clang warning in borrow-checker-diagnostics
2025-04-29  GCC AdministratorDaily bump.
2025-04-28  Owen Averygccrs: Fix narrowing conversion warnings
2025-04-28  Pierre-Emmanuel... gccrs: Visit visibility in UseDeclaration
2025-04-28  Owen Averygccrs: Some assorted tweaks and bug fixes
2025-04-28  Pierre-Emmanuel... gccrs: Completely duplicate path node
2025-04-28  Pierre-Emmanuel... gccrs: Use specialized param visit function for params
2025-04-28  Pierre-Emmanuel... gccrs: Use stacked context for nested bindings.
2025-04-28  Pierre-Emmanuel... gccrs: Add pattern bindings
2025-04-28  Pierre-Emmanuel... gccrs: Add binding context class
2025-04-28  Pierre-Emmanuel... gccrs: Add hash function for Identifiers
2025-04-28  Pierre-Emmanuel... gccrs: Add equality operator for identifiers
2025-04-28  Pierre-Emmanuel... gccrs: Prevent forward declaration in type parameters
2025-04-28  Pierre-Emmanuel... gccrs: Remove error state for GenericArg
2025-04-28  Pierre-Emmanuel... gccrs: Change error message to match expected test...
2025-04-28  Owen Averygccrs: nr2.0: Improve error handling
2025-04-28  Philip Herrongccrs: prealloc the initilizer vector
2025-04-28  Philip Herrongccrs: Fix ICE with empty generic arguments
2025-04-28  Owen Averygccrs: Adjust segment start position errors
2025-04-28  Philip Herrongccrs: Fix ICE when handling case of unknown field...
2025-04-28  Owen Averygccrs: nr2.0: Remove unnecessary copy of Node
2025-04-28  Philip Herrongccrs: Fix ICE in struct expressions
2025-04-28  Owen Averygccrs: nr2.0: Handle StructPatternFieldIdent
2025-04-28  Pierre-Emmanuel... gccrs: Add LlvmInlineAsm node dump
2025-04-28  Pierre-Emmanuel... gccrs: Parse and lower llvm asm node
2025-04-28  Pierre-Emmanuel... gccrs: Add llvmInlineAsm node
2025-04-28  Pierre-Emmanuel... gccrs: Emit error with old asm syntax in new asm blocks
2025-04-28  Philip Herrongccrs: Add check for placeholder (infer) type in return...
2025-04-28  Philip Herrongccrs: Fix ICE when checking shift's which are behind...
2025-04-28  Philip Herrongccrs: Fix crash in hir dump as labels are optional
2025-04-28  Yap Zhi Henggccrs: Update comments in repr parsing code
2025-04-28  Zhi Henggccrs: Implement integer representation for enums
2025-04-28  Zhi Henggccrs: Implement typecheck for zero-variant enums
2025-04-28  Philip Herrongccrs: Fix segv in unsafe chcker
2025-04-15  GCC AdministratorDaily bump.
2025-04-14  Arthur Cohengccrs: lang-items: Add ManuallyDrop<T>
2025-04-14  Arthur Cohengccrs: attributes: Handle external tool annotations...
2025-04-14  Arthur Cohengccrs: nr2.0: Only insert derive macros if they exist
2025-04-14  Arthur Cohengccrs: attributes: Add missing attributes used in ...
2025-04-14  beamandalagccrs: Add `#[track_caller]` as known attribute
2025-04-14  Owen Averygccrs: Fix const checking of enum discriminants
2025-04-14  Arthur Cohengccrs: format_args: Allow extraneous commas, improve...
2025-04-14  Arthur Cohengccrs: expansion: Desugar doc comments into attributes...
2025-04-14  Arthur Cohengccrs: expansion: Only add fragments if the matcher...
2025-04-14  Arthur Cohengccrs: session: Desugar question mark operator after...
2025-04-14  Arthur Cohengccrs: ast: Add get_locus() to DelimTokenTree
2025-04-14  Arthur Cohengccrs: ast: Support outer attributes for AST::RangeExpr
2025-04-14  Arthur Cohengccrs: nr2.0: Do not resolve modules this run if they...
2025-04-14  Arthur Cohengccrs: typecheck: Properly select methods when dealing...
2025-04-14  Andrew Pinskirust: Add comment inside block [PR119342]
2025-04-14  Andrew Pinskirust: use range for inside rust-gcc.cc [PR119341]
2025-04-14  Andrew Pinskirust: Use error_operand_p in rust-gcc.cc
2025-04-14  Andrew Pinskirust: Use FLOAT_TYPE_P instead of manual checking
2025-04-09  GCC AdministratorDaily bump.
2025-04-08  Matty Kuhngccrs: fix ICE segfault with empty feature gate
2025-04-08  Pierre-Emmanuel... gccrs: Rename label getter to unchecked
2025-04-08  Pierre-Emmanuel... gccrs: Rename label getter in ContinueExpr
2025-04-08  Pierre-Emmanuel... gccrs: Change optional to expected for parse_loop_label
2025-04-08  Pierre-Emmanuel... gccrs: Resolve labels within break or continue expressions
2025-04-08  Pierre-Emmanuel... gccrs: Fix unresolved label error message
2025-04-08  Pierre-Emmanuel... gccrs: Migrate error state to optionals
2025-04-08  Pierre-Emmanuel... gccrs: Update ast visitor with proper check for looplabel
2025-04-08  Pierre-Emmanuel... gccrs: Remove unused error constructor and getter
2025-04-08  Pierre-Emmanuel... gccrs: Make loop label truly optional
2025-04-08  Pierre-Emmanuel... gccrs: Visit loop label before predicate expression
2025-04-08  Pierre-Emmanuel... gccrs: Add check for label
2025-04-08  Pierre-Emmanuel... gccrs: Resolve labels
2025-04-08  Pierre-Emmanuel... gccrs: Revert part of 44ffe1193269
2025-04-08  Sri Ganesh Thotagccrs: refactoring rust_error_at "redefined multiple...
2025-04-08  Owen Averygccrs: nr2.0: Remove duplicate self visit
2025-04-08  Philip Herrongccrs: Fix ICE for reserved lifetime name
2025-04-08  Arthur Cohengccrs: hir: Add default qualifier to function, lower...
2025-04-08  Arthur Cohengccrs: feature: Add min_specialization feature
2025-04-08  Philip Herrongccrs: Fix ICE when hitting invalid types for generics
2025-04-08  Philip Herrongccrs: Fix ICE on raw reference
2025-04-08  Philip Herrongccrs: Fix ICE on invalid match arms
2025-04-08  Philip Herrongccrs: Fix recusive type query and nullptr on type...
2025-04-08  Philip Herrongccrs: Fix ICE when there are 2 functions named main
2025-04-08  Philip Herrongccrs: Fix ICE when resolving lifetimes without name
2025-04-08  Philip Herrongccrs: Fix ICE when doing shift checks on const decl
2025-04-08  Owen Averygccrs: nr2.0: Handle global paths
2025-04-08  Ryutaro Okadagccrs: Evaluate the enum's discriminant in a const...
2025-04-01  GCC AdministratorDaily bump.
2025-03-31  Philip Herrongccrs: Fix SEGV when type path resolver fails outright
2025-03-31  Philip Herrongccrs: fix crash in parse repr options and missing...
2025-03-31  Philip Herrongccrs: fix ice when setting up regions
2025-03-31  Philip Herrongccrs: FIX ICE for malformed repr attribute
2025-03-31  Philip Herrongccrs: FIX ICE when working with HIR::BareFunctionType
2025-03-31  Philip Herrongccrs: Fix ICE in array ref constexpr
2025-03-31  Owen Averygccrs: Add ending newline to rust-macro-builtins-log...
2025-03-31  Owen Averygccrs: nr2.0: Rename prelude to lang_prelude
2025-03-31  Philip Herrongccrs: Fix ICE during const expr eval on array expressions
2025-03-31  Philip Herrongccrs: Fix ICE when compiling path which resolves to...
2025-03-31  Pierre-Emmanuel... gccrs: Resolve module final self segment in use decls
2025-03-31  Philip Herrongccrs: Give the builtin unit struct an actual locus
2025-03-31  Philip Herrongccrs: Fix ICE when doing method resolution on trait...
2025-03-31  Philip Herrongccrs: Fix ICE when using super mid way though path
2025-03-31  Philip Herrongccrs: Fix ICE when compiling block expressions in...
2025-03-31  Philip Herrongccrs: Add check for super traits being implemented...
next