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
Age
Commit message (
Expand
)
Author
2016-02-19
all: replace strings.Index with strings.Contains where possible
Nathan VanBenschoten
2016-02-18
text/scanner: mention package when reporting errors to stderr
Robert Griesemer
2016-01-21
text/template: fix documentation for pipelines
Rob Pike
2015-11-24
text/template,html/template: correct comment in DefinedTemplates
Rob Pike
2015-10-28
text/template: remove redundant indirect
Nodir Turakulov
2015-10-15
text/template: resolve non-empty interface
Nodir Turakulov
2015-10-08
text/template: fix formatting calls in tests
Alexander Morozov
2015-10-01
text/template: change IsTrue to take interface{} instead of reflect.Value.
David Symonds
2015-09-29
text/template, html/template: fix block example name
Andrew Gerrand
2015-09-28
text/template, html/template: add block keyword and permit template redefinition
Andrew Gerrand
2015-09-17
text/template: export isTrue
Rob Pike
2015-09-15
text/template: verify that names in FuncMap are valid identifiers
Rob Pike
2015-09-09
text/template: perform value validity checks
Nodir Turakulov
2015-09-09
text/template: provide a way to trim leading and trailing space between actions
Rob Pike
2015-09-09
all: minor documentation tweaks for constants
Konstantin Shaposhnikov
2015-08-27
text/template: add ExecError type and return it from Execute on error
Rob Pike
2015-06-24
text/template: make zero Template work again
Russ Cox
2015-06-24
text/scanner: add runnable example for package
Carlos C
2015-06-23
text/template: explain better the semantics of ParseFiles
Rob Pike
2015-06-18
all: switch to the new deprecation convention
Shenghou Ma
2015-06-03
text/template: refactor code to accomodate bi-state requirement for templates
Aamir Khan
2015-06-02
text/template: clarify the documentation around template definitions
Rob Pike
2015-06-01
text/template: fix variadic function call corner case
Didier Spezia
2015-06-01
html/template: prevent panic when escaping actions involving chain nodes
Didier Spezia
2015-06-01
text/template: template must be initialized at the time of creation
Aamir Khan
2015-05-16
text/template: fix race condition on function maps
Didier Spezia
2015-05-14
text/template: need to validate type when an argument is a function call
Rob Pike
2015-05-13
text/scanner: avoid further reads after EOF
Robert Griesemer
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
2015-04-03
text/template: provide a mechanism for options
Rob Pike
2015-04-01
text/scanner: Fix EOF reporting on strange Readers
Evan Phoenix
2015-03-20
html/template: fix crash when escaping incomplete template
Rob Pike
2015-03-18
all: use "reports whether" in place of "returns true if(f)"
Josh Bleecher Snyder
2015-03-16
text/template: protect against explicit nil in field chains
Rob Pike
2014-10-18
text/template: fix bug in pipelined variadics
Rob Pike
2014-09-22
text/template: type-check chained node as argument
Rob Pike
2014-09-22
text/template: allow comparison functions to work between any integers
Rob Pike
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]