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
/
cli
/
ops
Age
Commit message (
Expand
)
Author
2022-11-11
feat: Stabilize Deno.bench() and 'deno bench' subcommand (#16485)
Bartek Iwańczuk
2022-11-10
feat: don't require --unstable flag for npm programs (#16520)
Bartek Iwańczuk
2022-09-28
feat(npm): functionality to support child_process.fork (#15891)
David Sherret
2022-07-15
refactor: allocate IDs for tests (#14729)
Nayeem Rahman
2022-05-30
refactor(bench): Allocate IDs for benches (#14757)
Nayeem Rahman
2022-05-17
BREAKING: Remove unstable Deno.emit and Deno.formatDiagnostics APIs (#14463)
Bartek Iwańczuk
2022-05-13
chore(runtime): Make some ops in ext and runtime infallible. (#14589)
Andreu Botella
2022-05-03
refactor: add core.formatLocationFilename, remove op_format_filename (#14474)
Bartek Iwańczuk
2022-05-01
fix(test): actually capture stdout and stderr in workers (#14435)
David Sherret
2022-04-26
fix(test): capture worker stdout and stderr in test output (#14410)
David Sherret
2022-04-26
fix(test): capture inherited stdout and stderr for subprocesses in test outpu...
David Sherret
2022-04-17
fix: panic when trying to pledge permissions before restoring previous pledge...
Bartek Iwańczuk
2022-04-15
refactor: Move source map lookups to core (#14274)
Nayeem Rahman
2022-04-15
feat(test): format user code output (#14271)
Bartek Iwańczuk
2022-04-11
feat: Add "deno check" subcommand for type checking (#14072)
Bartek Iwańczuk
2022-03-29
refactor(flags): rename CheckFlag to TypecheckMode (#14111)
Bartek Iwańczuk
2022-03-23
fix(bench): require --unstable flag in JavaScript (#14091)
Bartek Iwańczuk
2022-03-16
feat(ops): optional OpState (#13954)
Aaron O'Mullan
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-03-11
feat: "deno bench" subcommand (#13713)
Bartek Iwańczuk
2022-03-09
refactor(test): use tokio::sync::mpsc::unbounded_channel (#13881)
Bartek Iwańczuk
2022-02-01
refactor: integrate deno_graph breaking changes (#13495)
Kitson Kelly
2022-01-13
refactor: upgrade to import_map v0.6 (#13368)
David Sherret
2022-01-13
refactor: move transpiling to deno_ast (#13332)
David Sherret
2022-01-12
feat(cli): add ignore directives to bundled code (#13309)
juju
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-29
cleanup(cli): use op Extensions (#13223)
Aaron O'Mullan
2021-12-22
chore: update deno_graph and deno_doc (#13173)
Kitson Kelly
2021-12-16
refactor(cli): use GraphData for check and emit (#12960)
Nayeem Rahman
2021-12-09
fix(watch): mitigate race condition between file write by other process and w...
David Sherret
2021-11-30
feat: add `--no-check=remote` flag (#12766)
Kitson Kelly
2021-11-24
fix(cli): don't cache .tsbuildinfo unless emitting (#12830)
Nayeem Rahman
2021-11-16
refactor: re-export anyhow from deno_core (#12777)
Ryan Dahl
2021-11-09
feat(cli): support React 17 JSX transforms (#12631)
Kitson Kelly
2021-11-03
fix: Deno.emit crashes with BorrowMutError (#12627)
Ryan Dahl
2021-10-31
feat: Stabilize Deno.TestDefinition.permissions (#12078)
Bartek Iwańczuk
2021-10-13
fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)
Nayeem Rahman
2021-10-11
refactor: integrate deno_graph into CLI (#12369)
Kitson Kelly
2021-10-05
chore: various op cleanup (#12329)
Leo K
2021-09-24
refactor: Rename ProgramState to ProcState (#12204)
Ryan Dahl
2021-09-18
fix(cli/fmt_errors): Abbreviate long data URLs in stack traces (#12127)
Nayeem Rahman
2021-09-11
refactor: use import_map crate (#11974)
Bartek Iwańczuk
2021-09-07
refactor(lsp): use deno_ast and cache swc ASTs (#11780)
David Sherret
2021-08-26
refactor(cli): introduce module specifier test modes (#11769)
Casper Beyer
2021-07-14
refactor(cli/tools/test_runner): split reporter into distinct stages (#11395)
Casper Beyer
2021-07-06
chore: use parking_lot for synchronization primitives to align with tokio (#1...
David Sherret
2021-06-22
fix(#10761): graph errors reported as diagnostics for `Deno.emit()` (#10767)
Kitson Kelly
2021-06-22
feat(cli): support "types" when type checking (#10999)
Kitson Kelly
2021-05-17
fix: static import permissions in dynamic imports
Luca Casonato
[next]