ruff
[ty] more precise lazy scope place lookup
#19932
Merged

Commits
  • [ty] more precise lazy scope place lookup
    mtshiba committed 300 days ago
  • Merge branch 'main' into lazy-scope-place-lookup2
    mtshiba committed 293 days ago
  • Compare the terminal bindings with the captured bindings and decide whether to keep the lazy snapshot
    mtshiba committed 293 days ago
  • Introduce `SnapshotCompleteness` to retain and utilize incomplete snapshots
    mtshiba committed 292 days ago
  • Perform exact boundness analysis if the snapshot is complete
    mtshiba committed 292 days ago
  • Revert "Perform exact boundness analysis if the snapshot is complete"
    mtshiba committed 292 days ago
  • Update use_def.rs
    mtshiba committed 292 days ago
  • remove unnecessary code
    mtshiba committed 291 days ago
  • Merge branch 'main' into lazy-scope-place-lookup2
    mtshiba committed 290 days ago
  • Partially revert "remove unnecessary code"
    mtshiba committed 290 days ago
  • Update lazy snapshots on every reassignment
    mtshiba committed 278 days ago
  • Merge branch 'main' into lazy-scope-place-lookup2
    mtshiba committed 277 days ago
  • Update nested.md
    mtshiba committed 277 days ago
  • Update builder.rs
    mtshiba committed 277 days ago
  • revert unnecessary changes
    mtshiba committed 277 days ago
  • Fix the condition for updating lazy snapshots
    mtshiba committed 276 days ago
  • optimize snapshot updates
    mtshiba committed 276 days ago
  • Fix incorrectly determining that a function was reassigned when it was first defined
    mtshiba committed 276 days ago
  • Revert "optimize snapshot updates"
    mtshiba committed 276 days ago
  • minor changes in use_def.rs
    mtshiba committed 276 days ago
  • Doc additions
    carljm committed 276 days ago
Loading