aboutsummaryrefslogtreecommitdiff
path: root/src/text/template
AgeCommit message (Expand)Author
2019-05-23text/template: add a slice function to the predefined global functionsAriel Mashraki
2019-05-22all: shorten some testsRuss Cox
2019-05-14text/template: fix truth handling of typed interface nils in if and withBjørn Erik Pedersen
2019-05-04all: add Unwrap and Is methods to various error typesDamien Neil
2019-03-24text/template: allow using -}} with many spacesDaniel Martí
2019-03-08all: simplify multiple for loopsDaniel Martí
2019-02-26text/template: error on method calls on nil interfacesDaniel Martí
2019-02-26text/template: improve nil errors in evalFieldDaniel Martí
2019-02-26text/template: accept new number syntaxRuss Cox
2018-10-29text/template/parse: simplify Tree.pipelineDaniel Martí
2018-10-28text/template/parse: error on bad range variablesDaniel Martí
2018-10-24text/template: recover panics during function callsDaniel Martí
2018-10-23text/template: removed truncation of context in error messageAlexandre Maari
2018-10-19text/template: drop unused sortKeys functionSeebs
2018-10-18fmt: print maps in key-sorted orderRob Pike
2018-10-11text/template: explain that integer constants can overflowRob Pike
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-09-05text/template: simplify line tracking in the lexerDaniel Martí
2018-08-29text/template: fix newline counting in raw stringsDaniel Martí
2018-08-23text/template: Put bad function name in quotes in panic from (*Template).FuncsMichal Bohuslávek
2018-07-09html/template: ignore untyped nil arguments to default escapersIan Lance Taylor
2018-06-28text/template/parse: fix a comment around the assign operatorAndrew Braunstein
2018-06-22text/template/parse: undo breaking API changesDaniel Theophanes
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2018-04-19text/template: improve comment example in docZheng Dayu
2018-04-10text/template: copy Decl field when copying PipeNodeIan Lance Taylor
2018-04-04text/template: add variable assignmentsDaniel Martí
2018-02-21text/template: fix the documentation of the block actionYury Smolsky
2018-02-20text/template: avoid assiging unnecessary variableKunpei Sakai
2018-02-19text/template: remove associate's error returnDaniel Martí
2018-02-19text/template: differentiate nil from missing argDaniel Martí
2018-02-13text/template: never call reflect.Zero(nil)Daniel Martí
2018-02-06text/template: revert CL 66410 "add break, continue actions in ranges"Ian Lance Taylor
2017-11-10text/template: remove unnecessary lexer fieldAriel Mashraki
2017-11-09text/template: remove unused lexer fieldAriel Mashraki
2017-10-17text/template: add break, continue actions in rangesTim Cooper
2017-09-22all: use sort.Slice in a few more placesDaniel Martí
2017-09-13text/template: check ignored error in a testDaniel Martí
2017-09-12all: remove strings.Contains check around ReplaceDaniel Martí
2017-09-07text/template: fix pos info when trimming newlinesDaniel Martí
2017-08-29all: join some chained ifs to unindent codeDaniel Martí
2017-08-12text/template: support indexing into *int* mapsEmmanuel Odeke
2017-06-09all: single space after periodBrad Fitzpatrick
2017-05-05html/template: allow safe usage of predefined escapers in pipelinesSamuel Tan
2017-05-05template: warn about interleaved nature of writesDieter Plaetinck
2017-04-25all: remove some unused parameters in test codeDaniel Martí
2017-04-19all: remove redundant returnsDaniel Martí
2017-04-04text/template: fix handling of empty blocksRob Pike
2017-03-21text/template,html/template: state that Funcs must happen before parsingRob Pike
2017-02-09text/template: fix method lookup on addressable nil pointerRuss Cox