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
2022-03-23
fix(bench): require --unstable flag in JavaScript (#14091)
Bartek Iwańczuk
2022-01-15
chore: upgrade to rust 1.58 (#13377)
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-18
refactor: use `once_cell` instead of `lazy_static` (#13135)
Divy Srivastava
2021-11-30
feat: add `--no-check=remote` flag (#12766)
Kitson Kelly
2021-11-10
fix: update unstable Deno props for signal API (#12723)
Bartek Iwańczuk
2021-10-11
refactor: integrate deno_graph into CLI (#12369)
Kitson Kelly
2021-10-10
feat: stabilize Deno.resolveDns (#12368)
Satya Rohith
2021-09-12
refactor: Remove duplicated colors.rs file (#11990)
Ryan Dahl
2021-09-08
fix: bring back Deno.Signal to unstable props (#11945)
Bartek Iwańczuk
2021-09-06
BREAKING(unstable): Remove Deno.Signals enum, Deno.signals.* (#11909)
Ryan Dahl
2021-08-06
feat: ffi to replace plugins (#11152)
Elias Sjögreen
2021-08-02
feat: stabilize Deno.serveHttp() (#11544)
Bartek Iwańczuk
2021-07-30
chore: upgrade Rust to 1.54.0 (#11554)
Yusuke Tanaka
2021-07-29
feat(runtime): implement navigator.hardwareConcurrency (#11448)
Divy Srivastava
2021-06-22
fix: move stable/unstable types/APIs to their correct places (#10880)
Muthu Kumar
2021-06-22
fix(#10761): graph errors reported as diagnostics for `Deno.emit()` (#10767)
Kitson Kelly
2021-04-12
feat(runtime): stabilize Deno.fstat and Deno.fstatSync (#10108)
Casper Beyer
2021-04-11
feat: stabilize Deno.ftruncate and Deno.ftruncateSync (#10126)
Casper Beyer
2021-04-10
fix(cli/diagnostics): Update UNSTABLE_DENO_PROPS (#10095)
Nayeem Rahman
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-02-26
feat(runtime): stabilize Deno.symlink and Deno.symlinkSync (#9226)
Casper Beyer
2021-02-25
feat(runtime): stabilize Deno.link and Deno.linkSync (#9417)
Casper Beyer
2021-02-25
feat(runtime): stabilise permissions and add event target capabilities (#9573)
Kitson Kelly
2021-01-12
feat: stabilize Deno.shutdown() and Conn#closeWrite()
Bartek Iwańczuk
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-01
refactor(cli): runtime compiler APIs consolidated to Deno.emit() (#8799)
Kitson Kelly
2020-11-28
chore: clippy future cleanups (#8514)
Kitson Kelly
2020-11-09
refactor(cli): remove unnecessary format! calls (#8315)
KNnut
2020-11-02
refactor(cli): migrate runtime compile/bundle to new infrastructure (#8192)
Kitson Kelly
2020-10-28
fix(cli): restore tripleslash lib refs support (#8157)
Kitson Kelly
2020-10-26
feat(unstable): add Deno.systemCpuInfo() (#7774)
Elias Sjögreen
2020-10-20
feat: stabilize Deno.fsync and Deno.fdatasync (#8038)
Casper Beyer
2020-10-14
refactor(cli): add tsc2 (#7942)
Kitson Kelly
2020-09-21
refactor: use futures and serde_json from deno_core (#7614)
Bartek Iwańczuk
2020-09-12
chore: add systemMemoryInfo unstable diagnostic (#7435)
Luca Casonato
2020-09-12
refactor: improve tsc diagnostics (#7420)
Kitson Kelly
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
[next]