summaryrefslogtreecommitdiff
path: root/cli/diff.rs
AgeCommit message (Expand)Author
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...David Sherret
2022-07-10refactor: update comment in diff.rs (#15142)Ikko Ashimine
2022-07-01chore: use Rust 1.62.0 (#15028)Bartek IwaƄczuk
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-09-12refactor: Remove duplicated colors.rs file (#11990)Ryan Dahl
2021-07-02fix(diff): better handling of text with only line ending differences (#11212)David Sherret
2021-02-01chore: make all tests annotated with `#[cfg(test)]` (#9347)Yusuke Tanaka
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-11-13refactor(cli+core): various cleanups in Rust (#8336)KNnut
2020-11-09refactor(cli): remove unnecessary format! calls (#8315)KNnut
2020-09-17fix(cli/fmt): make fmt output more readable (#7534)Pig Fang
2020-09-15chore: fix clippy warnings (#7476)Bert Belder
2020-09-06Move JSON ops to deno_core (#7336)Bert Belder
2020-06-29refactor: util functions take slices instead of heap values (#6547)Valentin Anger
2020-06-06Add diff for "deno fmt --check" (#5599)Filippo Rossi