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
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
2020-07-28
chore: use matches macro for bool matches (#6904)
Kitson Kelly
2020-07-26
chore: remove TODO about manual JSON parsing (#6878)
Trivikram Kamat
2020-06-29
refactor: util functions take slices instead of heap values (#6547)
Valentin Anger
2020-05-16
fix some unwrap() in Rust (#5485)
Yiyu Lin
2020-05-09
refactor(cli): unify display of errors from Rust and JS (#5183)
Bartek Iwańczuk
2020-05-05
refactor(ts): remove op_cache (#5071)
Bartek Iwańczuk
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-03
clippy (#4618)
Kitson Kelly
2020-02-24
feat: Add Deno.formatDiagnostics (#4032)
Kitson Kelly
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-09-17
Update to TypeScript 3.6.3 (#2969)
Kitson Kelly
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
2019-06-04
Handle compiler diagnostics in Rust (#2445)
Kitson Kelly