summaryrefslogtreecommitdiff
path: root/cli/build.rs
AgeCommit message (Expand)Author
2020-11-02add commit hash and target to long_version output (#8133)Yoshiya Hinosawa
2020-10-07refactor: rename isolate to js_runtime (#7858)Bartek Iwańczuk
2020-09-22refactor(core): support error stack, remove js_check (#7629)Bartek Iwańczuk
2020-09-18refactor: deno_fetch op crate (#7524)Bartek Iwańczuk
2020-09-11refactor(core): JsRuntime initialization (#7415)Bartek Iwańczuk
2020-09-10Use gotham-like state for ops (#7385)Ryan Dahl
2020-09-09fix(op_crates/web): Use "deno:" URLs for internal script specifiers (#7383)Nayeem Rahman
2020-09-06refactor(core): rename CoreIsolate to JsRuntime (#7373)Bartek Iwańczuk
2020-09-06Move JSON ops to deno_core (#7336)Bert Belder
2020-09-01simplify deno_web init (#7313)Ryan Dahl
2020-08-24refactor(cli/build.rs): extract ts version (#7127)Yoshiya Hinosawa
2020-08-19refactor(op_crates/web): move abort signal (#7117)Luca Casonato
2020-08-12upgrade: TypeScript to 3.9.7 (#7036)Ryan Dahl
2020-08-11feat(web): FileReader API (#6673)Paul Thompson
2020-08-07Op crate for Web APIs (#6906)Bartek Iwańczuk
2020-07-23Rename cli/js2 to cli/rt (#6857)Ryan Dahl
2020-07-22clean up set_binary_metadata (#6811)Ryan Dahl
2020-07-22Reduce size of TypeScript Compiler snapshot (#6809)Ryan Dahl
2020-07-20Remove deno_typescript (#6813)Ryan Dahl
2020-07-19Port internal TS code to JS (#6793)Bartek Iwańczuk
2020-07-16refactor(cli): Remove dead code (#6765)Ryan Dahl
2020-07-15fix(cli): add icon and metadata to deno.exe on Windows (#6693)Maayan Hanin
2020-04-30Unstable methods should not appear in runtime or d.ts (#4957)Luca Casonato
2020-04-28BREAKING: Use LLVM target triple for Deno.build (#4948)Ryan Dahl
2020-04-23Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)Ryan Dahl
2020-02-25Clean up how we use opIds (#4118)Ryan Dahl
2020-02-19Support loading additional TS lib files (#3863)Kitson Kelly
2020-02-01feat: support crate imports in deno_typescript (#3814)Andy Finch
2020-01-31Add NO_BUILD_SNAPSHOTS to speed up incremental builds (#3847)Ryan Dahl
2020-01-30Try to fix docs.rs for cli crate (#3823)Ryan Dahl
2020-01-29workers: proper TS libs, more spec-compliant APIs (#3812)Bartek Iwańczuk
2020-01-24s/PinnedBuf/ZeroCopyBuf (#3782)Ryan Dahl
2020-01-24Break out runtime lib to main and worker (#3771)Kitson Kelly
2020-01-22refactor: snapshotting (#3753)Bartek Iwańczuk
2020-01-22Reland "Create an old program to be used in snapshot." (#3747)Bartek Iwańczuk
2020-01-02Happy new year! (#3578)Ry Dahl
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl
2019-09-02Refactor snapshot build (#2825)Ryan Dahl
2019-08-26Remove flatbuffers (#2818)Ryan Dahl
2019-03-30Call ninja directly from build.rs (#2020)Ryan Dahl
2019-03-30Move //libdeno to //core/libdeno (#2015)Ryan Dahl