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.rs
Age
Commit message (
Expand
)
Author
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-24
Add error handling for dynamic imports to libdeno (#2678)
Bert Belder
2019-06-14
Revert "Refactor dispatch handling (#2452)"
Ryan Dahl
2019-06-13
Refactor dispatch handling (#2452)
andy finch
2019-06-10
Expose dynamic import in core (#2472)
Ryan Dahl
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-04-24
core: Add test for snapshotting from Rust (#2197)
Ryan Dahl
2019-04-08
core: snapshot improvements (#2052)
Ryan Dahl
2019-03-31
Publish rust crate on crates.io (#2024)
Bert Belder
2019-03-30
Move //libdeno to //core/libdeno (#2015)
Ryan Dahl
2019-03-21
core: Allow terminating an Isolate from another thread (#1982)
Simon Menke
2019-03-18
Integrate //core into existing code base
Ryan Dahl
2019-02-26
deno_core (#1827)
Ryan Dahl