index
:
difftastic
a_star_module
a_star_v2
accurate_ancestors_v2
accurate_ancestors_with_fallback
add_libdifftastic
better_inline
bounded_dijkstra
bumpstack
compact_arena_syntax
create_workspace
edge_only_predecessors
empty_delimiters_heuristic
fix_newline_splitting
fringe_search
gh-pages
html_output
id_arena_for_vertex
id_arena_syntax
ida_star
master
merge_comment_blocks
parallel_diffing
pass_end_node
patch_format
remove_eq_on_syntax
shared_unique
significant_whitespace
skip_unique_atoms
syntactic_context
syntax_id
syntax_id_on_vertex
tagged_syntax_pointers_in_vertex
text_sliders
trailing_commas
try_similar_lib
unified_patch
Mirror of https://github.com/Wilfred/difftastic/
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-01-29
Use new aligned lines logic for inline display
better_inline
Wilfred Hughes
2022-01-27
Dim .. ellipses that signify an absent line
Wilfred Hughes
2022-01-27
Prefer bold over bright terminal colours
Wilfred Hughes
2022-01-27
Prefer 'normal' over white foreground colours
Wilfred Hughes
2022-01-27
Fix character literals in Lisp
Wilfred Hughes
2022-01-27
Treat attribute IDs in OCaml as atoms
Wilfred Hughes
2022-01-26
Factor out a line tuple comparison helper
Wilfred Hughes
2022-01-26
Print header on every hunk in inline display
Wilfred Hughes
2022-01-26
Get all matched lines and then slice
Wilfred Hughes
2022-01-25
Show ChangedCommentPart in bold
Wilfred Hughes
2022-01-25
Roll version
Wilfred Hughes
2022-01-25
Only set next/prev on potentially changed syntax nodes
0.17.0
Wilfred Hughes
2022-01-24
Don't treat identical text files as binary
Wilfred Hughes
2022-01-24
Adjust syntax highlighting colours
Wilfred Hughes
2022-01-24
Suggest a pager and an alias with difftool
Wilfred Hughes
2022-01-23
Don't dim unstyled text
Wilfred Hughes
2022-01-23
Highlight novel type atoms as bold too
Wilfred Hughes
2022-01-23
Use bold for highlighting types too
Wilfred Hughes
2022-01-23
Factor out a struct for tracking highlighting IDs
Wilfred Hughes
2022-01-23
Add syntax highlighting for strings
Wilfred Hughes
2022-01-23
cargo fmt
Wilfred Hughes
2022-01-23
Tweak variable names
Wilfred Hughes
2022-01-23
Add syntax highlighting on comments
Wilfred Hughes
2022-01-23
Factor out error highlighting as an explicit helper
Wilfred Hughes
2022-01-23
Display changed delimiters in bold
Wilfred Hughes
2022-01-22
Remove duplicate style calculation logic
Wilfred Hughes
2022-01-22
Ignore unchanged nodes at the start/end of the file
Wilfred Hughes
2022-01-22
Roll version
Wilfred Hughes
2022-01-22
Add a benchmarking example of a larger file
0.16.0
Wilfred Hughes
2022-01-22
Document diffing directories
Wilfred Hughes
2022-01-22
Ensure we always include the first and last hunk line
Wilfred Hughes
2022-01-22
Remove leftover dbg!
Wilfred Hughes
2022-01-22
Don't consider newlines to be words in the line parser
Wilfred Hughes
2022-01-22
Fix another bug with duplicate line printing
Wilfred Hughes
2022-01-22
Fix .max_line() when source has a trailing newline
Wilfred Hughes
2022-01-22
Fix lint warning
Wilfred Hughes
2022-01-22
Take an opposite line whenver possible when matching novel regions
Wilfred Hughes
2022-01-22
Fix wording in manual
Wilfred Hughes
2022-01-22
Clarify unique_id semantics
Wilfred Hughes
2022-01-21
cargo fmt
Wilfred Hughes
2022-01-21
Update changelog
Wilfred Hughes
2022-01-21
Merge branch 'faster_dijkstra'
Wilfred Hughes
2022-01-21
Fix sliders after diffing
Wilfred Hughes
2022-01-20
Add accessor for node change
Wilfred Hughes
2022-01-20
Add TODO
Wilfred Hughes
2022-01-20
Revert "Prefer novel tokens on the same line, even if there are repeats"
Wilfred Hughes
2022-01-20
Don't track prev_is_novel in graph
Wilfred Hughes
2022-01-20
Binary search in NewlinePositions
Wilfred Hughes
2022-01-20
Store line_end directly in NewlinePositions
Wilfred Hughes
2022-01-19
Merge pull request #101 from hugo-vrijswijk/tree-sitter-scala
Wilfred Hughes
[next]