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
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
2021-04-09
chore: upgrade dependencies (#10094)
Bartek Iwańczuk
2021-04-08
chore: update deps (#10058)
Luca Casonato
2021-04-07
feat: blob URL support (#10045)
Luca Casonato
2021-04-04
fix: Properly await already evaluating dynamic imports (#9984)
Nayeem Rahman
2021-03-25
fix(cli): re-add dom.asynciterable lib (#9888)
Kitson Kelly
2021-03-23
feat(core): Deno.core.heapStats() (#9659)
Aaron O'Mullan
2021-03-18
fix(cli/bundle): display anyhow error chain (#9822)
Andrew Mitchell
2021-03-17
refactor: clean up permission handling (#9367)
crowlKats
2021-03-15
Revert "fix(cli/module_graph): Set useDefineForClassFields to true" (#9792)
Ryan Dahl
2021-03-15
fix(cli/module_graph): Set useDefineForClassFields to true (#9774)
Nayeem Rahman
2021-03-10
chore: remove unused import on non-windows (#9743)
Kitson Kelly
2021-03-09
v1.8.1
Bartek Iwańczuk
2021-03-08
fix(cli/ast): Pass importsNotUsedAsValues to swc (#9714)
Nayeem Rahman
2021-03-07
fix(cli/compile): do not append .exe depending on target (#9668)
Divy Srivastava
2021-03-04
test(cli): move lint command tests into a module (#9674)
Casper Beyer
2021-03-02
chore: upgrade crates (#9632)
Bartek Iwańczuk
2021-03-01
test(cli): reorganize test subcommand testcases and fixtures (#9627)
Casper Beyer
2021-03-01
feat(cli): represent type dependencies in info (#9630)
Kitson Kelly
2021-03-01
feat: stabilise import maps (#9526)
Bartek Iwańczuk
2021-02-25
feat(cli/doc): use type definitions "deno doc" if available (#8459)
Liam Murphy
2021-02-25
feat(runtime): stabilise permissions and add event target capabilities (#9573)
Kitson Kelly
2021-02-24
feat: add "deno coverage" subcommand (#8664)
Casper Beyer
2021-02-24
test: Fix --reload in integration_tests (#9345)
Yosi Pramajaya
2021-02-24
feat: add exit sanitizer to Deno.test (#9529)
Casper Beyer
2021-02-22
chore: disable flaky test (#9568)
Bartek Iwańczuk
2021-02-21
feat: add --ext flag to deno eval (#9295)
Satya Rohith
2021-02-21
fix(runtime/testing): false positive for timers when an error is thrown (#9553)
Casper Beyer
2021-02-21
fix(repl): filter out symbol candidates (#9555)
Casper Beyer
2021-02-20
fix(core/runtime): Fix dynamic imports for already rejected modules (#9559)
Nayeem Rahman
2021-02-19
fix: lint and fmt error if no target files are found (#9527)
Yusuke Tanaka
2021-02-19
fix(core): Make dynamic import async errors catchable (#9505)
Nayeem Rahman
2021-02-18
feat: add json(c) support to deno fmt (#9292)
Satya Rohith
2021-02-17
feat: support loading import map from URL (#9519)
Bartek Iwańczuk
[next]