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
/
cgo
/
ast.go
Age
Commit message (
Expand
)
Author
2024-01-25
all: prealloc slice with possible minimum capabilities
Shulhan
2023-06-07
cmd/cgo: error out if the source path used in line directives would contain a...
Bryan C. Mills
2023-05-02
cmd/cgo: reject attempts to declare methods on C types
Alan Donovan
2022-11-30
cmd/cgo: walk {FuncType,TypeSpec}.TypeParams fields
Matthew Dempsky
2022-08-23
all: use go/parser.SkipObjectResolution in more places
Daniel Martí
2021-10-07
cmd/cgo: update to handle ast.IndexListExpr
Matthew Dempsky
2020-10-31
cmd/cgo: add -trimpath flag allowing paths to be rewritten in outputs
Michael Matloob
2019-03-06
cmd/cgo: simplify and fix handling of untyped constants
Rémy Oudompheng
2018-12-05
cmd/cgo: reject names that are likely to be mangled C name
Hiroshi Ioka
2018-11-29
cmd/cgo: recognize untyped constants defined in different files
Ian Lance Taylor
2018-11-16
cmd/cgo: recognized untyped Go constants as untyped constants
Ian Lance Taylor
2018-08-01
cmd/go: change list -compiled to populate new CompiledGoFiles list
Russ Cox
2018-05-01
cmd/cgo: visit cgo type inside ellipsis node
Hiroshi Ioka
2017-11-16
cmd/cgo: modify source as text, not as AST
Russ Cox
2017-11-01
cmd/cgo: remove unnecessary nil check
Tobias Klauser
2017-09-19
cmd/cgo: use a named type to indicate syntactic context
Bryan C. Mills
2017-08-14
cmd/cgo: use first error position instead of last one
Hiroshi Ioka
2017-04-18
cmd/cgo: read source files once
Alexander Menzhinsky
2016-11-09
cmd/cgo: delete unused variable in log statement
Josh Bleecher Snyder
2016-11-03
cmd/cgo: add #line directives to avoid printing bogus references to Go source...
Russ Cox
2016-06-03
cmd/cgo: check pointers for deferred C calls at the right time
Ian Lance Taylor
2016-04-15
cmd: remove unnecessary type conversions
Matthew Dempsky
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-18
cmd/cgo: support multiple-value special form in VarDecl
Matthew Dempsky
2015-11-10
cmd/cgo, runtime: add checks for passing pointers from Go to C
Ian Lance Taylor
2015-05-06
cmd/cgo: readability improvements to generated _cgo_export.h
Ian Lance Taylor
2014-09-30
cmd/cgo: add missing ast.SliceExpr.Max case to AST traversal.
Alan Donovan
2014-09-08
build: adjustments for move from src/pkg to src
Russ Cox
2013-09-11
cmd/cgo: replace C.malloc with our own wrapper
Russ Cox
2013-09-09
cmd/cgo: record full source path to input .go files
Russ Cox
2013-02-01
cmd/cgo: fix line number annotations in generated C code
Russ Cox
2012-02-19
cmd/cgo: bug fixes
Russ Cox
2012-01-24
go/parser: Use explicit parser.Mode type.
Robert Griesemer
2012-01-12
go/doc: move CommentText to ast.CommentGroup's Text method
Russ Cox
2011-11-10
godefs: delete, replaced by cgo -godefs
Russ Cox
2011-11-01
non-pkg: gofix -r error -force=error
Russ Cox
2011-07-28
cgo: add GoBytes, fix gmp example
Russ Cox
2011-04-13
govet: make name-matching for printf etc. case-insensitive.
Rob Pike
2011-03-18
cgo: fix index-out-of-bounds bug
Robert Griesemer
2011-03-16
go/ast: merge CaseClause and TypeCaseClause
Robert Griesemer
2011-02-01
go/ast: reflect communication operator changes accurately in ast
Robert Griesemer
2011-01-31
cgo: improve error reporting slightly.
Roger Peppe
2011-01-06
cgo: disallow use of C.errno
Russ Cox
2011-01-04
go/ast: provide complete node text range info
Robert Griesemer
2010-12-06
go/ast: use token.Pos instead of token.Position; adjust all dependent code
Robert Griesemer
2010-11-09
go/ast: change embedded token.Position fields to named fields
Robert Griesemer
2010-10-27
use append
Russ Cox
2010-09-21
cgo: bug fixes
Russ Cox
2010-08-13
go AST: First step towards augmenting AST with full type information.
Robert Griesemer
[next]