index
:
php-mozart
main
php-mozart
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
mozart
/
Cargo.toml
Age
Commit message (
Expand
)
Author
2026-05-10
refactor(workspace): consolidate crates into mozart-core
nsfisis
2026-05-09
refactor(console): accept format args directly in console_writeln! macros
nsfisis
2026-05-04
feat(show): expand license output with name, OSI flag, and URL
nsfisis
2026-05-03
refactor: switch internal maps/sets from HashMap to IndexMap
nsfisis
2026-05-01
test(test-harness): enumerate Composer installer .test fixtures
nsfisis
2026-02-23
feat(vcs): add mozart-vcs crate for VCS repository support
nsfisis
2026-02-23
fix(search): match Composer single-line output format with truncation
nsfisis
2026-02-23
fix(browse): use proper URL validation and match Composer's Windows browser l...
nsfisis
2026-02-22
refactor: reorganize crates to match Composer subpackage structure
nsfisis
2026-02-22
refactor(async): migrate from blocking HTTP to async/await with tokio
nsfisis
2026-02-22
feat(tracing): add performance profiling via tracing crate
nsfisis
2026-02-22
refactor(workspace): split monolithic crate into 6 workspace crates
nsfisis
2026-02-21
feat(completion): add shell completion generation via clap_complete
nsfisis
2026-02-21
test(cli): add end-to-end integration tests for CLI commands
nsfisis
2026-02-21
feat(self-update): implement command to update Mozart via GitHub Releases
nsfisis
2026-02-21
feat(archive): implement command to create distributable archives
nsfisis
2026-02-21
feat(cache): add filesystem-backed cache with TTL expiration and size-limited GC
nsfisis
2026-02-21
feat(resolver): integrate pubgrub dependency resolver
nsfisis
2026-02-21
feat(core): add version constraint, lockfile, installed registry, and downloa...
nsfisis
2026-02-21
feat(require): implement require command with Packagist version resolution
nsfisis
2026-02-11
add more dependencies
nsfisis
2026-02-11
enable workspace
nsfisis