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
2009-10-06
change tabwidth to 8 for tests
Robert Griesemer
4
-39
/
+39
2009-10-05
various go printer fixes:
Robert Griesemer
9
-33
/
+394
2009-10-05
preserve blank lines in // comments
Russ Cox
1
-18
/
+19
2009-10-02
- improved handling of white space around declarations and statements
Robert Griesemer
11
-98
/
+325
2009-10-02
- allow parenthesized [...]T types as in: ([...]int){}
Robert Griesemer
3
-18
/
+55
2009-09-28
permit only one method name per method signature in interface types
Robert Griesemer
7
-38
/
+34
2009-09-24
go/printer: fix sync bug - avoid sending on errors twice -
Russ Cox
1
-1
/
+4
2009-09-21
improved spacing around if, switch, and for control clauses
Robert Griesemer
4
-5
/
+82
2009-09-19
- filter trailing whitespace
Robert Griesemer
4
-26
/
+95
2009-09-17
- improved formatting of declarations
Robert Griesemer
7
-94
/
+411
2009-09-17
unused imports
Russ Cox
7
-15
/
+0
2009-09-17
- don't add "..." anonymous field to structs/interfaces if entries are stripped
Robert Griesemer
9
-68
/
+270
2009-09-16
publish doc.CommentText
Russ Cox
2
-19
/
+17
2009-09-16
make String work on Position values, to enable
Russ Cox
1
-11
/
+9
2009-09-16
rename bytes.Buffer.Data() to bytes.Buffer.Bytes()
Rob Pike
2
-3
/
+3
2009-09-15
bug fix: allow function types as operands
Robert Griesemer
1
-4
/
+9
2009-09-15
consider each case in a switch independent from the previous one for alignmen...
Robert Griesemer
1
-3
/
+3
2009-09-15
fix build: added missing files
Robert Griesemer
2
-0
/
+56
2009-09-15
go/printer:
Robert Griesemer
12
-136
/
+492
2009-09-15
more "declared and not used".
Russ Cox
8
-16
/
+16
2009-09-14
fix "declared and not used" errors in non-test code.
Russ Cox
1
-1
/
+0
2009-09-10
fix build
Robert Griesemer
1
-1
/
+1
2009-09-10
better gofmt formatting:
Robert Griesemer
5
-116
/
+406
2009-09-08
documentation edits:
Russ Cox
1
-63
/
+63
2009-09-03
add ParseDeclList
Russ Cox
2
-0
/
+34
2009-09-03
parse expression statements beginning with
Russ Cox
1
-1
/
+1
2009-09-01
don't show exported methods of non-exported types
Robert Griesemer
1
-33
/
+13
2009-08-31
simplified heuristic for associating const/var decls with types
Robert Griesemer
1
-21
/
+15
2009-08-31
associate const and var declarations with a type where possible
Robert Griesemer
1
-18
/
+82
2009-08-28
- don't associate factory methods to basic types (which have no explicit decl...
Robert Griesemer
1
-12
/
+61
2009-08-28
- collect consts and vars in one list
Robert Griesemer
1
-75
/
+69
2009-08-27
Cleanups:
Robert Griesemer
2
-159
/
+80
2009-08-26
change IsDecimalDigit to IsDigit because Decimal is redundant
Rob Pike
1
-1
/
+1
2009-08-14
- do not accept forward-declarations for structs and interfaces anymore
Robert Griesemer
1
-45
/
+31
2009-08-13
fix test
Rob Pike
1
-4
/
+0
2009-08-13
tests, .proto, .cgo
Rob Pike
3
-2
/
+6
2009-08-12
delete forward type declarations
Russ Cox
1
-25
/
+11
2009-08-12
convert non-low-level non-google pkg code
Russ Cox
15
-388
/
+35
2009-08-10
remove unnecessary pkg. references
Russ Cox
2
-3
/
+3
2009-08-06
- allow more general type switch syntax
Robert Griesemer
5
-36
/
+146
2009-08-05
support []byte (more efficient) as well as string in the interfaces.
Rob Pike
2
-6
/
+6
2009-08-03
printer.go:
Robert Griesemer
1
-27
/
+72
2009-07-31
fix long-standing bug in doc reader:
Robert Griesemer
1
-7
/
+22
2009-07-31
printer:
Robert Griesemer
2
-46
/
+109
2009-07-30
- don't call String method of AST nodes when converting them to text
Robert Griesemer
1
-7
/
+9
2009-07-30
go/ast/filter.go:
Robert Griesemer
3
-48
/
+87
2009-07-30
String method for token.Position. Extracted from gri's tree.
Austin Clements
2
-11
/
+25
2009-07-29
parser:
Robert Griesemer
3
-36
/
+73
2009-07-29
break tabwriter columns when starting a new block of indented statements
Robert Griesemer
3
-1
/
+16
2009-07-28
Intersperse comments nicely when printing an AST.
Robert Griesemer
9
-181
/
+346
[next]