summaryrefslogtreecommitdiff
path: root/src/cmd/cgo/ast.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/cgo: replace C.malloc with our own wrapperRuss Cox2013-09-111-0/+7
* cmd/cgo: record full source path to input .go filesRuss Cox2013-09-091-0/+8
* cmd/cgo: fix line number annotations in generated C codeRuss Cox2013-02-011-1/+25
* cmd/cgo: bug fixesRuss Cox2012-02-191-4/+11
* go/parser: Use explicit parser.Mode type.Robert Griesemer2012-01-241-1/+1
* go/doc: move CommentText to ast.CommentGroup's Text methodRuss Cox2012-01-121-2/+1
* godefs: delete, replaced by cgo -godefsRuss Cox2011-11-101-0/+1
* non-pkg: gofix -r error -force=errorRuss Cox2011-11-011-6/+6
* cgo: add GoBytes, fix gmp exampleRuss Cox2011-07-281-0/+4
* govet: make name-matching for printf etc. case-insensitive.Rob Pike2011-04-131-1/+1
* cgo: fix index-out-of-bounds bugRobert Griesemer2011-03-181-1/+1
* go/ast: merge CaseClause and TypeCaseClauseRobert Griesemer2011-03-161-7/+9
* go/ast: reflect communication operator changes accurately in astRobert Griesemer2011-02-011-2/+4
* cgo: improve error reporting slightly.Roger Peppe2011-01-311-4/+11
* cgo: disallow use of C.errnoRuss Cox2011-01-061-0/+4
* go/ast: provide complete node text range infoRobert Griesemer2011-01-041-3/+5
* go/ast: use token.Pos instead of token.Position; adjust all dependent codeRobert Griesemer2010-12-061-3/+4
* go/ast: change embedded token.Position fields to named fieldsRobert Griesemer2010-11-091-1/+1
* use appendRuss Cox2010-10-271-23/+4
* cgo: bug fixesRuss Cox2010-09-211-1/+1
* go AST: First step towards augmenting AST with full type information.Robert Griesemer2010-08-131-5/+5
* cgo: various bug fixesRuss Cox2010-07-141-219/+254
* Add //export to cgo.Ian Lance Taylor2010-04-091-0/+45
* single argument panicRuss Cox2010-03-301-1/+1
* gofmt: experiment: align values in map composites where possibleRobert Griesemer2010-03-021-2/+2
* go/ast: streamline representation of field listsRobert Griesemer2010-02-241-5/+7
* - removed exp/parser (support for old semicolon syntax)Robert Griesemer2010-02-191-3/+2
* More steps towards tracking of identifier scopes.Robert Griesemer2010-01-271-1/+1
* Steps towards tracking scopes for identifiers.Robert Griesemer2010-01-151-3/+3
* cgo: Make constants #define'd in C available to Go (as consts)Devon H. O'Dell2010-01-111-1/+2
* Simplified parser interface.Robert Griesemer2010-01-041-1/+1
* cgo: don't overwrite p.CrefsDevon H. O'Dell2009-12-231-1/+3
* Allow cgo to accept multiple .go inputs for a packageDevon H. O'Dell2009-12-171-3/+2
* This patch enables cgo utility to correctly convert enums in the C sourceMoriyoshi Koizumi2009-12-151-4/+6
* 1) Change default gofmt default settings forRobert Griesemer2009-12-151-115/+115
* Permit omission of hi bound in slices.Robert Griesemer2009-11-191-0/+3
* remove semis after statements in one-statement statement listsRobert Griesemer2009-11-091-36/+36
* apply gofmt to the LGTM-marked files from 34501Russ Cox2009-10-061-26/+25
* 8c, 8l dynamic loading support.Russ Cox2009-10-031-0/+1
* cgo working on linux/386Russ Cox2009-09-301-0/+1
* cgo: works on amd64.Russ Cox2009-09-301-19/+1
* cgo checkpoint.Russ Cox2009-09-241-18/+70
* cgo: can look up C identifier kind (type or value) and typeRuss Cox2009-09-181-0/+288