index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
core.js
Age
Commit message (
Expand
)
Author
2021-07-02
refactor: introduce primordials (#10939)
Luca Casonato
2021-06-29
feat: Add "deno_net" extension (#11150)
Bartek Iwańczuk
2021-05-18
cleanup(core.js): make op wrapper arg names generic (#10675)
Aaron O'Mullan
2021-05-15
cleanup(core): flatten print's op args (#10643)
Aaron O'Mullan
2021-05-03
fix(core): error registration could pollute constructors (#10422)
Aaron O'Mullan
2021-05-02
refactor(core): convert core.print() to a builtin op (#10436)
Aaron O'Mullan
2021-04-30
refactor(core.js): provide window.__bootstrap (#10423)
Aaron O'Mullan
2021-04-25
refactor(core): move op cache sync responsibility to rust space (#10340)
Aaron O'Mullan
2021-04-23
refactor(core): rename send() to opcall() (#10307)
Aaron O'Mullan
2021-04-21
refactor(core): simplify error handling (#10297)
Aaron O'Mullan
2021-04-21
refactor(core): kill recv() and init() (#10299)
Aaron O'Mullan
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-09
fix: async op error stacktraces (#10080)
Nayeem Rahman
2021-04-07
perf(core.js): introduce promise ring (#9979)
Aaron O'Mullan
2021-04-05
core: remove serde_json-isms in op_close() and op_resources() (#10026)
Aaron O'Mullan
2021-04-01
perf(core): js errors as unions vs tuples to reduce allocs (#9947)
Aaron O'Mullan
2021-03-31
refactor: new optimized op-layer using serde_v8 (#9843)
Aaron O'Mullan
2021-03-20
refactor: Move bin ops to deno_core and unify logic with json ops (#9457)
Inteon
2021-03-18
refactor: update minimal ops & rename to buffer ops (#9719)
Inteon
2021-02-25
chore(core): optional args for registerErrorClass (#9602)
Luca Casonato
2021-02-23
refactor(core): Allow multiple overflown responses in single poll (#9433)
Inteon
2021-02-13
refactor(core): Strongly typed deserialization of JSON ops (#9423)
Jared Beller
2021-02-04
chore: use strict mode for internal runtime, core, and op_crates js (#9391)
Developing
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2021-01-05
refactor(core): simplify Deno.core initialisation, remove stale TODO (#8847)
Bartek Iwańczuk
2020-11-21
refactor(core): Improve code readability in core.js (#8345)
De Rouck Antoine
2020-11-03
build: migrate to dlint (#8176)
Bartek Iwańczuk
2020-10-05
fix(core): handle unregistered errors in core better (#7817)
Kitson Kelly
2020-09-17
refactor: move op_resources and op_close to deno_core (#7539)
Bartek Iwańczuk
2020-09-16
refactor: remove dispatch_json.js from cli/rt and cli/tsc (#7521)
Bartek Iwańczuk
2020-09-06
refactor(core): rename CoreIsolate to JsRuntime (#7373)
Bartek Iwańczuk
2020-08-26
Simplify ErrBox-to-class mapping & hook it up to core json ops (#7195)
Bert Belder
2020-08-21
Convert the remaining http_bench ops to json ops (#7143)
Bert Belder
2020-08-20
First pass at json ops in core (#7033)
Ryan Dahl
2020-08-07
Encode op errors as strings instead of numbers (#6977)
Bartek Iwańczuk
2020-06-21
core: add Deno.core.dispatchByName (#6395)
Bartek Iwańczuk
2020-06-01
feat(core): Ops can take several zero copy buffers (#4788)
Valentin Anger
2020-05-12
Clean up core/shared_queue.js (#5237)
Ryan Dahl