summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2024-02-07chore: don't expose FFI ops to user code (#22313)Bartek Iwańczuk
2024-02-07chore: use same test server for jsr tests (#22303)David Sherret
2024-02-07chore: upgrade deno_core to 0.259.0 (#22311)Bartek Iwańczuk
2024-02-06fix(publish): handle diagnostic outside graph (#22310)David Sherret
2024-02-07chore: remove unneeded benchmark (#22300)Bartek Iwańczuk
2024-02-06fix(publish): 'explit' typo (#22296)John Spurlock
2024-02-06fix(publish): lazily parse sources (#22301)David Sherret
2024-02-06fix(cli): Add IP address support to DENO_AUTH_TOKEN (#22297)Matt Mastracci
2024-02-06fix(lsp): disable no-cache diagnostics for jsr specifiers (#22284)Nayeem Rahman
2024-02-06fix: Support Symbol.metadata (#22282)Bartek Iwańczuk
2024-02-06chore(ws): remove unused op_ws_send_pong (#22283)Divy Srivastava
2024-02-06fix(node): add `cp` to fs/promises (#22263)Divy Srivastava
2024-02-06refactor: don't expose some ops (#22281)Bartek Iwańczuk
2024-02-06bench: fix benchmark (#22279)Bartek Iwańczuk
2024-02-06chore: remove benchmarks for ops (#22277)Bartek Iwańczuk
2024-02-06refactor: don't expose ops to user code (#22273)Bartek Iwańczuk
2024-02-05refactor(cli): Move op descriptions into Rust and prepare for op import (#22271)Matt Mastracci
2024-02-05Reland refactor(cli): use new sanitizer for resources (#22226)Matt Mastracci
2024-02-05refactor(cli): Add TestFailureDescription (#22267)Matt Mastracci
2024-02-05fix: Fix segmentation fault in tests on CPUs with PKU support (#22152)Alessandro Cosentino
2024-02-06fix(unstable): validate kv list selector (#22265)Heyang Zhou
2024-02-05fix(ext/node): fix timeout param validation in cp.execFile (#22262)Yoshiya Hinosawa
2024-02-05feat(unstable): `Deno.FsFile.lock[Sync]()` and `Deno.FsFile.unlock[Sync]()` (...Asher Gomez
2024-02-04chore: remove opcall_test.ts (#22227)Bartek Iwańczuk
2024-02-04perf: remove duplicate `env::current_dir` call in package.json search (#22255)David Sherret
2024-02-03fix(test/regression): handle CLI arg directory using `../` in path (#22244)David Sherret
2024-02-02chore: fix typo in docs (#22232)Dan Rose
2024-02-02docs: point to new "Deno 1.x to 2.x Migration Guide" (#22199)Asher Gomez
2024-02-01fix(publish): use lighter crate for opening browser (#22224)Bartek Iwańczuk
2024-02-01chore: forward v1.40.3 release commit to main (#22220)Divy Srivastava
2024-02-01fix(fs): copyFile NUL path on macOS (#22216)Divy Srivastava
2024-02-01fix(publish): add node specifiers (#22213)Leo Kettmeir
2024-02-01fix(node): add `ppid` getter for `node:process` (#22167)Yusuke Tanaka
2024-02-01fix(install): forward granular --unstable-* flags (#22164)Bartek Iwańczuk
2024-02-01fix(ext/node): add `aes256` algorithm support (#22198)Asher Gomez
2024-02-01fix(node): `util.callbackify` (#22200)Divy Srivastava
2024-02-01refactor: load bytes in deno_graph (#22212)David Sherret
2024-02-01fix(publish): rename --no-fast-check to --no-zap (#22214)Bartek Iwańczuk
2024-01-31chore: temporarily disable deprecation warnings (#22204)Bartek Iwańczuk
2024-01-31refactor: remove imported ops from Deno.core.ops (#22194)Bartek Iwańczuk
2024-01-31chore(publish): try to automatically open the web browser (#22208)Bartek Iwańczuk
2024-01-31chore: update deno_doc (#22174)Leo Kettmeir
2024-01-31chore: disable test-fs-watchfile.js on Mac ARM (#22209)Bartek Iwańczuk
2024-01-31chore(publish): add --no-fast-check flag (#22203)Bartek Iwańczuk
2024-01-30fix: canary for arm64 macos (#22187)Luca Casonato
2024-01-30fix(lsp): don't normalize urls in cache command params (#22182)Nayeem Rahman
2024-01-30fix(lockfile): only consider package.json beside lockfile in workspace proper...David Sherret
2024-01-30fix(runtime): return number from `op_ppid` instead of bigint (#22169)Yusuke Tanaka
2024-01-28chore(lsp): rename client-side command invocations (#22140)Nayeem Rahman
2024-01-27Revert "refactor(cli): use new sanitizer for resources (#22125)" (#22153)Bartek Iwańczuk