summaryrefslogtreecommitdiff
path: root/cli/deno_error.rs
AgeCommit message (Expand)Author
2020-02-23refactor: use OpError instead of ErrBox for errors in ops (#4058)Bartek Iwańczuk
2020-02-21refactor: remove unneeded ErrorKinds (#3936)Bartek Iwańczuk
2020-01-20refactor: reduce number of ErrorKind variants (#3662)Bartek Iwańczuk
2020-01-05Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)Ry Dahl
2020-01-02Happy new year! (#3578)Ry Dahl
2019-12-30upgrade: Tokio 0.2 (#3418)Bartek Iwańczuk
2019-12-05feat: first pass at native plugins (#3372)Andy Finch
2019-11-26Tweaks to arg_hacks and add v8-flags to repl (#3409)Kevin (Kun) "Kassimo" Qian
2019-11-26better error messages for 'relative import path not prefixed with / or ./ or ...Bartek Iwańczuk
2019-10-27Use web standard Permissions API (#3200)Yoshiya Hinosawa
2019-10-22remove --no-prompt flag, fail on missing permissions (#3183)Yoshiya Hinosawa
2019-10-02feat: Add support for passing a key to Deno.env() (#2952)Jed Fox
2019-09-25Handle uncaught worker errors without panicking (#3019)Kitson Kelly
2019-09-15Rename ansi.rs to colors.rs (#2956)Tomohito Nakayama
2019-09-11fix: panic during fetch (#2925)Bartek Iwańczuk
2019-08-29third_party: downgrade 'url' crate to version 1.7.2Bert Belder
2019-08-26bring back json ops (#2815)Bartek Iwańczuk
2019-08-24Revert json ops (#2814)Ryan Dahl
2019-08-24port more ops to JSON (#2809)Bartek Iwańczuk
2019-08-02third_party: upgrade rust cratesBert Belder
2019-07-30feat: add debug info to ModuleResolutionError (#2697)Bartek Iwańczuk
2019-07-22save headers for all intermediate redirects (#2677)Bartek Iwańczuk
2019-07-18REPL shouldn't panic when it gets SIGINT (#2662)Ryan Dahl
2019-07-12Fix REPL when it receives EOF (#2638)Ryan Dahl
2019-07-11Refactor error to use dynamic dispatch and traitsBert Belder
2019-07-08cli: refactor deno_dir to use Url instead of StringBartek Iwańczuk
2019-07-08core: clearly define when module lookup is path-based vs URL-basedBert Belder
2019-06-30core: return useful error when import path has no prefix like ./Bert Belder
2019-06-19Combine CLI Errors (#2487)Kitson Kelly