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
/
bindings.rs
Age
Commit message (
Expand
)
Author
2020-09-14
Make JsRuntimeState private (#7484)
Ryan Dahl
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-09-10
Use gotham-like state for ops (#7385)
Ryan Dahl
2020-09-09
fix(core): panic on big string allocation (#7395)
Bartek Iwańczuk
2020-09-08
feat(console): print proxy details (#7139)
uki00a
2020-09-06
refactor(core): rename CoreIsolate to JsRuntime (#7373)
Bartek Iwańczuk
2020-09-06
refactor(core): merge CoreIsolate and EsIsolate (#7370)
Bartek Iwańczuk
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
2020-08-21
Convert the remaining http_bench ops to json ops (#7143)
Bert Belder
2020-07-19
Upgrade to rusty_v8 0.7.0 (#6801)
Bert Belder
2020-07-08
BREAKING(core): Remove control slice from ops (#6048)
Valentin Anger
2020-06-26
Upgrade to rusty_v8 0.4.2 / V8 8.5.216 (#6503)
Bert Belder
2020-06-03
upgrade: rusty_v8 0.5.0 (#6070)
Ryan Dahl
2020-06-02
Fix REPL BorrowMutError panic (#6055)
Ryan Dahl
2020-06-01
feat(core): Ops can take several zero copy buffers (#4788)
Valentin Anger
2020-05-29
refactor: Split isolate and state using safe get_slot() (#5929)
Ryan Dahl
2020-05-28
tidy up deno_core modules (#5923)
Ryan Dahl
2020-05-11
fix: source maps in inspector (#5223)
Bartek Iwańczuk
2020-04-26
core: add id field to RecursiveModuleLoad (#4905)
Bartek Iwańczuk
2020-04-23
Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)
Ryan Dahl
2020-04-23
Upgrade to rusty_v8 v0.4.0 (#4856)
Bert Belder
2020-03-30
console: print promise details (#4524)
Michał Sabiniarz
2020-03-19
perf: Optimize TextEncoder and TextDecoder (#4430)
Bartek Iwańczuk
2020-03-19
Simplify timer with macrotask callback (#4385)
Kevin (Kun) "Kassimo" Qian
2020-03-19
fix: stack traces for modules imported via std/node's require (#4035)
Nikolai Vavilov
2020-03-15
feat: Deno.core.{encode,decode}; standalone UTF-8 encoding/decoding (#4349)
Bartek Iwańczuk
2020-03-02
Do not convert exceptions to JSON and back (#4214)
Bert Belder
2020-02-29
Refactor exception handling, remove message listener callback (#4198)
Bert Belder
2020-02-26
Upgrade to rusty_v8 v0.3.3 (#4119)
Bert Belder
2020-02-25
Clean up how we use opIds (#4118)
Ryan Dahl
2020-01-25
Refactor error tracking and scope juggling in deno_core (#3783)
Bert Belder
2020-01-24
s/PinnedBuf/ZeroCopyBuf (#3782)
Ryan Dahl
2020-01-24
Fix: take control buffer offset/length into account again (#3769)
Bert Belder
2020-01-23
Upgrade rusty_v8 to 0.2.0 (#3764)
Ryan Dahl
2020-01-23
refactor: remove Isolate.shared_response_buf optimization (#3759)
Bartek Iwańczuk
2020-01-21
Upgrade to rusty_v8 v0.1.1 (#3741)
Bert Belder
2020-01-17
Upgrade to rusty_v8 v0.1.0 (#3691)
Bert Belder
2020-01-11
refactor: remove Isolate.current_send_cb_info and DenoBuf, port Isolate.share...
Bartek Iwańczuk
2020-01-08
refactor: module loading in EsIsolate (#3615)
Bartek Iwańczuk
2020-01-07
core: factor out EsIsolate from Isolate (#3613)
Bartek Iwańczuk
2020-01-06
refactor: remove core/libdeno.rs (#3611)
Bartek Iwańczuk
2020-01-06
merge libdeno::DenoIsolate into core::Isolate (#3605)
Bartek Iwańczuk