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
/
tools
/
test.rs
Age
Commit message (
Expand
)
Author
2023-06-07
refactor(core): use JoinSet instead of FuturesUnordered (#19378)
Bartek Iwańczuk
2023-06-07
refactor: helpers methods on `TypeCheckMode` (#19393)
David Sherret
2023-06-06
perf(cli): conditionally load typescript declaration files (#19392)
David Sherret
2023-05-14
refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...
Matt Mastracci
2023-05-03
fix(test): disable preventDefault() for beforeunload event (#18911)
Nayeem Rahman
2023-05-01
refactor(cli): remove ProcState - add CliFactory (#18900)
David Sherret
2023-04-30
refactor(cli): remove `Clone` on `ProcState` (#18874)
David Sherret
2023-04-28
Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881)
Bartek Iwańczuk
2023-04-27
refactor(cli): extract out ProcState from CliMainWorker (#18867)
David Sherret
2023-04-27
fix(test): handle dispatched exceptions from test functions (#18853)
Nayeem Rahman
2023-04-26
feat(cli): don't check permissions for statically analyzable dynamic imports ...
Nayeem Rahman
2023-04-26
refactor: don't expose Deno[Deno.internal].core namespace (#18816)
Bartek Iwańczuk
2023-04-19
fix(test/coverage): exclude test files (#18748)
Levente Kurusa
2023-04-14
refactor: break up `ProcState` (#18707)
David Sherret
2023-04-13
refactor(cli): move runTests() and runBenchmarks() to rust (#18563)
Nayeem Rahman
2023-04-13
refactor(cli,ext,ops): cleanup `regex` with `lazy-regex` (#17296)
Yiyu Lin
2023-04-13
fix(test): add process sigint handler for --watch (#18678)
Nayeem Rahman
2023-04-12
refactor: `ProcState::build` -> `ProcState::from_flags` (#18672)
David Sherret
2023-04-06
chore: fix flaky tests checking ms when CI is slow (#18559)
David Sherret
2023-04-03
Revert "fix(cli): don't store blob and data urls in the module cache (#18261)...
Yoshiya Hinosawa
2023-03-26
fix(cli): don't store blob and data urls in the module cache (#18261)
Nayeem Rahman
2023-03-25
feat(test): print pending tests on sigint (#18246)
Nayeem Rahman
2023-03-21
feat: TypeScript 5.0.2 (except decorators) (#18294)
David Sherret
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-03-14
refactor: --watch commands use deno_core::resolve_url_or_path (#18172)
Bartek Iwańczuk
2023-03-14
refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)
Bartek Iwańczuk
2023-03-09
chore: update Rust to 1.68.0 (#18102)
Bartek Iwańczuk
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-03-05
fix(check): include dts files in tsc roots (#18026)
Nayeem Rahman
2023-03-05
refactor(runtime): factor out deno_io extension crate (#18001)
Bartek Iwańczuk
2023-03-04
refactor: simplify to string calls (#18011)
Geert-Jan Zwiers
2023-02-22
refactor: use deno_graph for npm specifiers (#17858)
David Sherret
2023-02-09
refactor: deno_graph 0.43 upgrade (#17692)
David Sherret
2023-02-05
refactor: rename `deno` specifiers to `internal` (#17655)
Leo Kettmeir
2023-02-03
refactor: reland "preserve ProcState::file_fetcher between restarts" (#17636)
Nayeem Rahman
2023-01-30
Revert "fix(watch): preserve `ProcState::file_fetcher` between restarts (#154...
Bartek Iwańczuk
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-24
refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504)
David Sherret
2023-01-16
refactor(cli): fewer clones (#17450)
Geert-Jan Zwiers
2023-01-13
refactor(cli/tools): reduce cloning (#17309)
Geert-Jan Zwiers
2023-01-12
fix: don't unwrap in test pipe handling logic (#17341)
Leo Kettmeir
2023-01-10
fix(watch): preserve `ProcState::file_fetcher` between restarts (#15466)
Nayeem Rahman
2023-01-07
refactor(cli/tools): move flag and config logic to CliOptions (#17008)
Geert-Jan Zwiers
2023-01-07
refactor(permissions): add PermissionsContainer struct for internal mutabilit...
Bartek Iwańczuk
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-05
fix(test): improve how `--fail-fast` shuts down when hitting limit (#16956)
David Sherret
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret
2022-11-21
feat(core): Ability to create snapshots from existing snapshots (#16597)
Bartek Iwańczuk
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-09-19
chore: fix clippy warnings (#15944)
Ben Noordhuis
[next]