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
/
html
Age
Commit message (
Expand
)
Author
2021-01-07
html/template: attach functions to namespace
Ian Lance Taylor
2020-12-17
html/template: avoid race when escaping updates template
Ian Lance Taylor
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-12-01
encoding/json: revert "add "json: " prefix to SyntaxError messages"
Kevin Burke
2020-10-21
encoding/json: add "json: " prefix to SyntaxError messages
Kevin Burke
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-10-20
html/template, text/template: add ParseFS
Russ Cox
2020-10-12
text/template: allow newlines inside action delimiters
Russ Cox
2020-08-28
text/template: add CommentNode to template parse tree
Ariel Mashraki
2020-07-14
html/template: add tests from text/template
Russ Cox
2020-06-08
all: avoid awkward wording from CL 236857
Russ Cox
2020-06-08
all: replace usages of whitelist/blacklist and master/slave
Filippo Valsorda
2020-04-16
html/template,text/template: switch to Unicode escapes for JSON compatibility
empijei
2020-01-13
html: update URL in comment
fujimoto kyosuke
2019-11-21
text/template: harden JSEscape to also escape ampersand and equal
Roberto Clapis
2019-09-27
html/template: document handling of namespaced and data- attributes
Justin Nuß
2019-08-27
html/template: micro optimization for isJSType
Dong-hee Na
2019-06-17
html/template, text/template: document glob semantics
Andrew Gerrand
2019-06-17
html/template: handle nil Error values in context.String
Samuel Tan
2019-05-06
html/template: add support for JavaScript modules
Andrew Bonventre
2019-04-30
html: add a Fuzz function
Romain Baugue
2019-03-02
html/template: prevent test from failing with nil pointer dereference
Marat Khabibullin
2019-02-26
html/template: use strings.Builder
Josh Bleecher Snyder
2019-02-26
text/template: accept new number syntax
Russ Cox
2018-12-13
text/html: escape MIME type "application/ld+json" as JavaScript
Evan Klitzke
2018-11-02
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-08-30
html/template: add an example for the Delims method
Dmitry Neverov
2018-08-22
html/template: use named consts instead of their values
Iskander Sharipov
2018-07-31
html: lazily populate Unescape tables
Brad Fitzpatrick
2018-07-09
html/template: ignore untyped nil arguments to default escapers
Ian Lance Taylor
2018-06-22
text/template/parse: undo breaking API changes
Daniel Theophanes
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-05-09
html/template: always write untyped nil as JS null
Daniel Martí
2018-04-10
text/template: copy Decl field when copying PipeNode
Ian Lance Taylor
2018-04-06
html/template: grow srcset buffer in proportion to need
Rhys Hiltner
2018-04-04
go/printer, gofmt: tuned table alignment for better results
Robert Griesemer
2018-04-04
text/template: add variable assignments
Daniel Martí
2018-03-30
html/template: fix one more lint naming error
Samuel Tan
2018-03-29
html/template: fix lint errors
Samuel Tan
2018-02-20
all: fix misspellings
Shawn Smith
2018-02-20
all: remove duplicate word "the"
Ryuma Yoshida
2018-02-20
html/template: make more use of stringer
Daniel Martí
2018-02-19
all: add more uses of stringer
Daniel Martí
2018-02-19
html/template: remove unused func
Daniel Martí
2018-01-10
html/template: check for duplicates when inserting escapers
Samuel Tan
2018-01-09
Revert "html/template: prevent aliasing of parse Trees via AddParseTree"
Samuel Tan
2017-12-14
html/template: add srcset content type
Mike Samuel
2017-12-08
html/template: fix typo in TestOrphanedTemplate error message
Samuel Tan
2017-12-08
html/template: reset templates orphaned by (*Template).New
Samuel Tan
[prev]
[next]