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
Age
Commit message (
Expand
)
Author
2019-10-06
Upgrade V8 to 7.9.218 (#3067)
Ryan Dahl
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-09-07
Update @typescript-eslint/* to v2.1.0 (#2878)
Yoshiya Hinosawa
2019-09-06
build: on windows, don't pass -glldb to clang (#2874)
Bert Belder
2019-09-06
Remove tools/build.py (#2865)
Ryan Dahl
2019-09-02
Refactor snapshot build (#2825)
Ryan Dahl
2019-08-31
Add window.queueMicrotask (#2844)
Kevin (Kun) "Kassimo" Qian
2019-08-26
Clean up various flatbuffer references (#2819)
Ryan Dahl
2019-08-07
Add op_id throughout op API (#2734)
Ryan Dahl
2019-07-24
Add error handling for dynamic imports to libdeno (#2678)
Bert Belder
2019-07-18
remove v8::Locker from deno_respond (#2664)
andy finch
2019-07-09
Upgrade v8 to 7.7.200 (#2624)
Ryan Dahl
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-06-10
Upgrade V8 to 7.7.37 (#2492)
Ryan Dahl
2019-06-10
Expose dynamic import in core (#2472)
Ryan Dahl
2019-06-06
Deno.core.evalContext & Deno.core.print fix (#2465)
Michał Sabiniarz
2019-06-06
libdeno: expose dynamic import (#2461)
Ryan Dahl
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-02
core: remove support for moving deno_buf ownership from C++ to JavaScript
Bert Belder
2019-05-01
Refactor zero-copy buffers for performance and to prevent memory leaks
Bert Belder
2019-05-01
core: remove unused function StrBufNullAllocPtr()
Bert Belder
2019-05-01
Rename test targets (#2262)
Bartek Iwańczuk
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