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
/
rt
Age
Commit message (
Expand
)
Author
2020-10-27
fix(cli): handle URL paths in Deno.mkdir() (#8140)
Ross Weir
2020-10-27
fix(op_crates/web): Expose event properties in console output (#8103)
Ross Weir
2020-10-26
feat(unstable): add Deno.systemCpuInfo() (#7774)
Elias Sjögreen
2020-10-23
fix: typos in cli and core (#8082)
Toan Nguyen
2020-10-22
fix(cli/rt/websockets): Only add Sec-WebSocket-Protocol if it's not empty (#7...
nerix
2020-10-20
fix(cli): use rid getter for stdio (#8014)
Casper Beyer
2020-10-20
fix(cli/worker): Print error stacks from the origin Worker (#7987)
Nayeem Rahman
2020-10-20
fix(cli/rt/performance): check for object props in startOrMeasureOptions befo...
Jesse Jackson
2020-10-15
feat(cli/ops): add the sleep_sync op (#7974)
William Perron
2020-10-15
Reland feat(cli/console): inspect with colors regardless of Deno.noColor (#7976)
Bartek Iwańczuk
2020-10-14
Revert "feat(cli/console): inspect with colors regardless of Deno.noColor (#7...
Bartek Iwańczuk
2020-10-14
feat(cli/console): inspect with colors regardless of Deno.noColor (#7778)
TTtie
2020-10-13
feat: add alert, confirm, and prompt (#7507)
Yoshiya Hinosawa
2020-10-12
fix(cli/rt/main): Add global interface objects (#7875)
Nayeem Rahman
2020-10-11
fix(console): fix inspection of Function (#7930)
Yoshiya Hinosawa
2020-10-11
fix(cli/console): only inspect getters with option (#7830)
Casper Beyer
2020-10-08
fix(cli/rt/error_stack): Improve message line formatting (#7860)
Nayeem Rahman
2020-10-07
fix(cli/rt/console): Don't require a prototype to detect a class instance (#7...
Nayeem Rahman
2020-10-05
perf(cli/console): Don't add redundant ANSI codes (#7823)
Nayeem Rahman
2020-10-05
fix(core): handle unregistered errors in core better (#7817)
Kitson Kelly
2020-10-04
docs: end sentences with a period in markdown (#7813)
Trivikram Kamat
2020-10-02
refactor(repl): use an inspector session (#7763)
Casper Beyer
2020-10-01
fix(cli/console): Catch and format getter errors (#7766)
Nayeem Rahman
2020-09-30
feat(cli/console): Add Deno.InspectOptions::colors (#7742)
Nayeem Rahman
2020-09-29
fix(websocket): add missing close events and remove extra error event (#7606)
crowlKats
2020-09-27
fix: net listen crashes on explicit undefined hostname (#7706)
Giorgi Rostomashvili
2020-09-26
refactor: prune unneeded JS code (#7689)
Bartek Iwańczuk
2020-09-25
fix(cli): customInspect works on functions (#7670)
Kitson Kelly
2020-09-23
fix(cli/console): quote non-alphanumeric symbols (#7641)
Casper Beyer
2020-09-23
fix(cli/console): enclose symbol keys in brackets (#7642)
Casper Beyer
2020-09-22
fix: clearing timers race condition (#7617)
Bartek Iwańczuk
2020-09-22
refactor(cli/fmt_errors): Color stack traces in Rust (#7628)
Nayeem Rahman
2020-09-22
fix(cli/console): quote object symbol keys that are invalid identifiers (#7553)
Casper Beyer
2020-09-21
fix(cli/repl): interpret object literals as expressions (#7591)
Casper Beyer
2020-09-21
chore: add copyright (#7593)
tokiedokie
2020-09-19
fix(cli/rt): make some web API constructors illegal at runtime (#7468)
Nayeem Rahman
2020-09-18
fix(cli/repl): format evaluation results with the object specifier (#7561)
Casper Beyer
2020-09-18
fix(cli/console): surround non alpha-numeric object keys with quotes (#7550)
Casper Beyer
2020-09-18
refactor: move FileReader to op_crates/web (#7554)
Bartek Iwańczuk
2020-09-18
fix(cli/console): always quote and escape inspected strings (#7546)
Casper Beyer
2020-09-18
refactor: deno_fetch op crate (#7524)
Bartek Iwańczuk
2020-09-17
refactor: Move URL to op_crates/web (#7544)
Bartek Iwańczuk
2020-09-17
fix(cli/console): escape non printable characters in object entries (#7533)
Casper Beyer
2020-09-17
refactor: use Symbol.for instead of Symbol in cli/rt/ (#7537)
Bartek Iwańczuk
2020-09-17
refactor: move op_resources and op_close to deno_core (#7539)
Bartek Iwańczuk
2020-09-17
refactor: disable URL.createObjectUrl (#7543)
Bartek Iwańczuk
2020-09-17
fix: Use Buffer.writeSync in MultipartBuilder (#7542)
Ryan Dahl
2020-09-17
refactor: make fetch use op_fetch_read instead of op_read (#7529)
Ryan Dahl
2020-09-16
refactor: remove dispatch_json.js from cli/rt and cli/tsc (#7521)
Bartek Iwańczuk
2020-09-16
simplify global properties (#7502)
Ryan Dahl
[next]