summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
AgeCommit message (Expand)Author
2020-09-11feat(unstable): deno run --watch (#7382)Bartek Iwańczuk
2020-09-09feat(fmt, lint): show number of checked files (#7312)Yusuke Tanaka
2020-09-09fix(op_crates/web): Use "deno:" URLs for internal script specifiers (#7383)Nayeem Rahman
2020-09-07feat(info): Dependency count and sizes (#6786)KrisChambers
2020-09-05feat: Implement WebSocket API (#7051)crowlKats
2020-09-03support env_logger / RUST_LOG (#7142)tokiedokie
2020-09-02Remove unnecessary stdout pipes in tests (#7322)Ryan Dahl
2020-08-31feat(lint): Add support for reading input from stdin (#7263)Yusuke Tanaka
2020-08-28Move benchmarks to Rust (#7134)Valentin Anger
2020-08-26fix(cli): revert "never type check deno info #6978" (#7199)Luca Casonato
2020-08-23fix(doc): stack overflow for .d.ts files (#7167)Bartek Iwańczuk
2020-08-18refactor: permissions (#7074)Nayeem Rahman
2020-08-18Fix nightly and Windows-only clippy warnings (#7095)Bert Belder
2020-08-14Enable WebAssembly.instantiateStreaming (#7043)Casper Beyer
2020-08-13feat: Add "--json" flag to deno lint (#6940)souldzin
2020-08-12feat: add "--ignore" to deno lint (#6934)Divy Srivastava
2020-08-10Remove unnecessary drop calls (#7007)Ryan Dahl
2020-08-10feat: Stabilize Deno.mainModule (#6993)Nayeem Rahman
2020-08-08test(cli/inspector_port_collision): skip test on WSL (#6991)Bert Belder
2020-08-08test(cli/inspector_port_collision): fail rather than hang (#6991)Bert Belder
2020-08-08fix(cli): show error on unrecognized V8 flag, exit on --help (#6980)Bert Belder
2020-08-07fix(deno info): Never type check (#6978)Nayeem Rahman
2020-08-03feat: hash file names in gen cache (#6911)Luca Casonato
2020-07-30feat(unstable): add "--ignore" flag to deno fmt (#6890)Divy Srivastava
2020-07-24fix: deno-types directive should have higher precedence than X-TypeScript-Typ...Bartek Iwańczuk
2020-07-23refactor: remove more compiler runtime code (#6841)Bartek Iwańczuk
2020-07-19Port internal TS code to JS (#6793)Bartek Iwańczuk
2020-07-17fix: providing empty source code for missing compiled files (#6760)Bartek Iwańczuk
2020-07-15fix: panic for runtime error in TS compiler (#6758)Bartek Iwańczuk
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-07-13fix(cli): don't panic when no "HOME" env var is set (#6728)Maayan Hanin
2020-07-13fix(Deno.ppid): improve error message when --unstable is missing (#6717)uki00a
2020-07-12feat(cli): add DENO_CERT environment variable (#6370)Oscar Linde
2020-07-11chore: reenable ignored integration tests (#6703)Bartek Iwańczuk
2020-07-09fix(cli): panic when stdio is null on windows (#6528)Maayan Hanin
2020-07-08feat(cli): json option for "deno info" (#6372)Emmanuel
2020-07-08feat: add --no-check option (#6456)Kitson Kelly
2020-07-07feat: add lockfile support to bundle (#6624)Takahiko Inayama
2020-07-06fix: Deno.setRaw shouldn't panic on ENOTTY (#6630)uki00a
2020-07-06feat: deno upgrade --output (#6352)crowlKats
2020-07-05chore: re-enable tests using media_types (#6642)Bartek Iwańczuk
2020-07-04chore: port http_server.py to rust (#6364)Ryan Dahl
2020-07-02refactor: lock file (#6569)Bartek Iwańczuk
2020-06-29fix(cli/upgrade): upgrade fails on Windows with space in temp path (#6522)Andrey Filatkin
2020-06-26'Compile' messages changed to 'Check' messages (#6504)Ryan Dahl
2020-06-26fix: Omit buildinfo when --reload passed (#6489)Kitson Kelly
2020-06-25Restore stats for incremental compile (#6474)Kitson Kelly
2020-06-24Incremental compilation for TypeScript (#6428)Bartek Iwańczuk
2020-06-24Add ability to output compiler performance information (#6434)Kitson Kelly
2020-06-19fix: "deno test" should respect NO_COLOR=true (#6371)uki00a