Age | Commit message (Expand) | Author |
2024-01-26 | refactor: migrate extensions to virtual ops module (#22135) | Bartek Iwańczuk |
2024-01-24 | feat: `Deno.{stdin,stdout,stderr}.isTerminal()`, deprecate `Deno.isatty()` (#... | Asher Gomez |
2024-01-23 | refactor: port more ops to `ensureFastOps()` (#22046) | Asher Gomez |
2024-01-11 | fix(web): use rustyline for prompt (#21893) | Divy Srivastava |
2024-01-10 | refactor: use `core.ensureFastOps()` (#21888) | Kenta Moriuchi |
2024-01-02 | Revert "fix(runtime): Make native modal keyboard interaction consistent with ... | Divy Srivastava |
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret |
2023-12-13 | fix(runtime): Make native modal keyboard interaction consistent with browsers... | lionel-rowe |
2023-12-07 | refactor: pull 'core', 'internals', 'primordials' from ES module (#21462) | Bartek Iwańczuk |
2023-03-28 | chore: restore pty tests and make them run on the Linux CI (#18424) | David Sherret |
2023-03-08 | refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for... | Bartek Iwańczuk |
2023-03-05 | refactor(runtime): remove 40_files.js, 40_write_file.js and 40_read_file.js (... | Bartek Iwańczuk |
2023-03-05 | refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18... | Bartek Iwańczuk |
2023-02-07 | refactor: Use ES modules for internal runtime code (#17648) | Leo Kettmeir |
2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret |
2022-01-07 | chore: update copyright to 2022 (#13306) | Ryan Dahl |
2021-07-04 | refactor: use primordials in runtime/, part2 (#11248) | Bartek Iwańczuk |
2021-06-05 | refactor(web): use encoding_rs for text encoding (#10844) | Luca Casonato |
2021-02-04 | chore: use strict mode for internal runtime, core, and op_crates js (#9391) | Developing |
2021-01-11 | chore: update copyright to 2021 (#9092) | Yusuke Tanaka |
2020-12-17 | refactor: Rename runtime/rt to runtime/js (#8806) | Nayeem Rahman |