index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
mainrt.rs
Age
Commit message (
Expand
)
Author
2024-11-14
fix: otel resiliency (#26857)
snek
2024-11-10
Revert "perf(upgrade): cache downloaded binaries in DENO_DIR" (#26799)
Divy Srivastava
2024-11-09
perf(upgrade): cache downloaded binaries in DENO_DIR (#26108)
Bartek Iwańczuk
2024-10-24
perf(compile): pass module source data from binary directly to v8 (#26494)
David Sherret
2024-08-20
fix(cli): update permission prompt message for compiled binaries (#24081)
Yazan AbdAl-Rahman
2024-08-19
fix(compile): make output more deterministic (#25092)
David Sherret
2024-08-15
refactor: remove version::is_canary(), use ReleaseChannel instead (#25053)
Bartek Iwańczuk
2024-08-01
feat: codesign for deno compile binaries (#24604)
Divy Srivastava
2024-07-23
Revert "fix(cli): add NAPI support in standalone mode (#24642)" (#24682)
Bartek Iwańczuk
2024-07-23
Revert "chore: move all node-api impl to ext (#24662)" (#24680)
Bartek Iwańczuk
2024-07-22
chore: move all node-api impl to ext (#24662)
snek
2024-07-21
fix(cli): add NAPI support in standalone mode (#24642)
Ivancing
2024-07-10
feat(node): Support executing npm package lifecycle scripts (preinstall/insta...
Nathan Whitaker
2024-07-09
feat(compile): support --env (#24166)
HasanAlrimawi
2024-05-08
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
David Sherret
2024-03-31
refactor: cleanup main entrypoint (#23145)
David Sherret
2024-03-22
perf(cli): use args_os (#23039)
Matt Mastracci
2024-03-05
perf(cli): faster standalone executable determination (#22717)
Matt Mastracci
2024-02-13
feat: denort binary for `deno compile` (#22205)
Divy Srivastava