summaryrefslogtreecommitdiff
path: root/gcc/rust/rust-session-manager.cc
AgeCommit message (Expand)Author
2025-10-30gccrs: Allow early resolution to use the language preludeOwen Avery
2025-10-30gccrs: Do not dump the AST if the parser emit errorsPierre-Emmanuel Patry
2025-10-30gccrs: nr1.0: Remove support in rust-session-manager.ccOwen Avery
2025-10-30gccrs: Collect lang items after expansionOwen Avery
2025-10-30gccrs: Replace old read-only checker with new implementation.Ryutaro Okada
2025-10-30gccrs: CfgStrip AST nodes marked with #[test]Owen Avery
2025-10-30gccrs: Improve handling of AttrInputLiteralOwen Avery
2025-08-05gccrs: desugar: Add for-loop desugar to ExpressionYeastArthur Cohen
2025-08-05gccrs: desugar: Add desugar dispatch for all desugarsArthur Cohen
2025-08-05gccrs: Do proper const folding during typechecking for array capacitiesPhilip Herron
2025-08-05gccrs: nr2.0: Adjust resolution of external cratesOwen Avery
2025-08-05gccrs: Move AST desugaring into expansion phaseOwen Avery
2025-08-05gccrs: Adjust external crate lowering and type checkingOwen Avery
2025-08-05gccrs: Reindent using last clang-format configurationMarc Poulhiès
2025-08-05gccrs: desugar APIT impl traitsPhilip Herron
2025-04-14gccrs: session: Desugar question mark operator after expansion instead.Arthur Cohen
2025-03-24gccrs: session-manager: Call into DesugarQuestionMarkArthur Cohen
2025-03-24gccrs: session manager: Call into DesugarForLoopsArthur Cohen
2025-03-24gccrs: Infer crate name after file openingDylan Gardner
2025-03-21gccrs: rust/intrinsic: add try intrinsic and panic strategy optionsliushuyu
2025-03-21gccrs: lang-items: Add lang-items AST collectorArthur Cohen
2025-03-19gccrs: Postpone break on error after name resolutionPierre-Emmanuel Patry
2025-03-19gccrs: Loop on expansion if a new export has been definedPierre-Emmanuel Patry
2025-03-19gccrs: session-manager: Fix typos in -frust-incomplete messageArthur Cohen
2025-03-19gccrs: Implement initial pattern analysis pass.Raiki Tamura
2025-03-17gccrs: Change crate_num_to_nodeid return typePierre-Emmanuel Patry
2025-03-17gccrs: Change return type of lookup_crate_namePierre-Emmanuel Patry
2025-03-17gccrs: Change singleton returned type to a referencePierre-Emmanuel Patry
2025-01-02Update copyright years.Jakub Jelinek
2024-11-27diagnostics: replace %<%s%> with %qs [PR104896]David Malcolm
2024-08-01gccrs: session manager: Init Immutable name resolver.Arthur Cohen
2024-08-01gccrs: session-manager: Dump name resolution pass.Arthur Cohen
2024-08-01gccrs: sesh: Add late name resolution 2.0Arthur Cohen
2024-08-01gccrs: TyTy: Variance analysis moduleJakub Dupak
2024-01-16gccrs: Add call to ast validation checkerPierre-Emmanuel Patry
2024-01-16gccrs: borrowck: Create BIR builders (visitors)Jakub Dupak
2024-01-16gccrs: borrowck: Execute only with CLI flagJakub Dupak
2024-01-16gccrs: borrowck: Add CLI option for borrowckJakub Dupak
2024-01-16gccrs: Fix ICE when emitting an error during cfg stripPierre-Emmanuel Patry
2024-01-16gccrs: port over readonly_error from c-family for lvalue assignment checksPhilip Herron
2024-01-16gccrs: Convert class Backend into namespaceOwen Avery
2024-01-16gccrs: Unify raw attribute valuesPierre-Emmanuel Patry
2024-01-16gccrs: Clarify package import procedurePierre-Emmanuel Patry
2024-01-16gccrs: Move extern crate resolvingPierre-Emmanuel Patry
2024-01-16gccrs: Move proc macro definition to mappingsPierre-Emmanuel Patry
2024-01-16gccrs: Add proc macro top level discoveryPierre-Emmanuel Patry
2024-01-16gccrs: Collect error instance instead of lambda functionsPierre-Emmanuel Patry
2024-01-16gccrs: Resolve nested macro definitionPierre-Emmanuel Patry
2024-01-16gccrs: Add punycode encoding to v0 manglingRaiki Tamura
2024-01-16gccrs: macro-expand: Keep optional references to last_{def, invoc}Arthur Cohen