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
/
errors.rs
Age
Commit message (
Expand
)
Author
2024-11-06
refactor: use concrete error type for remaining ops (#26746)
Leo Kettmeir
2024-08-07
fix(compile): support workspace members importing other members (#24909)
David Sherret
2024-07-29
chore: upgrade to rust 1.80 (#24778)
Satya Rohith
2024-05-28
feat(vendor): support modifying remote files in vendor folder without checksu...
David Sherret
2024-02-09
fix: upgrade to deno_ast 0.33 (#22341)
David Sherret
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-11-10
fix: improve `deno doc --lint` error messages (#21156)
David Sherret
2023-10-24
refactor: upgrade to deno_ast 0.31 and deno_graph 0.59 (#20965)
David Sherret
2023-10-20
feat(unstable): allow bare specifier for builtin node module (#20728)
Yoshiya Hinosawa
2023-10-05
chore: update to Rust 1.73 (#20781)
林炳权
2023-09-07
feat: support import attributes (#20342)
David Sherret
2023-03-21
feat: TypeScript 5.0.2 (except decorators) (#18294)
David Sherret
2023-02-15
refactor: use deno_graph's semver and npm structs (#17791)
David Sherret
2023-02-15
refactor: make resolver required (#17783)
David Sherret
2023-02-09
refactor: deno_graph 0.43 upgrade (#17692)
David Sherret
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-06
refactor: remove `deno_graph::Locker` usage (#16877)
David Sherret
2022-11-25
refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)
David Sherret
2022-03-23
chore: remove all `pub(crate)`s from the cli crate (#14083)
David Sherret
2022-02-01
refactor: integrate deno_graph breaking changes (#13495)
Kitson Kelly
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-22
chore: update deno_graph and deno_doc (#13173)
Kitson Kelly
2021-11-07
fix(cli): don't panic when mapping unknown errors (#12659)
Aaron O'Mullan
2021-10-11
refactor: integrate deno_graph into CLI (#12369)
Kitson Kelly
2021-09-11
refactor: use import_map crate (#11974)
Bartek Iwańczuk
2021-09-07
refactor(lsp): use deno_ast and cache swc ASTs (#11780)
David Sherret
2021-06-11
refactor(ast): Change AST parsing error to return struct with message and loc...
David Sherret
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-09
refactor: Print cause chain when downcasting AnyError fails (#9059)
Bert Belder
2020-12-13
refactor: deno_runtime crate (#8640)
Bartek Iwańczuk
2020-09-21
refactor: use futures and serde_json from deno_core (#7614)
Bartek Iwańczuk
2020-09-18
Use reqwest from deno_fetch export (#7562)
Ryan Dahl
2020-09-16
Re-export deno_core::url (#7525)
Ryan Dahl
2020-09-15
Don't expose ErrWithV8Handle from deno_core
Ryan Dahl
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-09-14
refactor: use ParsedModule and improve MediaTypes enum (#7456)
Kitson Kelly
2020-09-09
fix: panic on process.kill() after run (#7405)
Bartek Iwańczuk
2020-09-06
refactor(core): rename CoreIsolate to JsRuntime (#7373)
Bartek Iwańczuk
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
2020-08-26
Simplify ErrBox-to-class mapping & hook it up to core json ops (#7195)
Bert Belder
2020-08-26
refactor: remove OpError, use ErrBox everywhere (#7187)
Bert Belder
2019-06-19
Combine CLI Errors (#2487)
Kitson Kelly
2019-06-17
refactor dispatch take 2 (#2533)
andy finch
2019-06-14
Revert "Refactor dispatch handling (#2452)"
Ryan Dahl
2019-06-13
Refactor dispatch handling (#2452)
andy finch
2019-06-09
feat: Import maps (#2360)
Bartek Iwańczuk
2019-05-15
Add error handling to dispatch_minimal::ops::read/write (#2349)
diskkid
2019-05-07
Add Deno.chown (#2292)
Yingbo (Max) Wang
2019-04-21
Add Deno.kill(pid, signo) and process.kill(signo) (Unix only) (#2177)
Kevin (Kun) "Kassimo" Qian
[next]