aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-07-26Suggestion: Update tests to add new `commit` fieldTeddy Wing
2020-07-26Suggestion: Add `diff` methodTeddy Wing
2020-07-26Remove `patches_file` testTeddy Wing
2020-07-26Suggestion.apply_to(): Move CRLF check to a new functionTeddy Wing
2020-07-26Suggestion.apply_to(): Use line endings consistent with fileTeddy Wing
2020-07-26suggestion_apply_to_writes_patch_to_writer: Fix line numbersTeddy Wing
2020-07-25Suggestion.apply_to(): Use correct line numbersTeddy Wing
2020-07-25Suggestion.apply_to(): Fix single-line patchesTeddy Wing
2020-07-25Suggestion.apply_to(): Read from given reader, not original fileTeddy Wing
2020-07-25Suggestion: Make `original_start_line` an `Option`Teddy Wing
2020-07-25Add git-sugapply binTeddy Wing
2020-07-25Suggestion.apply(): Use `Suggestion.apply_to()`Teddy Wing
2020-07-25Suggestion: Add `apply_to` methodTeddy Wing
2020-07-25suggestion_patch_generates_patch: Add missing new fieldsTeddy Wing
2020-07-25Suggestion: Rename `suggestion` field to `comment`Teddy Wing
2020-07-25Suggestion.apply: Try writing to the original fileTeddy Wing
2020-07-25Suggestion: Try applying a change to the file (WIP)Teddy Wing
2020-07-25lib.rs: Skip network testTeddy Wing
2020-07-24Read a blob from a repositoryTeddy Wing
2020-07-24Add test stub for patch functionalityTeddy Wing
2020-07-22Try modifying diff hunk with 'unidiff'Teddy Wing
2020-07-22Suggestion.suggestion: Handle "\r\n"Teddy Wing
2020-07-21suggestion_patch_generates_patch: Add attributionTeddy Wing
2020-07-21Suggesstion: Implement `patch` to generate a patch for the suggestionTeddy Wing
2020-07-19Extract diff hunk and comment body from GitHub responseTeddy Wing
2020-07-19Fetch a GitHub PR suggestion commentTeddy Wing
2020-07-13Initialise a new Rust v1.44.1 projectTeddy Wing