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
/
tests
/
integration
/
mod.rs
Age
Commit message (
Expand
)
Author
2024-01-03
fix(jupyter): error message when install fails due to jupyter command not bei...
David Sherret
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-13
test: integration tests for tarring/unfurling (#21544)
Bartek Iwańczuk
2023-09-18
feat(unstable): package manager (#20517)
David Sherret
2023-03-28
refactor: move shared library tests to their own file (#18479)
Ryan Dahl
2023-03-28
chore: add test for Linux shared libraries (#18461)
Andrew Nester
2023-03-18
chore(cli/tests): move macos_shared_libraries test to macos_test.rs (#18268)
Divy Srivastava
2023-03-17
fix(cli/integration): clippy lints (#18248)
Farsen976
2023-03-17
chore: add test for macOS shared libraries (#18244)
Divy Srivastava
2023-02-28
chore(test): remove TestCommandOutput macros (#17975)
David Sherret
2023-02-27
chore: test builders for integration tests (#17965)
David Sherret
2023-02-17
test: add node compat tests (#17805)
Yoshiya Hinosawa
2023-02-16
test: add unit tests from std/node (#17794)
Bartek Iwańczuk
2023-01-13
tests: move integration tests to a single module (#17380)
Bartek Iwańczuk
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-11-26
tests: move integration tests to separate modules (#16816)
Bartek Iwańczuk
2022-09-19
refactor: move out test files from root testdata directory into sub directori...
David Sherret
2022-09-06
perf(runtime): short-circuit `queue_async_op` for Poll::Ready (#15773)
Divy Srivastava
2022-09-03
BREAKING(unstable): remove --compat mode (#15678)
Bartek Iwańczuk
2022-08-20
feat(unstable): initial support for npm specifiers (#15484)
David Sherret
2022-08-20
feat: add "deno init" subcommand (#15469)
Leo Kettmeir
2022-07-18
fix: WebSocketStream ping event causes pending promises (#15235)
Leo Kettmeir
2022-07-12
perf: use emit from swc instead of tsc (#15118)
David Sherret
2022-06-13
feat: no type-check by default (#14691)
Bartek Iwańczuk
2022-05-23
fix(ext/websocket): WebSocket dispatch single close event (#13443)
Leo Kettmeir
2022-05-18
fix(ext/tls): ability to ignore IP-address certificate errors (#14610)
Aleksei Kosyrev
2022-05-17
BREAKING: Remove unstable Deno.emit and Deno.formatDiagnostics APIs (#14463)
Bartek Iwańczuk
2022-05-14
feat(ext/net): add support for SOA records in Deno.resolveDns() API (#14534)
Thanapat Chotipun
2022-05-03
feat(ext/net): add "NS" record support in Deno.resolveDns API (#14372)
Thanapat Chotipun
2022-04-15
feat(test): format user code output (#14271)
Bartek Iwańczuk
2022-04-11
feat: Add "deno check" subcommand for type checking (#14072)
Bartek Iwańczuk
2022-04-01
chore(tests): use custom temp dir creation for the tests (#14153)
David Sherret
2022-03-11
feat: "deno bench" subcommand (#13713)
Bartek Iwańczuk
2022-03-10
feat: "deno task" subcommand (#13725)
Bartek Iwańczuk
2022-02-16
feat: deno vendor (#13670)
David Sherret
2022-02-16
tests: deflake a bunch of net related tests (#13685)
Luca Casonato
2022-02-12
feat: permission prompt by default (#13650)
Ryan Dahl
2022-01-14
test: type check lib.deno_core.d.ts (#13356)
Bartek Iwańczuk
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2022-01-06
feat(ext/websocket): server automatically handle ping/pong for incoming WebSo...
Leo Kettmeir
2021-12-29
feat: output `cause` on JS runtime errors (#13209)
Leo Kettmeir
2021-12-22
chore: update deno_graph and deno_doc (#13173)
Kitson Kelly
2021-12-16
refactor(cli): use GraphData for check and emit (#12960)
Nayeem Rahman
2021-12-07
chore: upgrade to rustls 0.20 (#12488)
Ryan Dahl
2021-11-23
feat(test): Add more overloads for "Deno.test" (#12749)
Bartek Iwańczuk
2021-11-09
feat(cli): support React 17 JSX transforms (#12631)
Kitson Kelly
2021-10-10
feat: stabilize Deno.resolveDns (#12368)
Satya Rohith
2021-10-05
feat: add --compat flag to provide built-in Node modules (#12293)
Bartek Iwańczuk
2021-09-26
fix(ext/http): include port number in h2 urls (#12181)
Ben Noordhuis
2021-09-08
feat(cli): Support Basic authentication in DENO_AUTH_TOKENS (#11910)
BasiqueEvangelist
[next]