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
/
ops
Age
Commit message (
Expand
)
Author
2021-02-16
feat(cli): Deno.emit supports bundling as IIFE (#9291)
Kitson Kelly
2021-01-29
fix(cli): fix panic in Deno.emit (#9302)
Yoshiya Hinosawa
2021-01-18
fix(cli): Check permissions for Deno.emit() (#9139)
Nayeem Rahman
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-06
fix: use inline source maps when present in js (#8995)
Luca Casonato
2021-01-01
refactor(cli): runtime compiler APIs consolidated to Deno.emit() (#8799)
Kitson Kelly
2020-12-30
feat(lsp): add cache command (#8911)
Kitson Kelly
2020-12-13
refactor: deno_runtime crate (#8640)
Bartek Iwańczuk
2020-12-12
refactor(cli): more options on Worker (#8724)
Bartek Iwańczuk
2020-12-11
refactor(cli): decouple ops from ProgramState and Flags (#8659)
Bartek Iwańczuk
2020-12-07
perf: use minimal op with performance.now() (#8619)
Steven Guerrero
2020-12-07
refactor(cli): Reorganize worker code, use stronger memory ordering (#8638)
Bartek Iwańczuk
2020-12-01
fix(compile): disable source mapping of errors (#8581)
Bartek Iwańczuk
2020-11-30
feat(unstable): add cbreak option to setRaw (#8383)
Marcus Hultman
2020-11-28
chore: clippy future cleanups (#8514)
Kitson Kelly
2020-11-27
fix(cli/ops/net): add write permissions for unixpackets datagrams & unix sock...
William Perron
2020-11-26
refactor(cli): reorganize main.rs and split workers (#8495)
Bartek Iwańczuk
2020-11-26
fix(websocket): set User-Agent header (#8502)
Bartek Iwańczuk
2020-11-26
fix(cli/websocket): set User-Agent header (#8470)
crowlKats
2020-11-25
fix(websocket): Fix PermissionDenied error being caught in constructor (#8402)
crowlKats
2020-11-25
add canary versioning (#8480)
crowlKats
2020-11-22
feat(unstable): Add deno test --no-run (#8093)
Nayeem Rahman
2020-11-20
refactor(cli): worker event serialization (#8438)
Bartek Iwańczuk
2020-11-19
refactor(cli): rename fmt_errors::JsError to PrettyJsError (#8435)
Bartek Iwańczuk
2020-11-16
refactor(cli): rename fs module to fs_util (#8380)
Bartek Iwańczuk
2020-11-13
refactor: deno_crypto op crate (#7956)
Divy Srivastava
2020-11-08
chore: remove dead code (#8298)
Bartek Iwańczuk
2020-11-03
refactor(cli): cleanup compiler snapshot and tsc/module_graph (#8220)
Kitson Kelly
2020-11-02
refactor(cli): migrate runtime compile/bundle to new infrastructure (#8192)
Kitson Kelly
2020-10-30
fix(cli/fmt): Strip "\\?\" prefix when displaying Windows paths (#8135)
Nayeem Rahman
2020-10-26
feat(unstable): add Deno.systemCpuInfo() (#7774)
Elias Sjögreen
2020-10-26
refactor(cli): rewrite Deno.transpileOnly() to use SWC (#8090)
Bartek Iwańczuk
2020-10-23
refactor(cli): migrate run and cache to new infrastructure (#7996)
Kitson Kelly
2020-10-22
fix(cli/rt/websockets): Only add Sec-WebSocket-Protocol if it's not empty (#7...
nerix
2020-10-20
feat: stabilize Deno.fsync and Deno.fdatasync (#8038)
Casper Beyer
2020-10-20
fix(cli/worker): Print error stacks from the origin Worker (#7987)
Nayeem Rahman
2020-10-15
feat(cli/ops): add the sleep_sync op (#7974)
William Perron
2020-10-14
fix: top-level-await module execution (#7946)
Bartek Iwańczuk
2020-10-13
refactor(cli): rename GlobalState to ProgramState (#7914)
Bartek Iwańczuk
2020-10-12
chore(cli): remove dead code (#7941)
Kitson Kelly
2020-10-11
reland JsRuntime/Worker is not a Future (#7924)
Bartek Iwańczuk
2020-10-10
Fix 100% CPU idling problem by reverting #7672 (#7911)
Ryan Dahl
2020-10-09
refactor: Worker is not a Future (#7895)
Bartek Iwańczuk
2020-10-07
refactor: rename isolate to js_runtime (#7858)
Bartek Iwańczuk
2020-10-07
fix(cli/ops/fs): Don't force Windows paths separate paths with forward slash ...
Nayeem Rahman
2020-10-06
fix(core): module execution with top level await (#7672)
Bartek Iwańczuk
2020-10-02
refactor(repl): use an inspector session (#7763)
Casper Beyer
2020-09-28
refactor: move op state registration to workers (#7696)
Bartek Iwańczuk
2020-09-26
refactor: factor out check_unstable op helper (#7695)
Bartek Iwańczuk
2020-09-26
refactor: use JsRuntime to implement TSC (#7691)
Bartek Iwańczuk
[prev]
[next]