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
/
colors.rs
Age
Commit message (
Expand
)
Author
2021-04-26
Remove denort optimization (#10350)
Ryan Dahl
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-03-01
feat(cli): represent type dependencies in info (#9630)
Kitson Kelly
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-08
feat: denort binary (#9041)
Luca Casonato
2020-10-12
chore(cli): remove dead code (#7941)
Kitson Kelly
2020-09-17
fix(cli/fmt): make fmt output more readable (#7534)
Pig Fang
2020-09-08
fix(cli): colors mismatch (#7367)
EathonYe
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
2020-07-12
feat(doc): Improve terminal printer (#6594)
Valentin Anger
2020-06-29
refactor: util functions take slices instead of heap values (#6547)
Valentin Anger
2020-06-06
Add diff for "deno fmt --check" (#5599)
Filippo Rossi
2020-03-28
feat: Added colors to doc output (#4518)
Luca Casonato
2020-03-06
Fix unwanted ANSI Reset Sequence (#4268)
João Souto
2020-03-01
Make internel error frames dimmer (#4201)
Kevin (Kun) "Kassimo" Qian
2020-02-24
Remove ansi_term dependency (#4116)
João Souto
2020-02-24
Revert "Remove ansi_term dependency"
Ryan Dahl
2020-02-24
Remove ansi_term dependency (#4106)
João Souto
2020-02-18
refactor: cleanup cli/lib.rs (#4006)
Bartek Iwańczuk
2020-01-26
Remove dead code in cli/shell.rs (#3792)
Ryan Dahl
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-09-16
Move integration tests to //cli/tests/ (#2964)
Ryan Dahl
2019-09-15
Rename ansi.rs to colors.rs (#2956)
Tomohito Nakayama