summaryrefslogtreecommitdiff
path: root/gcc/rust
AgeCommit message (Expand)Author
2025-11-18Daily bump.GCC Administrator
2025-11-17gccrs: Fix segv in errors in type checking an impl itemPhilip Herron
2025-11-17gccrs: Support generic constant impl itemsPhilip Herron
2025-11-17gccrs: Fix const generics handling on array typesPhilip Herron
2025-11-17gccrs: make invalid inner attributes show errorLucas Ly Ba
2025-11-17gccrs: fix ICE on missing pattern in while loopLucas Ly Ba
2025-11-17gccrs: fix cfg attribute error with literal predicateLucas Ly Ba
2025-11-17gccrs: fix segfault with empty cfg attributeLucas Ly Ba
2025-11-17gccrs: fix error multiple cfg predicatesLucas Ly Ba
2025-11-17gccrs: Add support for binding const generic values to pathsPhilip Herron
2025-11-17gccrs: Implement E0579 error checking in RangePattern compilationYap Zhi Heng
2025-11-17gccrs: Fix `RangePattern` negative literal bounds being treated as positiveYap Zhi Heng
2025-11-17gccrs: Fix ICE with non-trailing const defaultsvishruth-thimmaiah
2025-11-17gccrs: Add minus sign compilation for LiteralPatternYap Zhi Heng
2025-11-17gccrs: fix segfault on exported macroLucas Ly Ba
2025-11-13Daily bump.GCC Administrator
2025-11-12gccrs: Fmt: Simplify pragma diagnostic setupArthur Cohen
2025-11-12gccrs: fmt: Skip warnings in Fmt class due to unused devirt method [PR122498]Arthur Cohen
2025-10-31Daily bump.GCC Administrator
2025-10-30gccrs: Improve ErrorPropagationExpr handlingOwen Avery
2025-10-30gccrs: Attempt to resolve pattern items in tuple pattern with a rest patternYap Zhi Heng
2025-10-30gccrs: Fix ICE on enum in tuple struct patternRyo Yoshida
2025-10-30gccrs: Fix ICE for repr attribute malformationYap Zhi Heng
2025-10-30gccrs: fix inner attr derive doesn't show errorLucas Ly Ba
2025-10-30gccrs: fix ICE in TyVar constructorlishin
2025-10-30gccrs: Emit error when tuple-indexing on non-tuplesRyo Yoshida
2025-10-30gccrs: Refactor TyTy::ConstType into separate typesPhilip Herron
2025-10-30gccrs: fix: add early return for empty module file0xllx0
2025-10-30gccrs: Add doc attribute checking on traitsPierre-Emmanuel Patry
2025-10-30gccrs: Avoid malformed attribute conversionPierre-Emmanuel Patry
2025-10-30gccrs: Force crash when retrieving meta item locationPierre-Emmanuel Patry
2025-10-30gccrs: Add override modifierPierre-Emmanuel Patry
2025-10-30gccrs: Emit an error on malformed pathPierre-Emmanuel Patry
2025-10-30gccrs: Use rich_location for TupleStructPattern type check num field errorYap Zhi Heng
2025-10-30gccrs: Implement compilation support for HIR::TupleStructItemsHasRestYap Zhi Heng
2025-10-30gccrs: Implement lowering of AST::TupleStructItemsHasRestYap Zhi Heng
2025-10-30gccrs: Fix StructPattern type checking rejecting tuple struct scrutineeYap Zhi Heng
2025-10-30gccrs: Add HIR lowering support for rest pattern in struct patterns' ASTYap Zhi Heng
2025-10-30gccrs: Handle link_name attributeOwen Avery
2025-10-30gccrs: expand: Inherit from PointerVisitorArthur Cohen
2025-10-30gccrs: Add origin location to expanded tokensPierre-Emmanuel Patry
2025-10-30gccrs: Emit errors from the transcriber when they occurPierre-Emmanuel Patry
2025-10-30gccrs: Prevent segfault on builtin metavarsPierre-Emmanuel Patry
2025-10-30gccrs: Fix ICE where we expect a num enum variantPhilip Herron
2025-10-30gccrs: Add error diag for self params on plain functionsPhilip Herron
2025-10-30gccrs: Fix ICE on copied array expressionsPhilip Herron
2025-10-30gccrs: Remove old hack from resolve operator overloadPhilip Herron
2025-10-30gccrs: fnptr types can hold onto generic params so it needs to handle substsPhilip Herron
2025-10-30gccrs: Improve FFIOptOwen Avery
2025-10-30gccrs: Implement TokenCollector::visit(AST::FormatArgs&)Magnus-Mage