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
/
application.rs
Age
Commit message (
Expand
)
Author
2026-08-06
refactor(php-shim): take filesystem paths as impl AsRef<Path>
nsfisis
2026-08-05
test(plugin): pin a composer-normalize fixture and compare its listing
nsfisis
2026-08-05
feat(plugin): run plugin-provided commands in a worker-side application
nsfisis
2026-08-05
feat(plugin): discover and list plugin-provided commands
nsfisis
2026-08-04
docs: state code facts instead of porting-phase progress
nsfisis
2026-08-03
feat(event-dispatcher): run composer.json PHP scripts through the RPC worker
nsfisis
2026-08-02
chore(todo): consolidate TODO comments into the five fixed marker tags
nsfisis
2026-07-25
feat(console): register plugin commands via Application::add
nsfisis
2026-07-25
refactor: replace redundant clones with moves
nsfisis
2026-07-25
feat(tracing): init tracing subscriber from $SHIRABE_TRACING
nsfisis
2026-07-18
perf(regex): eliminate per-call clone overhead in preg_* dispatch
nsfisis
2026-07-11
fix(console-application): render exceptions to ConsoleOutput's error output
nsfisis
2026-07-11
chore: remove stale comment
nsfisis
2026-07-11
fix(command-loader): return Rc<RefCell<dyn Command>> from get()
nsfisis
2026-07-11
chore: use fully-qualified name for Rc/RefCell
nsfisis
2026-07-11
feat(completion): thread Rc<InputOption> through suggest_options
nsfisis
2026-07-11
refactor(application): inline plugin command warning writes
nsfisis
2026-07-04
fix(console-application): implement --profile via IOInterface::enable_debugging
nsfisis
2026-07-01
test(application): port two doRun script-command tests
nsfisis
2026-07-01
feat(php-rpc): query real PHP version and binary for --version
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
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
[next]