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
/
text
/
template
Commit message (
Expand
)
Author
Age
Files
Lines
*
text/template: 0xef is an integer, not a floating-point value.
Rob Pike
2014-09-03
3
-1
/
+12
*
text/template/parse: restore pointer-only receivers for Type on Dot and Nil
Rob Pike
2014-08-29
1
-0
/
+14
*
text/template: add back pointer to Nodes for better error generation
Rob Pike
2014-08-29
3
-105
/
+210
*
text/template,html/template: document that partial results may be written on ...
Rob Pike
2014-05-19
1
-0
/
+6
*
text/template: say more often that templates are safe for parallel execution
Rob Pike
2014-04-15
2
-1
/
+3
*
text/template: don't panic when function call evaluates a nil pointer
Rob Pike
2014-02-14
2
-11
/
+22
*
text/template: don't panic when using AddParseTree with an unparsed template
Josh Bleecher Snyder
2013-12-30
2
-1
/
+13
*
text/template/parse, html/template: copy Tree.text during html template clone
Josh Bleecher Snyder
2013-09-17
2
-0
/
+29
*
text/template/parse: mostly roll back the error detection for unmatched right...
Rob Pike
2013-09-13
2
-5
/
+4
*
text/template: catch unmatched right delimiter
Rob Pike
2013-09-12
3
-1
/
+8
*
text/template: allow eq to take more than two arguments
Rob Pike
2013-09-04
3
-35
/
+54
*
text/template: allow {{else if ... }} to simplify if chains
Rob Pike
2013-08-28
4
-4
/
+40
*
text/template: make the escapers for HTML etc. handle pointers correctly
Rob Pike
2013-08-27
3
-27
/
+43
*
text/template: implement comparison of basic types
Rob Pike
2013-08-21
3
-2
/
+287
*
text/template: Make function call builtin handle nil errors correctly
Elias Naur
2013-08-13
2
-1
/
+4
*
text/template/parse: nicer error when comment ends before final delimiter
Rob Pike
2013-08-09
3
-3
/
+13
*
various: deleted unused items
Rob Pike
2013-08-03
1
-22
/
+0
*
text/template/parse: print TextNodes using %s not %q
Rob Pike
2013-07-31
3
-3
/
+7
*
text/template: fix type of ComplexZero in test
Rob Pike
2013-07-31
1
-1
/
+1
*
all: be more idiomatic when documenting boolean return values.
Rob Pike
2013-07-23
1
-1
/
+1
*
text/template: comment fix
Keith Randall
2013-05-03
1
-1
/
+1
*
text/template: fix bug in evaluating a chain starting with a function.
Rob Pike
2013-03-27
2
-10
/
+19
*
build: remove dead code
Russ Cox
2013-03-22
1
-1
/
+0
*
text/template: revert minor change to Name method
Rob Pike
2013-03-08
1
-3
/
+0
*
text/template: improve error reporting for executing an empty template
Rob Pike
2013-03-06
3
-1
/
+57
*
text/template/parse: remove self-assignment.
David Symonds
2013-03-05
1
-1
/
+0
*
text/template/parse: don't show itemType in error messages
Shenghou Ma
2013-01-22
1
-2
/
+2
*
text/template: Document that range can be used on chan types.
Kamil Kisiel
2013-01-12
1
-4
/
+4
*
gofmt: apply gofmt -w src misc
Robert Griesemer
2012-10-30
1
-8
/
+8
*
text/template: fix nil crash on Templates
Rob Pike
2012-10-07
2
-0
/
+8
*
text/template: add an unexported method to Node
Rob Pike
2012-10-07
1
-1
/
+10
*
text/template: better error messages during execution,
Rob Pike
2012-10-03
7
-164
/
+282
*
text/template: fix typo of errorf as error in comment.
Josh Holland
2012-09-27
1
-17
/
+17
*
text/template: allow .Field access to parenthesized expressions
Rob Pike
2012-09-24
8
-88
/
+263
*
text/template: towards better errors
Rob Pike
2012-09-14
2
-5
/
+79
*
text/template: make spaces significant
Rob Pike
2012-08-29
4
-81
/
+190
*
text/template: catch (A).X as a parse error
Rob Pike
2012-08-24
2
-0
/
+9
*
text/template: allow grouping of pipelines using parentheses
Rob Pike
2012-08-24
8
-4
/
+82
*
text/template/parse: fix bug handling /*/
Rob Pike
2012-08-09
2
-2
/
+7
*
text/template: add 'nil' as a keyword in the language
Rob Pike
2012-08-08
9
-12
/
+78
*
text/template: fix range example.
Yves Junqueira
2012-08-06
1
-1
/
+1
*
text/template/parse/lex.go: fix typo
Rob Pike
2012-07-30
1
-1
/
+1
*
text/template/parse: fix data race
Rob Pike
2012-07-30
2
-95
/
+159
*
text/template: fix bug in map indexing
Rob Pike
2012-07-23
2
-2
/
+2
*
doc: various "the the" and other typos
Matthew William Jibson
2012-07-08
1
-1
/
+1
*
text/template/parse: restore the goroutine
Rob Pike
2012-06-01
1
-12
/
+11
*
text/template: exec should accept interface value as valid.
Ugorji Nwoke
2012-05-22
2
-0
/
+13
*
all: fix errors found by go vet
Rob Pike
2012-04-25
1
-1
/
+1
*
text/template: improve the error reporting for unexported fields.
Rob Pike
2012-04-24
1
-17
/
+8
*
text/template: detect unexported fields better
Rob Pike
2012-04-23
4
-19
/
+24
[next]