Age | Commit message (Expand) | Author | Files | Lines |
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 2 | -1/+75 |
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 5 | -61/+128 |
2013-05-14 | Imported Upstream version 1.1upstream/1.1 | Michael Stapelberg | 3 | -3/+110 |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 10 | -41/+566 |
2012-06-14 | Imported Upstream version 1.0.2upstream/1.0.2 | Ondřej Surý | 2 | -6/+58 |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 9 | -296/+599 |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 8 | -0/+2418 |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 8 | -2515/+0 |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -1/+1 |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 4 | -84/+150 |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 2 | -3/+3 |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 8 | -260/+443 |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 2 | -4/+2 |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 2 | -10/+20 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 6 | -372/+1011 |
2010-04-15 | go/ast: Update comment to mention imaginary literals | Evan Shaw | 1 | -1/+1 |
2010-04-15 | "godoc -src pkg_name" excludes duplicates entries | Andrei Vieru | 1 | -9/+15 |
2010-03-30 | single argument panic | Russ Cox | 1 | -1/+1 |
2010-03-29 | go/ast: generalized ast filtering | Robert Griesemer | 2 | -26/+129 |
2010-03-16 | gofmt: more consistent formatting of const/var decls | Robert Griesemer | 1 | -5/+5 |
2010-03-16 | godoc: initial support for showing popup information | Robert Griesemer | 1 | -0/+13 |
2010-03-11 | ast/filter.go: missing nil-check causes crash | Robert Griesemer | 1 | -1/+1 |
2010-03-11 | godoc: fix formatting of -src output | Robert Griesemer | 1 | -9/+99 |
2010-02-25 | use []byte("abc") in place of []byte{'a', 'b', 'c'} | Russ Cox | 1 | -1/+1 |
2010-02-24 | go/ast: streamline representation of field lists | Robert Griesemer | 3 | -26/+55 |
2010-02-19 | go/ast: use a slice instead of a linked list for the list of comments | Robert Griesemer | 3 | -21/+14 |
2010-02-19 | - removed exp/parser (support for old semicolon syntax) | Robert Griesemer | 2 | -27/+5 |
2010-02-16 | remove assumption that all files belonging to a package are in the same direc... | Robert Griesemer | 1 | -2/+1 |
2010-01-28 | support for ...T parameters (go/* packages) | Robert Griesemer | 1 | -1/+2 |
2010-01-27 | More steps towards tracking of identifier scopes. | Robert Griesemer | 2 | -13/+13 |
2010-01-25 | Scoping snapshot. | Robert Griesemer | 1 | -1/+1 |
2010-01-15 | Steps towards tracking scopes for identifiers. | Robert Griesemer | 3 | -74/+81 |
2010-01-04 | Allow a nil Ident to print without crashing. | Roger Peppe | 2 | -6/+14 |
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 4 | -504/+504 |
2009-12-07 | the AST walker currently provides no way to find out how the | Roger Peppe | 1 | -54/+55 |
2009-11-23 | go: makes it build for the case $GOROOT has whitespaces | Sergio Luis O. B. Correia | 1 | -2/+2 |
2009-11-19 | Permit omission of hi bound in slices. | Robert Griesemer | 2 | -2/+14 |
2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer | 2 | -3/+3 |
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 4 | -51/+51 |
2009-11-06 | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer | 2 | -159/+70 |
2009-11-04 | gofmt-ify src/pkg/go (excluding printer directory due to pending CL, | Robert Griesemer | 2 | -73/+122 |
2009-11-04 | - respect source line breaks in grouped declarations | Robert Griesemer | 1 | -0/+18 |
2009-11-03 | Note: This is an exact replica and replacement of CL 1018027 | Robert Griesemer | 1 | -0/+18 |
2009-11-03 | - don't loose extra line breaks in struct/interface declarations | Robert Griesemer | 1 | -0/+8 |
2009-10-26 | - gofmt-ify walk.go | Robert Griesemer | 1 | -44/+67 |
2009-10-22 | minor changes to walk | Robert Griesemer | 1 | -59/+52 |
2009-10-22 | simple AST walking support | Robert Griesemer | 2 | -0/+310 |
2009-10-08 | more lgtm files from gofmt | Russ Cox | 1 | -2/+2 |
2009-10-06 | apply gofmt to go, gob, hash, http, image, io, json, log | Russ Cox | 2 | -244/+275 |
2009-09-17 | unused imports | Russ Cox | 1 | -3/+0 |