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
Age
Commit message (
Expand
)
Author
2019-05-23
text/template: add a slice function to the predefined global functions
Ariel Mashraki
2019-05-22
all: shorten some tests
Russ Cox
2019-05-14
text/template: fix truth handling of typed interface nils in if and with
Bjørn Erik Pedersen
2019-05-04
all: add Unwrap and Is methods to various error types
Damien Neil
2019-03-24
text/template: allow using -}} with many spaces
Daniel Martí
2019-03-08
all: simplify multiple for loops
Daniel Martí
2019-02-26
text/template: error on method calls on nil interfaces
Daniel Martí
2019-02-26
text/template: improve nil errors in evalField
Daniel Martí
2019-02-26
text/template: accept new number syntax
Russ Cox
2018-10-29
text/template/parse: simplify Tree.pipeline
Daniel Martí
2018-10-28
text/template/parse: error on bad range variables
Daniel Martí
2018-10-24
text/template: recover panics during function calls
Daniel Martí
2018-10-23
text/template: removed truncation of context in error message
Alexandre Maari
2018-10-19
text/template: drop unused sortKeys function
Seebs
2018-10-18
fmt: print maps in key-sorted order
Rob Pike
2018-10-11
text/template: explain that integer constants can overflow
Rob Pike
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-09-05
text/template: simplify line tracking in the lexer
Daniel Martí
2018-08-29
text/template: fix newline counting in raw strings
Daniel Martí
2018-08-23
text/template: Put bad function name in quotes in panic from (*Template).Funcs
Michal Bohuslávek
2018-07-09
html/template: ignore untyped nil arguments to default escapers
Ian Lance Taylor
2018-06-28
text/template/parse: fix a comment around the assign operator
Andrew Braunstein
2018-06-22
text/template/parse: undo breaking API changes
Daniel Theophanes
2018-04-30
all: skip unsupported tests for js/wasm
Richard Musiol
2018-04-19
text/template: improve comment example in doc
Zheng Dayu
2018-04-10
text/template: copy Decl field when copying PipeNode
Ian Lance Taylor
2018-04-04
text/template: add variable assignments
Daniel Martí
2018-02-21
text/template: fix the documentation of the block action
Yury Smolsky
2018-02-20
text/template: avoid assiging unnecessary variable
Kunpei Sakai
2018-02-19
text/template: remove associate's error return
Daniel Martí
2018-02-19
text/template: differentiate nil from missing arg
Daniel Martí
2018-02-13
text/template: never call reflect.Zero(nil)
Daniel Martí
2018-02-06
text/template: revert CL 66410 "add break, continue actions in ranges"
Ian Lance Taylor
2017-11-10
text/template: remove unnecessary lexer field
Ariel Mashraki
2017-11-09
text/template: remove unused lexer field
Ariel Mashraki
2017-10-17
text/template: add break, continue actions in ranges
Tim Cooper
2017-09-22
all: use sort.Slice in a few more places
Daniel Martí
2017-09-13
text/template: check ignored error in a test
Daniel Martí
2017-09-12
all: remove strings.Contains check around Replace
Daniel Martí
2017-09-07
text/template: fix pos info when trimming newlines
Daniel Martí
2017-08-29
all: join some chained ifs to unindent code
Daniel Martí
2017-08-12
text/template: support indexing into *int* maps
Emmanuel Odeke
2017-06-09
all: single space after period
Brad Fitzpatrick
2017-05-05
html/template: allow safe usage of predefined escapers in pipelines
Samuel Tan
2017-05-05
template: warn about interleaved nature of writes
Dieter Plaetinck
2017-04-25
all: remove some unused parameters in test code
Daniel Martí
2017-04-19
all: remove redundant returns
Daniel Martí
2017-04-04
text/template: fix handling of empty blocks
Rob Pike
2017-03-21
text/template,html/template: state that Funcs must happen before parsing
Rob Pike
2017-02-09
text/template: fix method lookup on addressable nil pointer
Russ Cox
[prev]
[next]