summaryrefslogtreecommitdiffstats
path: root/src/owned.rs
AgeCommit message (Expand)Author
2022-06-04Remove unused `by_old` functionOrhun Parmaksız
2020-10-08switch error handling lib from failure to anyhowAlexandru Macovei
2020-10-07apply clippy lintsAlexandru Macovei
2019-07-14Fix handling of multiple hunks in one fileNickolay Ponomarev
2019-07-14Introduce `Hunk::header()`Nickolay Ponomarev
2018-12-11fix some clippy lintstummychow
2018-12-11cargo fmt with rustfmt v1.0tummychow
2018-03-11make anchors a method on hunktummychow
2018-03-10remove option from patch pathstummychow
2018-02-26index paths in diff structuretummychow
2018-02-21use rc for block lines vectortummychow
2018-02-16use usize for line numberstummychow
2018-02-16remove prefix in owned moduletummychow
2018-02-16move parsed objects to another moduletummychow