summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2023-05-03fix(ext/kv): throw on the Kv constructor (#18978)Luca Casonato
2023-05-03fix(docs): replace "e.g." with "i.e." in `seek()`/`seekSync()` comment (#18964)kang
2023-05-03fix(ext/kv): KvU64#valueOf and KvU64 inspect (#18656)Luca Casonato
2023-05-03perf: use jemalloc as global allocator (#18957)Bartek Iwańczuk
2023-05-02docs(lib): document `Deno.Command` requires the `allow-run` permission (#18958)Yarden Shoham
2023-05-02chore: release extension crates, unpin tokio (#18954)Bartek Iwańczuk
2023-05-02refactor(core): Use `ObjectHasOwn` instead of `ObjectPrototypeHasOwnProperty`...Kenta Moriuchi
2023-05-02fix(npm): canonicalize filename before returning (#18948)Bartek Iwańczuk
2023-05-01docs: correct example of piping the output of a subprocess to a file (#18933)Michael Lazarev
2023-05-01perf: lazily create RootCertStore (#18938)David Sherret
2023-05-01refactor(cli): remove ProcState - add CliFactory (#18900)David Sherret
2023-05-01perf: lazily retrieve ppid (#18940)David Sherret
2023-05-01refactor(cli): use CliMainWorker in standalone (#18880)David Sherret
2023-05-01perf(ext/web): fast path for ws events (#18905)Divy Srivastava
2023-04-30refactor(cli): remove `Clone` on `ProcState` (#18874)David Sherret
2023-04-30fix(fmt/json): support formatting number with exponent and no sign (#18894)David Sherret
2023-04-30fix(ext/url): throw `TypeError` for empty argument (#18896)Kenta Moriuchi
2023-04-30refactor: remove ext/console/01_colors.js (#18927)Leo Kettmeir
2023-04-30perf(core): async op pseudo-codegen and performance work (#18887)Matt Mastracci
2023-04-30refactor: merge Deno & Node inspectors (#18691)Leo Kettmeir
2023-04-29fix(ext/kv): stricter structured clone serializer (#18914)Luca Casonato
2023-04-28chore: forward v1.33.1 release commit to main (#18897)denobot
2023-04-28fix(ext/websocket): restore op_ws_send_ping (#18891)Bartek Iwańczuk
2023-04-28fix(repl): don't panic on undefined exception (#18888)Nayeem Rahman
2023-04-28fix(ext/fetch): subview Uint8Array in Req/Resp (#18890)Luca Casonato
2023-04-281.33.0 (#18879)denobot
2023-04-28Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881)Bartek Iwańczuk
2023-04-27fix(repl): print unhandled rejections and event errors (#18878)Nayeem Rahman
2023-04-27chore: upgrade rusty_v8 to 0.71.0 (#18868)Bartek Iwańczuk
2023-04-27feat(kv): return ok bool from atomic commit (#18873)Luca Casonato
2023-04-27fix(ext/node): prime generation (#18861)Divy Srivastava
2023-04-27refactor(cli): extract out ProcState from CliMainWorker (#18867)David Sherret
2023-04-27fix(test): handle dispatched exceptions from test functions (#18853)Nayeem Rahman
2023-04-26feat(cli): flatten deno.json configuaration (#17799)scarf
2023-04-27feat(lint): add `Deno.run` to `no-deprecated-deno-api` (#18869)Bartek Iwańczuk
2023-04-27docs: Improve inline docs for permissions (deno run --help) (#18757)Kevin Whinnery
2023-04-27feat: Deprecate Deno.run API in favor of Deno.Command (#17630) (#18866)Bartek Iwańczuk
2023-04-26fix(dts): `URLPatternComponentResult` groups should have possibly undefined k...David Sherret
2023-04-27fix(ext/http): internal upgradeHttpRaw works with "Deno.serve()" API (#18859)Matt Mastracci
2023-04-26bench: fix more benchmarks (#18864)Bartek Iwańczuk
2023-04-26feat(cli): don't check permissions for statically analyzable dynamic imports ...Nayeem Rahman
2023-04-26chore: fix benchmarks (#18863)David Sherret
2023-04-26refactor: don't expose Deno[Deno.internal].core namespace (#18816)Bartek Iwańczuk
2023-04-26feat(ext/kv): add more atomic operation helpers (#18854)Ryan Dahl
2023-04-26refactor(compile): remove usage of ProcState and CliOptions (#18855)David Sherret
2023-04-26perf(ext/http): optimize for zero or one-packet response streams (#18834)Matt Mastracci
2023-04-26BREAKING(unstable): remove "Deno.serve(handler, options)" overload (#18759)Bartek Iwańczuk
2023-04-26chore: upgrade rusty_v8 to 0.70.0 (#18844)Bartek Iwańczuk
2023-04-25refactor(cli): extract out NpmModuleLoader from CliModuleLoader (#18842)David Sherret
2023-04-26fix(core): Wrap safe collections' argument of primordials (#18750)Kenta Moriuchi