summaryrefslogtreecommitdiff
path: root/cli/main.rs
AgeCommit message (Expand)Author
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
2021-04-07feat: blob URL support (#10045)Luca Casonato
2021-04-06refactor: add deno_file op crate (#10019)Luca Casonato
2021-03-26remove macro_use (#9884)Ryan Dahl
2021-03-26fix: include deno.crypto in "deno types" (#9863)Luca Casonato
2021-03-25upgrade: Rust 1.51.0 (#9895)Yusuke Tanaka
2021-03-18fix(cli/bundle): display anyhow error chain (#9822)Andrew Mitchell
2021-03-12refactor: move Console to op_crates/console (#9770)Luca Casonato
2021-03-12chore: split web op crate (#9635)Luca Casonato
2021-03-07fix(cli/compile): do not append .exe depending on target (#9668)Divy Srivastava
2021-03-01feat(cli): represent type dependencies in info (#9630)Kitson Kelly
2021-03-01feat: WebGPU API (#7977)crowlKats
2021-03-01fix: typo in coverage exit_unstable (#9626)Luca Casonato
2021-02-26Improve 'deno lsp' help text (#9610)Ryan Dahl
2021-02-25feat(cli/doc): use type definitions "deno doc" if available (#8459)Liam Murphy
2021-02-24feat: add "deno coverage" subcommand (#8664)Casper Beyer
2021-02-21feat: add --ext flag to deno eval (#9295)Satya Rohith
2021-02-17Make ModuleSpecifier a type alias, not wrapper struct (#9531)Ryan Dahl
2021-02-17feat: support loading import map from URL (#9519)Bartek Iwańczuk
2021-02-16feat(cli): support auth tokens for accessing private modules (#9508)Kitson Kelly
2021-01-19feat: add markdown support to deno fmt (#8887)Satya Rohith
2021-01-19fix: panic during `deno compile` with no args (#9167)Luca Casonato
2021-01-19feat: Standalone lite binaries and cross compilation (#9141)Bartek Iwańczuk