| .. |
|
constants.rs
|
Move Side to a separate file, document and improve naming
|
2022-04-03 11:13:45 +07:00 |
|
context.rs
|
Ensure matched lines includes blanks at the ends of the file
|
2022-03-20 22:31:32 +07:00 |
|
dijkstra.rs
|
Log the number of toplevel nodes too
|
2022-03-23 22:59:39 +07:00 |
|
files.rs
|
Add a --missing-as-empty flag to allow non-existent paths
|
2022-02-03 21:26:51 +07:00 |
|
graph.rs
|
Remove NovelTree edges from graph
|
2022-03-18 12:31:22 +07:00 |
|
guess_language.rs
|
Merge remote-tracking branch 'alexmanno/add_yaml_support'
|
2022-04-03 22:08:44 +07:00 |
|
hunks.rs
|
Make variable name clearer
|
2022-04-09 16:55:44 +07:00 |
|
inline.rs
|
Fix more clippy warnings
|
2022-02-24 20:49:11 +07:00 |
|
line_parser.rs
|
Don't assume that lines end with newlines
|
2022-03-30 22:42:17 +07:00 |
|
lines.rs
|
Fix minor clippy lints
|
2022-03-16 22:42:31 +07:00 |
|
main.rs
|
Fix nested sliders in C-like languages
|
2022-04-08 09:41:56 +07:00 |
|
myers_diff.rs
|
Factor out a myers_diff module
|
2022-03-12 12:15:59 +07:00 |
|
options.rs
|
Add a --language option to override language detection
|
2022-04-01 23:10:48 +07:00 |
|
positions.rs
|
Add module doc comments
|
2021-07-30 01:23:38 +07:00 |
|
side_by_side.rs
|
Don't pad the right column in side-by-side display
|
2022-04-03 11:30:19 +07:00 |
|
sliders.rs
|
Fix compilation of unit tests
|
2022-04-08 23:13:02 +07:00 |
|
style.rs
|
Don't pad the right column in side-by-side display
|
2022-04-03 11:30:19 +07:00 |
|
summary.rs
|
Clarify wording when a parsed file has no changes at all
|
2022-03-26 23:31:12 +07:00 |
|
syntax.rs
|
Ensure unchanged MatchedPos have the same number on LHS and RHS
|
2022-04-09 21:12:31 +07:00 |
|
tree_sitter_parser.rs
|
Fix parsing of built-in Zig identifiers
|
2022-04-09 19:38:07 +07:00 |
|
unchanged.rs
|
Remove leftover debug logging
|
2022-03-24 21:27:27 +07:00 |