aboutsummaryrefslogtreecommitdiff
path: root/src/text
AgeCommit message (Expand)Author
2023-02-06all: upgrade Unicode from 13.0.0 to 15.0.0weebney
2022-11-04all: fix function names in commentscui fliter
2022-11-04text/template/parse: fix interaction of break/continue keywords and functionsEli Bendersky
2022-11-02text/template: correct assignment, not declaration, in rangeIan Lance Taylor
2022-09-23text/template/parse: fix confusion about markers near right delimsRuss Cox
2022-09-15text/template/parse: simplify I/O in lexingRob Pike
2022-09-15text/template: fixed typo in a nested template definitionkurochan
2022-09-08text/template: use strings.Buildercuiweixie
2022-08-22text/template: compare reflect.Value instances differentlyKeith Randall
2022-06-06text/template/parse: fix data race on lexer initializationEli Bendersky
2022-05-16text/template/parse: make atTerminator more efficientRob Pike
2022-04-11all: gofmt main repoRuss Cox
2022-04-06text/template: support delimiters that can be confused with actionsmprahl
2022-04-04text/template: permit eq and ne funcs to check against nilRob Pike
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-03-31text/template: remove newline special casing in documentationSean Liao
2022-03-17text/scanner: guard against installed IsIdentRune that accepts EOFRobert Griesemer
2022-03-15text/template/parse: allow space after continue or breakRob Pike
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-29text/template: use reflect.Value.FieldByIndexErrRob Pike
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-10-18html/template: remove unused `mode` field on `Tree` structGusted
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
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-09-20text/template: initialize template before locking itIan Lance Taylor
2021-07-18text/scanner: use Go convention in Position doc commentmehradsadeghi
2021-05-06text/template: fix type bug in eqRuss Cox
2021-05-06text/template/parse: rename DeferFuncCheck to SkipFuncCheckRuss Cox
2021-05-04text/template: add lock for Template.tmpl to fix data raceIan Lance Taylor
2021-04-19text/template/parse: add a mode to skip func-check on parsingAriel Mashraki
2021-04-12text/template: replace os.MkdirTemp with T.TempDirManlio Perillo
2021-03-05text/template: wrap errors returned by template functions instead of stringif...Adrien Delorme
2021-02-25reflect: add Method.IsExported and StructField.IsExported methodsJoe Tsai
2020-12-15text/template: error on range over send channelMeng Zhuo
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20html/template, text/template: add ParseFSRuss Cox
2020-10-12text/template: allow newlines inside action delimitersRuss Cox
2020-08-28text/template: add CommentNode to template parse treeAriel Mashraki
2020-07-14html/template: add tests from text/templateRuss Cox
2020-06-23text/template: fix lint typo in VariableNode docMacks
2020-05-21all: use a hermetic "go" tool in standard-library testsBryan C. Mills
2020-04-16html/template,text/template: switch to Unicode escapes for JSON compatibilityempijei
2020-04-15text/template: avoid a global map to help the linker's deadcode eliminationBrad Fitzpatrick
2020-02-24text/template: make reflect.Value indirections more robustDaniel Martí
2020-01-23text/template/parse: remove redundant returnAriel Mashraki