index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
template
Commit message (
Expand
)
Author
Age
Files
Lines
*
template: Grammar fix for template documentation.
Bill Neubauer
2011-08-25
1
-1
/
+1
*
template/parse: give if, range, and with a common representation.
Rob Pike
2011-08-22
1
-40
/
+34
*
template/parse: remove Walk.
Rob Pike
2011-08-22
3
-217
/
+0
*
template/parse: add a Walk method to Tree.
Rob Pike
2011-08-19
3
-0
/
+217
*
exp/template: remove else and end nodes from public view.
Rob Pike
2011-08-18
3
-20
/
+21
*
template: move exp/template into template.
Rob Pike
2011-08-17
20
-0
/
+4518
*
template: delete old template code.
Rob Pike
2011-08-17
6
-2075
/
+0
*
go/printer: changed max. number of newlines from 3 to 2
Robert Griesemer
2011-07-14
1
-2
/
+0
*
strings.Split: make the default to split all.
Rob Pike
2011-06-28
2
-2
/
+2
*
template: rearrange the code into separate files.
Rob Pike
2011-06-06
4
-453
/
+474
*
template: explain that fields must be exported.
Rob Pike
2011-06-03
1
-4
/
+7
*
template: fix and clean interaction between quotes and formatters
Gustavo Niemeyer
2011-05-30
2
-19
/
+40
*
template: cosmetic cleanups.
Rob Pike
2011-05-29
1
-13
/
+13
*
template: fix quote-handling with formatters
Gustavo Niemeyer
2011-05-29
2
-4
/
+9
*
template: support string, int and float literals
Gustavo Niemeyer
2011-05-19
2
-23
/
+154
*
fix tree for reflect rename
Russ Cox
2011-04-25
1
-3
/
+3
*
src/pkg: make package doc comments consistently start with "Package foo".
Nigel Tao
2011-04-20
1
-2
/
+2
*
update go tree for reflect changes
Russ Cox
2011-04-08
1
-42
/
+43
*
remove unused labels
Russ Cox
2011-03-15
1
-1
/
+0
*
go code: replace closed(c) with x, ok := <-c
Russ Cox
2011-03-11
1
-2
/
+2
*
template: document the delimiters better
Rob Pike
2011-02-28
1
-1
/
+7
*
src/*: fix incorrect prints found by govet
Rob Pike
2011-02-09
1
-1
/
+1
*
template: reverse order of arguments to Execute
Rob Pike
2011-02-09
2
-11
/
+11
*
template: Add simple formatter chaining.
Kyle Consalus
2011-02-04
2
-80
/
+137
*
template: allow a leading '*' to indicate that evaulation should
Rob Pike
2011-02-04
2
-4
/
+74
*
template: treat map keys as zero, not non-existent.
Roger Peppe
2011-01-24
2
-12
/
+34
*
template: give "unexported" error when accessing an unexported field.
Rob Pike
2011-01-12
2
-6
/
+29
*
template: allow accesses only to exported fields and methods
Rob Pike
2011-01-11
2
-110
/
+125
*
template: fix trivial bug: integers are not "empty"
Rob Pike
2010-12-20
2
-1
/
+7
*
template: implement multi-word variable instantation for formatters.
Rob Pike
2010-12-01
2
-17
/
+44
*
template: change the signature of formatters for future development.
Rob Pike
2010-12-01
3
-18
/
+28
*
use append
Russ Cox
2010-10-27
1
-7
/
+1
*
use copy
Russ Cox
2010-10-26
1
-3
/
+1
*
gc: fix reflect table method receiver
Russ Cox
2010-09-28
1
-4
/
+1
*
... changes
Russ Cox
2010-09-24
1
-2
/
+2
*
template: fixed documentation formatting
Scott Lawrence
2010-08-31
1
-4
/
+5
*
template: finally fix space handling around actions.
Rob Pike
2010-08-28
2
-26
/
+39
*
build: no required environment variables
Russ Cox
2010-08-18
1
-1
/
+1
*
Fix template package so that data items
Roger Peppe
2010-08-17
2
-14
/
+21
*
template: retain leading space if the line is not an action.
Rob Pike
2010-08-17
2
-3
/
+5
*
template: added ParseFile method for template.Template
Scott Lawrence
2010-08-11
2
-1
/
+25
*
strings and bytes.Split: make count of 0 mean 0, not infinite.
Rob Pike
2010-07-01
1
-1
/
+1
*
template: fix typo in doc comment
Daniel Fleischman
2010-06-30
1
-1
/
+1
*
template: regularize the handling of interfaces, pointers, and
Rob Pike
2010-05-09
1
-79
/
+56
*
template: remove reference to json-template
Andrew Gerrand
2010-04-28
1
-3
/
+1
*
template: fix handling of pointer inside interface
Russ Cox
2010-04-26
2
-1
/
+8
*
json: Marshal, Unmarshal using new scanner
Russ Cox
2010-04-21
1
-1
/
+1
*
template: use panic/recover to simplify internal error handling.
Rob Pike
2010-04-13
1
-50
/
+32
*
single argument panic
Russ Cox
2010-03-30
1
-2
/
+2
*
template: fixed html formatter bug where it would turn a []byte
Andrew Gerrand
2010-03-19
2
-3
/
+18
[next]