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
2024-05-23
Using id_map everywhere except tests
syntax_id_on_vertex
Wilfred Hughes
2024-05-22
Pass id_map more
Wilfred Hughes
2024-05-22
More id_map
Wilfred Hughes
2024-05-22
Pass id_map through in more places
Wilfred Hughes
2024-05-22
Pass SyntaxId values through mark_syntax
Wilfred Hughes
2024-05-22
Build id_map and pass it through
Wilfred Hughes
2024-05-22
Prefer SyntaxId type alias
Wilfred Hughes
2024-05-22
Define an id_map helper
Wilfred Hughes
2024-05-14
Add sample conflicts file
Wilfred Hughes
2024-05-14
Update F# docs
Wilfred Hughes
2024-05-14
Merge commit 'b5dbafd164af7113e208de9b36068046f5ce8678' into f_sharp
Wilfred Hughes
2024-05-14
Merge remote-tracking branch 'thecentury/f#'
Wilfred Hughes
2024-05-13
Prefer 'device tree' as two words
Wilfred Hughes
2024-05-13
Document new addition
Wilfred Hughes
2024-05-13
Merge remote-tracking branch 'blmaier/support-devicetree'
Wilfred Hughes
2024-05-13
Fix wording
Wilfred Hughes
2024-05-13
Expand usage docs and fix obsolete reference to --language
Wilfred Hughes
2024-05-13
fix: multi line triple quoted strings
Nikolaj Sidorenco
2024-05-11
Remove empty comment
Wilfred Hughes
2024-05-11
Treat tree-sitter nodes highlighted as comments as atoms
Wilfred Hughes
2024-05-11
Support comment.foo highlighting queries
Wilfred Hughes
2024-05-11
Roll version following release
Wilfred Hughes
2024-05-10
It's not actually a 2x perf win
0.58.0
Wilfred Hughes
2024-05-10
Improve terminal width detection
Wilfred Hughes
2024-05-10
Update assert_cmd dependency
Wilfred Hughes
2024-05-10
Tests do actually import predicates, so restore dependency with looser bounds
Wilfred Hughes
2024-05-10
Remove pin in dev dependencies that is no longer necessary
Wilfred Hughes
2024-05-10
Prefer 'terminal' over 'display' terminology
Wilfred Hughes
2024-05-10
Factor out a constant for the default terminal width
Wilfred Hughes
2024-05-07
feat: shorthand array type postfix
Nikolaj Sidorenco
2024-05-07
Fix typo
Wilfred Hughes
2024-05-07
Document how to disable difftastic temporarily
Grégoire Paris
2024-05-07
Move notes to wiki
Wilfred Hughes
2024-05-07
Lint against .to_string() on String
Wilfred Hughes
2024-05-07
Prefer .to_owned() on &str
Wilfred Hughes
2024-05-07
Update CMake highlights for latest grammar
Wilfred Hughes
2024-05-06
fix: repeated attributes
Nikolaj Sidorenco
2024-05-06
fix: ce expression vs application expression nested
Nikolaj Sidorenco
2024-05-06
build(deps-dev): bump eslint from 9.1.1 to 9.2.0 (#53)
dependabot[bot]
2024-05-06
build(deps): bump node-gyp-build from 4.8.0 to 4.8.1 (#52)
dependabot[bot]
2024-05-06
build(deps-dev): bump tree-sitter-cli from 0.22.5 to 0.22.6 (#51)
dependabot[bot]
2024-05-05
fix: ce expression vs application expression
Nikolaj Sidorenco
2024-05-05
fix type decl scoping
Nikolaj Sidorenco
2024-05-04
clean up parser states for types
Nikolaj Sidorenco
2024-05-03
feat: allow top-level expressions
Nikolaj Sidorenco
2024-05-02
fix: prefix expression associativity
Nikolaj Sidorenco
2024-05-02
fix: for-loop vs do expression
Nikolaj Sidorenco
2024-05-01
add queries
Nikolaj Sidorenco
2024-05-01
feat: improve error recovery
Nikolaj Sidorenco
2024-05-01
simplify scanner
Nikolaj Sidorenco
[next]