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
/
shared_queue.rs
Age
Commit message (
Expand
)
Author
2021-03-31
refactor: new optimized op-layer using serde_v8 (#9843)
Aaron O'Mullan
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2020-11-13
refactor(cli+core): various cleanups in Rust (#8336)
KNnut
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
2020-04-23
Upgrade to rusty_v8 v0.4.0 (#4856)
Bert Belder
2020-03-01
perf: use subarray instead of slice in dispatch minimal (#4180)
Ryan Dahl
2020-02-09
No longer require aligned buffer for shared queue (#3935)
Andy Finch
2020-01-29
Upgrade rusty_v8 (#3816)
Ryan Dahl
2020-01-23
Upgrade rusty_v8 to 0.2.0 (#3764)
Ryan Dahl
2020-01-21
Upgrade to rusty_v8 v0.1.1 (#3741)
Bert Belder
2020-01-11
refactor: remove Isolate.current_send_cb_info and DenoBuf, port Isolate.share...
Bartek Iwańczuk
2020-01-06
refactor: remove core/libdeno.rs (#3611)
Bartek Iwańczuk
2020-01-02
Add missing year ranges to copyright notices (#3582)
Waldir Pimenta
2019-09-30
feat: op registration in core (#3002)
Bartek Iwańczuk
2019-08-26
fix: shared queue requires aligned buffer (#2816)
Bartek Iwańczuk
2019-08-07
Add op_id throughout op API (#2734)
Ryan Dahl
2019-08-05
Remove dispatch optimization (#2732)
Ryan Dahl
2019-06-14
Revert "Refactor dispatch handling (#2452)"
Ryan Dahl
2019-06-13
Refactor dispatch handling (#2452)
andy finch
2019-05-03
core,cli: fix clippy warnings
Bert Belder
2019-04-21
Fixes #2033, shared queue push bug (#2158)
Ryan Dahl
2019-04-02
Clippy fixes
Bert Belder
2019-03-28
Make sharedQueue overflow warning quieter (#2008)
Ryan Dahl
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