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_tests.rs
Age
Commit message (
Expand
)
Author
2023-01-13
tests: move integration tests to a single module (#17380)
Bartek Iwańczuk
2022-11-26
tests: move integration tests to separate modules (#16816)
Bartek Iwańczuk
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-06-27
chore: split up integration_tests.rs into separate files (#11131)
David Sherret
2021-06-27
feat(inspector): pipe console messages between terminal and inspector (#11134)
Bartek Iwańczuk
2021-06-25
chore: move repl integration tests to separate file (#11127)
David Sherret
2021-06-24
feat(repl): support import declarations in the REPL (#11086)
David Sherret
2021-06-22
fix(core): don't panic on stdout/stderr write failures in Deno.core.print (#1...
Charlie Moog
2021-06-22
fix: move stable/unstable types/APIs to their correct places (#10880)
Muthu Kumar
2021-06-22
refactor: unify JavaScript script execution method (#11043)
Bartek Iwańczuk
2021-06-22
feat(cli): support "types" when type checking (#10999)
Kitson Kelly
2021-06-21
feat(repl): Type stripping in the REPL (#10934)
David Sherret
2021-06-15
fix(repl): Complete declarations (#10963)
David Sherret
2021-06-10
chore: Fix broken test on Windows (#10900)
David Sherret
2021-06-10
chore(tests): Kill orphaned deno processes spawned during the tests (#10922)
David Sherret
2021-06-09
fix(runtime): early binding to dispatchEvent in workers (#10904)
Kitson Kelly
2021-06-07
feat(compile): Initialize runtime_compiler ops for standalone binaries (#10052)
Divy Srivastava
2021-06-05
feat(cli/compile): Support data uri dynamic imports in `deno compile` (#9936)
Divy Srivastava
2021-06-01
fix(cli): represent bare imports as module graph error slots (#10804)
Nayeem Rahman
2021-05-31
fix(cli): Don't statically error on dynamic unmapped bare specifiers (#10618)
Nayeem Rahman
2021-05-27
feat(cli): add origin data dir to deno info (#10589)
crowlKats
2021-05-24
fix(cli/test): don't use reserved symbol `:` in specifier (#10751)
Casper Beyer
2021-05-21
fix(test): ensure coverage dir exists (#10717)
Yoshiya Hinosawa
2021-05-20
fix(cli/tools/test_runner): --doc should not require permissions (#10719)
Casper Beyer
2021-05-19
test(cli/dts): typecheck examples in declaration files (#10707)
Casper Beyer
2021-05-17
fix: static import permissions in dynamic imports
Luca Casonato
2021-05-12
v1.10.0
Bartek Iwańczuk
2021-05-11
disable test_watch integration test (#10594)
Bartek Iwańczuk
2021-05-11
fix(tls): flush send buffer in the background after closing TLS stream (#10146)
Bert Belder
2021-05-11
feat(test): add support for type checking documentation (#10521)
Casper Beyer
2021-05-10
Switch grant/deny prompt to yes/no (#10547)
Ryan Dahl
2021-05-10
test: run deno test --watch test only on unix (#10550)
Bartek Iwańczuk
2021-05-10
feat: add deno test --watch (#9160)
Liam Murphy
2021-05-05
test(compile): show command output to testing log for debugging purpose (#10503)
Yoshiya Hinosawa
2021-05-04
fix(cli): give context when failed to load import map (#10478)
Satya Rohith
2021-05-01
fix(test): re-enable "compile_windows_ext" test (#10131)
Divy Srivastava
2021-04-30
Rename crate_ops to extensions (#10431)
Andy Hayden
2021-04-28
feat(test): run test modules in parallel (#9815)
Casper Beyer
2021-04-27
test(cli): run unit tests using Deno.test (#10330)
Casper Beyer
2021-04-26
Remove denort optimization (#10350)
Ryan Dahl
2021-04-26
feat(core): enable wasm threading support (#10116)
Casper Beyer
2021-04-26
remove #![deny(warnings)] (#10376)
Ryan Dahl
2021-04-25
feat(cli): add test permissions to Deno.test (#10188)
Casper Beyer
2021-04-21
fix: do not panic on not found cwd (#10238)
Satya Rohith
2021-04-19
fix(runtime): handle race condition in postMessage where worker has terminate...
Liam Murphy
2021-04-13
fix(core): remove wasm-test-streaming flag (#10158)
Casper Beyer
2021-04-12
feat: Add Deno.memoryUsage() (#9986)
Aaron O'Mullan
2021-04-11
feat: set useDefineForClassFields to true (#10119)
Nayeem Rahman
2021-04-10
feat(unstable): ALPN config in listenTls (#10065)
Luca Casonato
2021-04-10
feat(permissions): allow run permission to take values (#9833)
crowlKats
[next]