summaryrefslogtreecommitdiff
path: root/src/pkg/go/ast
Commit message (Expand)AuthorAgeFilesLines
* go/ast: fix typo in commentJosh Bleecher Snyder2014-07-181-1/+1
* go/ast: fix walk to handle "for range x"Robert Griesemer2014-07-141-1/+3
* go/*: permit "for range x"Robert Griesemer2014-07-141-3/+3
* all: spelling tweaks, A-GRobert Hencke2014-04-291-1/+1
* go/ast: added example illustrating CommentMap use.Robert Griesemer2013-12-181-0/+74
* go/ast: add Slice3 field to SliceExprRobert Griesemer2013-09-241-0/+1
* go/token: rename RemoveLine to MergeLine, improve documentationJosh Bleecher Snyder2013-09-121-2/+2
* cmd/gofmt: sort more, remove some duplicate importsJosh Bleecher Snyder2013-09-061-18/+80
* go/ast: fix comment formattingCaleb Spare2013-08-271-5/+5
* all: fix up language in a couple of commentsRob Pike2013-08-071-1/+1
* all: be more idiomatic when documenting boolean return values.Rob Pike2013-07-231-3/+3
* go/ast: improve doc for FuncDecl's Type field.David Symonds2013-07-031-1/+1
* go/*: support for slices with cap: s[:j:k] and s[i:j:k]Robert Griesemer2013-06-212-0/+4
* go/ast: add {L,R}paren token.Pos field to ast.TypeAssertExpr.Alan Donovan2013-06-131-22/+19
* go/doc: fix buildRobert Griesemer2013-05-221-1/+1
* go/ast: fix FuncType.Pos() impl. and FuncType.Params documentationRobert Griesemer2013-05-222-11/+14
* go/ast: distinguish between methods and functions in filteringRobert Griesemer2013-04-102-2/+109
* go/ast: fix typo in Fprint documentationAlexei Sholik2013-04-071-1/+1
* go/ast: Fix typo for the godoc of ObjKindVega Garcia Luis Alfonso2013-01-271-1/+1
* go/types: Moving from *ast.Objects to types.Objects (step 1).Robert Griesemer2013-01-111-8/+5
* go/ast: ast.DeclStmt.Decl must be an *ast.GenDecl node (documentation)Robert Griesemer2012-12-211-1/+1
* go/ast: minor cleanupRobert Griesemer2012-11-261-1/+1
* go/ast: FuncType.Params may be nil (per AST documentation)Robert Griesemer2012-11-161-1/+3
* go/ast: document use of Data field for method objectsRobert Griesemer2012-11-011-0/+1
* gofmt: apply gofmt -w src miscRobert Griesemer2012-10-303-4/+4
* go/ast: track position of <- for channel typesRobert Griesemer2012-10-021-0/+1
* pkg/go/ast: Avoid doing zero-length writes to the fd.Akshat Kumar2012-09-241-2/+4
* go/ast: ast.Print must not crash with unexported fieldsRobert Griesemer2012-08-022-22/+72
* go/ast: minor comment maps API changeRobert Griesemer2012-06-252-20/+84
* go/ast: multiple "blank" imports are permittedRobert Griesemer2012-06-181-1/+1
* go/ast: Walk: do not walk comment listRobert Griesemer2012-06-151-3/+0
* go/ast: comment map implementationRobert Griesemer2012-06-132-0/+411
* go/ast: document CommentGroup.Text and add test case.Robert Griesemer2012-05-222-6/+58
* all: fixed various typosRobert Griesemer2012-03-011-1/+1
* go/ast: examples for ast.Print, ast.InspectRobert Griesemer2012-02-241-0/+136
* go/doc: move Example code from go/ast to go/doc.Robert Griesemer2012-02-171-116/+0
* go/ast: return Examples in name orderAndrew Gerrand2012-02-161-0/+8
* godoc: show example function doc comments in UIAndrew Gerrand2012-02-161-0/+6
* godoc: make example code more readable with new comment conventionAndrew Gerrand2012-02-161-0/+102
* go/scanner: clean up error interfaceRobert Griesemer2012-02-081-4/+5
* build: remove Make.pkg, Make.toolRuss Cox2012-01-301-17/+0
* go/ast: respect ImportSpec.EndPosScott Lawrence2012-01-201-6/+1
* go/ast: fix typoScott Lawrence2012-01-131-1/+1
* godoc: make ?m=src mode deterministicRobert Griesemer2012-01-131-10/+21
* go/ast: remove unnecessary result value from ast.Fprint/PrintRobert Griesemer2012-01-122-15/+11
* go/doc: move CommentText to ast.CommentGroup's Text methodRuss Cox2012-01-121-0/+69
* go/ast: predeclared objects have the Universe/Unsafe scope as DeclRobert Griesemer2012-01-101-1/+3
* go/ast, parser: remember short variable decls. w/ correspoding ident objectsRobert Griesemer2011-12-201-1/+7
* gc: use gofmt spacing when printing map typeRuss Cox2011-12-021-1/+1
* go/ast: trivial cleanup (remove superfluous string conversion)Robert Griesemer2011-11-231-1/+1