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
/
template
/
template.go
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
1
-45
/
+45
2011-04-20
Imported Upstream version 2011.03.07.1
upstream/2011.03.07.1
Ondřej Surý
1
-1
/
+7
2011-02-18
Imported Upstream version 2011.02.15
upstream/2011.02.15
Ondřej Surý
1
-43
/
+86
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
1
-1
/
+4
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1
-71
/
+107
2010-07-01
strings and bytes.Split: make count of 0 mean 0, not infinite.
Rob Pike
1
-1
/
+1
2010-06-30
template: fix typo in doc comment
Daniel Fleischman
1
-1
/
+1
2010-05-09
template: regularize the handling of interfaces, pointers, and
Rob Pike
1
-79
/
+56
2010-04-28
template: remove reference to json-template
Andrew Gerrand
1
-3
/
+1
2010-04-26
template: fix handling of pointer inside interface
Russ Cox
1
-1
/
+1
2010-04-13
template: use panic/recover to simplify internal error handling.
Rob Pike
1
-50
/
+32
2010-03-30
single argument panic
Russ Cox
1
-2
/
+2
2010-03-10
template: add ParseFile, MustParseFile, and associated tests
Andrew Gerrand
1
-0
/
+24
2010-03-02
gofmt: experiment: align values in map composites where possible
Robert Griesemer
1
-2
/
+2
2010-02-26
Fix a couple of bugs referencing data values in template.
Micah Stetson
1
-0
/
+5
2010-02-25
strings: delete Runes, Bytes
Russ Cox
1
-3
/
+3
2010-02-02
Change type of Printf's args to ... interface{}
Rob Pike
1
-2
/
+2
2010-01-15
template: look inside interface values
Russ Cox
1
-0
/
+3
2010-01-08
Rewrite tokenizer to clean up and fix a bug with spaces before delimited block.
Rob Pike
1
-44
/
+50
2009-12-24
implement .repeats for maps.
Rob Pike
1
-26
/
+20
2009-12-16
add the ability to invoke niladic single-valued methods in templates.
Rob Pike
1
-10
/
+69
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
1
-260
/
+260
2009-11-30
template: two bug fixes / nits
Russ Cox
1
-0
/
+3
2009-11-24
Change to container/vector interface:
Robert Griesemer
1
-1
/
+1
2009-11-20
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
Russ Cox
1
-2
/
+2
2009-11-19
Map support for template.Execute().
James Meneghello
1
-12
/
+17
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
1
-7
/
+7
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
1
-75
/
+75
2009-11-08
a nagging inconsistency: capitalization of
Russ Cox
1
-1
/
+1
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
1
-6
/
+2
2009-11-05
- gofmt'ing of some stragglers, now with correct comment indentation
Robert Griesemer
1
-97
/
+97
2009-11-04
panic can't print interfaces well so use err.String()
Rob Pike
1
-1
/
+1
2009-11-02
forgot to count newlines when scanning white space.
Rob Pike
1
-1
/
+2
2009-11-02
remove goroutines from template parsing.
Rob Pike
1
-31
/
+75
2009-09-14
fix "declared and not used" in tests;
Russ Cox
1
-8
/
+8
2009-09-14
do not crash on nil data value
Russ Cox
1
-0
/
+3
2009-09-01
template:
Russ Cox
1
-7
/
+9
2009-08-29
Fix .alternates execution: it was skipping every second token.
David Symonds
1
-2
/
+2
2009-08-26
template: Support iterables for repeated fields.
David Symonds
1
-21
/
+62
2009-08-12
convert non-low-level non-google pkg code
Russ Cox
1
-7
/
+1
2009-08-05
- FieldByName lookup through anonymous fields
Robert Griesemer
1
-1
/
+1
2009-07-31
delete unused arg to empty.
Rob Pike
1
-3
/
+6
2009-07-30
bug fix
Robert Griesemer
1
-2
/
+3
2009-07-30
dotted names
Rob Pike
1
-5
/
+13
2009-07-16
use FieldByName where possible.
Rob Pike
1
-5
/
+2
2009-07-07
template: use new reflect interface (CL 31107)
Russ Cox
1
-13
/
+15
2009-06-29
io.StringBytes -> strings.Bytes
Russ Cox
1
-3
/
+3
2009-06-09
mv src/lib to src/pkg
Rob Pike
1
-0
/
+808