Commit Graph

2 Commits

Author SHA1 Message Date
4c42cab2d5 docs: Update control_flow module documentation (Phase 7)
- Enhanced module-level documentation in mod.rs
- Added comprehensive documentation to debug.rs
- Fixed unused imports in try_catch.rs
- Documented modularization history and architecture
- All visibility modifiers verified as correct
- Smoke tests pass (26/27, 1 unrelated timeout)
2025-12-05 21:11:43 +09:00
41de2d20e9 refactor: Extract debug utilities from control_flow.rs (Phase 1)
- Created control_flow/ subdirectory
- Moved trace_varmap() to debug.rs
- All control flow logic now in control_flow/mod.rs
- Zero breaking changes, all functionality preserved
- Tests pass (binary execution verified)
2025-12-05 20:41:19 +09:00