index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe
/
src
/
console
Age
Commit message (
Expand
)
Author
2026-06-29
chore(lint): ban bare `use anyhow::Result` and fully qualify it
nsfisis
2026-06-28
refactor: add linter
nsfisis
2026-06-28
test(console): port DocumentationTest::testCommand
nsfisis
2026-06-27
refactor(composer): hold managers behind *Interface traits
nsfisis
2026-06-27
feat(php-shim): drop shutdown function shim, defer OOM message to PHP
nsfisis
2026-06-27
refactor(command): replace composer_full_mut with shared composer_full
nsfisis
2026-06-27
refactor: fix compiler warnings and clippy warnings
nsfisis
2026-06-25
fix(console): spell ESC as \x1b for regex crate in HtmlOutputFormatter
nsfisis
2026-06-25
feat(php-shim): model $_ENV/$_SERVER as OsString snapshots
nsfisis
2026-06-24
chore: unwrap meaningless PhpMixed::String()
nsfisis
2026-06-24
fix(console): make Command/BaseCommand methods take &self
nsfisis
2026-06-23
test(command): port InitCommandTest
nsfisis
2026-06-23
refactor(console): close HelperSet to a fixed set of four helpers
nsfisis
2026-06-23
refactor(io): hold QuestionHelper directly in ConsoleIO instead of HelperSet
nsfisis
2026-06-22
refactor(console): introduce ApplicationHandle shared-ownership newtype
nsfisis
2026-06-22
refactor(console): drop unported LazyCommand
nsfisis
2026-06-21
feat(php-shim): implement microtime
nsfisis
2026-06-21
refactor(math): use method-style max/min/clamp over std::cmp
nsfisis
2026-06-21
feat(php-shim): implement round() shim
nsfisis
2026-06-20
feat(outdated): proxy execute to show via shared Application
nsfisis
2026-06-20
feat(console): implement doRenderThrowable exception rendering
nsfisis
2026-06-20
refactor(php-shim): drop Box wrapping from PhpMixed List/Array
nsfisis
2026-06-20
refactor(console): propagate getComposer's exit(1) as ExitException
nsfisis
2026-06-20
refactor: auto-fix clippy warnings
nsfisis
2026-06-20
feat(php-shim): implement count()
nsfisis
2026-06-20
feat(command): implement --help output
nsfisis
2026-06-19
test(command): add basic smoke tests
nsfisis
2026-06-19
feat(command): implement Symfony Command
nsfisis
2026-06-14
refactor(pcre): take &mut matches in preg_*2 shim helpers
nsfisis
2026-06-14
refactor(pcre): return bool/usize from preg_*2 shim helpers
nsfisis
2026-06-14
refactor(pcre): treat regex compile failure as fatal in shim
nsfisis
2026-06-14
refactor(pcre): consolidate duplicate preg_* shim helpers
nsfisis
2026-06-14
refactor(pcre): drop Result from Preg method return types
nsfisis
2026-06-14
refactor(console): remove unused symfony event dispatcher
nsfisis
2026-06-14
feat(console): implement get_command_name_before_binding via input clone
nsfisis
2026-06-13
fix(console): flatten Application inheritance to restore overrides
nsfisis
2026-06-12
refactor(php-shim): replace literal sprintf calls with format!
nsfisis
2026-06-12
feat(symfony-console): port Symfony Console and make the workspace compile
nsfisis
2026-06-11
feat(console): resolve phase-b TODOs in doRun and IO wiring
nsfisis
2026-06-08
refactor(external-packages): drop component segment from symfony paths
nsfisis
2026-06-08
feat(phase-c): resolve reflection/downcast phase-b TODOs
nsfisis
2026-06-07
feat(phase-c): resolve &mut-access phase-b TODOs via handle setters
nsfisis
2026-06-06
refactor(command): share Input/OutputInterface via Rc<RefCell>
nsfisis
2026-06-06
feat(console): pass styles through HtmlOutputFormatter constructor
nsfisis
2026-06-05
feat(json-lint): port ParsingException details into a typed struct
nsfisis
2026-05-27
refactor(package): pass package handles by value throughout
nsfisis
2026-05-26
refactor(io): share IOInterface via Rc<RefCell<dyn _>> handle
nsfisis
2026-05-25
refactor(package): introduce Rc<RefCell<_>> handles for packages
nsfisis
2026-05-22
refactor(composer): unify Composer/PartialComposer via Rc handles
nsfisis
2026-05-20
refactor: re-export module items to shorten import paths
nsfisis
[next]