aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/html
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-08-29text/template: add back pointer to Nodes for better error generationRob Pike
2014-08-19html/template: don't panic on second execution of unescapable templateAndrew Gerrand
2014-05-19text/template,html/template: document that partial results may be written on ...Rob Pike
2014-05-01html: fix small typoRobert Hencke
2014-04-26src: fix issues found by go vet stdRobert Hencke
2014-04-15text/template: say more often that templates are safe for parallel executionRob Pike
2014-04-09html/template: fix two unrelated bugsRob Pike
2014-04-01html/template: fix broken linksShenghou Ma
2013-12-18html: add tests for UnescapeString edge casesShawn Smith
2013-09-25html/template: update the Tree field after parsing new templatesRob Pike
2013-09-17text/template/parse, html/template: copy Tree.text during html template cloneJosh Bleecher Snyder
2013-09-05html/template: export the parse.Tree for the escaped templateRob Pike
2013-08-09encoding/json: escape & alwaysRuss Cox
2013-08-07all: fix up language in a couple of commentsRob Pike
2013-08-04html/template: delete panic recovery code from testRob Pike
2013-08-04html/template: handle nils during indirectionJosh Bleecher Snyder
2013-08-03various: deleted unused itemsRob Pike
2013-07-23all: be more idiomatic when documenting boolean return values.Rob Pike
2013-07-10html: add escaping testsAndrew Gerrand
2013-03-22build: remove dead codeRuss Cox
2013-03-12html/template: Ensure release of namespace mutex in Template.Execute()Robert Figueiredo
2013-03-11all: remove now-unnecessary unreachable panicsBrad Fitzpatrick
2013-03-01html/template: fix doc typoAndrew Gerrand
2013-01-18html/template: remove noescape supportAndrew Gerrand
2013-01-14html/template: Clarifying references to "text/template" in the documentation.Francesc Campoy
2012-11-22all: fix the the typosShenghou Ma
2012-10-30gofmt: apply gofmt -w src miscRobert Griesemer
2012-10-09gofmt: apply gofmt -w -s src miscRobert Griesemer
2012-10-03text/template: better error messages during execution,Rob Pike
2012-09-24text/template: allow .Field access to parenthesized expressionsRob Pike
2012-09-13html/template: fix URL docRuss Cox
2012-07-09pkg: Removing duplicated words ("of of", etc.), mostly from comments.David G. Andersen
2012-04-12html, exp/html: escape ' and " as ' and ", since IE8 andNigel Tao
2012-03-21html/template: fix typo and make grammar consistent in comments.David Symonds
2012-03-20html/template: add Templates and *Escape functionsRob Pike
2012-03-14html/template: fix nil pointer bugRob Pike
2012-03-13html/template: fix panic on CloneBrad Fitzpatrick
2012-03-12html/template: doc nitRuss Cox
2012-03-05html/template: fix comment typoScott Lawrence
2012-03-01html/template: encoding/json does more escaping now, so update the html/templ...David Symonds
2012-02-27html/template: use correct method signature, in introduction example.Mike Rosset
2012-02-24html/template: make doctype check case-insensitiveScott Lawrence
2012-02-20html/template: don't indirect past a StringerRob Pike
2012-02-20html/template: minor tweak to docs to improve HTML typography.David Symonds
2012-02-18html/template: replace obsolete reference to template.SetRob Pike
2012-02-16html/template: clone is implemented elsewhere, so delete this implementationRob Pike
2012-02-15html/template: add Clone and AddParseTree. Make text/template's CloneNigel Tao
2012-02-12html/template: Added more explicit wording about examples and documentation.Bjorn Tipling
2012-02-06all: avoid bytes.NewBuffer(nil)Rob Pike