index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
compile
/
internal
/
syntax
Age
Commit message (
Expand
)
Author
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2025-08-05
cmd: remove dead code
qiulaidongfeng
2025-02-25
go/parser: require label after goto
Mateusz Poliwczak
2025-02-03
go/parser, go/types, syntax, types2: report invalid uses of ... by parsers
Robert Griesemer
2025-01-07
cmd/compile/internal/syntax: add test case for invalid label use
Robert Griesemer
2024-11-14
cmd/compile: better error message when offending/missing token is a keyword
Robert Griesemer
2024-09-30
go/parser, syntax: better error message for parameter missing type
Robert Griesemer
2024-09-09
all: remove unnecessary symbols and add missing symbols
cuishuang
2024-09-05
cmd/compile/internal/syntax: handle parentheses around constraints consistently
Robert Griesemer
2024-09-04
all: fix printf(var) mistakes detected by latest printf checker
Alan Donovan
2024-07-30
go/types: record pointer and parentheses in receiver expressions
Robert Griesemer
2024-06-10
cmd/compile/internal/syntax: return correct start pos for KeyValueExprs
Robert Griesemer
2024-05-30
cmd/compile: remove quoting in favor of clearer prose in error messages
Robert Griesemer
2024-05-20
cmd/compile/internal/syntax: implement Pos.FileBase method (cleanup)
Robert Griesemer
2024-05-15
go/types, types2: add additional documentation for Underlying
Rob Findley
2024-03-14
cmd/compile/internal/syntax: replace bytes.Compare call with bytes.Equal
guoguangwu
2024-02-28
cmd/compile/internal/syntax: rename test file to match issue
Robert Griesemer
2024-02-27
cmd/compile: use quotes to wrap user-supplied token
Zxilly
2023-11-15
cmd/compile: check for iteration after range func loop exit
David Chase
2023-11-02
cmd/compile/internal/syntax: use strings.TrimPrefix in typeOf
Jes Cok
2023-11-02
go/parser: better error messages for incorrect type parameter list
Robert Griesemer
2023-11-01
cmd/compile/internal/syntax: better error messages for incorrect type paramet...
Robert Griesemer
2023-11-01
cmd/compile/internal/syntax: fix/update various comments
Robert Griesemer
2023-10-31
cmd/compile/internal/syntax: set up dummy name and type if func name is missing
Robert Griesemer
2023-09-20
cmd/compile: implement range over func
Russ Cox
2023-08-24
cmd/compile/internal/syntax: use strings.LastIndexByte in trailingDigits
Tobias Klauser
2023-08-24
cmd/compile/internal/syntax: add Unparen and UnpackListExpr helpers
Matthew Dempsky
2023-07-31
go/types: add test cases for generic constraints, types and functions
Hiro
2023-06-16
cmd/compile/internal/syntax: skip GOROOT/misc in TestStdLib if it doesn't exist
Bryan C. Mills
2023-06-06
cmd/compile/internal/syntax: better error message when using = instead of ==
Robert Griesemer
2023-04-13
go/parser: report //go:build-derived Go version in ast.File.GoVersion
Russ Cox
2023-04-06
go/scanner: align line and column limit with the compiler's limit
Damien Neil
2023-01-17
cmd/compile/internal/syntax: remove Crawl, not needed anymore (cleanup)
Robert Griesemer
2023-01-17
cmd/compile/internal/syntax: rename ErrorMap to CommentMap, make more flexible
Robert Griesemer
2022-12-03
all: fix some comments for method
cui fliter
2022-10-05
cmd/compile/internal/syntax: better error message for erroneous method declar...
Robert Griesemer
2022-09-29
cmd/compile: keep typecheck results in syntax tree
Keith Randall
2022-09-22
cmd/compile/internal/syntax: remove TypeList syntax in comment
Kevin Chen
2022-09-20
all: replace package ioutil with os and io in src
Andy Pan
2022-09-14
all: remove unnecessary allocations from w.WriteString(fmt.Sprint*(...)) by f...
Emmanuel T Odeke
2022-09-06
cmd/compile/internal/syntax: use strings.Builder
cuiweixie
2022-09-02
cmd/compile/internal/syntax: more strict parsing of type instances
Robert Griesemer
2022-09-02
cmd/compile/internal/syntax: more tolerant parsing of import declarations
Robert Griesemer
2022-09-01
go/parser: leave checking of LHS in short var decls to type checker
Robert Griesemer
2022-09-01
cmd/compile: avoid "not used" errors due to bad go/defer statements
Robert Griesemer
2022-09-01
go/parser: adjustments to error messages
Robert Griesemer
2022-09-01
cmd/compile/internal/syntax: use BadExpr instead of fake CallExpr in bad go/d...
Robert Griesemer
2022-08-18
cmd/compile/internal/syntax: handle missing index like in go/parser
Robert Griesemer
2022-06-26
cmd/compile/internal/syntax: check fallthrough in CheckBranches mode
Robert Griesemer
2022-05-06
cmd/compile/internal/syntax: fix printing of ambiguous constraint literals
Robert Griesemer
[next]