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