index
:
gocapturedrefrace
master
Analyser that reports captured variable references in goroutine closures
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testdata
Age
Commit message (
Expand
)
Author
2023-05-20
Fix panic when go statement calls non-function-literal
Teddy Wing
2023-05-19
Add test for local closure assigned to variable
Teddy Wing
2023-05-18
testdata: Add missing license headers
Teddy Wing
2023-05-18
varDeclaration: Return all identifiers in declaration
Teddy Wing
2023-05-18
Add test for shadowing declaration
Teddy Wing
2023-05-17
Add test for shadowing
Teddy Wing
2023-05-17
function_argument: Add a test for local function variables
Teddy Wing
2023-05-17
Add test for function arguments
Teddy Wing
2023-05-17
struct_reference.go: Test multiple diagnostics on one line
Teddy Wing
2023-05-16
Add license (GNU GPLv3+)
Teddy Wing
2023-05-16
Report reference-type closure arguments
Teddy Wing
2023-05-16
Use scope test to report captured variables
Teddy Wing
2023-05-16
Add automated test
Teddy Wing
2023-05-15
Try getting `GenDecl`s in closure
Teddy Wing
2023-05-15
Add test for reference arguments
Teddy Wing
2023-05-15
Add a new test for struct methods
Teddy Wing
2023-05-15
Find out how to get closure arguments
Teddy Wing
2023-05-15
testdata/simple.go: Add package and function call
Teddy Wing
2023-05-15
testdata/simple.go: Add a local variable in closure
Teddy Wing
2023-05-15
testdata/simple.go: Find out what happens when var is reused
Teddy Wing
2023-05-15
Find variables in `go func` closures
Teddy Wing
2023-05-14
Find `go` statements using Go analyzer
Teddy Wing