summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-09-12Crude IDA* implementationida_starWilfred Hughes
2021-09-12Adding a greedy best-first impl for referenceWilfred Hughes
2021-09-12Improve distance estimate so we visit fewer nodesWilfred Hughes
2021-09-12Log path costWilfred Hughes
2021-09-12Simplify implWilfred Hughes
2021-09-12PartialEq should be consistent with CmpWilfred Hughes
2021-09-12Correcting heuristic to not overestimateWilfred Hughes
2021-09-12Initial draft a* implWilfred Hughes
2021-09-12Store num_after on syntax so we can predict distancesWilfred Hughes
2021-09-12Move to mimallocWilfred Hughes
2021-09-12Link to the rust perf bookWilfred Hughes
2021-09-12Precompute prev_is_contiguousWilfred Hughes
2021-09-12Prefer running difftastic against the src/ directoryWilfred Hughes
2021-09-12Add more Rust delimiter tokensWilfred Hughes
2021-09-12Placate some more clippy lintsWilfred Hughes
2021-09-11Add TODO on word-level diff costsWilfred Hughes
2021-09-11Add TODO for build parallelismWilfred Hughes
2021-09-11Add TODO for line-based perfWilfred Hughes
2021-09-11Update changelog for Rust parsing improvementsWilfred Hughes
2021-09-11Merge commit '760985e2148a8282af86a554bf2e7d27189c2624'Wilfred Hughes
2021-09-11Ensure _non_special_token always gives us a tokenWilfred Hughes
2021-09-11Add a helper command for regenerate the C sourcesWilfred Hughes
2021-09-11Rebuild C source with tree-sitter 0.19.1Wilfred Hughes
2021-09-11Simplify Dijkstra implementationWilfred Hughes
2021-09-09Simplify predecessors to remove unnecessary Option wrapperWilfred Hughes
2021-09-09Fix mdBook capitalisationWilfred Hughes
2021-09-09Merge imports with cargo +nightly fmtWilfred Hughes
2021-09-09Factor out graph definitions that aren't specific to DijkstraWilfred Hughes
2021-09-09Correct directory name and tweak wording for building manualWilfred Hughes
2021-09-08Mention languages supported in the manual tooWilfred Hughes
2021-09-08Improve syntax highlighting in Getting Started chapterWilfred Hughes
2021-09-08Use 'manual' terminology consistentlyWilfred Hughes
2021-09-08Add a diffing chapter to the manualWilfred Hughes
2021-09-08Fix test broken in a39d4b3bb7088cf9c139f03f0Wilfred Hughes
2021-09-08Fix name/command mixup in docs deploy configWilfred Hughes
2021-09-08Lower code coverage thresholds for web UI and badgeWilfred Hughes
2021-09-08Link to the manualWilfred Hughes
2021-09-08Clarify docs deploy as it doesn't use gh-pagesWilfred Hughes
2021-09-08Initial docs pagesWilfred Hughes
2021-09-08Build docs with mdbook and deploy to surge.shWilfred Hughes
2021-09-06Merge commit 'f8a5c9ffd2650539aa3fd5a412e4d0568ad04bc8'Wilfred Hughes
2021-09-06Merge branch 'silence_build_warning'Wilfred Hughes
2021-09-06Remove unused variableWilfred Hughes
2021-09-06Always use the full width for LHS column in side-by-side displayWilfred Hughes
2021-09-06Fix comment typosWilfred Hughes
2021-09-06Add Elixir supportWilfred Hughes
2021-09-06Add support for ElixirWilfred Hughes
2021-09-06Add 'vendor/tree-sitter-elixir/' from commit '3442cfe6260a71940c548d6cccd6460...Wilfred Hughes
2021-09-06Check in generated C code for use in difftasticWilfred Hughes
2021-09-06Use word-level diffs for text content tooWilfred Hughes