Age | Commit message (Expand) | Author | Files | Lines |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 10 | -73/+106 |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 5 | -170/+370 |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 15 | -144/+279 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 42 | -1665/+4296 |
2010-07-01 | strings and bytes.Split: make count of 0 mean 0, not infinite. | Rob Pike | 1 | -1/+1 |
2010-06-09 | go/scanner: report illegal escape sequences | Robert Griesemer | 1 | -20/+29 |
2010-06-08 | go/printer: deleted dead code | Robert Griesemer | 2 | -23/+14 |
2010-06-08 | go/parser: correct position of empty statement ';' | Robert Griesemer | 3 | -10/+9 |
2010-05-27 | changes &x -> x[0:] for array to slice conversion | Russ Cox | 1 | -1/+1 |
2010-05-26 | godoc: collect package comments from all package files, not just the first on... | Robert Griesemer | 1 | -6/+23 |
2010-05-21 | go/printer, gofmt: fix printing of labels, | Robert Griesemer | 4 | -16/+45 |
2010-05-14 | go/printer (gofmt): don't lose mandatory semicolons | Robert Griesemer | 4 | -17/+59 |
2010-04-27 | fix build | Robert Griesemer | 1 | -1/+1 |
2010-04-27 | gofmt: fine-tune stripping of parentheses | Robert Griesemer | 3 | -46/+96 |
2010-04-27 | go/parser: don't require parens around composite literals inside a composite ... | Robert Griesemer | 2 | -0/+5 |
2010-04-27 | gofmt: don't strip mandatory ()'s around composite literals in control clauses | Robert Griesemer | 3 | -7/+73 |
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-04-09 | rename os.Dir to os.FileInfo | Rob Pike | 2 | -3/+3 |
2010-03-30 | go/printer: follow-up on CL 802043 | Robert Griesemer | 5 | -23/+87 |
2010-03-30 | Gofmt preserves newlines in multiline selector expressions. | Risto Jaakko Saarelma | 4 | -6/+298 |
2010-03-30 | simplify various code using new map index rule | Russ Cox | 1 | -2/+2 |
2010-03-30 | single argument panic | Russ Cox | 3 | -5/+4 |
2010-03-29 | go/printer: fix a comment | Robert Griesemer | 1 | -1/+1 |
2010-03-29 | godoc: support for filtering of command-line output in -src mode | Robert Griesemer | 1 | -41/+20 |
2010-03-29 | go/ast: generalized ast filtering | Robert Griesemer | 2 | -26/+129 |
2010-03-26 | bytes, strings: IndexOfAny | Robert Griesemer | 1 | -9/+2 |
2010-03-25 | godoc: don't convert multi-line functions into one-liners by default | Robert Griesemer | 9 | -64/+150 |
2010-03-23 | fix build - unused import | Russ Cox | 1 | -1/+0 |
2010-03-23 | go/printer: avoid reflect in print | Russ Cox | 1 | -7/+5 |
2010-03-23 | ast/printer: support for printing ast.Spec nodes | Andrew Gerrand | 1 | -0/+3 |
2010-03-19 | godoc: improved comment formatting: recognize URLs | Robert Griesemer | 1 | -39/+135 |
2010-03-18 | go/doc cleanup: remove some unnecessary string conversions | Robert Griesemer | 1 | -3/+2 |
2010-03-16 | gofmt: more consistent formatting of const/var decls | Robert Griesemer | 10 | -55/+105 |
2010-03-16 | godoc: initial support for showing popup information | Robert Griesemer | 1 | -0/+13 |
2010-03-12 | gofmt: make sure there is a newline after | Robert Griesemer | 5 | -19/+30 |
2010-03-12 | go/printer: fix a couple of hidden crashes that become | Robert Griesemer | 5 | -3/+20 |
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 | 2 | -12/+122 |
2010-03-05 | godoc: don't throw away function documentation | Robert Griesemer | 1 | -4/+22 |
2010-03-04 | gofmt: modified algorithm for alignment of multi-line composite/list entries | Robert Griesemer | 3 | -24/+117 |
2010-03-02 | gofmt: fix alignment of multi-line var declarations | Robert Griesemer | 3 | -20/+68 |
2010-03-02 | gofmt: experiment: align values in map composites where possible | Robert Griesemer | 5 | -176/+210 |
2010-02-26 | go/parser cleanup: remove some state by writing more functional code | Robert Griesemer | 1 | -16/+17 |
2010-02-26 | go/scanner: the position of '\n's chars must be the last position of the curr... | Robert Griesemer | 2 | -8/+12 |
2010-02-25 | use []byte("abc") in place of []byte{'a', 'b', 'c'} | Russ Cox | 2 | -2/+2 |
2010-02-25 | go/printer, gofmt: align comments in multi-line expression lists | Robert Griesemer | 6 | -26/+74 |
2010-02-25 | strings: delete Runes, Bytes | Russ Cox | 5 | -31/+27 |
2010-02-25 | go/printer, gofmt: correct indentation after certain /*-style comments | Robert Griesemer | 3 | -28/+45 |
2010-02-24 | go/scanner: support for complex (imaginary) constants | Robert Griesemer | 6 | -2/+106 |