summaryrefslogtreecommitdiff
path: root/BUILD.gn
AgeCommit message (Expand)Author
2018-10-12Fix promise reject issue (#936)Kevin (Kun) "Kassimo" Qian
2018-10-11Replace globals.d.ts with lib.deno_runtime.d.tsKitson Kelly
2018-10-11Add deno.metrics()Bartek IwaƄczuk
2018-10-04Use underscores in filenames.Ryan Dahl
2018-10-03First pass at support for TCP servers and clients. (#884)Ryan Dahl
2018-10-03Implemented readDirSync, readDirJ2P
2018-10-03Rename tsconfig.generated.json to tsconfig.declarations.jsonRyan Dahl
2018-09-30Add copyFile/copyFileSync (#863)Kevin (Kun) "Kassimo" Qian
2018-09-30Add deno.truncate (#805)ztplz
2018-09-28Adds basic File I/O and FD table.Ryan Dahl
2018-09-26Use the thread pool for blocking I/ORyan Dahl
2018-09-25Make Deno multithreaded.Ryan Dahl
2018-09-25Use lazy_static for HttpsConnectorRyan Dahl
2018-09-25Implement deno.readlink() (#797)Mani Maghsoudlou
2018-09-24build: always enable clang color outputBert Belder
2018-09-22Implement deno.trace() (#795)Kevin (Kun) "Kassimo" Qian
2018-09-20Add deno.arch/deno.platform (#773)Kevin (Kun) "Kassimo" Qian
2018-09-18Implement deno.symlink() (#742)Mani Maghsoudlou
2018-09-16Add the 'dirs' crate, enable the required 'winapi' featuresKevin (Kun) "Kassimo" Qian
2018-09-16Improve integration of dom_typesKitson Kelly
2018-09-14Rename fetch_types.d.ts to dom_types.d.tsParsa Ghadimi
2018-09-14Implement BlobParsa Ghadimi
2018-09-12feat: add deno.makeTempDirYoshiya Hinosawa
2018-09-12build: rebuild bundle when npm packages are added/removed/updatedBert Belder
2018-09-12Dedup js source list in BUILD.gnRyan Dahl
2018-09-12Implement deno.rename() (#731)Mani Maghsoudlou
2018-09-12Add remove(), removeAll().Kevin (Kun) "Kassimo" Qian
2018-09-11Implement deno.stat() and deno.lstat()Sajjad Hashemian
2018-09-10Implement deno.mkdir()Sajjad Hashemian
2018-09-10Implement deno.readFile()Ryan Dahl
2018-09-10fbs_util.ts -> dispatch.tsRyan Dahl
2018-09-09Add missing ts files to BUILD.gnRyan Dahl
2018-09-03Format.Ryan Dahl
2018-09-01Remove lib.globals.d.tsKitson Kelly
2018-09-01Bundle most types into globals.d.ts (#642)Kitson Kelly
2018-08-30Support https imports.Ryan Dahl
2018-08-30Downgrading tokio to registry version.Ryan Dahl
2018-08-29Implement makeTempDirSync()Bert Belder
2018-08-29build: work around sccache false positives due to asm .incbin usageBert Belder
2018-08-26build: fix typescript dirs not correctly rebasedBert Belder
2018-08-26build: do not bake absolute paths into deno_nsBert Belder
2018-08-25Build: make it possible to use ccache/sccache on windowsBert Belder
2018-08-22runtime.ts refactor into compiler.ts (#564)Ryan Dahl
2018-08-20First pass at fetch()Ryan Dahl
2018-08-20Add hyper dependenciesThomas Ghysels
2018-08-19chore: move libdeno files to //libdeno/Yoshiya Hinosawa
2018-08-18Rename :all target to :defaultRyan Dahl
2018-08-16Remove dead code: src/flatbuffer_builder.ccRyan Dahl
2018-08-16Implement deno_handle_msg_from_js in RustRyan Dahl
2018-08-13fix: change :test_cc to v8_executableYoshiya Hinosawa