1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-13 16:26:08 -05:00
Commit graph

16 commits

Author SHA1 Message Date
Ryan Dahl
b5d7e38f9b Add Docs.md
Remove stuff from Roadmap that has been implemented.
2018-10-19 21:36:07 -04:00
Amos Lim
900dd6fa42 Add links of issues in Roadmap.md 2018-10-11 10:45:01 -04:00
Bert Belder
e742af10aa
Abide by the rules when passing Isolate between c and rust
Ensure that at most one mutable Isolate reference exists at a time.

`deno_execute()` and `deno_respond()` now borrow a reference to the rust-side
isolate from the caller. When we need a reference to the isolate while one of
these functions is on the stack, `deno_get_data()` can be used to borrow back
that reference.
2018-10-08 18:19:32 +02:00
Bert Belder
b9cdf088e7
format 2018-10-04 02:03:29 -07:00
Ryan Dahl
7a4ad045b1
Update README and Roadmap. (#799) 2018-09-22 08:43:44 -04:00
Jamie
52d415537b Fix async-await syntax 2018-09-20 02:19:26 -04:00
Ryan Dahl
ac0910e03c Add milestone 2 to roadmap 2018-09-09 18:47:22 -04:00
Ryan Dahl
a836c493f3
Add I/O interfaces to Roadmap.md (#387) 2018-08-29 16:32:42 -04:00
Mihal Malostanidis
d15d334c24 Replace protobuf with flatbuffer 2018-08-03 12:15:52 -04:00
Ryan Dahl
d8b68648d1 Update repo links to denoland. 2018-08-02 23:12:49 -04:00
Ryan Dahl
a2dde56c59 Remove channel parameter from deno_send/recv. 2018-07-06 18:25:09 -04:00
Ryan Dahl
6c9598d358
Adjust roadmap security text. (#320) 2018-07-03 21:18:42 +02:00
Yoshiya Hinosawa
ea35281d63 chore: move //src/js to //js
refs: #285
2018-07-01 17:22:36 +02:00
Ryan Dahl
f65d5fb312 Integrate meeting notes into Roadmap. 2018-06-29 17:20:01 +02:00
Mike Reinstein
7bbf7943ae reflect deno2 being merged into root already 2018-06-24 20:15:49 +02:00
Ryan Dahl
e7d071b750 Start roadmap document. 2018-06-17 13:51:13 +02:00