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
/
printer
/
printer.go
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1
-86
/
+155
2010-06-08
go/printer: deleted dead code
Robert Griesemer
1
-2
/
+2
2010-05-27
changes &x -> x[0:] for array to slice conversion
Russ Cox
1
-1
/
+1
2010-05-14
go/printer (gofmt): don't lose mandatory semicolons
Robert Griesemer
1
-1
/
+3
2010-03-30
go/printer: follow-up on CL 802043
Robert Griesemer
1
-5
/
+5
2010-03-30
single argument panic
Russ Cox
1
-2
/
+2
2010-03-29
go/printer: fix a comment
Robert Griesemer
1
-1
/
+1
2010-03-25
godoc: don't convert multi-line functions into one-liners by default
Robert Griesemer
1
-18
/
+18
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-16
gofmt: more consistent formatting of const/var decls
Robert Griesemer
1
-3
/
+3
2010-03-12
gofmt: make sure there is a newline after
Robert Griesemer
1
-17
/
+24
2010-03-12
go/printer: fix a couple of hidden crashes that become
Robert Griesemer
1
-0
/
+5
2010-03-11
godoc: fix formatting of -src output
Robert Griesemer
1
-3
/
+23
2010-02-25
go/printer, gofmt: align comments in multi-line expression lists
Robert Griesemer
1
-5
/
+5
2010-02-25
strings: delete Runes, Bytes
Russ Cox
1
-12
/
+11
2010-02-25
go/printer, gofmt: correct indentation after certain /*-style comments
Robert Griesemer
1
-26
/
+33
2010-02-24
go/printer: use general comment intersperse mechanism everywhere
Robert Griesemer
1
-11
/
+11
2010-02-19
go/ast: use a slice instead of a linked list for the list of comments
Robert Griesemer
1
-6
/
+7
2010-02-17
gofmt: make sure certain 2-line comments are stable
Robert Griesemer
1
-10
/
+21
2010-02-02
Change type of Printf's args to ... interface{}
Rob Pike
1
-1
/
+1
2010-01-15
Steps towards tracking scopes for identifiers.
Robert Griesemer
1
-1
/
+1
2010-01-11
Remove -oldprinter flag from gofmt; all code is
Robert Griesemer
1
-1
/
+0
2010-01-11
Partial work-around for gofmt bug.
Robert Griesemer
1
-1
/
+1
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
1
-236
/
+236
2009-12-11
Various cleanups:
Robert Griesemer
1
-1
/
+0
2009-12-10
implement NoSemis and NoStringConcat mode for go/printer
Robert Griesemer
1
-0
/
+2
2009-12-02
Add flag -tabindent to gofmt: forces use of
Robert Griesemer
1
-2
/
+11
2009-11-20
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
Russ Cox
1
-4
/
+4
2009-11-09
- minor cleanups
Robert Griesemer
1
-4
/
+10
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
1
-14
/
+14
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
1
-70
/
+70
2009-11-08
a nagging inconsistency: capitalization of
Russ Cox
1
-11
/
+11
2009-11-05
fix a comment formatting bug:
Robert Griesemer
1
-2
/
+16
2009-11-05
gofmt'ed parts of go
Robert Griesemer
1
-75
/
+80
2009-11-04
more comment formatting:
Robert Griesemer
1
-19
/
+37
2009-11-04
better placement of /*-style comments interspersed with code on one line
Robert Griesemer
1
-9
/
+22
2009-11-04
- complete html-escaping also in printer.go
Robert Griesemer
1
-7
/
+12
2009-11-02
split printer.go into two files; it has become too large:
Robert Griesemer
1
-1070
/
+1
2009-10-30
improved comment formatting:
Robert Griesemer
1
-157
/
+364
2009-10-28
fix for long label names impacting column width of previous lines
Robert Griesemer
1
-1
/
+6
2009-10-22
- make printer interface easily extensible w/o breaking clients (in the future)
Robert Griesemer
1
-60
/
+69
2009-10-22
go/printer:
Robert Griesemer
1
-56
/
+82
2009-10-19
support one-line functions
Robert Griesemer
1
-43
/
+97
2009-10-15
improved handling of expression lists
Robert Griesemer
1
-46
/
+64
2009-10-15
- bug fix: must not insert indentation tabs into multi-line strings in RawFormat
Robert Griesemer
1
-16
/
+13
2009-10-15
bug fix: do not modify (string) literals in any way even if they
Robert Griesemer
1
-30
/
+33
2009-10-12
bug fix: convert \v's into \t's if there's no tabwriter
Robert Griesemer
1
-3
/
+13
2009-10-12
- improved comment intersperse heuristic:
Robert Griesemer
1
-171
/
+323
[next]