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
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
2021-05-02
refactor(runtime): use Extensions (#10461)
Aaron O'Mullan
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-05
refactor: convert ops to use serde_v8 (#10009)
Aaron O'Mullan
2021-04-02
refactor(ops): remove variadic buffers (#9944)
Aaron O'Mullan
2021-03-19
chores: enforce type ResourceId across codebase (#9837)
Divy Srivastava
2021-03-18
normalize rids (#9832)
crowlKats
2021-03-18
move runtime ops to serde ops (#9828)
crowlKats
2021-01-29
refactor: IO resource types, fix concurrent read/write and graceful close (#9...
Bert Belder
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2020-12-16
refactor: rewrite ops to use ResourceTable2 (#8512)
Bartek Iwańczuk
2020-12-13
refactor: deno_runtime crate (#8640)
Bartek Iwańczuk