1. 4d8db00 all: use bytes.Cut, strings.Cut by Russ Cox · 3 years, 6 months ago
  2. d0dd26a html/template, text/template: implement break and continue for range loops by Russ Cox · 3 years, 10 months ago
  3. 496d7c6 text/template: add lock for Template.tmpl to fix data race by Ian Lance Taylor · 3 years, 10 months ago
  4. d4b2638 all: go fmt std cmd (but revert vendor) by Russ Cox · 4 years, 1 month ago
  5. 3d85c69 html/template: revert "avoid race when escaping updates template" by Ian Lance Taylor · 4 years, 2 months ago
  6. e60cffa html/template: attach functions to namespace by Ian Lance Taylor · 4 years, 3 months ago
  7. 5a4db10 html/template: avoid race when escaping updates template by Ian Lance Taylor · 4 years, 3 months ago
  8. 4f1b0a4 all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp by Russ Cox · 4 years, 4 months ago
  9. 283d654 encoding/json: revert "add "json: " prefix to SyntaxError messages" by Kevin Burke · 4 years, 3 months ago
  10. 6af088b encoding/json: add "json: " prefix to SyntaxError messages by Kevin Burke · 4 years, 5 months ago
  11. 1b09d43 all: update references to symbols moved from io/ioutil to io by Russ Cox · 4 years, 5 months ago
  12. 2a9aa4d html/template, text/template: add ParseFS by Russ Cox · 4 years, 8 months ago
  13. 9384d34 text/template: allow newlines inside action delimiters by Russ Cox · 4 years, 6 months ago
  14. c8ea038 text/template: add CommentNode to template parse tree by Ariel Mashraki · 4 years, 11 months ago
  15. efbe47b html/template: add tests from text/template by Russ Cox · 4 years, 8 months ago
  16. 2cd2ff6 all: avoid awkward wording from CL 236857 by Russ Cox · 4 years, 9 months ago
  17. 608cdca all: replace usages of whitelist/blacklist and master/slave by Filippo Valsorda · 4 years, 9 months ago
  18. d4d2980 html/template,text/template: switch to Unicode escapes for JSON compatibility by empijei · 5 years ago
  19. 52c4488 html: update URL in comment by fujimoto kyosuke · 5 years ago
  20. 94e9a5e text/template: harden JSEscape to also escape ampersand and equal by Roberto Clapis · 5 years ago
  21. 683ef8c html/template: document handling of namespaced and data- attributes by Justin Nuß · 7 years ago
  22. b9bf2f5 html/template: micro optimization for isJSType by Dong-hee Na · 6 years ago
  23. 263db9b html/template, text/template: document glob semantics by Andrew Gerrand · 6 years ago
  24. db042d2 html/template: handle nil Error values in context.String by Samuel Tan · 6 years ago
  25. 5003b62 html/template: add support for JavaScript modules by Andrew Bonventre · 6 years ago
  26. 4ad1355 html: add a Fuzz function by Romain Baugue · 6 years ago
  27. aef1a7e html/template: prevent test from failing with nil pointer dereference by Marat Khabibullin · 6 years ago
  28. c97e576 html/template: use strings.Builder by Josh Bleecher Snyder · 6 years ago
  29. 3cf56e7 text/template: accept new number syntax by Russ Cox · 6 years ago
  30. 784d810 text/html: escape MIME type "application/ld+json" as JavaScript by Evan Klitzke · 7 years ago
  31. 3813edf all: use "reports whether" consistently in the few places that didn't by Brad Fitzpatrick · 6 years ago
  32. da0d1a4 all: use strings.ReplaceAll and bytes.ReplaceAll where applicable by Brad Fitzpatrick · 6 years ago
  33. a2a8396 html/template: add an example for the Delims method by Dmitry Neverov · 7 years ago
  34. 48462bb html/template: use named consts instead of their values by Iskander Sharipov · 7 years ago
  35. 740e589 html: lazily populate Unescape tables by Brad Fitzpatrick · 7 years ago
  36. c5cb484 html/template: ignore untyped nil arguments to default escapers by Ian Lance Taylor · 7 years ago
  37. bedfa4e text/template/parse: undo breaking API changes by Daniel Theophanes · 7 years ago
  38. 161874d all: update comment URLs from HTTP to HTTPS, where possible by Tim Cooper · 7 years ago
  39. 23e9dc7 html/template: always write untyped nil as JS null by Daniel Martí · 7 years ago
  40. d013228 text/template: copy Decl field when copying PipeNode by Ian Lance Taylor · 7 years ago
  41. f4412ae html/template: grow srcset buffer in proportion to need by Rhys Hiltner · 7 years ago
  42. 542ea5a go/printer, gofmt: tuned table alignment for better results by Robert Griesemer · 7 years ago
  43. 28c1ad9 text/template: add variable assignments by Daniel Martí · 7 years ago
  44. 55732ad html/template: fix one more lint naming error by Samuel Tan · 7 years ago
  45. d29ed92 html/template: fix lint errors by Samuel Tan · 7 years ago
  46. d3beea8 all: fix misspellings by Shawn Smith · 7 years ago
  47. 8fc25b5 all: remove duplicate word "the" by Ryuma Yoshida · 7 years ago
  48. 2e78f2a html/template: make more use of stringer by Daniel Martí · 7 years ago
  49. 60cf9ec all: add more uses of stringer by Daniel Martí · 7 years ago
  50. a95c5f0 html/template: remove unused func by Daniel Martí · 7 years ago
  51. c951768 html/template: check for duplicates when inserting escapers by Samuel Tan · 7 years ago
  52. bf89784 Revert "html/template: prevent aliasing of parse Trees via AddParseTree" by Samuel Tan · 7 years ago
  53. c0cda71 html/template: add srcset content type by Mike Samuel · 7 years ago
  54. d42826a html/template: fix typo in TestOrphanedTemplate error message by Samuel Tan · 7 years ago
  55. 6af8c0d html/template: reset templates orphaned by (*Template).New by Samuel Tan · 7 years ago
  56. 90d71fe all: revert "all: prefer strings.IndexByte over strings.Index" by Marvin Stenger · 7 years ago
  57. f22ba1f all: prefer strings.IndexByte over strings.Index by Marvin Stenger · 7 years ago
  58. cd0a5f0 html/template: prevent aliasing of parse Trees via AddParseTree by Samuel Tan · 7 years ago
  59. 9ee6f7b html/template: explain URL filtering by Samuel Tan · 8 years ago
  60. 6dae588 html: updated entity spec link by Seiji Takahashi · 8 years ago
  61. a005a8d html/template: use the same escaper across multiple template executions by Samuel Tan · 8 years ago
  62. 882a640 html/template: only search identifier nodes for predefined escapers by Samuel Tan · 8 years ago
  63. 3a2fee0 html/template: allow safe usage of predefined escapers in pipelines by Samuel Tan · 8 years ago
  64. 1acff5f template: warn about interleaved nature of writes by Dieter Plaetinck · 8 years ago
  65. 6049b17 html/template: use bytes.ContainsAny by Daniel Martí · 8 years ago
  66. f3f3f0d html/template: ignore case when handling type attribute in script element by Samuel Tan · 8 years ago
  67. 4646a33 html/template: ensure that MIME type handling is case insensitive by Samuel Tan · 8 years ago
  68. 9ffd933 html/template: panic if predefined escapers are found in pipelines during rewriting by Samuel Tan · 8 years ago
  69. 5c5a106 text/template,html/template: state that Funcs must happen before parsing by Rob Pike · 8 years ago
  70. c5cdda4 encoding/base64, html/template: fix grammar mistakes by Kevin Burke · 8 years ago
  71. d54b60a html/template: lock in application/json as valid JS test by Emmanuel Odeke · 8 years ago
  72. 37dbc7b html/template: escape JS in application/json script tag by Nodir Turakulov · 8 years ago
  73. 1e91731 html/template: fix multiple Clones of redefined template by Caleb Spare · 8 years ago
  74. 2442b49 html/template: typo fix by Marcel Edmund Franke · 8 years ago
  75. d8264de all: spell "marshal" and "unmarshal" consistently by Dmitri Shuralyov · 8 years ago
  76. ef3a9f2 html/template, text/template: drop defined template list from errors by Russ Cox · 8 years ago
  77. 2693fa1 html/template: add test case for unbounded template expansion by Russ Cox · 8 years ago
  78. 604146c html/template, text/template: docs and fixes for template redefinition by Russ Cox · 8 years ago
  79. d2315fd html/template: adjust ambiguous URL context text by Russ Cox · 8 years ago
  80. 2f7f679 html/template, text/template: clarify template redefinition behavior by Russ Cox · 8 years ago
  81. cd2c9df html/template: fix Clone so that t.Lookup(t.Name()) yields t by Caleb Spare · 8 years ago
  82. ffd1c78 html/template: check "type" attribute in <script> by Nodir Turakulov · 10 years ago
  83. bc3bcfd html/template: update security model link by Ian Lance Taylor · 9 years ago
  84. d520226 html/template: mention risks of the CSS, HTML, JS, etc. types by Andrew Gerrand · 9 years ago
  85. 7085fb3 html/template, text/template: clarify Parse{Files,Glob} semantics by Andrew Gerrand · 9 years ago
  86. 3f66d8c html/template: add examples of loading templates from files by Emmanuel Odeke · 9 years ago
  87. 683917a all: use bytes.Equal, bytes.Contains and strings.Contains, again by Dominik Honnef · 9 years ago
  88. a44c425 html: fix typo in UnescapeString string docs by Brad Fitzpatrick · 9 years ago
  89. 012557b all: replace magic 0x80 with named constant utf8.RuneSelf by Martin Möhrmann · 9 years ago
  90. 02adfa0 html/template: prefix the internally-used FuncMap values with an underscore by Rob Pike · 9 years ago
  91. 1cb3044 all: use bytes.Equal, bytes.Contains and strings.Contains by Dominik Honnef · 9 years ago
  92. fdba5a7 all: delete dead non-test code by Dominik Honnef · 9 years ago
  93. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  94. fdd0179 all: fix typos and spelling by Martin Möhrmann · 9 years ago
  95. d0351e9 text/template,html/template: correct comment in DefinedTemplates by Rob Pike · 9 years ago
  96. 009517e html/template: add DefinedTemplates to html/template by Rob Pike · 9 years ago
  97. 2221bc35 html/template: Add missing error check to package example. by Dmitri Shuralyov · 9 years ago
  98. b18a560 html/template, encoding/asn1: fix test errors by Dominik Honnef · 9 years ago
  99. cf59c1f html/template: include itself while cloning by Nodir Turakulov · 9 years ago
  100. 090843b6 text/template: change IsTrue to take interface{} instead of reflect.Value. by David Symonds · 9 years ago