summaryrefslogtreecommitdiff
path: root/core/any_error.rs
AgeCommit message (Collapse)Author
2020-05-28tidy up deno_core modules (#5923)Ryan Dahl
2020-01-25Refactor error tracking and scope juggling in deno_core (#3783)Bert Belder
2019-09-11fix: panic during fetch (#2925)Bartek IwaƄczuk
2019-07-18Fix expected dyn before AnyError trait (#2663)andy finch
2019-07-11Refactor error to use dynamic dispatch and traitsBert Belder
This is in preperation for dynamic import (#1789), which is more easily implemented when errors are dynamic.