aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/diff/difftest/difftest.go
AgeCommit message (Expand)Author
2022-09-07gopls: migrate internal/lsp to gopls/internal/lspRobert Findley
2022-06-01internal/span: eliminate TokenConverterRobert Findley
2020-12-17internal/lsp, gopls: recover from go-diff panicsRebecca Stambler
2020-11-24internal/lsp: fix some incorrect spellingRob Findley
2020-02-14internal/span,lsp: disambiguate URIs, DocumentURIs, and pathsHeschi Kreinick
2019-10-11internal/lsp: fix unified diffs of edits at the end of a fileIan Cottrell
2019-10-11internal/lsp: fix test failures caused by diff algorithm varianceIan Cottrell
2019-10-10internal/lsp: expand edits to whole lines in ToUnifiedIan Cottrell
2019-10-10internal/lsp: merge diffing test data setsIan Cottrell
2019-10-04internal/lsp: rewrite the unified diff handlingIan Cottrell
2019-10-04internal/lsp: move unified diff testing to the diff interfaceIan Cottrell
2019-10-04internal/lsp: allow the diff alorithm to be specified per viewIan Cottrell
2019-08-26internal/lsp: add tests at the diff hook layerIan Cottrell