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
/
fmt_errors.rs
Age
Commit message (
Expand
)
Author
2021-09-12
refactor: Remove duplicated colors.rs file (#11990)
Ryan Dahl
2021-07-30
chore: upgrade Rust to 1.54.0 (#11554)
Yusuke Tanaka
2021-04-22
fix(#10292): Don't gray-out internal frames (#10293)
Ryan Dahl
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-12-17
refactor: Rename runtime/rt to runtime/js (#8806)
Nayeem Rahman
2020-11-19
refactor(cli): rename fmt_errors::JsError to PrettyJsError (#8435)
Bartek Iwańczuk
2020-10-23
refactor(cli): migrate run and cache to new infrastructure (#7996)
Kitson Kelly
2020-09-22
refactor(cli/fmt_errors): Color stack traces in Rust (#7628)
Nayeem Rahman
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-09-06
refactor(core): rename CoreIsolate to JsRuntime (#7373)
Bartek Iwańczuk
2020-08-26
refactor: remove OpError, use ErrBox everywhere (#7187)
Bert Belder
2020-06-29
refactor: util functions take slices instead of heap values (#6547)
Valentin Anger
2020-06-08
feat: "deno lint" subcommand (#6125)
Bartek Iwańczuk
2020-05-09
refactor(cli): unify display of errors from Rust and JS (#5183)
Bartek Iwańczuk
2020-05-02
fix(cli/fmt_errors): Respect NO_COLOR for stack frames (#5051)
Nayeem Rahman
2020-05-01
fix misaligned error reporting on tab char (#5032)
Fenzland
2020-04-20
refactor(cli/fmt_errors): Improve source line formatting (#4832)
Nayeem Rahman
2020-04-13
refactor(core/js_error): Align JSStackFrame with CallSite (#4715)
Nayeem Rahman
2020-04-11
refactor(cli/fmt_errors): Format stack frames in prepareStackTrace() (#4706)
Nayeem Rahman
2020-04-10
fix(core/js_error): Get frame data from prepareStackTrace() (#4690)
Nayeem Rahman
2020-04-03
clippy (#4618)
Kitson Kelly
2020-03-24
hide source line if error message longer than 150 chars (#4487)
Kevin (Kun) "Kassimo" Qian
2020-03-02
Do not convert exceptions to JSON and back (#4214)
Bert Belder
2020-03-01
Make internel error frames dimmer (#4201)
Kevin (Kun) "Kassimo" Qian
2020-01-17
workers: minimal error handling and async module loading (#3665)
Bartek Iwańczuk
2020-01-05
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Ry Dahl
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-12-23
Upgrades rust to 1.40.0 (#3542)
Axetroy
2019-09-15
Rename ansi.rs to colors.rs (#2956)
Tomohito Nakayama
2019-07-11
Refactor error to use dynamic dispatch and traits
Bert Belder
2019-06-19
Combine CLI Errors (#2487)
Kitson Kelly