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