index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
text
/
template
/
exec.go
Age
Commit message (
Expand
)
Author
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-09-03
text/template: 0xef is an integer, not a floating-point value.
Rob Pike
2014-05-19
text/template,html/template: document that partial results may be written on ...
Rob Pike
2014-04-15
text/template: say more often that templates are safe for parallel execution
Rob Pike
2014-02-14
text/template: don't panic when function call evaluates a nil pointer
Rob Pike
2013-08-27
text/template: make the escapers for HTML etc. handle pointers correctly
Rob Pike
2013-07-23
all: be more idiomatic when documenting boolean return values.
Rob Pike
2013-03-27
text/template: fix bug in evaluating a chain starting with a function.
Rob Pike
2013-03-06
text/template: improve error reporting for executing an empty template
Rob Pike
2012-10-03
text/template: better error messages during execution,
Rob Pike
2012-09-24
text/template: allow .Field access to parenthesized expressions
Rob Pike
2012-08-24
text/template: allow grouping of pipelines using parentheses
Rob Pike
2012-08-08
text/template: add 'nil' as a keyword in the language
Rob Pike
2012-05-22
text/template: exec should accept interface value as valid.
Ugorji Nwoke
2012-04-24
text/template: improve the error reporting for unexported fields.
Rob Pike
2012-04-23
text/template: detect unexported fields better
Rob Pike
2012-04-03
text/template: pipelined arg was not typechecked
Rob Pike
2012-03-14
text/template: variables do not take arguments
Rob Pike
2012-03-03
text/template: clean up function values
Rob Pike
2012-02-15
text/template: evaluate function fields
Rob Pike
2012-01-13
template: for range on a map, sort the keys if feasible.
Rob Pike
2012-01-09
text/template: handle panic values that are not errors.
Rémy Oudompheng
2011-12-20
template: better error message for empty templates
Rob Pike
2011-12-18
text/template: fix handing of nil arguments to functions
Gustavo Niemeyer
2011-11-23
text/template: new, simpler API
Rob Pike
2011-11-08
renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*
Rob Pike
2011-11-04
template: format error with pointer receiver.
David Symonds
2011-11-04
template: format errors
Russ Cox
2011-11-03
os,text,unicode: renamings
Rob Pike