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
Branch
Commit message
Author
Age
a_star_module
Fix compilation
Wilfred Hughes
3 years
a_star_v2
Model novel siblings in distance heuristic
Wilfred Hughes
16 months
accurate_ancestors_v2
Model parent IDs accurately
Wilfred Hughes
2 years
accurate_ancestors_with_fallback
Tweak maximum ancesetor value
Wilfred Hughes
3 years
add_libdifftastic
WIP define a structural_diff crate
Wilfred Hughes
2 years
better_inline
Use new aligned lines logic for inline display
Wilfred Hughes
3 years
bounded_dijkstra
Try running Dijkstra with a bound
Wilfred Hughes
2 years
bumpstack
Choose an arbitrary larger value for the graph limit in bytes
Wilfred Hughes
15 months
compact_arena_syntax
Add compact_arena dependency
Wilfred Hughes
6 months
create_workspace
Move language detection to a difftastic_parse crate
Wilfred Hughes
2 years
edge_only_predecessors
Don't store node in predecessors
Wilfred Hughes
3 years
empty_delimiters_heuristic
Experiment with an empty delimiter heuristc on changed lists
Wilfred Hughes
4 months
fix_newline_splitting
WIP don't use StringIgnoringNewline due to #755
Wilfred Hughes
7 weeks
fringe_search
Try reordering items in fringe
Wilfred Hughes
2 years
gh-pages
Deploying to gh-pages from @ Wilfred/difftastic@00f6959a29844e9c82d456ea2c326...
Wilfred
5 days
html_output
Highlight modified lines
Wilfred Hughes
3 years
id_arena_for_vertex
Use id-arena for Vertex
Wilfred Hughes
15 months
id_arena_syntax
WIP
Wilfred Hughes
15 months
ida_star
Crude IDA* implementation
Wilfred Hughes
3 years
master
Ensure JSON output is consistently ordered
Wilfred Hughes
5 days
merge_comment_blocks
WIP UnchangedSyntaxLine
Wilfred Hughes
22 months
parallel_diffing
Basic parallel diffing
Wilfred Hughes
2 years
pass_end_node
WIP parallel iter on sections for accumlating change maps
Wilfred Hughes
3 years
patch_format
Display paths properly
Wilfred Hughes
9 months
remove_eq_on_syntax
WIP remove Syntax::PartialEq
Wilfred Hughes
3 years
shared_unique
Set NovelAtomLHS/RHS with deep in the ChangeMap
Wilfred Hughes
2 years
significant_whitespace
Track whether we're entering a significant whitespace list
Wilfred Hughes
12 months
skip_unique_atoms
WIP node copy helper
Wilfred Hughes
19 months
syntactic_context
WIP EnclosingLinesInfo and calculating previous context lines
Wilfred Hughes
11 months
syntax_id
Get it working
Wilfred Hughes
15 months
syntax_id_on_vertex
Using id_map everywhere except tests
Wilfred Hughes
6 months
tagged_syntax_pointers_in_vertex
WIP remove old lhs_syntax and rhs_syntax fields
Wilfred Hughes
2 years
text_sliders
Calculate basic sliders
Wilfred Hughes
16 months
trailing_commas
Use CanIgnore atom kind
Wilfred Hughes
4 months
try_similar_lib
Try similar library
Wilfred Hughes
16 months
unified_patch
WIP unified diff format
Wilfred Hughes
3 years