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
/
coverage
/
mod.rs
Age
Commit message (
Expand
)
Author
2024-09-20
fix(coverage): ignore urls from doc testing (#25736)
Yoshiya Hinosawa
2024-07-23
fix(upgrade): do not error if config in cwd invalid (#24689)
David Sherret
2024-07-05
refactor: move `FileCollector` to deno_config (#24433)
David Sherret
2024-06-05
fix: better handling of npm resolution occurring on workers (#24094)
David Sherret
2024-05-28
fix(coverage): do not generate script coverage with empty url (#24007)
Yoshiya Hinosawa
2024-05-28
fix(coverage): skip generating coverage json for http(s) scripts (#24008)
Yoshiya Hinosawa
2024-05-28
fix(coverage): handle ignore patterns (#23974)
Yoshiya Hinosawa
2024-04-19
refactor: move redirect handling into deno_graph (#23444)
David Sherret
2024-04-16
fix(ext/node): dispatch beforeExit/exit events irrespective of listeners (#23...
Satya Rohith
2024-03-27
fix: less aggressive vendor folder ignoring (#23100)
David Sherret
2024-03-15
fix(coverage): Error if no files are included in the report (#22952)
Nathan Whitaker
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-03-07
fix(publish): make include and exclude work (#22720)
David Sherret
2024-02-15
feat(unstable): single checksum per JSR package in the lockfile (#22421)
David Sherret
2024-02-13
feat: denort binary for `deno compile` (#22205)
Divy Srivastava
2024-02-01
refactor: load bytes in deno_graph (#22212)
David Sherret
2024-01-18
fix(lsp): regression - formatting was broken on windows (#21972)
David Sherret
2024-01-15
refactor: use globbing from deno_config (#21925)
David Sherret
2024-01-10
chore: bump deno_core (#21832)
Matt Mastracci
2024-01-08
perf: skip expanding exclude globs (#21817)
David Sherret
2024-01-04
perf(coverage): faster source mapping (#21783)
David Sherret
2024-01-01
chore: update to Rust 1.75 (#21731)
林炳权
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-18
fix(coverage): error if no files found (#21615)
Bartek Iwańczuk
2023-12-11
refactor(coverage): separate reporter-related structs (#21528)
Yoshiya Hinosawa
2023-12-08
feat(coverage): add html reporter (#21495)
Yoshiya Hinosawa
2023-11-05
refactor: unify CDP types in a single module (#21094)
Bartek Iwańczuk
2023-10-24
fix: improved using declaration support (#20959)
David Sherret
2023-10-03
refactor(npm): break up `NpmModuleLoader` and move more methods into the mana...
David Sherret
2023-09-11
fix: exclude internal JS files from coverage (#20448)
Marvin Hagemeister
2023-09-08
fix: empty include in config file excludes all (#20404)
Nayeem Rahman
2023-08-06
feat(unstable): rename `deno_modules` to `vendor` (#20065)
David Sherret
2023-08-02
feat(unstable): optional `deno_modules` directory (#19977)
David Sherret
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-05-01
refactor(cli): remove ProcState - add CliFactory (#18900)
David Sherret
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): add `Emitter` struct (#18690)
David Sherret
2023-04-12
refactor: `ProcState::build` -> `ProcState::from_flags` (#18672)
David Sherret
2023-04-04
refactor(core): Improve ergonomics of managing ASCII strings (#18498)
Matt Mastracci
2023-03-30
fix(coverage): ignore files from npm registry (#18457)
Geert-Jan Zwiers
2023-03-21
perf(core) Reduce script name and script code copies (#18298)
Matt Mastracci
2023-03-15
refactor: remove usages of `map_or` / `map_or_else` (#18212)
David Sherret
2023-03-14
refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)
Bartek Iwańczuk
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-02-05
refactor: rename `deno` specifiers to `internal` (#17655)
Leo Kettmeir
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-14
chore: use rustfmt imports_granularity option (#17421)
Divy Srivastava
2023-01-13
refactor(coverage): use FileFlags struct (#17388)
Geert-Jan Zwiers
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
[next]