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
/
runtime
/
errors.rs
Age
Commit message (
Expand
)
Author
2024-11-15
refactor: use boxed_error in some places (#26887)
David Sherret
2024-11-10
fix(ext/webstorage): use error class for sqlite error case (#26806)
Leo Kettmeir
2024-11-06
refactor: use concrete error type for remaining ops (#26746)
Leo Kettmeir
2024-11-04
refactor(runtime/permissions): use concrete error types (#26464)
Leo Kettmeir
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-10-31
fix(node): Implement `os.userInfo` properly, add missing `toPrimitive` (#24702)
Nathan Whitaker
2024-10-24
refactor(ext/node): use concrete error types (#26419)
Leo Kettmeir
2024-10-22
refactor(runtime/ops): use concrete error types (#26409)
Leo Kettmeir
2024-10-18
refactor(ext/webgpu): use concrete error type (#26198)
Leo Kettmeir
2024-10-19
refactor(ext/fetch): use concrete error types (#26220)
Leo Kettmeir
2024-10-18
refactor(ext/http): use concrete error types (#26377)
Leo Kettmeir
2024-10-18
refactor(ext/crypto): use concrete error types (#26167)
Leo Kettmeir
2024-10-18
refactor(ext/websocket): use concrete error type (#26226)
Leo Kettmeir
2024-10-18
refactor(ext/fs): use concrete error types (#26317)
Leo Kettmeir
2024-10-17
refactor(ext/napi): use concrete error types (#26186)
Leo Kettmeir
2024-10-17
refactor(ext/web): use concrete error types (#26185)
Leo Kettmeir
2024-10-17
refactor(ext/kv): use concrete error type (#26239)
Leo Kettmeir
2024-10-17
refactor(ext/net): use concrete error type (#26227)
Leo Kettmeir
2024-10-14
refactor(ext/ffi): use concrete error types (#26170)
Leo Kettmeir
2024-10-14
refactor(ext/url): use concrete error types (#26172)
Leo Kettmeir
2024-10-14
refactor(ext/webstorage): use concrete error types (#26173)
Leo Kettmeir
2024-10-12
refactor(ext/tls): use concrete error types (#26174)
Leo Kettmeir
2024-10-12
refactor(ext/cron): use concrete error type (#26135)
Leo Kettmeir
2024-10-12
refactor(ext/canvas): use concrete error type (#26111)
Leo Kettmeir
2024-10-12
refactor(ext/cache): use concrete error type (#26109)
Leo Kettmeir
2024-10-12
refactor(ext/broadcastchannel): use concrete error type (#26105)
Leo Kettmeir
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-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-27
refactor: simplify hyper, http, h2 deps (#21715)
Bartek Iwańczuk
2023-12-09
feat: bring back WebGPU (#20812)
Leo Kettmeir
2023-11-28
chore(ext/kv): update denokv crates (#21357)
Igor Zinkovsky
2023-11-05
chore(ext/ffi): use dlopen2 crate (#21093)
Divy Srivastava
2023-10-31
chore: update ext/kv to use denokv_* crates (#20986)
Luca Casonato
2023-06-29
feat: add more Deno.errors classes (#19514)
Bartek Iwańczuk
2023-03-17
BREAKING(unstable): remove WebGPU (#18094)
Leo Kettmeir
2023-02-12
fix: add WouldBlock error (#17339)
Leo Kettmeir
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-16
feat: support abort reasons in Deno APIs and `WebSocketStream` (#13066)
Andreu Botella
2021-11-10
refactor(ext/http): rewrite hyper integration and fix bug (#12732)
Bert Belder
2021-11-09
Revert "refactor(ext/http): rewrite hyper integration and fix bug (#12332)" (...
Luca Casonato
2021-11-08
refactor(ext/http): rewrite hyper integration and fix bug (#12332)
Bert Belder
2021-10-11
feat(runtime): improve error messages of runtime fs (#11984)
Feng Yu
2021-09-09
chore: upgrade Rust to 1.55.0 (#11965)
Yusuke Tanaka
2021-09-02
chore: update dependencies (#11856)
Luca Casonato
2021-08-10
feat: add experimental WebSocketStream API (#10365)
Leo K
2021-06-05
refactor(web): use encoding_rs for text encoding (#10844)
Luca Casonato
[next]