summaryrefslogtreecommitdiff
path: root/gcc/rust/checks
AgeCommit message (Expand)Author
2025-10-30gccrs: Implement lowering of AST::TupleStructItemsHasRestYap Zhi Heng
2025-10-30gccrs: Create subdirectory checks/errors/featureOwen Avery
2025-10-30gccrs: Implement missing read-only checker case for TuplePatternItemsHasRestYap Zhi Heng
2025-10-30gccrs: nr1.0: Remove support in borrow checkerOwen Avery
2025-10-30gccrs: nr1.0: Remove support in pattern checkerOwen Avery
2025-10-30gccrs: nr1.0: Remove support in privacy checkerOwen Avery
2025-10-30gccrs: Implement rest pattern support for slice patternsYap Zhi Heng
2025-10-30gccrs: Replace old read-only checker with new implementation.Ryutaro Okada
2025-10-30gccrs: Read-only check if the variable is mutable type.Ryutaro Okada
2025-10-30gccrs: Improve vector usages and avoid copies.Pierre-Emmanuel Patry
2025-10-30gccrs: Remove cyclic inclusion and unused headers.Pierre-Emmanuel Patry
2025-10-30gccrs: Refactor HIR::PatternItem class and its derivativesYap Zhi Heng
2025-08-05gccrs: Add read-only check on HIRRyutaro Okada
2025-08-05gccrs: Add ConstType boiler plate to handle const genericsPhilip Herron
2025-08-05gccrs: Do not warn about unused `self` parameterRyutaro Okada
2025-08-05gccrs: hir: Add OffsetOf nodeArthur Cohen
2025-08-05gccrs: Fix semicolon after some namespacePierre-Emmanuel Patry
2025-08-05gccrs: Fix narrowing of Loan (size_t) into LoanId (uint32)Marc Poulhiès
2025-08-05gccrs: hir: Add const blocksArthur Cohen
2025-08-05gccrs: Remove unneeded clones untill we have an arena allocator for these tmpsPhilip Herron
2025-08-05gccrs: Reindent using last clang-format configurationMarc Poulhiès
2025-08-05gccrs: nr2.0: Fix borrow checkingOwen Avery
2025-06-26rust: Silence a clang warning in borrow-checker-diagnosticsMartin Jambor
2025-04-28gccrs: Fix narrowing conversion warningsOwen Avery
2025-04-28gccrs: Parse and lower llvm asm nodePierre-Emmanuel Patry
2025-04-28gccrs: Fix segv in unsafe chckerPhilip Herron
2025-04-14gccrs: Fix const checking of enum discriminantsOwen Avery
2025-04-08gccrs: fix ICE segfault with empty feature gateMatty Kuhn
2025-04-08gccrs: feature: Add min_specialization featureArthur Cohen
2025-03-31gccrs: Fix validation of constant itemsOwen Avery
2025-03-31rust: Lower minimum supported Rust version to 1.49Arthur Cohen
2025-03-24gccrs: Reduce usage of rust-session-manager.hOwen Avery
2025-03-24gccrs: initial setup for new OpaqueType to represent Impl typesPhilip Herron
2025-03-24gccrs: Add name resolution and HIR lowering for ImplTraitType'sPhilip Herron
2025-03-24gccrs: Fix crash in privay reporter for placeholder typesPhilip Herron
2025-03-24gccrs: nr2.0: Remove accidental copies of resolverOwen Avery
2025-03-24gccrs: scan-deadcode: Do not warn unused fields if they start with '_'Arthur Cohen
2025-03-24gccrs: marklive: Fix handling for lang item PathInExpressions.Arthur Cohen
2025-03-21gccrs: improve mutability checksPhilip Herron
2025-03-21gccrs: ast: Use StackedContexts class in ContextualASTVisitorArthur Cohen
2025-03-21gccrs: hir: Remove duplicate function in TraitItemFuncArthur Cohen
2025-03-21gccrs: empty match expressions should resolve to !Philip Herron
2025-03-21gccrs: Use nr2.0 in PrivacyReporterOwen Avery
2025-03-21gccrs: Fixes some tests appearing with a moved variantPierre-Emmanuel Patry
2025-03-21gccrs: Refactor hir to avoid raw pointers and unneeded fwdPierre-Emmanuel Patry
2025-03-21gccrs: Refactor HIR with optionals, references & newtypesPierre-Emmanuel Patry
2025-03-21gccrs: Refactor HIR to reduce the amount of raw pointersPierre-Emmanuel Patry
2025-03-21gccrs: asm: Fix clang warningsArthur Cohen
2025-03-21gccrs: Use name resolver 2.0 for module descendance checksOwen Avery
2025-03-21gccrs: Use name resolver 2.0 in VisibilityResolverOwen Avery