You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Syntax highlighting support: Added TextMate and Tree-sitter grammar support with setup guidance for VSCode, Sublime Text, JetBrains, Neovim, and Helix.
Setup documentation: New mux-website/docs/setup.md with language installation and editor configuration guides.
Changed
Profiling decoupled: Removed built-in profiling infrastructure (mux-profiling crate) from compiler and runtime. Profiling now uses external tools (perf, Instruments, WPA) only.
Code quality improvements: Pinned GitHub Actions versions, added --locked to cargo commands, added Cargo.lock files, refactored Python and JavaScript generators to fix SonarQube findings.
Fixed
Code review cleanup: Removed orphaned profiling scripts, cleaned up empty scope blocks in compiler, and fixed numbered list in CONTRIBUTING.md.