summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
AgeCommit message (Expand)Author
2020-02-08install: add --force flag and remove yes/no prompt (#3917)Kevin (Kun) "Kassimo" Qian
2020-02-07Remove conditionals from installer (#3909)Ryan Dahl
2020-02-06fix 015_duplicate_parallel_import (#3904)Ryan Dahl
2020-02-05fix: basic web worker message passing (#3893)Ryan Dahl
2020-02-04refactor: port fetch test to rust (#3887)Luka Hartwig
2020-02-04refactor: CLI subcommands and argv (#3886)Bartek Iwańczuk
2020-02-04Do not encode files loaded from network as utf8 (#3856)Tilman Roeder
2020-02-04reenable some tests (#3882)Bartek Iwańczuk
2020-02-03refactor: Use Tokio's single-threaded runtime (#3844)Ryan Dahl
2020-02-02Remove //tests symlink (#3849)Luka Hartwig
2020-01-31Add support for multiple files in fetch command (#3845)Tim Ermilov
2020-01-31chore: remove std/installer, port installer tests to Rust (#3843)Bartek Iwańczuk
2020-01-30Remove --current-thread flag (#3830)Ryan Dahl
2020-01-29feat: dprint formatter (#3820)Bartek Iwańczuk
2020-01-26Improve support of type definitions (#3755)Kitson Kelly
2020-01-26lock: support lock-write for fetch command (#3787)Kevin (Kun) "Kassimo" Qian
2020-01-26feat: make eval support --v8-flags=... (#3797)Ben Noordhuis
2020-01-25refactor: Modules and Loader trait (#3791)Bartek Iwańczuk
2020-01-21refactor: split worker and worker host logic (#3722)Bartek Iwańczuk
2020-01-15Revert "feat(flags): script arguments come after '--'" (#3681)Ry Dahl
2020-01-11Add gzip, brotli and ETag support for file fetcher (#3597)EnokMan
2020-01-08Remove xeval subcommand (#3630)Ry Dahl
2020-01-08feat(flags): script arguments come after '--' (#3621)Ry Dahl
2020-01-05Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)Ry Dahl
2020-01-05Replace libdeno with rusty_v8 (#3556)Ry Dahl
2020-01-02Happy new year! (#3578)Ry Dahl
2019-12-03feat: Add --no-remote, rename --no-fetch to --cached-only (#3417)Nayeem Rahman
2019-11-26refactor: reorganize flags (#3389)Ry Dahl
2019-11-20feat: Support named exports on bundles. (#3352)Kitson Kelly
2019-11-19fix: use AF_INET6 in ./tools/http_server.py (#3374)Bartek Iwańczuk
2019-11-16Use futures 0.3 API (#3358)Bartek Iwańczuk
2019-11-14Loader: support .wasm imports (#3328)Kevin (Kun) "Kassimo" Qian
2019-11-13Revert "tests: share http server between tests (#3336)"Ryan Dahl
2019-11-13tests: share http server between tests (#3336)Bartek Iwańczuk
2019-11-13Disable flaky tests lock_check_ok2 again (#3334)Ry Dahl
2019-11-13Update to TypeScript 3.7 (#3275)Kitson Kelly
2019-11-13Disable flaky tests lock_check_ok2 and lock_check_err2 (#3331)Ry Dahl
2019-11-13Make bundles fully standalone (#3325)Kitson Kelly
2019-11-08test: re-enable integration test 045 (#3300)Yoshiya Hinosawa
2019-11-08disable flaky testRyan Dahl
2019-11-07disable flaky testRyan Dahl
2019-11-05Disable flaky tests (#3270)Ry Dahl
2019-11-03feat: lockfiles (#3231)Ry Dahl
2019-10-29Remove TTY tests - dead code (#3229)Ry Dahl
2019-10-27feat: top-level-for-await (#3212)Andy Hayden
2019-10-26Support named imports/exports for subset of properties in JSON modules (#3210)Kevin (Kun) "Kassimo" Qian
2019-10-22remove --no-prompt flag, fail on missing permissions (#3183)Yoshiya Hinosawa
2019-10-22test: improve http_proxy test (#3185)Yoshiya Hinosawa
2019-10-16fix: remote jsx/tsx files were compiled as js/ts (#3125)Yusuke Sakurai
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl