summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-11-21Expand and improve docstringsWilfred Hughes
2021-11-21Improve docstrings in main.rsWilfred Hughes
2021-11-21Remove unused functionWilfred Hughes
2021-11-21Remove lib.rs so we're now a binary-only crateWilfred Hughes
2021-11-21Change entry point to be main.rsWilfred Hughes
2021-11-21cargo fmtWilfred Hughes
2021-11-20Make clippy happierWilfred Hughes
2021-11-20Configure atoms for RubyWilfred Hughes
2021-11-20Add basic Ruby supportWilfred Hughes
2021-11-19Update pretty_assertions and use consistentlyWilfred Hughes
2021-11-19Style single-line display consistently with other displays0.12.0Wilfred Hughes
2021-11-19Remove dead codeWilfred Hughes
2021-11-19Don't truncate long lines on single-column displayWilfred Hughes
2021-11-19Colour line numbers on full file add/remove consistent with smaller changesWilfred Hughes
2021-11-19Don't let-bind variables outside that are only used in one patternWilfred Hughes
2021-11-19Display file header for single-column (i.e. deletion/addition) changes tooWilfred Hughes
2021-11-18Make 1-indexed display of LineNumber values explicitWilfred Hughes
2021-11-18Fix formattingWilfred Hughes
2021-11-18Remove duplicated definitionWilfred Hughes
2021-11-18Prefer chain over manually building a vecWilfred Hughes
2021-11-18Also consider matched lines when calculating which lines to show afterWilfred Hughes
2021-11-18Add regression unit test for LHS/RHS bug in previous commitWilfred Hughes
2021-11-15Fix column width calculation due to LHS/RHS typoWilfred Hughes
2021-11-14Don't repeat the line number columns if they're identicalWilfred Hughes
2021-11-14Only use a single column if hunk line numbers are <= 9Wilfred Hughes
2021-11-14Use the max opposite line when computing after contextWilfred Hughes
2021-11-14Fix subword highlighting in multiline commentsWilfred Hughes
2021-11-14Clarify that changed MatchedPos may be Novel or ChangedCommentPartWilfred Hughes
2021-11-14Remove unused functionWilfred Hughes
2021-11-14Display the file name even when there are no syntactic changesWilfred Hughes
2021-11-14Update previous line numbers even with single-side displayWilfred Hughes
2021-11-14Reduce padding to use horizontal space more effectivelyWilfred Hughes
2021-11-14Factor out width calculation and compute it per-hunkWilfred Hughes
2021-11-14Factor out string line number mungingWilfred Hughes
2021-11-14Collapse the unchanged side if a hunk is exclusively adds/removesWilfred Hughes
2021-11-14Line truncation/reflowing WIPWilfred Hughes
2021-11-14Don't sort lines when merging hunksWilfred Hughes
2021-11-14Increase context to three linesWilfred Hughes
2021-11-14Add a basic unit test for sorted_novel_positionsWilfred Hughes
2021-11-13Order novel MatchedPos values based on previous matched valuesWilfred Hughes
2021-11-13Factor out first_opposite_span helperWilfred Hughes
2021-11-13Don't track prev_opposite_pos in MatchKindWilfred Hughes
2021-11-13Prefer a single dot when no line number is availableWilfred Hughes
2021-11-13Move hunk merging to hunks.rsWilfred Hughes
2021-11-04Prefer Clone over Copy to make generic functions more generalWilfred Hughes
2021-11-03Fix unhelpful variable nameWilfred Hughes
2021-11-03Remove LineGroup now Hunk is feature completeWilfred Hughes
2021-11-03Port inline diff formatter to use hunksWilfred Hughes
2021-11-03Move merge_adjacent to difft and push max_line inside the functionWilfred Hughes
2021-11-02Remove dead code now we're using hunk displayWilfred Hughes