summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-27const-block: Add testcasedevel/rust/masterArthur Cohen
2025-05-27hir: Add const blocksArthur Cohen
2025-05-27parser: Add base for parsing const blocksArthur Cohen
2025-05-27ast: Add ConstBlock and AnonConst nodesArthur Cohen
2025-05-27gccrs: Always emit the error highest in the type hierarchyPhilip Herron
2025-05-27nr2.0: Fix IfLet pattern handlingOwen Avery
2025-05-27Adjust included headers in rust-lang.ccOwen Avery
2025-05-26gccrs: Initial support for Return Position Impl TraitPhilip Herron
2025-05-26gccrs: Fix non canonical type bug with tuplesPhilip Herron
2025-05-26gccrs: Remove unneeded clones untill we have an arena allocator for these tmpsPhilip Herron
2025-05-26gccrs: refactor default infer vars to be its own functionPhilip Herron
2025-05-23nr2.0: Fix some paths in test filesOwen Avery
2025-05-23nr2.0: Fix test builtin_abort.rsOwen Avery
2025-05-19gccrs: Fix NR2 ICE in visit_attributesTom Schollenberger
2025-05-19Remove rvalue reference bindingOwen Avery
2025-05-15Small improvements to DefaultASTVisitor and nr2.0Owen Avery
2025-05-14gccrs: remove unused fileMarc Poulhiès
2025-05-13Fix Attr metavariable bindingOwen Avery
2025-05-13Fix test same_field_name.rsOwen Avery
2025-05-13nr2.0: Fix borrow checkingOwen Avery
2025-05-13gccrs: We cant clone types as it will dup the node-idPhilip Herron
2025-05-09gccrs: Adapt attribute lang hook and do some cleanupMarc Poulhiès
2025-05-08nr2.0: Adjust resolution of impl itemsOwen Avery
2025-05-08ast: collector: visit InlineAsm node during ast dump0xn4utilus
2025-05-08gccrs: fix ICE on empty constexpr loopsTom Schollenberger
2025-05-08gccrs: Prevent passing generic arguments to impl traits in argument positionPhilip Herron
2025-05-07nr2.0: Adjust enum item visitorsOwen Avery
2025-05-07Improve struct pattern compilationOwen Avery
2025-05-07Revert "backend: Remove checks on StructFieldIdentPattern"Owen Avery
2025-05-07Improve canonical path handling for impl itemsOwen Avery
2025-05-07gccrs: desugar APIT impl traitsPhilip Herron
2025-05-07gccrs: Emit error diagnostic for bad impl type usagePhilip Herron
2025-05-02derive(PartialEq): Fix raw strings in testCohenArthur
2025-05-02derive(PartialEq): Allow deriving enum structsArthur Cohen
2025-05-02ast: builder: Allow building struct ident patternsArthur Cohen
2025-04-30backend: Remove checks on StructFieldIdentPatternArthur Cohen
2025-04-30backend: Compile struct rebinding patternsArthur Cohen
2025-04-30backend: Refactor struct pattern compilationArthur Cohen
2025-04-29nr2.0: late: Correctly initialize funny_error memberArthur Cohen
2025-04-28Fix narrowing conversion warningsOwen Avery
2025-04-28Visit visibility in UseDeclarationPierre-Emmanuel Patry
2025-04-28Some assorted tweaks and bug fixesOwen Avery
2025-04-28Completely duplicate path nodePierre-Emmanuel Patry
2025-04-24Use specialized param visit function for paramsPierre-Emmanuel Patry
2025-04-24Remove passing test from exclusion listPierre-Emmanuel Patry
2025-04-24Use stacked context for nested bindings.Pierre-Emmanuel Patry
2025-04-24Add pattern bindingsPierre-Emmanuel Patry
2025-04-24Add binding context classPierre-Emmanuel Patry
2025-04-24Add hash function for IdentifiersPierre-Emmanuel Patry
2025-04-24Add equality operator for identifiersPierre-Emmanuel Patry