An open API service providing commit metadata for open source projects.

GitHub / sourcegraph/go-diff-patch / commits

SHA Message Author Date Stats
798fd1e9 chore: use scip-go instead of lsif-go for precise indexing in CI (#7) Noah S-C <n****h@s****h>
Committed by: GitHub <n****y@g****m>
over 2 years ago
50706a0e batches: Test internal packages (#2) Bolaji Olajide <2****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
0f65c2bc fix url (#6) Bolaji Olajide <2****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
3687fd40 batches: update README (#5)
Co-authored-by: Kelli Rockwell <k****l@g****m>, Randell Callahan <p****e@g****m>, Kelli Rockwell <k****l@g****m>, Randell Callahan <p****e@g****m>
Bolaji Olajide <2****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
1dee6742 rename module (#3) Bolaji Olajide <2****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
d1678779 batches: add additional github workflow (#1) Bolaji Olajide <2****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
c3710eb3 merge Merge pull request #3 from BolajiOlajide/bo/remove-redundant-files Bolaji Olajide <2****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
19698772 merge Merge pull request #5 from BolajiOlajide/bo/setup-github-actions Bolaji Olajide <2****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
5351327d add actions for running CI tests BolajiOlajide <2****e@u****m> almost 4 years ago
82a2f08a fix failing tests BolajiOlajide <2****e@u****m> almost 4 years ago
76810ade merge Merge pull request #2 from BolajiOlajide/bo/add-test-fixtures Bolaji Olajide <2****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
e42e1ee6 Add golden tests. Adam Harvey <a****m@a****e> almost 4 years ago
4870f54e remove redundant files and methods BolajiOlajide <2****e@u****m> almost 4 years ago
06826986 delete patch file BolajiOlajide <2****e@u****m> almost 4 years ago
3bdd5cf8 add new line gitignore BolajiOlajide <2****e@u****m> almost 4 years ago
924b1794 add editorconfig BolajiOlajide <2****e@u****m> almost 4 years ago
70269979 merge Merge pull request #1 from BolajiOlajide/bo/add-supported-for-deleted-lines Bolaji Olajide <2****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
cce78b45 Update internal/diff/unified.go
Co-authored-by: Adam Harvey <a****m@a****e>
Bolaji Olajide <2****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
03583810 add fixtures BolajiOlajide <2****e@u****m> almost 4 years ago
62432282 remove conditionals for generating hunks BolajiOlajide <2****e@u****m> almost 4 years ago
83770d8d generate correct patch for deleted LOC BolajiOlajide <2****e@u****m> almost 4 years ago
4da7c185 add base testing func BolajiOlajide <2****e@u****m> almost 4 years ago
ce8ea285 rename go module BolajiOlajide <2****e@u****m> almost 4 years ago
8f7c2cfd add test case BolajiOlajide <2****e@u****m> almost 4 years ago
eb103b54 create internal directory BolajiOlajide <2****e@u****m> almost 4 years ago
d9c05399 switch patch generation to `diff.ToUnified` method BolajiOlajide <2****e@u****m> almost 4 years ago
81228285 update README BolajiOlajide <2****e@u****m> almost 4 years ago
cf5c157c update BolajiOlajide <2****e@u****m> almost 4 years ago
19279b15 refactor BolajiOlajide <2****e@u****m> almost 4 years ago
d01bb2ff internal/lsp/source: document the handling of GOPRIVATE for linkTarget Robert Findley <r****y@g****m>
Committed by: Gopher Robot <g****t@g****g>
almost 4 years ago
98bfcd1b internal/memoize: fix race in Store.Promise Robert Findley <r****y@g****m> almost 4 years ago
8ea56879 internal/lsp/regtest: remove arbitrary timeout for closing the editor Robert Findley <r****y@g****m> almost 4 years ago
b3b5c13b internal/lsp/cache: invalidate packages with missing deps when files are Robert Findley <r****y@g****m> almost 4 years ago
e02e98a0 internal/lsp/cache: allow network whenever reloading the workspace Robert Findley <r****y@g****m> almost 4 years ago
b52794ac internal/lsp/cache: simplify snapshot.Clone reinitialization logic Robert Findley <r****y@g****m> almost 4 years ago
8ccb25c9 internal/lsp: treat struct tags as string type Hana (Hyang-Ah) Kim <h****h@g****m>
Committed by: Hyang-Ah Hana Kim <h****h@g****m>
almost 4 years ago
6c8a6c40 internal/lsp: suppress parameter hint when argument matches parameter Suzy Mueller <s****e@g****g> almost 4 years ago
c83f42da internal/lsp: update inlay hints documentation to include go snippets Suzy Mueller <s****e@g****g> almost 4 years ago
8b47d4e1 all: update dependencies Robert Findley <r****y@g****m> almost 4 years ago
76004542 gopls: update dependencies Robert Findley <r****y@g****m> almost 4 years ago
f1bb5ca0 internal/lsp/cache: report a critical error when go.work is invalid Robert Findley <r****y@g****m> almost 4 years ago
6ec939a6 internal/span: fix incorrect bounds check in ToOffset Robert Findley <r****y@g****m> almost 4 years ago
1cfe623e gopls/internal/regtest: unskip TestQuickFixEmptyFiles Robert Findley <r****y@g****m> almost 4 years ago
980cbfea A+C: delete AUTHORS and CONTRIBUTORS Russ Cox <r****c@g****g> almost 4 years ago
178fdf98 gopls/internal/regtest: unskip Test_Issue38211 Robert Findley <r****y@g****m> almost 4 years ago
2a6393fe internal/lsp: Refactor to share logic with rename Dylan Le <d****e@g****m> almost 4 years ago
4375b29f cmd/auth/cookieauth: delete unreachable os.Exit Abirdcfly <f****7@g****m>
Committed by: Gopher Robot <g****t@g****g>
almost 4 years ago
7b605f47 gopls/internal/vulncheck: pass go version to vulncheck config Jamal Carvalho <j****l@g****g> almost 4 years ago
126ef8f8 gopls/internal/govulncheck: sync x/vuln@b9a3ad9 Jamal Carvalho <j****l@g****g> almost 4 years ago
a732e45c gopls: update golang.org/x/vuln Jamal Carvalho <j****l@g****g> almost 4 years ago
ec1f9244 internal/lsp: add check for nil results to fillreturns Suzy Mueller <s****e@g****g> almost 4 years ago
39a4e364 internal/lsp/regtest: only run /default tests with -short Robert Findley <r****y@g****m> almost 4 years ago
f157068c internal/lsp/regtest: allow sharing memoized results across regtests Robert Findley <r****y@g****m> almost 4 years ago
ce6ce766 internal/lsp/regtest: increase the time allowed for shutdown Robert Findley <r****y@g****m> almost 4 years ago
c3af7c2f internal/lsp/cache: delete workspacePackageHandles (dead code) Alan Donovan <a****n@g****m>
Committed by: Gopher Robot <g****t@g****g>
almost 4 years ago
32129bf2 go/internal/gcimporter: adjust importer to match compiler importer Robert Findley <r****y@g****m> almost 4 years ago
2957e9da go/callgraph/vta: use types.IsInterface instead of our own isInterface Zvonimir Pavlinovic <z****c@g****m> almost 4 years ago
a2a24778 gopls/internal/regtest: externalize shouldLoad tracking Robert Findley <r****y@g****m> almost 4 years ago
2eaea865 go/callgraph/vta: do not include interface types during propagation Zvonimir Pavlinovic <z****c@g****m> almost 4 years ago
a7c53b59 internal/analysisinternal: move FindBestMatch to internal/lsp/fuzzy Hana (Hyang-Ah) Kim <h****h@g****m>
Committed by: Hyang-Ah Hana Kim <h****h@g****m>
almost 4 years ago
db8f89b3 internal/memoize: rename Handle to Promise Alan Donovan <a****n@g****m>
Committed by: Gopher Robot <g****t@g****g>
almost 4 years ago
b2eae762 internal/lsp/cache: simplify modwhy cache Alan Donovan <a****n@g****m>
Committed by: Gopher Robot <g****t@g****g>
almost 4 years ago
85173cc4 internal/lsp/cache: follow usual structure for packages, analysis maps Alan Donovan <a****n@g****m>
Committed by: Gopher Robot <g****t@g****g>
almost 4 years ago
8730184e internal/lsp/fake: retry spurious file lock errors on windows Robert Findley <r****y@g****m> almost 4 years ago
459e2b88 internal/lsp/progress: actually close over Context in WorkDoneWriter Robert Findley <r****y@g****m>
Committed by: Gopher Robot <g****t@g****g>
almost 4 years ago
dcb576d3 internal/lsp/cache: simplify modtidy Alan Donovan <a****n@g****m>
Committed by: Gopher Robot <g****t@g****g>
almost 4 years ago
a79ee0f0 Revert "Revert "internal/lsp/cache: don't pin a snapshot to view.importsState" Robert Findley <r****y@g****m> almost 4 years ago
bc957ec6 internal/lsp/source: use token.File-agnostic positions to dedupe refs Robert Findley <r****y@g****m> almost 4 years ago
b6e49510 Revert "internal/lsp/cache: don't pin a snapshot to view.importsState" Robert Findley <r****y@g****m>
Committed by: Gopher Robot <g****t@g****g>
almost 4 years ago
a5adb0f2 internal/lsp/cache: use mod=readonly for process env funcs Robert Findley <r****y@g****m> almost 4 years ago
b230791f internal/lsp/cache: move PosTo{Decl,Field} out of cache Alan Donovan <a****n@g****m>
Committed by: Gopher Robot <g****t@g****g>
almost 4 years ago
6e6f3131 internal/lsp/regtest: simplify, consolidate, and document settings Robert Findley <r****y@g****m> almost 4 years ago
42457a54 internal/lsp/cache: don't pin a snapshot to view.importsState Robert Findley <r****y@g****m> almost 4 years ago
71dc5e29 internal/lsp/cache: make snapshot reference counting uniform Alan Donovan <a****n@g****m>
Committed by: Gopher Robot <g****t@g****g>
almost 4 years ago
7c06b01d go/callgraph/vta: remove interprocedural flows for receiver objects Zvonimir Pavlinovic <z****c@g****m> almost 4 years ago
3db2cdc0 internal/lsp: wait for ongoing work to complete during server shutdown Robert Findley <r****y@g****m> almost 4 years ago
9c2a5567 internal/lsp/cache: fail addPackageHandle if metadata is stale Robert Findley <r****y@g****m> almost 4 years ago
87461772 internal/lsp/cache: simplify ParseGo Alan Donovan <a****n@g****m> almost 4 years ago
d6c099e3 internal/memoize: document stateIdle, RefCounted Alan Donovan <a****n@g****m> almost 4 years ago
53ead67a internal/memoize: delete Generation and Bind Alan Donovan <a****n@g****m>
Committed by: Gopher Robot <g****t@g****g>
almost 4 years ago
1dfab61a internal/lsp/cache: use GetHandle not Bind for 5 URI-keyed maps Alan Donovan <a****n@g****m> almost 4 years ago
8184d1ff internal/lsp/cache: use GetHandle not Bind in astCacheData Alan Donovan <a****n@g****m> almost 4 years ago
36430f4b internal/lsp/cache: use GetHandle not Bind for actions Alan Donovan <a****n@g****m>
Committed by: Gopher Robot <g****t@g****g>
almost 4 years ago
9b6c0189 internal/lsp/cache: don't trim unexported struct fields Alan Donovan <a****n@g****m>
Committed by: Gopher Robot <g****t@g****g>
almost 4 years ago
698251aa internal/lsp/cache: sort Metadata.Deps, for determinism Alan Donovan <a****n@g****m>
Committed by: Gopher Robot <g****t@g****g>
almost 4 years ago
e92a18fd internal/lsp/lsppos: reduce allocations in NewMapper Alan Donovan <a****n@g****m>
Committed by: Gopher Robot <g****t@g****g>
almost 4 years ago
f487f362 internal/lsp/source: reduce allocation in workspace-symbols Alan Donovan <a****n@g****m> almost 4 years ago
f042799d internal/memoize: delete Bind(cleanup) hook Alan Donovan <a****n@g****m>
Committed by: Gopher Robot <g****t@g****g>
almost 4 years ago
ffc70b9a lsp/completion: fix ranking of *types.PkgName candidates Muir Manders <m****r@m****s>
Committed by: Robert Findley <r****y@g****m>
almost 4 years ago
04bd0878 internal/lsp: enable fillstruct for generics Suzy Mueller <s****e@g****g> almost 4 years ago
005c07ac gopls/internal/vulncheck: adjust logging Hana (Hyang-Ah) Kim <h****h@g****m>
Committed by: Hyang-Ah Hana Kim <h****h@g****m>
almost 4 years ago
c77473fa gopls: upgrade staticcheck to v0.3.2 Robert Findley <r****y@g****m> almost 4 years ago
e8e5b370 internal/lsp/cache: don't construct a new metadata graph if no changes Rob Findley <r****y@g****m>
Committed by: Robert Findley <r****y@g****m>
almost 4 years ago
1a196f04 internal/lsp/cache: don't build symbol info for non-Go files Rob Findley <r****y@g****m>
Committed by: Robert Findley <r****y@g****m>
almost 4 years ago
b84d509d gopls/doc: regenerate documentation Alan Donovan <a****n@g****m>
Committed by: Gopher Robot <g****t@g****g>
almost 4 years ago
c10541a1 go/analysis/passes/fieldalignment: document "false sharing" Alan Donovan <a****n@g****m> almost 4 years ago
9358addb internal/lsp/cache: remove unused function Robert Findley <r****y@g****m> almost 4 years ago
8865782b internal/lsp: add text edits for unkeyed literals Suzy Mueller <s****e@g****g> almost 4 years ago
02487143 internal/lsp: add additional instrumentation around package loading Robert Findley <r****y@g****m>
Committed by: Gopher Robot <g****t@g****g>
almost 4 years ago
2a900561 go/gcexportdata: fix Find for Go modules Russ Cox <r****c@g****g>
Committed by: Gopher Robot <g****t@g****g>
almost 4 years ago

← Back to repository