summaryrefslogtreecommitdiff
path: root/core/core.js
AgeCommit message (Expand)Author
2021-02-25chore(core): optional args for registerErrorClass (#9602)Luca Casonato
2021-02-23refactor(core): Allow multiple overflown responses in single poll (#9433)Inteon
2021-02-13refactor(core): Strongly typed deserialization of JSON ops (#9423)Jared Beller
2021-02-04chore: use strict mode for internal runtime, core, and op_crates js (#9391)Developing
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2021-01-05refactor(core): simplify Deno.core initialisation, remove stale TODO (#8847)Bartek Iwańczuk
2020-11-21refactor(core): Improve code readability in core.js (#8345)De Rouck Antoine
2020-11-03build: migrate to dlint (#8176)Bartek Iwańczuk
2020-10-05fix(core): handle unregistered errors in core better (#7817)Kitson Kelly
2020-09-17refactor: move op_resources and op_close to deno_core (#7539)Bartek Iwańczuk
2020-09-16refactor: remove dispatch_json.js from cli/rt and cli/tsc (#7521)Bartek Iwańczuk
2020-09-06refactor(core): rename CoreIsolate to JsRuntime (#7373)Bartek Iwańczuk
2020-08-26Simplify ErrBox-to-class mapping & hook it up to core json ops (#7195)Bert Belder
2020-08-21Convert the remaining http_bench ops to json ops (#7143)Bert Belder
2020-08-20First pass at json ops in core (#7033)Ryan Dahl
2020-08-07Encode op errors as strings instead of numbers (#6977)Bartek Iwańczuk
2020-06-21core: add Deno.core.dispatchByName (#6395)Bartek Iwańczuk
2020-06-01feat(core): Ops can take several zero copy buffers (#4788)Valentin Anger
2020-05-12Clean up core/shared_queue.js (#5237)Ryan Dahl