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
/
lsp
/
testing
Age
Commit message (
Expand
)
Author
2024-04-20
perf(lsp): only store parsed sources for open documents (#23454)
Nayeem Rahman
2024-04-04
perf(lsp): don't keep remote module ast's in memory (#23230)
Nayeem Rahman
2024-03-22
perf(cli): use args_os (#23039)
Matt Mastracci
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-03-07
fix(cli): limit test parallelism on Windows to avoid pipe error (#22776)
Matt Mastracci
2024-02-28
fix(cli): ensure that pre- and post-test output is flushed at the appropriate...
Matt Mastracci
2024-02-28
chore(cli): rename `--trace-ops` to `--trace-leaks` (#22598)
Matt Mastracci
2024-02-27
perf(cli): reduce overhead in test registration (#22552)
Matt Mastracci
2024-02-23
refactor(cli): clean up test runner channels (#22422)
Matt Mastracci
2024-02-09
fix: upgrade to deno_ast 0.33 (#22341)
David Sherret
2024-02-05
refactor(cli): Add TestFailureDescription (#22267)
Matt Mastracci
2024-01-27
Revert "refactor(cli): use new sanitizer for resources (#22125)" (#22153)
Bartek Iwańczuk
2024-01-26
refactor(cli): use new sanitizer for resources (#22125)
Matt Mastracci
2024-01-01
chore: update to Rust 1.75 (#21731)
林炳权
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-01
refactor(lsp): log names (#21413)
Bartek Iwańczuk
2023-10-24
fix: improved using declaration support (#20959)
David Sherret
2023-10-05
refactor(test): support custom writer in PrettyTestReporter (#20783)
Nayeem Rahman
2023-09-09
fix(lsp): respect configured exclusions for testing APIs (#20427)
Nayeem Rahman
2023-09-06
feat(test): Add Deno.test.ignore and Deno.test.only (#20365)
Bartek Iwańczuk
2023-08-30
refactor(lsp): store test definitions in adjacency list (#20330)
Nayeem Rahman
2023-08-29
fix(lsp): delete test modules with all tests deleted (#20321)
Nayeem Rahman
2023-08-27
fix(lsp/testing): use full ancestry to compute static id of step (#20297)
Nayeem Rahman
2023-08-25
fix(lsp): test explorer panic on step result (#20289)
Nayeem Rahman
2023-08-25
fix(lsp/testing): don't queue modules without tests (#20277)
Nayeem Rahman
2023-08-23
fix(ext/web): add stream tests to detect v8slice split bug (#20253)
Matt Mastracci
2023-08-02
feat(cli): Add dot test reporter (#19804)
Bartek Iwańczuk
2023-05-14
refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...
Matt Mastracci
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-27
refactor(cli): extract out ProcState from CliMainWorker (#18867)
David Sherret
2023-04-26
feat(cli): don't check permissions for statically analyzable dynamic imports ...
Nayeem Rahman
2023-04-13
refactor(cli): move runTests() and runBenchmarks() to rust (#18563)
Nayeem Rahman
2023-04-12
refactor: `ProcState::build` -> `ProcState::from_flags` (#18672)
David Sherret
2023-03-29
refactor(lsp): remove boolean parameters on `documents.documents(...)` (#18493)
David Sherret
2023-03-25
feat(test): print pending tests on sigint (#18246)
Nayeem Rahman
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-03-15
fix(lsp): avoid calling client while holding lock (#18197)
David Sherret
2023-03-05
refactor(runtime): factor out deno_io extension crate (#18001)
Bartek Iwańczuk
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-19
fix(lsp/testing): fallback name for non-analyzable tests in collector (#17120)
Leo Kettmeir
2022-12-19
chore(lsp/testing): refactor collectors test (#17104)
Leo Kettmeir
2022-12-17
fix(lsp/testing): support not needing to declare first arg function in test d...
Leo Kettmeir
2022-12-16
fix(lsp): handle template literal as first arg in test function (#17076)
Leo Kettmeir
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-08-23
feat: binary npm commands (#15542)
David Sherret
[next]