summaryrefslogtreecommitdiff
path: root/cli/rt
AgeCommit message (Expand)Author
2020-12-10refactor(core): stack trace mapping (#8660)Bartek Iwańczuk
2020-12-07refactor(cli/rt): deduplicate code (#8649)Benjamin Gruenbaum
2020-12-07perf: use minimal op with performance.now() (#8619)Steven Guerrero
2020-12-01fix(compile): disable source mapping of errors (#8581)Bartek Iwańczuk
2020-11-30feat(unstable): add cbreak option to setRaw (#8383)Marcus Hultman
2020-11-26fix: "onload" event order (#8376)Benjamin Gruenbaum
2020-11-25fix(websocket): Fix PermissionDenied error being caught in constructor (#8402)crowlKats
2020-11-23fix(cli): add file URL support for Deno.readLink (#8423)William Perron
2020-11-21fix: "cloneValue" should return a Set when given a Set (#7972)Anonymous
2020-11-14fix: fix various global objects constructor length (#8373)Benjamin Gruenbaum
2020-11-13refactor: deno_crypto op crate (#7956)Divy Srivastava
2020-11-10fix(web/worker) define event handlers in DOM order (#8334)Benjamin Gruenbaum
2020-11-10fix(cli/rt): dom handler order in websocket (#8320)Benjamin Gruenbaum
2020-11-08chore: remove dead code (#8298)Bartek Iwańczuk
2020-11-03build: migrate to dlint (#8176)Bartek Iwańczuk
2020-11-03fix(prompt): fix display of non-ASCII characters on Windows (#8199)Yoshiya Hinosawa
2020-11-02refactor(cli): migrate runtime compile/bundle to new infrastructure (#8192)Kitson Kelly
2020-10-30fix: Deno.fdata(), Deno.fdatasync() (#8193)Bartek Iwańczuk
2020-10-29fix(cli): prompt works with windows eol and eof (#8149)Sander Hahn
2020-10-27fix(cli): handle URL paths in Deno.mkdir() (#8140)Ross Weir
2020-10-27fix(op_crates/web): Expose event properties in console output (#8103)Ross Weir
2020-10-26feat(unstable): add Deno.systemCpuInfo() (#7774)Elias Sjögreen
2020-10-23fix: typos in cli and core (#8082)Toan Nguyen
2020-10-22fix(cli/rt/websockets): Only add Sec-WebSocket-Protocol if it's not empty (#7...nerix
2020-10-20fix(cli): use rid getter for stdio (#8014)Casper Beyer
2020-10-20fix(cli/worker): Print error stacks from the origin Worker (#7987)Nayeem Rahman
2020-10-20fix(cli/rt/performance): check for object props in startOrMeasureOptions befo...Jesse Jackson
2020-10-15feat(cli/ops): add the sleep_sync op (#7974)William Perron
2020-10-15Reland feat(cli/console): inspect with colors regardless of Deno.noColor (#7976)Bartek Iwańczuk
2020-10-14Revert "feat(cli/console): inspect with colors regardless of Deno.noColor (#7...Bartek Iwańczuk
2020-10-14feat(cli/console): inspect with colors regardless of Deno.noColor (#7778)TTtie
2020-10-13feat: add alert, confirm, and prompt (#7507)Yoshiya Hinosawa
2020-10-12fix(cli/rt/main): Add global interface objects (#7875)Nayeem Rahman
2020-10-11fix(console): fix inspection of Function (#7930)Yoshiya Hinosawa
2020-10-11fix(cli/console): only inspect getters with option (#7830)Casper Beyer
2020-10-08fix(cli/rt/error_stack): Improve message line formatting (#7860)Nayeem Rahman
2020-10-07fix(cli/rt/console): Don't require a prototype to detect a class instance (#7...Nayeem Rahman
2020-10-05perf(cli/console): Don't add redundant ANSI codes (#7823)Nayeem Rahman
2020-10-05fix(core): handle unregistered errors in core better (#7817)Kitson Kelly
2020-10-04docs: end sentences with a period in markdown (#7813)Trivikram Kamat
2020-10-02refactor(repl): use an inspector session (#7763)Casper Beyer
2020-10-01fix(cli/console): Catch and format getter errors (#7766)Nayeem Rahman
2020-09-30feat(cli/console): Add Deno.InspectOptions::colors (#7742)Nayeem Rahman
2020-09-29fix(websocket): add missing close events and remove extra error event (#7606)crowlKats
2020-09-27fix: net listen crashes on explicit undefined hostname (#7706)Giorgi Rostomashvili
2020-09-26refactor: prune unneeded JS code (#7689)Bartek Iwańczuk
2020-09-25fix(cli): customInspect works on functions (#7670)Kitson Kelly
2020-09-23fix(cli/console): quote non-alphanumeric symbols (#7641)Casper Beyer
2020-09-23fix(cli/console): enclose symbol keys in brackets (#7642)Casper Beyer
2020-09-22fix: clearing timers race condition (#7617)Bartek Iwańczuk