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
Age
Commit message (
Expand
)
Author
2024-11-16
feat(watch): log which file changed on HMR or watch change (#25801)
HasanAlrimawi
2024-11-14
fix: otel resiliency (#26857)
snek
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-09-18
feat: default to TS for file extension and support ext flag in more scenarios...
Leo Kettmeir
2024-09-17
feat(cli): evaluate code snippets in JSDoc and markdown (#25220)
Yusuke Tanaka
2024-09-16
refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)
David Sherret
2024-09-09
BREAKING(fs): remove `Deno.fsync[Sync]()` (#25448)
Asher Gomez
2024-09-09
BREAKING(fs): remove `Deno.fdatasync[Sync]()` (#25520)
Asher Gomez
2024-09-05
BREAKING(fs): remove `Deno.funlock[Sync]()` (#25442)
Asher Gomez
2024-09-05
BREAKING(fs): remove `Deno.seek[Sync]()` (#25449)
Asher Gomez
2024-09-04
BREAKING(fs): remove `Deno.ftruncate[Sync]()` (#25412)
Asher Gomez
2024-09-04
BREAKING(fs): remove `Deno.fstat[Sync]()` (#25351)
Asher Gomez
2024-09-03
chore(fs): remove `Deno.flock[Sync]()` (#25350)
Asher Gomez
2024-09-02
BREAKING: remove `--allow-none` flag (#25337)
Asher Gomez
2024-08-31
chore(fs): remove `Deno.futime[Sync]()` (#25252)
Asher Gomez
2024-08-20
feat(cli/tools): add a subcommand `--hide-stacktraces` for test (#24095)
Hajime-san
2024-07-29
chore: upgrade to rust 1.80 (#24778)
Satya Rohith
2024-07-23
fix(upgrade): do not error if config in cwd invalid (#24689)
David Sherret
2024-07-18
Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...
Bartek Iwańczuk
2024-07-13
Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...
Ryan Dahl
2024-07-13
refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)
Sean McArthur
2024-07-08
feat: add `__tests__` to test file detection defaults (#24443)
Marvin Hagemeister
2024-07-05
refactor: move `FileCollector` to deno_config (#24433)
David Sherret
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-06-14
chore: upgrade to rust 1.79 (#24207)
Satya Rohith
2024-06-06
refactor: remove `PermissionsContainer` in deno_runtime (#24119)
David Sherret
2024-06-05
fix: better handling of npm resolution occurring on workers (#24094)
David Sherret
2024-06-03
refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)
David Sherret
2024-05-28
fix(cli/test): decoding percent-encoding(non-ASCII) file path correctly (#23200)
Hajime-san
2024-05-23
feat(ext/fs): stabilize `Deno.FsFile.unlock[Sync]()` and `Deno.FsFile.lock[Sy...
Asher Gomez
2024-05-22
feat(ext/fs): stabilize `Deno.FsFile.syncData[Sync]()` and `Deno.FsFile.sync[...
Asher Gomez
2024-05-22
feat(cli): Add slow test warning (#23874)
Matt Mastracci
2024-05-16
fix(node): seperate worker module cache (#23634)
Divy Srivastava
2024-05-08
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
David Sherret
2024-05-06
fix(compile): relative permissions should be retained as relative (#23719)
David Sherret
2024-05-02
fix(test): proper type checking for files with doc tests (#23654)
Leo Kettmeir
2024-04-24
feat: Add `deno serve` subcommand (#23511)
Matt Mastracci
2024-04-19
refactor: move redirect handling into deno_graph (#23444)
David Sherret
2024-04-16
fix(cli): Identify and fix a test deadlock (#23411)
Matt Mastracci
2024-04-16
fix(cli): TestEventSender should be !Clone (#23405)
Matt Mastracci
2024-04-15
fix(ext/io): Fix NUL termination error in windows named pipes (#23379)
Matt Mastracci
2024-04-15
refactor: move lifecycle events dispatch to Rust (#23358)
Bartek Iwańczuk
2024-04-10
fix(ext/fs): account for all ops in leak checks (#23300)
Asher Gomez
2024-04-04
fix(cli): fix deadlock in test writer when test pipe is full (#23210)
Matt Mastracci
2024-03-27
fix: less aggressive vendor folder ignoring (#23100)
David Sherret
2024-03-26
fix(cli): output more detailed information for steps when using JUnit reporte...
Yusuke Tanaka
2024-03-14
fix(cli): sanitizer should ignore count of ops started before tests begin (#2...
Matt Mastracci
2024-03-13
fix(cli): show asserts before leaks (#22904)
Matt Mastracci
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-03-11
fix(cli): use Instant for test times (#22853)
Matt Mastracci
[next]