summaryrefslogtreecommitdiffstats
path: root/src/edits.rs
AgeCommit message (Expand)Author
2019-09-03Ignore failing testDan Davison
2019-08-11Add failing test of edits inferenceDan Davison
2019-08-11Add failing test of edits inferenceDan Davison
2019-08-11Coalesce noop-whitespace with previous operation when annotatingDan Davison
2019-08-11Add failing test of edits inferenceDan Davison
2019-08-11Add test of edits inferenceDan Davison
2019-08-11Align separating text as multiple single-character tokens.Dan Davison
2019-08-11Clean upDan Davison
2019-08-08ClippyDan Davison
2019-08-08Edit docstrings and commentsDan Davison
2019-08-08Trim leading and trailing whitespace when computing distanceDan Davison
2019-08-07Compute distance in annotation routineDan Davison
2019-08-07Move run-length encodingDan Davison
2019-08-06Fix testsDan Davison
2019-08-06Use alignment to annotate line pairDan Davison
2019-08-06Use enum instead of ad-hoc integer codeDan Davison
2019-08-06Update testsDan Davison
2019-08-06Don't right-pad and newline-terminate lines before alignmentDan Davison
2019-08-06Clean up distance-metricsDan Davison
2019-08-06Change tokenization algorithmDan Davison
2019-08-06Clean up testsDan Davison
2019-08-06Align tokenized string instead of characters/graphemesDan Davison
2019-08-06Use Needleman-Wunsch / Wagner-Fischer algorithmDan Davison
2019-07-29Exclude leading whitespace in edit distance calculationDan Davison
2019-07-29Count leading whitespace when computing common prefixDan Davison
2019-07-29Suppress new lines in debugging utilityDan Davison
2019-07-29Edits: unit test of real bugDan Davison
2019-07-28Add test: unequal numbers of minus and plus linesDan Davison
2019-07-28Rename edit-related entitiesDan Davison
2019-07-28Refactor edit testsDan Davison
2019-07-28Greedy, worst-case quadratic algorithmDan Davison
2019-07-28LinePair format methodDan Davison
2019-07-28Revert interleavings algorithmDan Davison
2019-07-28Infer homologous pairs of linesDan Davison
2019-07-27Refactor: editsDan Davison
2019-07-25Don't allow take_while to consume one-past-the-endDan Davison
2019-07-25Cleaner implementation of common suffix length calculationDan Davison
2019-07-25Replace for loop with iterator APIDan Davison
2019-07-25Use original strings without copying when adding ansi color codesDan Davison
2019-07-20Use grapheme units for all visible character calculations0.0.4Dan Davison
2019-07-20Use generics instead of trait objects; improve declarationDan Davison
2019-07-20Add more non-ascii testsDan Davison
2019-07-20Parameterize edit inference function over abstract operation tagsDan Davison
2019-07-20Failing test: edit inference: non-asciiDan Davison
2019-07-20Parameterize Edits::appears_genuine methodDan Davison
2019-07-17Make edit inference less naiveDan Davison
2019-07-16Fix string pair edits algorithm0.0.1Dan Davison
2019-07-16Tests fail: Add unit test: editsDan Davison
2019-07-16Rename moduleDan Davison