1. 604146c html/template, text/template: docs and fixes for template redefinition by Russ Cox · 8 years ago
  2. d2315fd html/template: adjust ambiguous URL context text by Russ Cox · 8 years ago
  3. 2f7f679 html/template, text/template: clarify template redefinition behavior by Russ Cox · 8 years ago
  4. cd2c9df html/template: fix Clone so that t.Lookup(t.Name()) yields t by Caleb Spare · 8 years ago
  5. ffd1c78 html/template: check "type" attribute in <script> by Nodir Turakulov · 10 years ago
  6. bc3bcfd html/template: update security model link by Ian Lance Taylor · 9 years ago
  7. d520226 html/template: mention risks of the CSS, HTML, JS, etc. types by Andrew Gerrand · 9 years ago
  8. 7085fb3 html/template, text/template: clarify Parse{Files,Glob} semantics by Andrew Gerrand · 9 years ago
  9. 3f66d8c html/template: add examples of loading templates from files by Emmanuel Odeke · 9 years ago
  10. 683917a all: use bytes.Equal, bytes.Contains and strings.Contains, again by Dominik Honnef · 9 years ago
  11. a44c425 html: fix typo in UnescapeString string docs by Brad Fitzpatrick · 9 years ago
  12. 012557b all: replace magic 0x80 with named constant utf8.RuneSelf by Martin Möhrmann · 9 years ago
  13. 02adfa0 html/template: prefix the internally-used FuncMap values with an underscore by Rob Pike · 9 years ago
  14. 1cb3044 all: use bytes.Equal, bytes.Contains and strings.Contains by Dominik Honnef · 9 years ago
  15. fdba5a7 all: delete dead non-test code by Dominik Honnef · 9 years ago
  16. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  17. fdd0179 all: fix typos and spelling by Martin Möhrmann · 9 years ago
  18. d0351e9 text/template,html/template: correct comment in DefinedTemplates by Rob Pike · 9 years ago
  19. 009517e html/template: add DefinedTemplates to html/template by Rob Pike · 9 years ago
  20. 2221bc35 html/template: Add missing error check to package example. by Dmitri Shuralyov · 9 years ago
  21. b18a560 html/template, encoding/asn1: fix test errors by Dominik Honnef · 9 years ago
  22. cf59c1f html/template: include itself while cloning by Nodir Turakulov · 9 years ago
  23. 090843b6 text/template: change IsTrue to take interface{} instead of reflect.Value. by David Symonds · 9 years ago
  24. 02e8ec0 text/template, html/template: fix block example name by Andrew Gerrand · 9 years ago
  25. 12dfc3b text/template, html/template: add block keyword and permit template redefinition by Andrew Gerrand · 10 years ago
  26. a326c3e text/template: export isTrue by Rob Pike · 10 years ago
  27. 918c823 html/template: preserve attr in stateBeforeValue by Nodir Turakulov · 10 years ago
  28. 5b92028 html: speed up UnescapeString by Ingo Oeser · 10 years ago
  29. 0645bdd html/template: add examples to package and functions by Carlos C · 10 years ago
  30. 2ae7737 all: link to https instead of http by Brad Fitzpatrick · 10 years ago
  31. ca91de7 html/template: prevent panic while escaping pipelines by Didier Spezia · 10 years ago
  32. a3c0730 html: add examples to the functions by Carlos C · 10 years ago
  33. f6853369 html/template: prevent panic when escaping actions involving chain nodes by Didier Spezia · 10 years ago
  34. a1c1a76 html/template: fix string iteration in replacement operations by Didier Spezia · 10 years ago
  35. 2d9a50b html: simplify and optimize escape/unescape by Didier Spezia · 10 years ago
  36. 91d989e html/template: fix pipeline sanitization by Didier Spezia · 10 years ago
  37. f4e3e5e html/template: fix quadratic performance with special tags by Didier Spezia · 10 years ago
  38. 4e5ac45 text/template: provide a mechanism for options by Rob Pike · 10 years ago
  39. 11dba2e html/template: fix crash when escaping incomplete template by Rob Pike · 10 years ago
  40. 9b6ccb1 all: don't refer to code.google.com/p/go{,-wiki}/ by Péter Surányi · 10 years ago
  41. 746dec5 html/template: fix example code by Andrew Gerrand · 10 years ago
  42. e71c9cb html/template: fix build after encoding/js escaping change by Andrew Gerrand · 10 years ago
  43. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago