Age | Commit message (Expand) | Author |
2024-09-07 | chore: soft-remove `Deno.{stdin,stderr,stdout}.rid` (#25479) | Asher Gomez |
2024-09-03 | BREAKING(io): remove `Deno.copy()` (#25345) | Asher Gomez |
2024-09-03 | BREAKING(io): remove `Deno.iter[Sync]()` (#25346) | Asher Gomez |
2024-05-23 | fix(runtime): use more null proto objects (#23921) | Luca Casonato |
2024-04-27 | fix(ext/node): support process.stdin.unref() (#22865) | Yoshiya Hinosawa |
2024-04-10 | chore: update references to `deno_std` to use JSR (#23239) | Asher Gomez |
2024-03-06 | chore: upgrade deno_core (#22725) | Nathan Whitaker |
2024-02-18 | feat(fs): `Deno.FsFile.{isTerminal,setRaw}()` (#22234) | Asher Gomez |
2024-01-29 | refactor: Use virtul ops module (#22175) | Bartek Iwańczuk |
2024-01-24 | feat: deprecate `Deno.{stdin,stdout,stderr}.rid` (#22073) | Asher Gomez |
2024-01-24 | feat: Add warnings for more deprecated APIs (#21992) | Bartek Iwańczuk |
2024-01-24 | feat: `Deno.{stdin,stdout,stderr}.isTerminal()`, deprecate `Deno.isatty()` (#... | Asher Gomez |
2024-01-10 | refactor: use `core.ensureFastOps()` (#21888) | Kenta Moriuchi |
2024-01-09 | chore: cleanup `readAll()` logic (#21862) | Asher Gomez |
2024-01-08 | chore(ext/io): cleanup unused functions (#21844) | Asher Gomez |
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret |
2023-12-07 | refactor: pull 'core', 'internals', 'primordials' from ES module (#21462) | Bartek Iwańczuk |
2023-11-20 | fix(ext/node): handle closing process.stdin more than once (#21267) | Divy Srivastava |
2023-04-06 | feat(core): sync io ops in core (#18603) | Luca Casonato |
2023-04-02 | chore: Turn back on dlintPreferPrimordials (#17715) | Kenta Moriuchi |
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(runtime): factor out deno_io extension crate (#18001) | Bartek Iwańczuk |