index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
go
Age
Commit message (
Expand
)
Author
Files
Lines
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
2010-02-24
go/ast: streamline representation of field lists
Robert Griesemer
8
-74
/
+118
2010-02-24
gofmt: don't print ()'s around function-typed results (not needed anymore)
Robert Griesemer
3
-9
/
+17
2010-02-24
go/printer: use general comment intersperse mechanism everywhere
Robert Griesemer
5
-69
/
+77
2010-02-22
go/printer (gofmt): remove more residue from semicolon transition
Robert Griesemer
1
-79
/
+14
2010-02-19
go/ast: use a slice instead of a linked list for the list of comments
Robert Griesemer
7
-42
/
+38
2010-02-19
- removed exp/parser (support for old semicolon syntax)
Robert Griesemer
4
-40
/
+12
2010-02-17
gofmt: make sure certain 2-line comments are stable
Robert Griesemer
3
-10
/
+205
2010-02-16
go/scanner: comply with spec changes (do not allow NUL chars)
Robert Griesemer
2
-16
/
+24
2010-02-16
remove assumption that all files belonging to a package are in the same direc...
Robert Griesemer
3
-23
/
+42
2010-02-16
Don't print ()'s around a range clause's expression.
Robert Griesemer
3
-1
/
+6
2010-02-01
update printer tests to use new syntax
Robert Griesemer
9
-590
/
+466
2010-02-02
Change type of Printf's args to ... interface{}
Rob Pike
2
-2
/
+2
2010-01-28
support for ...T parameters (go/* packages)
Robert Griesemer
7
-10
/
+64
2010-01-27
go/parser: disable scoping code always
Russ Cox
1
-1
/
+4
2010-01-27
More steps towards tracking of identifier scopes.
Robert Griesemer
6
-57
/
+89
2010-01-26
Allow func() func().
Robert Griesemer
2
-2
/
+2
2010-01-26
Bug in go/parser when coverting identifier lists.
Robert Griesemer
2
-1
/
+2
2010-01-25
steps towards a simplified parser interface
Robert Griesemer
2
-12
/
+30
2010-01-25
A <- token in an expression may introduce a channel type.
Robert Griesemer
2
-2
/
+17
2010-01-25
Scoping snapshot.
Robert Griesemer
2
-74
/
+134
2010-01-15
Urgent parser/gofmt fix.
Robert Griesemer
1
-1
/
+1
2010-01-15
Steps towards tracking scopes for identifiers.
Robert Griesemer
8
-135
/
+178
2010-01-11
Remove -oldprinter flag from gofmt; all code is
Robert Griesemer
9
-721
/
+682
2010-01-11
Partial work-around for gofmt bug.
Robert Griesemer
5
-26
/
+109
2010-01-04
Simplified parser interface.
Robert Griesemer
2
-50
/
+27
2010-01-04
Allow a nil Ident to print without crashing.
Roger Peppe
2
-6
/
+14
2009-12-28
simplify some code that is using vectors
Robert Griesemer
1
-37
/
+37
2009-12-18
report an error for illegal octal numbers instead of treating them as floats
Robert Griesemer
2
-23
/
+95
2009-12-18
removed semantic check from parsers
Robert Griesemer
1
-3
/
+0
2009-12-16
Don't ignore flags controlling the amount of source code parsed
Robert Griesemer
1
-5
/
+5
2009-12-15
Fix for scanner bug (introduced with most recent change).
Robert Griesemer
2
-2
/
+8
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
16
-2425
/
+2425
2009-12-15
fix TODO: insert semicolons before any sequence of comments
Robert Griesemer
2
-45
/
+72
2009-12-14
improved formatting of import declarations and
Robert Griesemer
6
-7
/
+110
2009-12-11
Various cleanups:
Robert Griesemer
2
-21
/
+16
2009-12-11
parser changed to reflect new semicolon rules
Robert Griesemer
2
-229
/
+167
2009-12-11
fix printer test for new syntax
Robert Griesemer
9
-105
/
+277
[prev]
[next]