index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
build.rs
Age
Commit message (
Expand
)
Author
2021-05-10
feat: add WebStorage API (#7819)
crowlKats
2021-05-06
refactor(ops): replace `ZeroCopyBuf` arg by 2nd generic deserializable arg (#...
Aaron O'Mullan
2021-04-25
refactor(core): move op cache sync responsibility to rust space (#10340)
Aaron O'Mullan
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-06
refactor: add deno_file op crate (#10019)
Luca Casonato
2021-03-12
refactor: move Console to op_crates/console (#9770)
Luca Casonato
2021-03-12
chore: split web op crate (#9635)
Luca Casonato
2021-03-01
feat: WebGPU API (#7977)
crowlKats
2021-02-26
chore: move crypto types to op_crates/crypto (#9609)
Divy Srivastava
2021-02-26
chore: simplify internal dependencies between crates (#9600)
Divy Srivastava
2021-02-26
chore(cli/runtime): use re-export serde from deno_core (#9599)
Kitson Kelly
2021-02-13
refactor(core): Strongly typed deserialization of JSON ops (#9423)
Jared Beller
2021-01-19
fix: full commit hash in canary compile download (#9166)
Luca Casonato
2021-01-17
fix: incremental build for deno declaration files (#9138)
Bartek Iwańczuk
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-06
refactor: move WebSocket API to an op_crate (#9026)
Luca Casonato
2020-12-14
Revert "build: Factor out common code into core/build_util.rs (#8756)" (#8763)
Bartek Iwańczuk
2020-12-14
fix: docs.rs detection (#8755)
Ryan Dahl
2020-12-14
build: Factor out common code into core/build_util.rs (#8756)
Ryan Dahl
2020-12-13
refactor: deno_runtime crate (#8640)
Bartek Iwańczuk
2020-11-29
fix: don't unconditionally build canary (#8536)
Luca Casonato
2020-11-25
add canary versioning (#8480)
crowlKats
2020-11-24
feat(cli): update to TypeScript 4.1 (#7573)
Kitson Kelly
2020-11-13
refactor: deno_crypto op crate (#7956)
Divy Srivastava
2020-11-03
refactor(cli): cleanup compiler snapshot and tsc/module_graph (#8220)
Kitson Kelly
2020-11-02
add commit hash and target to long_version output (#8133)
Yoshiya Hinosawa
2020-10-07
refactor: rename isolate to js_runtime (#7858)
Bartek Iwańczuk
2020-09-22
refactor(core): support error stack, remove js_check (#7629)
Bartek Iwańczuk
2020-09-18
refactor: deno_fetch op crate (#7524)
Bartek Iwańczuk
2020-09-11
refactor(core): JsRuntime initialization (#7415)
Bartek Iwańczuk
2020-09-10
Use gotham-like state for ops (#7385)
Ryan Dahl
2020-09-09
fix(op_crates/web): Use "deno:" URLs for internal script specifiers (#7383)
Nayeem Rahman
2020-09-06
refactor(core): rename CoreIsolate to JsRuntime (#7373)
Bartek Iwańczuk
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
2020-09-01
simplify deno_web init (#7313)
Ryan Dahl
2020-08-24
refactor(cli/build.rs): extract ts version (#7127)
Yoshiya Hinosawa
2020-08-19
refactor(op_crates/web): move abort signal (#7117)
Luca Casonato
2020-08-12
upgrade: TypeScript to 3.9.7 (#7036)
Ryan Dahl
2020-08-11
feat(web): FileReader API (#6673)
Paul Thompson
2020-08-07
Op crate for Web APIs (#6906)
Bartek Iwańczuk
2020-07-23
Rename cli/js2 to cli/rt (#6857)
Ryan Dahl
2020-07-22
clean up set_binary_metadata (#6811)
Ryan Dahl
2020-07-22
Reduce size of TypeScript Compiler snapshot (#6809)
Ryan Dahl
2020-07-20
Remove deno_typescript (#6813)
Ryan Dahl
2020-07-19
Port internal TS code to JS (#6793)
Bartek Iwańczuk
2020-07-16
refactor(cli): Remove dead code (#6765)
Ryan Dahl
2020-07-15
fix(cli): add icon and metadata to deno.exe on Windows (#6693)
Maayan Hanin
2020-04-30
Unstable methods should not appear in runtime or d.ts (#4957)
Luca Casonato
2020-04-28
BREAKING: Use LLVM target triple for Deno.build (#4948)
Ryan Dahl
2020-04-23
Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)
Ryan Dahl
[next]