aboutsummaryrefslogtreecommitdiff
path: root/src/text/template/exec_test.go
AgeCommit message (Expand)Author
2023-02-06all: upgrade Unicode from 13.0.0 to 15.0.0weebney
2022-11-02text/template: correct assignment, not declaration, in rangeIan Lance Taylor
2022-09-08text/template: use strings.Buildercuiweixie
2022-04-04text/template: permit eq and ne funcs to check against nilRob Pike
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-29text/template: use reflect.Value.FieldByIndexErrRob Pike
2021-10-05text/template: only unwrap final and/or valueIan Lance Taylor
2021-10-01text/template: undo reflect.Value wrapping for short-circuit and/orIan Lance Taylor
2021-09-29text/template: check final value for short-circuit and/orIan Lance Taylor
2021-09-23html/template, text/template: implement break and continue for range loopsRuss Cox
2021-09-21text/template: implement short-circuit and, orRuss Cox
2021-05-06text/template: fix type bug in eqRuss Cox
2021-05-04text/template: add lock for Template.tmpl to fix data raceIan Lance Taylor
2021-03-05text/template: wrap errors returned by template functions instead of stringif...Adrien Delorme
2020-12-15text/template: error on range over send channelMeng Zhuo
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-12text/template: allow newlines inside action delimitersRuss Cox
2020-04-16html/template,text/template: switch to Unicode escapes for JSON compatibilityempijei
2019-12-19text/template: indirect interfaces before slicingDaniel Martí
2019-11-21text/template: harden JSEscape to also escape ampersand and equalRoberto Clapis
2019-11-12text/template: add error check for parenthesized first argument in pipelineRob Pike
2019-09-25text/template: don't evaluate '.' as a float64Daniel Martí
2019-09-25text/template: support all comparable types in eqAriel Mashraki
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-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-24text/template: recover panics during function callsDaniel 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-04-04text/template: add variable assignmentsDaniel 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-10-17text/template: add break, continue actions in rangesTim Cooper
2017-08-12text/template: support indexing into *int* mapsEmmanuel Odeke
2017-02-09text/template: fix method lookup on addressable nil pointerRuss Cox
2016-11-18text/template: handle option missingkey=error consistentlyÖzgür Kesim
2016-11-15text/template: efficient reporting of line numbersRob Pike
2016-11-14Revert "text/template: efficient reporting of line numbers"Brad Fitzpatrick
2016-11-14text/template: efficient reporting of line numbersRob Pike
2016-11-11text/template: reintroduce implicit indirect of interface values in builtin f...Russ Cox
2016-10-28html/template, text/template: drop defined template list from errorsRuss Cox
2016-10-24all: minor vet fixesJosh Bleecher Snyder
2016-10-19text/template: add support for reflect.Value args, results in funcsRuss Cox
2016-05-12text/template: detect pathologically recursive template invocationsAndrew Gerrand
2016-04-10text/template: emit field error over nil pointer error where appropriateAndrew Gerrand
2015-10-15text/template: resolve non-empty interfaceNodir Turakulov