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
/
runtime
/
ops
/
tty.rs
Age
Commit message (
Expand
)
Author
2024-10-22
refactor(runtime/ops): use concrete error types (#26409)
Leo Kettmeir
2024-10-19
chore: update nix crate (#26422)
Leo Kettmeir
2024-08-12
fix(runtime/windows): fix calculation of console size (#23873)
Roy Ivy III
2024-05-29
fix(ext/node): windows cancel stdin read in line mode (#23969)
Divy Srivastava
2024-03-06
chore: upgrade deno_core (#22725)
Nathan Whitaker
2024-02-18
feat(fs): `Deno.FsFile.{isTerminal,setRaw}()` (#22234)
Asher Gomez
2024-01-24
feat: `Deno.{stdin,stdout,stderr}.isTerminal()`, deprecate `Deno.isatty()` (#...
Asher Gomez
2024-01-11
fix(web): use rustyline for prompt (#21893)
Divy Srivastava
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-11-04
perf: lazy `atexit` setup (#21053)
Divy Srivastava
2023-10-28
chore: use is_terminal in atty (#21010)
Divy Srivastava
2023-09-21
refactor: rewrite some ops to op2 macro (#20603)
Bartek Iwańczuk
2023-09-12
refactor: rewrite runtime/ ops to op2 (#20459)
Bartek Iwańczuk
2023-08-25
chore(cli): remove atty crate (#20275)
Matt Mastracci
2023-08-01
chore: fix windows clippy errors (#20014)
David Sherret
2023-08-01
refactor(runtime): use new fd methods from resource table (#20010)
Matt Mastracci
2023-07-31
refactor: update core extension api usage (#19952)
Nayeem Rahman
2023-06-03
refactor(core): remove force_op_registration and cleanup JsRuntimeForSnapshot...
Nayeem Rahman
2023-05-04
refactor(ext/fs): boxed deno_fs::FileSystem (#18945)
David Sherret
2023-05-02
refactor(ext/io): move tty metadata to separate collection (#18959)
David Sherret
2023-03-18
Reland "perf(core): preserve ops between snapshots (#18080)" (#18272)
Bartek Iwańczuk
2023-03-18
Revert "perf(core): preserve ops between snapshots (#18080)" (#18267)
Bartek Iwańczuk
2023-03-18
perf(core): preserve ops between snapshots (#18080)
Bartek Iwańczuk
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-03-08
fix(runtime/windows): ensure `Deno.stdin.setRaw(false)` properly disables raw...
Roy Ivy III
2023-03-05
refactor(runtime): factor out deno_io extension crate (#18001)
Bartek Iwańczuk
2023-01-14
chore: use rustfmt imports_granularity option (#17421)
Divy Srivastava
2023-01-08
feat(core): allow specifying name and dependencies of an Extension (#17301)
Leo Kettmeir
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-12
feat: improve download progress bar (#16984)
Bartek Iwańczuk
2022-12-05
fix(windows): support special key presses in raw mode (#16904)
David Sherret
2022-10-26
feat: Stabilize Deno.consoleSize() API (#15933)
Bartek Iwańczuk
2022-10-24
feat: Stabilize Deno.stdin.setRaw() (#16399)
Bartek Iwańczuk
2022-09-28
feat(unstable): Deno.setRaw -> Deno.stdin.setRaw (#15797)
Luca Casonato
2022-09-23
perf: use fast ops for tty (#15976)
Divy Srivastava
2022-09-04
fix(cli): allow using file resource synchronously while being used async (#15...
David Sherret
2022-07-15
chore: fix Windows specific clippy errors (#15212)
David Sherret
2022-07-13
fix(cli): synchronize async stdio/file reads and writes (#15092)
David Sherret
2022-06-26
build: require safety comments on unsafe code (#13870)
Luca Casonato
2022-05-11
fix: stdout and stderr encoding on Windows (#14559)
David Sherret
2022-05-10
refactor: remove unused `Option`s on `StdFileResource.fs_file` (#14549)
David Sherret
2022-04-19
perf(runtime): bypass tokio file and bump op buffer size to 64K (#14319)
Divy Srivastava
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-08-15
refactor(ops): return BadResource errors in ResourceTable calls (#11710)
Aaron O'Mullan
2021-08-03
chore: surface import map JSON parse error to user (#11573)
David Sherret
2021-05-08
cleanup(ops): remove unused ZeroCopyBuf arg-types (#10530)
Aaron O'Mullan
[next]