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-19
Optimise newline splitting
Wilfred Hughes
2022-01-19
Add scala to upstream_parsers.md
Hugo van Rijswijk
2022-01-19
Update src/tree_sitter_parser.rs
Hugo van Rijswijk
2022-01-18
Improve perf when diffing identical contents
Wilfred Hughes
2022-01-18
Avoid HashSet::from as it requires rust 1.56
Wilfred Hughes
2022-01-18
Add Scala support
Hugo van Rijswijk
2022-01-18
Add 'vendor/tree-sitter-scala/' from commit '0a3dd53a7fc4b352a538397d054380aa...
Hugo van Rijswijk
2022-01-17
Add failing tests that demonstrates #99
Wilfred Hughes
2022-01-17
Clarify comment
Wilfred Hughes
2022-01-17
Remove completed todo
Wilfred Hughes
2022-01-17
Add unit test for calculate_before_context
Wilfred Hughes
2022-01-17
cargo fmt
Wilfred Hughes
2022-01-17
Consider previous context after fill when calculating after context
Wilfred Hughes
2022-01-17
Pass a single slice of lines to calculate_after_context
Wilfred Hughes
2022-01-17
Calculate after_context later
Wilfred Hughes
2022-01-17
Remove unnecessary special case in alignment logic
Wilfred Hughes
2022-01-17
More clippy fixes
Wilfred Hughes
2022-01-17
Fix clippy lint
Wilfred Hughes
2022-01-17
cargo fmt
Wilfred Hughes
2022-01-17
Define separate functions for calculating context before/after
Wilfred Hughes
2022-01-17
Simplify hunk unit tests to use hashmap directly
Wilfred Hughes
2022-01-17
Include one-indexed value of LineNumber in debug output
Wilfred Hughes
2022-01-17
Ignore a noisy clippy warning
Wilfred Hughes
2022-01-17
Silence clippy warnings
Wilfred Hughes
2022-01-17
cargo fmt
Wilfred Hughes
2022-01-17
Fix another issue with contiguous novel nodes
Wilfred Hughes
2022-01-16
Ensure empty files return empty parse trees
Wilfred Hughes
2022-01-16
Add unit tests for line parser
Wilfred Hughes
2022-01-16
Remove incorrect TODO
Wilfred Hughes
2022-01-16
Add a smoke test for side-by-side diffing display
Wilfred Hughes
2022-01-16
Improve test coverage
Wilfred Hughes
2022-01-16
Polish wording of README
Wilfred Hughes
2022-01-16
Ignore sample files for calculating GitHub code statistics
Wilfred Hughes
2022-01-16
Expand ocaml tests
Wilfred Hughes
2022-01-16
Add trailing functions to ocaml sample file
Wilfred Hughes
2022-01-16
Add another large file for benchmarking
Wilfred Hughes
2022-01-15
Prefer novel tokens on the same line, even if there are repeats
Wilfred Hughes
2022-01-15
Ensure that .ml and .mli have the same atom nodes
Wilfred Hughes
2022-01-15
Add another contiguous atoms test file
Wilfred Hughes
2022-01-15
Update tree-sitter version
Wilfred Hughes
2022-01-15
Create a highlighting tree_sitter::Query per-language
Wilfred Hughes
2022-01-15
Add docstrings for SyntaxInfo
Wilfred Hughes
2022-01-15
Silence clippy lint
Wilfred Hughes
2022-01-15
Flatten trivial difftastic lists
Wilfred Hughes
2022-01-15
Add TODO
Wilfred Hughes
2022-01-15
Treat ocaml tags as atoms too
Wilfred Hughes
2022-01-15
cargo fmt
Wilfred Hughes
2022-01-14
Treat ocaml type variables as an atom
Wilfred Hughes
2022-01-14
Ensure we only calculate opposite positions once
Wilfred Hughes
2022-01-13
Detect PKGBUILD and other common shell files
Wilfred Hughes
[prev]
[next]