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
/
diff.rs
Age
Commit message (
Collapse
)
Author
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ↵
David Sherret
cache folder (#16857)
2022-07-10
refactor: update comment in diff.rs (#15142)
Ikko Ashimine
Github -> GitHub
2022-07-01
chore: use Rust 1.62.0 (#15028)
Bartek Iwańczuk
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
2021-09-12
refactor: Remove duplicated colors.rs file (#11990)
Ryan Dahl
2021-07-02
fix(diff): better handling of text with only line ending differences (#11212)
David Sherret
Additionally fixes: * It not displaying a diff when one text had a trailing newline and the other didn't. * Edge case where the line number width could be incorrect if the original text had say 99 lines and the edit text had 100 lines.
2021-02-01
chore: make all tests annotated with `#[cfg(test)]` (#9347)
Yusuke Tanaka
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-11-13
refactor(cli+core): various cleanups in Rust (#8336)
KNnut
2020-11-09
refactor(cli): remove unnecessary format! calls (#8315)
KNnut
2020-09-17
fix(cli/fmt): make fmt output more readable (#7534)
Pig Fang
2020-09-15
chore: fix clippy warnings (#7476)
Bert Belder
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
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