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
/
test_util
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
2021-06-10
chore: Fix broken test on Windows (#10900)
David Sherret
2021-06-08
chore(tests): Friendlier message when running the tests and forgetting to run...
David Sherret
2021-05-18
refactor: share test harness for lsp between bench and integration (#10659)
Kitson Kelly
2021-05-13
fix(cli): ignore x-typescript-types header when media type is not js/jsx (#10...
Yoshiya Hinosawa
2021-05-09
chore(test): remove unused function (#10537)
Ben Noordhuis
2021-04-26
Remove denort optimization (#10350)
Ryan Dahl
2021-04-09
feat(lsp): add registry import auto-complete (#9934)
Kitson Kelly
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-03-25
upgrade: Rust 1.51.0 (#9895)
Yusuke Tanaka
2021-02-24
test: Fix --reload in integration_tests (#9345)
Yosi Pramajaya
2021-02-21
fix(op_crates/websocket): default to close code 1005 (#9339)
DjDeveloper
2021-02-16
feat(cli): support auth tokens for accessing private modules (#9508)
Kitson Kelly
2021-02-02
chore: remove std directory (#9361)
Casper Beyer
2021-02-01
refactor: Reorganise integration tests (#9282)
Bartek Iwańczuk
2021-01-19
feat(unstable): add Deno.resolveDns API (#8790)
Yusuke Tanaka
2021-01-17
benchmark: cleanup serde_json values being passed around (#9115)
William Perron
2021-01-13
build: disable cafile_* tests and use slow runners (#9089)
Luca Casonato
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-10
upgrade: tokio 0.1 in test_util crate (#8885)
Yosi Pramajaya
2021-01-08
feat: denort binary (#9041)
Luca Casonato
2021-01-05
tests: add web platform test runner (#8990)
Luca Casonato
2021-01-02
fix(test_util): make hyper server single-threaded (#8951)
Ben Noordhuis
2020-12-30
fix(op_crates/fetch): correct regexp for fetch header (#8927)
Rich Trott
2020-12-24
refactor(test_util): replace "warp" with "hyper" (#8846)
Yosi Pramajaya
2020-12-09
fix(op_crates/fetch): support non-ascii response headers value (#8600)
Jae-Heon Ji
2020-11-28
chore: clippy future cleanups (#8514)
Kitson Kelly
2020-11-16
fix(cli): local sources are not cached in memory (#8328)
Kitson Kelly
2020-11-13
refactor(cli+core): various cleanups in Rust (#8336)
KNnut
2020-11-05
build: rewrite tools/ scripts to deno (#8247)
Bartek Iwańczuk
2020-10-26
chore: add bundle_no_check benchmark (#8130)
Luca Casonato
2020-10-26
fix(cli): properly handle roots with extensions that don't match media type (...
Kitson Kelly
2020-09-05
feat: Implement WebSocket API (#7051)
crowlKats
2020-09-04
fix: Handle bad redirects more gracefully (#7342)
Ryan Dahl
2020-08-28
Move benchmarks to Rust (#7134)
Valentin Anger
2020-08-18
refactor: permissions (#7074)
Nayeem Rahman
2020-08-10
Remove unnecessary drop calls (#7007)
Ryan Dahl
2020-08-03
fix(cli): add support for non-UTF8 source files (#6789)
Maayan Hanin
2020-08-03
feat: hash file names in gen cache (#6911)
Luca Casonato
2020-07-24
fix: deno-types directive should have higher precedence than X-TypeScript-Typ...
Bartek Iwańczuk
2020-07-13
fix(cli/fetch): fix relative redirect (#6715)
Marcos Casagrande
2020-07-09
fix(cli): panic when stdio is null on windows (#6528)
Maayan Hanin
2020-07-06
share HTTP server between threads (attempt 2) (#6652)
Ryan Dahl
2020-07-06
Remove tools/hyper_hello (#6651)
Ryan Dahl
2020-07-04
chore: port http_server.py to rust (#6364)
Ryan Dahl
2020-06-29
ignore PoisonError in test_server (#6567)
Ryan Dahl
2020-06-26
Create new DENO_DIR for each test (#6506)
Ryan Dahl
2020-06-25
Revert "chore: share HTTP server between tests (#6362)" (#6475)
Bartek Iwańczuk
2020-06-18
chore: share HTTP server between tests (#6362)
Bartek Iwańczuk
2020-06-18
chore(test): move testing utilities to test_util crate (#6360)
Bartek Iwańczuk