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
/
text
/
template
/
parse
Age
Commit message (
Expand
)
Author
2016-11-14
Revert "text/template: efficient reporting of line numbers"
Brad Fitzpatrick
2016-11-14
text/template: efficient reporting of line numbers
Rob Pike
2016-09-13
text/template: improve lexer performance in finding left delimiters.
Paul Borman
2016-08-17
text/template: remove unused Tree.parse return value
Jess Frazelle
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-29
all: remove public named return values when useless
Brad Fitzpatrick
2016-02-19
all: replace strings.Index with strings.Contains where possible
Nathan VanBenschoten
2015-09-28
text/template, html/template: add block keyword and permit template redefinition
Andrew Gerrand
2015-09-09
text/template: provide a way to trim leading and trailing space between actions
Rob Pike
2015-06-18
all: switch to the new deprecation convention
Shenghou Ma
2015-06-01
html/template: prevent panic when escaping actions involving chain nodes
Didier Spezia
2015-05-07
text/template: delete obsolete nil check
Rob Pike
2015-05-05
text/template: check for malformed pipelines
Didier Spezia
2015-05-05
text/template: shut down lexing goroutine on error
Rob Pike
2015-05-04
text/template: ensures code consistency in lexer
Aymerick
2015-05-03
text/template/parse: huge integers are not floats
Rob Pike
2015-05-02
text/template: check for literals in chain of terms
Didier Spezia
2015-05-01
text/template: detect unmatched else at parsing time
Didier Spezia
2015-05-01
text/template: allow newlines in raw quotes
Rob Pike
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]