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-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
2009-12-10
implement NoSemis and NoStringConcat mode for go/printer
Robert Griesemer
2
-5
/
+22
2009-12-10
implemented InsertSemis mode for go/scanner
Robert Griesemer
2
-20
/
+236
2009-12-09
remove uses of string concatenation from src and misc directory
Robert Griesemer
2
-11
/
+10
2009-12-07
the AST walker currently provides no way to find out how the
Roger Peppe
1
-54
/
+55
2009-12-03
- include type-associated consts and vars when filtering a PackageDoc
Robert Griesemer
1
-7
/
+9
2009-12-02
move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.
Rob Pike
2
-5
/
+6
2009-12-02
Add flag -tabindent to gofmt: forces use of
Robert Griesemer
1
-2
/
+11
2009-11-29
Correct expression level for argument lists.
Robert Griesemer
2
-0
/
+3
2009-11-24
Handle presence of illegal semicolon after package clause better.
Robert Griesemer
1
-0
/
+8
2009-11-24
Change to container/vector interface:
Robert Griesemer
4
-36
/
+27
[prev]
[next]