summaryrefslogtreecommitdiff
path: root/cli/main.rs
AgeCommit message (Expand)Author
2021-08-07feat(tls): Optionally support loading native certs (#11491)Justin Chase
2021-08-06feat(repl): add --eval flag for evaluating code when the repl starts (#11590)David Sherret
2021-07-30chore: upgrade Rust to 1.54.0 (#11554)Yusuke Tanaka
2021-07-29feat(runtime): implement navigator.hardwareConcurrency (#11448)Divy Srivastava
2021-07-29feat: type check codeblocks in Markdown file with "deno test --doc" (#11421)Casper Beyer
2021-07-22fix(cli): normalize test command errors (#11375)Casper Beyer
2021-07-15fix(cli): return error from `coverage_command` (#11411)Casper Beyer
2021-07-12feat: Add support for "deno test --fail-fast=N" (#11316)Yasser A.Idrissi
2021-07-12refactor: deno_http op crate (#11335)Luca Casonato
2021-07-10Revert "feat(cli/tools/test_runner): add terse reporter (#11156)" (#11352)Ryan Dahl
2021-07-10feat(cli/tools/test_runner): add terse reporter (#11156)Casper Beyer
2021-07-10fix(cli): make --doc work with --watch (#11183)Casper Beyer
2021-07-06chore: use parking_lot for synchronization primitives to align with tokio (#1...David Sherret
2021-07-06feat: support SharedArrayBuffer sharing between workers (#11040)Luca Casonato
2021-07-05feat(test): add --shuffle flag to randomize test ordering (#11163)Casper Beyer
2021-07-05refactor: asynchronous blob backing store (#10969)Jimmy Wärting
2021-06-29feat: Add "deno_net" extension (#11150)Bartek Iwańczuk
2021-06-22chore: use lsp to get parent process id (#11083)David Sherret
2021-06-22feat: transfer MessagePort between workers (#11076)Luca Casonato
2021-06-22refactor: unify JavaScript script execution method (#11043)Bartek Iwańczuk
2021-06-22feat(cli): support "types" when type checking (#10999)Kitson Kelly
2021-06-21refactor(core): always attach inspector to isolate (#11042)Bartek Iwańczuk
2021-06-19fix(core/modules): Prepare modules only once per runtime (#11015)Nayeem Rahman
2021-06-17chore(lsp): add `--parent-pid <pid>` flag (#11023)David Sherret
2021-06-10refactor: use join instead of format! (#10921)Bartek Iwańczuk
2021-06-10refactor: merge deno_file crate into deno_web (#10914)Bartek Iwańczuk
2021-06-03fix(cli): output json with trailing newline character (#10830)Yusuke Tanaka
2021-05-31fix: running subcommand with coverage collection (#10802)Bartek Iwańczuk
2021-05-27feat(cli): add origin data dir to deno info (#10589)crowlKats
2021-05-26refactor: move JsRuntimeInspector to deno_core (#10763)Bartek Iwańczuk
2021-05-26refactor: Rewrite Inspector implementation (#10725)Bartek Iwańczuk
2021-05-23feat(extensions): BroadcastChannel WPT conformanceBen Noordhuis
2021-05-23feat(extensions): add BroadcastChannelBen Noordhuis
2021-05-21fix(test): ensure coverage dir exists (#10717)Yoshiya Hinosawa
2021-05-19fix(cli): canonicalize coverage dir (#10364)Casper Beyer
2021-05-17fix: static import permissions in dynamic importsLuca Casonato
2021-05-11feat(lsp): add internal debugging logging (#10438)Kitson Kelly
2021-05-11feat(test): add support for type checking documentation (#10521)Casper Beyer
2021-05-10refactor(cli): replace loading file for --config flag with generic structure ...Bartek Iwańczuk
2021-05-10feat: add WebStorage API (#7819)crowlKats
2021-05-10feat: add deno test --watch (#9160)Liam Murphy
2021-05-06chore: update wgpu and realign to spec (#9760)Luca Casonato
2021-04-28feat(test): run test modules in parallel (#9815)Casper Beyer
2021-04-27remove --unstable flag from CLI features (#10190)Bartek Iwańczuk
2021-04-26Remove denort optimization (#10350)Ryan Dahl
2021-04-26remove #![deny(warnings)] (#10376)Ryan Dahl
2021-04-25feat(cli): add test permissions to Deno.test (#10188)Casper Beyer
2021-04-25refactor(core): move op cache sync responsibility to rust space (#10340)Aaron O'Mullan
2021-04-13feat(cli): raise file descriptor limit on startup (#10162)Ben Noordhuis
2021-04-09feat(lsp): add registry import auto-complete (#9934)Kitson Kelly