aboutsummaryrefslogtreecommitdiff
path: root/src/text
AgeCommit message (Expand)Author
2018-06-22text/template/parse: undo breaking API changesDaniel Theophanes
2018-06-04text/tabwriter: fix BenchmarkPyramid and BenchmarkRagged againJosh Bleecher Snyder
2018-05-08text/scanner: return RawString token rather than String for raw string literalsShengyu Zhang
2018-05-07text/tabwriter: don't mimic previous lines on flushJosh Bleecher Snyder
2018-05-06text/tabwriter: fix BenchmarkPyramid and BenchmarkRaggedJosh Bleecher Snyder
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2018-04-19text/template: improve comment example in docZheng Dayu
2018-04-14text/tabwriter: reduce allocations from tracking cellsJosh Bleecher Snyder
2018-04-10text/template: copy Decl field when copying PipeNodeIan Lance Taylor
2018-04-04text/tabwriter: remove internal use of bytes.Buffer (cleanup)Robert Griesemer
2018-04-04text/template: add variable assignmentsDaniel Martí
2018-03-10text/scanner: add examplesAdam Woodbeck
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-31all: unindent some if bodies by exiting earlyDaniel Martí
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-18all: unindent some big chunks of codeDaniel Martí
2017-08-12text/template: support indexing into *int* mapsEmmanuel Odeke
2017-06-09all: single space after periodBrad Fitzpatrick
2017-05-14text/scanner: clarify documentation on Pos and PositionRobert Griesemer
2017-05-12text/scanner: use correct token position in exampleRobert Griesemer
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
2017-02-07text/template: remove duplicate logic in conditionalSeth Vargo
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-26all: freeze net/rpc and reword the 'frozen' message in other frozen packagesRob Pike
2016-10-24testing/quick, text/tabwriter: freeze packagesBrad Fitzpatrick
2016-10-24all: minor vet fixesJosh Bleecher Snyder
2016-10-24html/template, text/template: docs and fixes for template redefinitionRuss Cox