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
2020-03-10
reorg: move js runtime tests to cli/js/tests/ (#4250)
Bartek Iwańczuk
2020-03-08
disable test_raw_tty (#4282)
Yusuke Sakurai
2020-03-07
Improve run_and_collect_output (#4272)
Ryan Dahl
2020-03-06
Fix flaky test test_permissions_net_listen_allow_localhost (#4271)
Ryan Dahl
2020-03-04
Fix `deno install` file name including extra dot on Windows (#4243)
yuta0801
2020-03-03
Disable flaky and broken tests (#4239)
Ryan Dahl
2020-03-03
add assertOps sanitizer in cli/js/ unit tests (#4209)
Bartek Iwańczuk
2020-03-02
Fix JavaScript dependencies in bundles. (#4215)
Kitson Kelly
2020-03-01
Port Complex Permissions Tests to Rust (#4200)
João Souto
2020-02-28
rewrite permission revoke test as integration test (#4164)
Bartek Iwańczuk
2020-02-28
Support TypeScript eval through `deno eval -T` flag (#4141)
Kevin (Kun) "Kassimo" Qian
2020-02-27
Return non-zero exit code on malformed stdin fmt (#4163)
Ryan Dahl
2020-02-26
DenoFlags -> Flags (#4136)
Ryan Dahl
2020-02-26
tty: Deno.setRaw(rid, mode) to turn on/off raw mode (#3958)
Kevin (Kun) "Kassimo" Qian
2020-02-25
Port permission_prompt_tests to Rust (#4129)
João Souto
2020-02-25
upgrade: TypeScript 3.8 (#4100)
Kitson Kelly
2020-02-25
fix: Resolve makeTemp* paths from CWD (#4104)
Nayeem Rahman
2020-02-25
Fix issues with JavaScript importing JavaScript. (#4120)
Kitson Kelly
2020-02-24
port tools/repl_test.py to Rust (#4096)
João Souto
2020-02-19
fix: mis-detecting imports on JavaScript when there is no checkJs (#4040)
Kitson Kelly
2020-02-19
fix: emit when bundle contains single module (#4042)
Kitson Kelly
2020-02-19
refactor: rewrite HTTP cache for file fetcher (#4030)
Bartek Iwańczuk
2020-02-19
Support loading additional TS lib files (#3863)
Kitson Kelly
2020-02-17
feat: add --cert flag for http client (#3972)
geoFlux
2020-02-16
Fix issue with detecting AMD like imports (#4009)
Kitson Kelly
2020-02-13
Clean up fmt flags and path handling (#3988)
Ryan Dahl
2020-02-12
Improvements to bundling. (#3965)
Kitson Kelly
2020-02-11
refactor: Use PathBuf for paths in flag parsing and whitelists (#3955)
Nayeem Rahman
2020-02-11
workers: basic event loop (#3828)
Bartek Iwańczuk
2020-02-09
fmt: `deno fmt -` formats stdin and print to stdout (#3920)
Kevin (Kun) "Kassimo" Qian
2020-02-08
install: add --force flag and remove yes/no prompt (#3917)
Kevin (Kun) "Kassimo" Qian
2020-02-07
Remove conditionals from installer (#3909)
Ryan Dahl
2020-02-06
fix 015_duplicate_parallel_import (#3904)
Ryan Dahl
2020-02-05
fix: basic web worker message passing (#3893)
Ryan Dahl
2020-02-04
refactor: port fetch test to rust (#3887)
Luka Hartwig
2020-02-04
refactor: CLI subcommands and argv (#3886)
Bartek Iwańczuk
2020-02-04
Do not encode files loaded from network as utf8 (#3856)
Tilman Roeder
2020-02-04
reenable some tests (#3882)
Bartek Iwańczuk
2020-02-03
refactor: Use Tokio's single-threaded runtime (#3844)
Ryan Dahl
2020-02-02
Remove //tests symlink (#3849)
Luka Hartwig
2020-01-31
Add support for multiple files in fetch command (#3845)
Tim Ermilov
2020-01-31
chore: remove std/installer, port installer tests to Rust (#3843)
Bartek Iwańczuk
2020-01-30
Remove --current-thread flag (#3830)
Ryan Dahl
2020-01-29
feat: dprint formatter (#3820)
Bartek Iwańczuk
2020-01-26
Improve support of type definitions (#3755)
Kitson Kelly
2020-01-26
lock: support lock-write for fetch command (#3787)
Kevin (Kun) "Kassimo" Qian
2020-01-26
feat: make eval support --v8-flags=... (#3797)
Ben Noordhuis
2020-01-25
refactor: Modules and Loader trait (#3791)
Bartek Iwańczuk
2020-01-21
refactor: split worker and worker host logic (#3722)
Bartek Iwańczuk
2020-01-15
Revert "feat(flags): script arguments come after '--'" (#3681)
Ry Dahl
[next]