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
/
isolate.rs
Age
Commit message (
Expand
)
Author
2019-12-08
fix isolate tests (#3459)
Bartek Iwańczuk
2019-12-02
disable eager polling for ops (#3434)
Bartek Iwańczuk
2019-11-18
feat: op registration during calls (#3375)
Andy Finch
2019-11-16
Use futures 0.3 API (#3358)
Bartek Iwańczuk
2019-10-22
core: gracefully handle bad op id (#3131)
Bartek Iwańczuk
2019-10-15
perf: fairer ops scheduling (#3128)
Bartek Iwańczuk
2019-10-14
perf: eager poll async ops in Isolate (#3046)
Bartek Iwańczuk
2019-10-02
remove legacy Isolate.set_dispatch API (#3041)
Bartek Iwańczuk
2019-09-30
feat: op registration in core (#3002)
Bartek Iwańczuk
2019-09-04
perf: less aggresive dyn import polling (#2858)
Bartek Iwańczuk
2019-08-26
fix: shared queue requires aligned buffer (#2816)
Bartek Iwańczuk
2019-08-21
fix: dynamic import panic (#2792)
Bartek Iwańczuk
2019-08-16
Upgrade to rust 1.37.0 (#2786)
Ryan Dahl
2019-08-09
Dynamic import (#2516)
Bert Belder
2019-08-07
Add op_id throughout op API (#2734)
Ryan Dahl
2019-08-05
Remove dispatch optimization (#2732)
Ryan Dahl
2019-07-31
Use system rustfmt instead of fixed binary (#2701)
Ryan Dahl
2019-07-24
Add error handling for dynamic imports to libdeno (#2678)
Bert Belder
2019-07-18
only use Locker when calling into js (#2665)
andy finch
2019-07-11
Refactor error to use dynamic dispatch and traits
Bert Belder
2019-06-23
Minor tweaks (#2569)
Gurwinder Singh
2019-06-18
Add dyn to be rust nightly compatible (#2538)
Kitson Kelly
2019-06-17
refactor dispatch take 2 (#2533)
andy finch
2019-06-14
Revert "Refactor dispatch handling (#2452)"
Ryan Dahl
2019-06-13
Refactor dispatch handling (#2452)
andy finch
2019-06-12
Remove Config struct from core (#2502)
Ryan Dahl
2019-06-10
Expose dynamic import in core (#2472)
Ryan Dahl
2019-05-03
core,cli: fix clippy warnings
Bert Belder
2019-05-01
core: express op as enum (#2255)
Ryan Dahl
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-23
core: make Isolate concrete, remove Dispatch trait (#2183)
Ryan Dahl
2019-04-16
core: make Isolate use FuturesUnordered to track ops
Bert Belder
2019-04-16
core: run isolate tests within a task
Bert Belder
2019-04-09
core: Rename Behavior to Dispatch (#2082)
Ryan Dahl
2019-04-08
core: poll ops round robin
Bert Belder
2019-04-08
core: snapshot improvements (#2052)
Ryan Dahl
2019-04-04
Improve docs in core (#2049)
Ryan Dahl
2019-04-02
Refactor deno_core::RecursiveLoad to be more idiomatic (#2034)
Bert Belder
2019-04-02
Add deno_core::RecursiveLoad for async module loading (#2034)
Ryan Dahl
2019-03-30
Move //libdeno to //core/libdeno (#2015)
Ryan Dahl
2019-03-28
Clippy fixes (#2009)
Bert Belder
2019-03-26
namespace reorg: libdeno and DenoCore to Deno.core (#1998)
Kitson Kelly
2019-03-25
Resolve callback moved from Behavior to mod_instantiate() (#1999)
Ryan Dahl
2019-03-24
Handle overflown shared queue (#1992)
Bartek Iwańczuk
2019-03-21
core: Allow terminating an Isolate from another thread (#1982)
Simon Menke
2019-03-18
Re-implement init scripts in core (#1958)
andy finch
2019-03-18
Integrate //core into existing code base
Ryan Dahl
2019-03-15
core: remove reset() from SharedQueue API
Bert Belder
2019-03-15
core: Behavior shouldn't be generic
Ryan Dahl
[next]