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
2023-07-21
Model novel siblings in distance heuristic
a_star_v2
Wilfred Hughes
2023-07-21
Make heuristic smarter
Wilfred Hughes
2023-07-21
Another attempt at A*
Wilfred Hughes
2023-07-20
Document the new LaTeX support
Wilfred Hughes
2023-07-20
Merge remote-tracking branch 'grunweg/master'
Wilfred Hughes
2023-07-15
Merge commit '6c8329e2da78fae78e87c3c6f5788a2b005a4afc'
Wilfred Hughes
2023-07-15
Merge pull request #148 from tree-sitter/fixes
Amaan Qureshi
2023-07-14
Handle nested sliders correctly when preferring the outer delimiter
Wilfred Hughes
2023-07-13
ci: add certain branch requirements for CI to run
Amaan Qureshi
2023-07-13
chore: tidy up Rust bindings
Amaan Qureshi
2023-07-13
chore: generate
Amaan Qureshi
2023-07-13
fix: make cast expression values with ampersands stricter
Amaan Qureshi
2023-07-13
fix: rework decimal logic to properly parse octal numbers
Amaan Qureshi
2023-07-13
Merge pull request #149 from tree-sitter/ci-fix
Amaan Qureshi
2023-07-13
ci: bump action & node versions
Amaan Qureshi
2023-07-12
Treat constructors consistently with variables in Haskell atoms
Wilfred Hughes
2023-07-12
Roll version
Wilfred Hughes
2023-07-12
Fix github action configuration to create drafts
Wilfred Hughes
2023-07-12
cargo fmt
0.48.0
Wilfred Hughes
2023-07-12
Update unit test new subword highlighting heuristic
Wilfred Hughes
2023-07-12
Treat qualified modules and variables as atoms in Haskell
Wilfred Hughes
2023-07-12
Improve word diffing heuristic and add another sample file
Wilfred Hughes
2023-07-12
Handle multiline atoms more accurately in split_atom_words
Wilfred Hughes
2023-07-10
Do subword highlighting in more cases
Wilfred Hughes
2023-07-10
Mention the new subword string highlighting in the changelog
Wilfred Hughes
2023-07-10
Require some common words to do subword highlighting
Wilfred Hughes
2023-07-09
Use the raw_entry_mut API on hashbrown::HashMap
Wilfred Hughes
2023-07-09
Move to hashbrown 0.12 to meet our MSRV
Wilfred Hughes
2023-07-09
Choose the last hashbrown version that supports our MSRV
Wilfred Hughes
2023-07-09
cargo fmt
Wilfred Hughes
2023-07-09
Add basic smoke tests for debug dump options
Wilfred Hughes
2023-07-09
Use DftHashMap everywhere
Wilfred Hughes
2023-07-09
Move DftHashMap to a separate file
Wilfred Hughes
2023-07-09
Use hashbrown for the alloc_if_new data
Wilfred Hughes
2023-07-08
Don't treat - as a word constituent
Wilfred Hughes
2023-07-08
Fix spelling in comment
Wilfred Hughes
2023-07-08
Detect replaced strings
Zhenge Chen
2023-07-08
Increase punctuation cost to 200
Wilfred Hughes
2023-07-08
Improve comments in Edge::cost
Wilfred Hughes
2023-07-07
Fix clippy lint
Wilfred Hughes
2023-07-07
Reduce copying further in set_neighbours
Wilfred Hughes
2023-07-07
Don't return the neighbours inside get_set_neighbours
Wilfred Hughes
2023-07-07
Only split numbers inside comments
Wilfred Hughes
2023-07-06
Remove contiguous penalty
Wilfred Hughes
2023-07-06
Increase the punctuation penalty
Wilfred Hughes
2023-07-06
Add TODO
Wilfred Hughes
2023-07-04
Don't track contiguous status on novel delimiter edges
Wilfred Hughes
2023-07-03
Store probably_punctuation on unchanged edges
Wilfred Hughes
2023-07-02
Fix cost for ReplacedComment
Wilfred Hughes
2023-06-29
Improve word splitting heuristics
Wilfred Hughes
[next]