index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
html
Commit message (
Expand
)
Author
Age
Files
Lines
*
text/template: add CommentNode to template parse tree
Ariel Mashraki
2020-08-28
2
-0
/
+18
*
html/template: add tests from text/template
Russ Cox
2020-07-14
9
-5
/
+1969
*
all: avoid awkward wording from CL 236857
Russ Cox
2020-06-08
1
-2
/
+1
*
all: replace usages of whitelist/blacklist and master/slave
Filippo Valsorda
2020-06-08
1
-1
/
+1
*
html/template,text/template: switch to Unicode escapes for JSON compatibility
empijei
2020-04-16
6
-103
/
+156
*
html: update URL in comment
fujimoto kyosuke
2020-01-13
1
-1
/
+1
*
text/template: harden JSEscape to also escape ampersand and equal
Roberto Clapis
2019-11-21
1
-3
/
+3
*
html/template: document handling of namespaced and data- attributes
Justin Nuß
2019-09-27
1
-0
/
+45
*
html/template: micro optimization for isJSType
Dong-hee Na
2019-08-27
1
-1
/
+1
*
html/template, text/template: document glob semantics
Andrew Gerrand
2019-06-17
1
-7
/
+8
*
html/template: handle nil Error values in context.String
Samuel Tan
2019-06-17
1
-1
/
+5
*
html/template: add support for JavaScript modules
Andrew Bonventre
2019-05-06
2
-0
/
+2
*
html: add a Fuzz function
Romain Baugue
2019-04-30
1
-0
/
+31
*
html/template: prevent test from failing with nil pointer dereference
Marat Khabibullin
2019-03-02
1
-2
/
+1
*
html/template: use strings.Builder
Josh Bleecher Snyder
2019-02-26
3
-5
/
+18
*
text/template: accept new number syntax
Russ Cox
2019-02-26
1
-0
/
+6
*
text/html: escape MIME type "application/ld+json" as JavaScript
Evan Klitzke
2018-12-13
2
-0
/
+2
*
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-11-02
2
-2
/
+2
*
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-09-26
2
-2
/
+2
*
html/template: add an example for the Delims method
Dmitry Neverov
2018-08-30
1
-0
/
+22
*
html/template: use named consts instead of their values
Iskander Sharipov
2018-08-22
1
-5
/
+5
*
html: lazily populate Unescape tables
Brad Fitzpatrick
2018-07-31
3
-2235
/
+2256
*
html/template: ignore untyped nil arguments to default escapers
Ian Lance Taylor
2018-07-09
4
-7
/
+35
*
text/template/parse: undo breaking API changes
Daniel Theophanes
2018-06-22
1
-1
/
+1
*
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-06-01
9
-24
/
+24
*
html/template: always write untyped nil as JS null
Daniel Martí
2018-05-09
2
-0
/
+9
*
text/template: copy Decl field when copying PipeNode
Ian Lance Taylor
2018-04-10
1
-0
/
+15
*
html/template: grow srcset buffer in proportion to need
Rhys Hiltner
2018-04-06
2
-1
/
+6
*
go/printer, gofmt: tuned table alignment for better results
Robert Griesemer
2018-04-04
1
-2077
/
+2077
*
text/template: add variable assignments
Daniel Martí
2018-04-04
1
-1
/
+1
*
html/template: fix one more lint naming error
Samuel Tan
2018-03-30
1
-2
/
+2
*
html/template: fix lint errors
Samuel Tan
2018-03-29
1
-19
/
+19
*
all: fix misspellings
Shawn Smith
2018-02-20
1
-9
/
+9
*
all: remove duplicate word "the"
Ryuma Yoshida
2018-02-20
1
-1
/
+1
*
html/template: make more use of stringer
Daniel Martí
2018-02-20
6
-90
/
+90
*
all: add more uses of stringer
Daniel Martí
2018-02-19
2
-16
/
+18
*
html/template: remove unused func
Daniel Martí
2018-02-19
1
-10
/
+0
*
html/template: check for duplicates when inserting escapers
Samuel Tan
2018-01-10
2
-8
/
+52
*
Revert "html/template: prevent aliasing of parse Trees via AddParseTree"
Samuel Tan
2018-01-09
2
-22
/
+4
*
html/template: add srcset content type
Mike Samuel
2017-12-14
9
-21
/
+341
*
html/template: fix typo in TestOrphanedTemplate error message
Samuel Tan
2017-12-08
1
-1
/
+1
*
html/template: reset templates orphaned by (*Template).New
Samuel Tan
2017-12-08
2
-0
/
+30
*
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-10-05
1
-1
/
+1
*
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
2017-09-25
1
-1
/
+1
*
html/template: prevent aliasing of parse Trees via AddParseTree
Samuel Tan
2017-09-20
2
-4
/
+22
*
html/template: explain URL filtering
Samuel Tan
2017-09-18
1
-1
/
+21
*
html: updated entity spec link
Seiji Takahashi
2017-08-08
1
-1
/
+1
*
html/template: use the same escaper across multiple template executions
Samuel Tan
2017-07-14
3
-32
/
+79
*
html/template: only search identifier nodes for predefined escapers
Samuel Tan
2017-06-14
2
-26
/
+56
*
html/template: allow safe usage of predefined escapers in pipelines
Samuel Tan
2017-05-05
4
-39
/
+232
[next]