summaryrefslogtreecommitdiff
path: root/libdeno
AgeCommit message (Expand)Author
2018-11-29Move libdeno build config to libdeno/BUILD.gnRyan Dahl
2018-11-27Don't use snapshot for src/isolate.rs tests.Ryan Dahl
2018-11-05Decode main.js.map during snapshotting.Ryan Dahl
2018-11-01build: remove absolute pathBert Belder
2018-10-24Add libdeno.shared global shared ArrayBuffer.Ryan Dahl
2018-10-24libdeno: Expose snapshot creation.Ryan Dahl
2018-10-24libdeno: clean upRyan Dahl
2018-10-24libdeno: deno_new should take a snapshot parameter.Ryan Dahl
2018-10-24Remove deno_nsRyan Dahl
2018-10-19libdeno: store v8::Persistent in map by value instead of by referenceBert Belder
2018-10-18Optimization: Use std::map for tracking zero-copy buffersRyan Dahl
2018-10-17Reduce ArrayBuffer allocations in ImportBuf()Ryan Dahl
2018-10-12Fix promise reject issue (#936)Kevin (Kun) "Kassimo" Qian
2018-10-08Remove deno_get_data()Bert Belder
2018-10-08Abide by the rules when passing Isolate between c and rustBert Belder
2018-10-08Rename Deno.data to Deno.user_dataBert Belder
2018-10-06Fix unused variable warning in release mode.Ryan Dahl
2018-09-28libdeno: use cstream instead of printf to write to stderrBert Belder
2018-09-28libdeno: remove dead codeBert Belder
2018-09-27Support zero-copy data in libdeno.send(). (#838)Ryan Dahl
2018-09-25console.warn goes to stderr (#810)Kevin (Kun) "Kassimo" Qian
2018-09-24libdeno.send(): Use GetContents instead of ExternalizeRyan Dahl
2018-09-22Rename deno.argv, libdeno::DenoC and deno_set_flags (#796)ztplz
2018-09-17Upgrade V8 to 7.0.276.15Ryan Dahl
2018-09-09Map promises onto futures.Ryan Dahl
2018-08-30Fix warnings.Ryan Dahl
2018-08-26formatBert Belder
2018-08-26build: do not bake absolute paths into deno_nsBert Belder
2018-08-26libdeno: add file utilities Dirname() and ExePath()Bert Belder
2018-08-26refactor: add and use libdeno.setGlobalErrorHandler instead of window.onerrorYoshiya Hinosawa
2018-08-19chore: move libdeno files to //libdeno/Yoshiya Hinosawa