aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-24Fix warning with overridden virtual methodsdevel/rust/masterPierre-Emmanuel Patry
2023-10-23Add a new regression test for issue 2665Pierre-Emmanuel Patry
2023-10-23Parse const with no value expressionPierre-Emmanuel Patry
2023-10-23hir: Avoid copy in getter (PathPattern)Jakub Dupak
2023-10-23hir: Rename ComoundAssignment gettersJakub Dupak
2023-10-23hir: Rename get_pattern_mappings methodJakub Dupak
2023-10-23hir: Add missing getterJakub Dupak
2023-10-23ast: Handle tuplestruct pattern with indicesJakub Dupak
2023-10-23hir: Refactor - avoid copy in getterJakub Dupak
2023-10-20Make resolution of AssociatedItem instances polymorphicOwen Avery
2023-10-20Make lowering of AssociatedItem instances polymorphicOwen Avery
2023-10-20compile: bail on labelled blockJakub Dupak
2023-10-20typecheck: add loop ctx for labelled blockJakub Dupak
2023-10-20resolve: Resolve labelled blockJakub Dupak
2023-10-20hir: Lower labelled blockJakub Dupak
2023-10-20ast: Parse labelled blockJakub Dupak
2023-10-18Create base class AssociatedItemOwen Avery
2023-10-17gccrs: Add tests for v0 manglingRaiki Tamura
2023-10-17Add new test for closure in closure parsingPierre-Emmanuel Patry
2023-10-17Break OR tokens in closure parameter list contextPierre-Emmanuel Patry
2023-10-17Add new regression test for macro matcher behaviorPierre-Emmanuel Patry
2023-10-17Add path to macro fragment follow restrictionsPierre-Emmanuel Patry
2023-10-17Add a new test for mbe named macro_rulesPierre-Emmanuel Patry
2023-10-17Add new regression testPierre-Emmanuel Patry
2023-10-17Allow macro named macro_rulesPierre-Emmanuel Patry
2023-10-17Add new regression testPierre-Emmanuel Patry
2023-10-17Add a new regression testPierre-Emmanuel Patry
2023-10-17Fix RangeFromExpr parsing in for loopsPierre-Emmanuel Patry
2023-10-17Add a new regression test for macro call "default"Pierre-Emmanuel Patry
2023-10-17Allow call to macro named "default" at item levelPierre-Emmanuel Patry
2023-10-17Add a new regression testPierre-Emmanuel Patry
2023-10-17Fix path expr segment parsing with generic pathPierre-Emmanuel Patry
2023-10-16Replace get_pattern_node_id with get_node_idOwen Avery
2023-10-16Add regression testPierre-Emmanuel Patry
2023-10-16Add comma for expr delimiter to fix match armsPierre-Emmanuel Patry
2023-10-16Add regression testPierre-Emmanuel Patry
2023-10-16Fix pub unit type parsingPierre-Emmanuel Patry
2023-10-16TyTy: use new subclass APIJakub Dupak
2023-10-16TyTy: TyTy improved subclass casting and checkingJakub Dupak
2023-10-16Add a regression test for global path parsingPierre-Emmanuel Patry
2023-10-16Fix type param bound parsing with opening scopePierre-Emmanuel Patry
2023-10-16Change debug log call to as_string functionPierre-Emmanuel Patry
2023-10-16gccrs: Initial implementation of v0 manglingRaiki Tamura
2023-10-16Rename cloning methods in TupleStructItems and TuplePatternItemsOwen Avery
2023-10-16Adjust methods for TuplePatternItems to match TupleStructItemsOwen Avery
2023-10-16gccrs: minor changes (typo and minor refactor)Marc Poulhiès
2023-10-05Add test for parser bugJakub Dupak
2023-10-05Fix parser bug on tupplestruct patternJakub Dupak
2023-10-05Removed unnecessary commentsMohammed Rizan Farooqui
2023-10-03Fix type confusion in coercionJakub Dupak