summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2020-04-08upgrade: rust crates (#4679)Ryan Dahl
2020-04-03v0.39.0Ryan Dahl
2020-04-03upgrade dprint to 0.9.10 (#4601)Bartek Iwańczuk
2020-04-02upgrade: rusty_v8 v0.3.10 (#4576)Ryan Dahl
2020-03-28v0.38.0Ryan Dahl
2020-03-28feat: Add "deno doc" subcommand (#4500)Bartek Iwańczuk
2020-03-28upgrade: dprint 0.9.6 (#4509)Kitson Kelly
2020-03-28upgrade: rusty_v8 to v0.3.9 (#4505)Ryan Dahl
2020-03-27feat: Support Inspector / Chrome Devtools (#4484)Ryan Dahl
This is a first pass implementation which is still missing several important features: - support for --inspect-brk (#4503) - support for source maps (#4501) - support for piping console.log to devtools console (#4502) Co-authored-by: Bert Belder <bertbelder@gmail.com> Co-authored-by: Matt Harrison <mt.harrison86@gmail.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2020-03-25upgrade: dprint 0.9.5 (#4491)Ryan Dahl
2020-03-23v0.37.1Ryan Dahl
2020-03-23v0.37.0Ryan Dahl
2020-03-23feat: first pass at "deno upgrade" (#4328)bartOssh
2020-03-20refactor: move code from fs.rs into ops/fs.rs (#4428)dubiousjim
This a complex boring PR that shifts around code (primarily) in cli/fs.rs and cli/ops/fs.rs. The gain of this refactoring is to ease the way for #4188 and #4017, and also to avoid some future development pain. Mostly there is no change in functionality. Except: * squashed bugs where op_utime and op_chown weren't using `resolve_from_cwd` * eliminated the use of the external `remove_dir_all` crate. * op_chmod now only queries metadata to verify file/dir exists on Windows (it will already fail on Unix if it doesn't) * op_chown now verifies the file/dir's existence on Windows like chmod does.
2020-03-17Upgrade rust crates (#4412)Bert Belder
2020-03-14Upgrade to rusty_v8 0.3.5 / v8 8.2.308 (#4364)Bert Belder
2020-03-14replace source-mappings-map with rust-sourcemap (#4368)Bartek Iwańczuk
2020-03-11v0.36.0Ryan Dahl
2020-03-10upgrade: dprint 0.8.0 (#4308)Ryan Dahl
2020-03-07upgrade rust dependencies (#4270)Ryan Dahl
2020-02-28v0.35.0Ryan Dahl
2020-02-28upgrade: rusty_v8 0.3.4 (#4179)Ryan Dahl
2020-02-26Upgrade to rusty_v8 v0.3.3 (#4119)Bert Belder
2020-02-26upgrade: dprint 0.7.0 (#4130)Ryan Dahl
* upgrade: dprint 0.7.0 Also make deno fmt less verbose (like cargo fmt)
2020-02-26tty: Deno.setRaw(rid, mode) to turn on/off raw mode (#3958)Kevin (Kun) "Kassimo" Qian
2020-02-24Remove ansi_term dependency (#4116)João Souto
2020-02-24Revert "Remove ansi_term dependency"Ryan Dahl
Broke colors https://github.com/denoland/deno/issues/4112#issuecomment-590545385 This reverts commit c250778704a4e0065e54e6bf6ca6c39d556a6d8d.
2020-02-24Remove ansi_term dependency (#4106)João Souto
2020-02-23feat: support brotli compression for fetch API (#4082)EnokMan
2020-02-21feat: Deno.fsEvents() (#3452)Bartek Iwańczuk
2020-02-21upgrade: dprint 0.6.1 (#4061)木杉
2020-02-20v0.34.0Ryan Dahl
2020-02-18upgrade: dprint 0.6.0 (#4026)Ryan Dahl
2020-02-17fix(deno test): support directories as arguments (#4011)Bartek Iwańczuk
2020-02-13v0.33.0Ryan Dahl
2020-02-10upgrade: dprint-plugin-typescript 0.5.0 (#3952)Ryan Dahl
2020-02-07Refactor deno_core_http_bench and make it single-threaded (#3903)Bert Belder
2020-02-03upgrade: dprint 0.3.0-alpha.6Ryan Dahl
2020-02-03v0.32.0Bartek Iwańczuk
2020-01-31chore: upgrade dprint (#3842)Bartek Iwańczuk
2020-01-30Upgrade Rust crates (#3829)Ryan Dahl
2020-01-29feat: dprint formatter (#3820)Bartek Iwańczuk
* rewrite fmt_test in Rust, remove tools/fmt_test.py * remove //std/prettier
2020-01-29Upgrade rusty_v8 (#3816)Ryan Dahl
2020-01-24v0.31.0Ryan Dahl
2020-01-23Upgrade rusty_v8 to 0.2.0 (#3764)Ryan Dahl
2020-01-21Upgrade to rusty_v8 v0.1.1 (#3741)Bert Belder
2020-01-21v0.30.1Ryan Dahl
This patch release is being done only to test crate publishing, hence lack of release notes or published binaries.
2020-01-20refactor: reduce number of ErrorKind variants (#3662)Bartek Iwańczuk
2020-01-18v0.30.0Ryan Dahl
2020-01-17Upgrade crate deps (#3699)Ry Dahl
Remove unused tokio-executor dep