aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/syntax/branches.go
AgeCommit message (Expand)Author
2018-10-16cmd/compile: fix label redefinition error column numbersEmmanuel T Odeke
2018-02-26cmd/compile/internal/syntax: remove dependency on cmd/internal/srcRobert Griesemer
2017-08-23all: fix easy-to-miss typosAgniva De Sarker
2017-04-21cmd/compile/internal/syntax: compute BranchStmt.Target statementsRobert Griesemer
2017-04-19cmd/compile: better variable names in internal/syntax/branches.goRobert Griesemer
2017-04-19cmd/compile: report block start for gotos jumping into blocksRobert Griesemer
2017-04-19cmd/compile: check labels and branches during parse timeRobert Griesemer