summaryrefslogtreecommitdiff
path: root/src/pkg/template
AgeCommit message (Expand)AuthorFilesLines
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý2-2/+2
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý5-476/+657
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-5/+5
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-45/+45
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-1/+7
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý2-94/+221
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý2-12/+34
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý4-190/+307
2010-07-01strings and bytes.Split: make count of 0 mean 0, not infinite.Rob Pike1-1/+1
2010-06-30template: fix typo in doc commentDaniel Fleischman1-1/+1
2010-05-09template: regularize the handling of interfaces, pointers, andRob Pike1-79/+56
2010-04-28template: remove reference to json-templateAndrew Gerrand1-3/+1
2010-04-26template: fix handling of pointer inside interfaceRuss Cox2-1/+8
2010-04-21json: Marshal, Unmarshal using new scannerRuss Cox1-1/+1
2010-04-13template: use panic/recover to simplify internal error handling.Rob Pike1-50/+32
2010-03-30single argument panicRuss Cox1-2/+2
2010-03-19template: fixed html formatter bug where it would turn a []byteAndrew Gerrand2-3/+18
2010-03-10template: add ParseFile, MustParseFile, and associated testsAndrew Gerrand2-1/+37
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer2-3/+3
2010-02-26Fix a couple of bugs referencing data values in template.Micah Stetson2-0/+18
2010-02-25strings: delete Runes, BytesRuss Cox3-11/+9
2010-02-24gofmt: don't print ()'s around function-typed results (not needed anymore)Robert Griesemer1-1/+1
2010-02-02Change type of Printf's args to ... interface{}Rob Pike1-2/+2
2010-01-15template: look inside interface valuesRuss Cox2-0/+23
2010-01-08Rewrite tokenizer to clean up and fix a bug with spaces before delimited block.Rob Pike2-45/+73
2009-12-24implement .repeats for maps.Rob Pike2-27/+37
2009-12-16add the ability to invoke niladic single-valued methods in templates.Rob Pike2-10/+86
2009-12-151) Change default gofmt default settings forRobert Griesemer3-378/+378
2009-12-09remove uses of string concatenation from src and misc directoryRobert Griesemer1-72/+72
2009-11-30template: two bug fixes / nitsRuss Cox3-1/+17
2009-11-24Change to container/vector interface:Robert Griesemer2-2/+2
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox2-3/+3
2009-11-19Map support for template.Execute().James Meneghello2-12/+59
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer3-11/+11
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer3-101/+101
2009-11-08a nagging inconsistency: capitalization ofRuss Cox2-6/+6
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer2-7/+5
2009-11-05- gofmt'ing of some stragglers, now with correct comment indentationRobert Griesemer1-97/+97
2009-11-05gofmt-ify strings, templateRobert Griesemer1-72/+72
2009-11-05gofmt-ify template, time, unsafe, flag, fmtRobert Griesemer1-5/+5
2009-11-04panic can't print interfaces well so use err.String()Rob Pike1-1/+1
2009-11-03add " and ' to list of html-escaped charsRobert Griesemer1-15/+24
2009-11-02fix buildRob Pike1-1/+1
2009-11-02forgot to count newlines when scanning white space.Rob Pike1-1/+2
2009-11-02remove goroutines from template parsing.Rob Pike1-31/+75
2009-10-27files that are okay from the last gofmt roundRuss Cox1-3/+1
2009-10-08more lgtm files from gofmtRuss Cox1-67/+67
2009-09-17use buf.String() instead of string(buf.Bytes())Rob Pike1-8/+8
2009-09-17unused importsRuss Cox2-3/+0