summaryrefslogtreecommitdiff
path: root/BUILD.gn
AgeCommit message (Expand)Author
2018-11-23Revert "Use include_bytes! instead of incbin. (#1182)"Ryan Dahl
2018-11-20Split Runner from CompilerKitson Kelly
2018-11-16Remove unused bundle_hash_hRyan Dahl
2018-11-16First pass at running subprocesses (#1156)Bert Belder
2018-11-14Support request method and headers in fetch() (#1188)Ryan Dahl
2018-11-12Use include_bytes! instead of incbin. (#1182)Ryan Dahl
2018-11-05Add repl (#998)Andy Hayden
2018-11-04Add deno.Buffer (#1121)Ryan Dahl
2018-11-04Web APIs: `File` and `FormData` (#1056)Kyra
2018-11-03third_party: add tokio-process Rust crate and its dependenciesBert Belder
2018-11-02Move fetch headers into its own file.Ryan Dahl
2018-11-02test_rs needs deno_deps.Ryan Dahl
2018-11-01cargo: build only necessary Ninja targets when invoked by RLSBert Belder
2018-11-01build: remove absolute pathBert Belder
2018-10-31Support cargo check (#1128)Ryan Dahl
2018-10-31Upgrade Flatbuffers. (#1127)Ryan Dahl
2018-10-30Add resources op (#1119)Bartek Iwańczuk
2018-10-27Ergonomics: Prompt TTY for permission escalation (#1081)Ryan Dahl
2018-10-26Remove broken feature: trace()Ryan Dahl
2018-10-26Add chmod/chmodSync on unix (and fix Cargo.toml) (#1088)Kevin (Kun) "Kassimo" Qian
2018-10-26build: snapshot blob is an input for the snapshot objectBert Belder
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-23Switch to getopts for flag parsing (#1080)Kevin (Kun) "Kassimo" Qian
2018-10-21Add URLSearchParams (#1049)Kyra
2018-10-20Add Rust hyper http benchmark (#1043)Kevin (Kun) "Kassimo" Qian
2018-10-20Windows: dont use ts-node symlinked pathRyan Dahl
2018-10-20build: make rollup generate a depfile for the bundle buildBert Belder
2018-10-17Optimization: Reuse ArrayBuffer during serialization.Ryan Dahl
2018-10-13Add cwd() and chdir() (#907)Shiva Prasanth
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