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
/
libdeno
/
api.cc
Age
Commit message (
Expand
)
Author
2020-01-05
Replace libdeno with rusty_v8 (#3556)
Ry Dahl
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-12-20
repl: do not crash on async op reject (#3527)
Kevin (Kun) "Kassimo" Qian
2019-11-07
upgrade: V8 8.0.192
Ryan Dahl
2019-10-22
core: gracefully handle bad op id (#3131)
Bartek Iwańczuk
2019-10-14
perf: eager poll async ops in Isolate (#3046)
Bartek Iwańczuk
2019-09-24
Upgrade V8 for top-level-await (#3015)
Ryan Dahl
2019-09-15
Move GN root into //core/libdeno (#2943)
Christian Moritz
2019-09-12
feat: add bindings to run microtasks from Isolate (#2793)
Bartek Iwańczuk
2019-08-07
Add op_id throughout op API (#2734)
Ryan Dahl
2019-07-18
remove v8::Locker from deno_respond (#2664)
andy finch
2019-07-08
Rewrite snapshot_creator in Rust
Bartek Iwańczuk
2019-06-20
Fix silent failure of WebAssembly.instantiate() (#2548)
Ryan Dahl
2019-06-14
Revert "Refactor dispatch handling (#2452)"
Ryan Dahl
2019-06-13
Refactor dispatch handling (#2452)
andy finch
2019-06-11
Revert "Work around Windows-only V8 concurrent initialization crash"
Bert Belder
2019-05-11
core: make PinnedBuf::Raw -> PinnedBuf conversion actually a move
Bert Belder
2019-05-02
Work around Windows-only V8 concurrent initialization crash
Bert Belder
2019-05-01
Refactor zero-copy buffers for performance and to prevent memory leaks
Bert Belder
2019-04-24
core: Add test for snapshotting from Rust (#2197)
Ryan Dahl
2019-04-08
core: snapshot improvements (#2052)
Ryan Dahl
2019-03-30
Move //libdeno to //core/libdeno (#2015)
Ryan Dahl