summaryrefslogtreecommitdiff
path: root/Roadmap.md
AgeCommit message (Collapse)Author
2018-10-19Add Docs.mdRyan Dahl
Remove stuff from Roadmap that has been implemented.
2018-10-11Add links of issues in Roadmap.mdAmos Lim
2018-10-08Abide by the rules when passing Isolate between c and rustBert Belder
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-04formatBert Belder
2018-09-22Update README and Roadmap. (#799)Ryan Dahl
2018-09-20Fix async-await syntaxJamie
2018-09-09Add milestone 2 to roadmapRyan Dahl
2018-08-29Add I/O interfaces to Roadmap.md (#387)Ryan Dahl
2018-08-03Replace protobuf with flatbufferMihal Malostanidis
2018-08-02Update repo links to denoland.Ryan Dahl
2018-07-06Remove channel parameter from deno_send/recv.Ryan Dahl
2018-07-03Adjust roadmap security text. (#320)Ryan Dahl
2018-07-01chore: move //src/js to //jsYoshiya Hinosawa
refs: #285
2018-06-29Integrate meeting notes into Roadmap.Ryan Dahl
2018-06-24reflect deno2 being merged into root alreadyMike Reinstein
2018-06-17Start roadmap document.Ryan Dahl