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
/
text
/
template
Commit message (
Expand
)
Author
Age
Files
Lines
*
text/template: handle option missingkey=error consistently
Özgür Kesim
2016-11-18
2
-0
/
+9
*
text/template: efficient reporting of line numbers
Rob Pike
2016-11-15
5
-149
/
+204
*
Revert "text/template: efficient reporting of line numbers"
Brad Fitzpatrick
2016-11-14
5
-204
/
+149
*
text/template: efficient reporting of line numbers
Rob Pike
2016-11-14
5
-149
/
+204
*
text/template: reintroduce implicit indirect of interface values in builtin f...
Russ Cox
2016-11-11
3
-9
/
+101
*
html/template, text/template: drop defined template list from errors
Russ Cox
2016-10-28
2
-2
/
+2
*
all: minor vet fixes
Josh Bleecher Snyder
2016-10-24
1
-1
/
+1
*
html/template, text/template: docs and fixes for template redefinition
Russ Cox
2016-10-24
1
-6
/
+4
*
text/template: add support for reflect.Value args, results in funcs
Russ Cox
2016-10-19
3
-44
/
+88
*
html/template, text/template: clarify template redefinition behavior
Russ Cox
2016-10-19
1
-3
/
+12
*
text/template: improve lexer performance in finding left delimiters.
Paul Borman
2016-09-13
1
-26
/
+15
*
text/template: remove unused Tree.parse return value
Jess Frazelle
2016-08-17
1
-2
/
+1
*
text/template: fix Parse when called twice with empty text
Jess Frazelle
2016-08-16
2
-1
/
+37
*
text/template: clarify the default formatting used for values
Rob Pike
2016-06-21
1
-2
/
+3
*
text/template: detect pathologically recursive template invocations
Andrew Gerrand
2016-05-12
2
-4
/
+28
*
text/template: fix typo in documentation
Johan Sageryd
2016-05-11
1
-1
/
+1
*
html/template, text/template: clarify Parse{Files,Glob} semantics
Andrew Gerrand
2016-04-22
1
-0
/
+14
*
text/template: emit field error over nil pointer error where appropriate
Andrew Gerrand
2016-04-10
2
-5
/
+24
*
all: delete dead non-test code
Dominik Honnef
2016-03-25
1
-1
/
+0
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
4
-5
/
+5
*
all: remove public named return values when useless
Brad Fitzpatrick
2016-02-29
2
-5
/
+9
*
all: fix typos and spelling
Martin Möhrmann
2016-02-24
1
-1
/
+1
*
all: replace strings.Index with strings.Contains where possible
Nathan VanBenschoten
2016-02-19
3
-4
/
+4
*
text/template: fix documentation for pipelines
Rob Pike
2016-01-21
1
-3
/
+3
*
text/template,html/template: correct comment in DefinedTemplates
Rob Pike
2015-11-24
1
-1
/
+1
*
text/template: remove redundant indirect
Nodir Turakulov
2015-10-28
1
-2
/
+1
*
text/template: resolve non-empty interface
Nodir Turakulov
2015-10-15
2
-23
/
+33
*
text/template: fix formatting calls in tests
Alexander Morozov
2015-10-08
1
-2
/
+2
*
text/template: change IsTrue to take interface{} instead of reflect.Value.
David Symonds
2015-10-01
2
-3
/
+7
*
text/template, html/template: fix block example name
Andrew Gerrand
2015-09-29
1
-1
/
+1
*
text/template, html/template: add block keyword and permit template redefinition
Andrew Gerrand
2015-09-28
9
-69
/
+190
*
text/template: export isTrue
Rob Pike
2015-09-17
2
-8
/
+8
*
text/template: verify that names in FuncMap are valid identifiers
Rob Pike
2015-09-15
3
-3
/
+73
*
text/template: perform value validity checks
Nodir Turakulov
2015-09-09
3
-15
/
+43
*
text/template: provide a way to trim leading and trailing space between actions
Rob Pike
2015-09-09
6
-28
/
+153
*
text/template: add ExecError type and return it from Execute on error
Rob Pike
2015-08-27
2
-5
/
+88
*
text/template: make zero Template work again
Russ Cox
2015-06-24
5
-2
/
+31
*
text/template: explain better the semantics of ParseFiles
Rob Pike
2015-06-23
1
-2
/
+7
*
all: switch to the new deprecation convention
Shenghou Ma
2015-06-18
1
-5
/
+5
*
text/template: refactor code to accomodate bi-state requirement for templates
Aamir Khan
2015-06-03
2
-23
/
+85
*
text/template: clarify the documentation around template definitions
Rob Pike
2015-06-02
1
-11
/
+12
*
text/template: fix variadic function call corner case
Didier Spezia
2015-06-01
2
-1
/
+26
*
html/template: prevent panic when escaping actions involving chain nodes
Didier Spezia
2015-06-01
1
-2
/
+2
*
text/template: template must be initialized at the time of creation
Aamir Khan
2015-06-01
3
-16
/
+13
*
text/template: fix race condition on function maps
Didier Spezia
2015-05-16
2
-2
/
+12
*
text/template: need to validate type when an argument is a function call
Rob Pike
2015-05-14
2
-1
/
+9
*
text/template: delete obsolete nil check
Rob Pike
2015-05-07
1
-3
/
+0
*
text/template: check for malformed pipelines
Didier Spezia
2015-05-05
2
-3
/
+31
*
text/template: shut down lexing goroutine on error
Rob Pike
2015-05-05
3
-0
/
+41
*
text/template: ensures code consistency in lexer
Aymerick
2015-05-04
1
-2
/
+0
[next]