]> Cypherpunks.ru repositories - gostls13.git/history - src/html
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / html /
2019-02-26 Russ Coxtext/template: accept new number syntax
2019-02-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-12-13 Evan Klitzketext/html: escape MIME type "application/ld+json" as...
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-02 Brad Fitzpatrickall: use "reports whether" consistently in the few...
2018-10-15 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-09-26 Brad Fitzpatrickall: use strings.ReplaceAll and bytes.ReplaceAll where...
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-08-30 Dmitry Neverovhtml/template: add an example for the Delims method
2018-08-22 Iskander Sharipovhtml/template: use named consts instead of their values
2018-07-31 Brad Fitzpatrickhtml: lazily populate Unescape tables
2018-07-09 Ian Lance Taylorhtml/template: ignore untyped nil arguments to default...
2018-07-03 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-06-22 Daniel Theophanestext/template/parse: undo breaking API changes
2018-06-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-06-01 Tim Cooperall: update comment URLs from HTTP to HTTPS, where...
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-09 Daniel Martíhtml/template: always write untyped nil as JS null
2018-04-10 Ian Lance Taylortext/template: copy Decl field when copying PipeNode
2018-04-06 Rhys Hiltnerhtml/template: grow srcset buffer in proportion to...
2018-04-04 Robert Griesemergo/printer, gofmt: tuned table alignment for better...
2018-04-04 Daniel Martítext/template: add variable assignments
2018-03-30 Samuel Tanhtml/template: fix one more lint naming error
2018-03-29 Samuel Tanhtml/template: fix lint errors
2018-02-20 Shawn Smithall: fix misspellings
2018-02-20 Ryuma Yoshidaall: remove duplicate word "the"
2018-02-20 Daniel Martíhtml/template: make more use of stringer
2018-02-19 Daniel Martíall: add more uses of stringer
2018-02-19 Daniel Martíhtml/template: remove unused func
2018-01-10 Samuel Tanhtml/template: check for duplicates when inserting...
2018-01-09 Samuel TanRevert "html/template: prevent aliasing of parse Trees...
2017-12-14 Mike Samuelhtml/template: add srcset content type
2017-12-08 Samuel Tanhtml/template: fix typo in TestOrphanedTemplate error...
2017-12-08 Samuel Tanhtml/template: reset templates orphaned by (*Template...
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-10-05 Marvin Stengerall: revert "all: prefer strings.IndexByte over strings...
2017-09-25 Marvin Stengerall: prefer strings.IndexByte over strings.Index
2017-09-20 Samuel Tanhtml/template: prevent aliasing of parse Trees via...
2017-09-18 Samuel Tanhtml/template: explain URL filtering
2017-08-11 Austin ClementsMerge remote-tracking branch 'origin/dev.debug' into...
2017-08-08 Seiji Takahashihtml: updated entity spec link
2017-07-14 Samuel Tanhtml/template: use the same escaper across multiple...
2017-06-14 Samuel Tanhtml/template: only search identifier nodes for predefi...
2017-05-05 Samuel Tanhtml/template: allow safe usage of predefined escapers...
2017-05-05 Dieter Plaetincktemplate: warn about interleaved nature of writes
2017-04-25 Daniel Martíhtml/template: use bytes.ContainsAny
2017-04-20 Samuel Tanhtml/template: ignore case when handling type attribute...
2017-04-20 Samuel Tanhtml/template: ensure that MIME type handling is case...
2017-04-10 Samuel Tanhtml/template: panic if predefined escapers are found...
2017-03-21 Rob Piketext/template,html/template: state that Funcs must...
2017-03-07 Kevin Burkeencoding/base64, html/template: fix grammar mistakes
2016-12-04 Emmanuel Odekehtml/template: lock in application/json as valid JS...
2016-12-04 Nodir Turakulovhtml/template: escape JS in application/json script tag
2016-11-15 Caleb Sparehtml/template: fix multiple Clones of redefined template
2016-11-14 Marcel Edmund Frankehtml/template: typo fix
2016-11-12 Dmitri Shuralyovall: spell "marshal" and "unmarshal" consistently
2016-10-28 Russ Coxhtml/template, text/template: drop defined template...
2016-10-24 Russ Coxhtml/template: add test case for unbounded template...
2016-10-24 Russ Coxhtml/template, text/template: docs and fixes for templa...
2016-10-19 Russ Coxhtml/template: adjust ambiguous URL context text
2016-10-19 Russ Coxhtml/template, text/template: clarify template redefini...
2016-10-17 Caleb Sparehtml/template: fix Clone so that t.Lookup(t.Name()...
2016-09-29 Nodir Turakulovhtml/template: check "type" attribute in <script>
2016-07-13 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-06-23 Ian Lance Taylorhtml/template: update security model link
2016-05-27 David Chase[dev.ssa] Merge branch 'master' into dev.ssa
2016-05-18 Andrew Gerrandhtml/template: mention risks of the CSS, HTML, JS,...
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-04-27 Rick Hudson[dev.garbage] Merge remote-tracking branch 'origin...
2016-04-22 Andrew Gerrandhtml/template, text/template: clarify Parse{Files,Glob...
2016-04-13 Emmanuel Odekehtml/template: add examples of loading templates from...
2016-04-11 Dominik Honnefall: use bytes.Equal, bytes.Contains and strings.Contai...
2016-04-10 Brad Fitzpatrickhtml: fix typo in UnescapeString string docs
2016-04-10 Martin Möhrmannall: replace magic 0x80 with named constant utf8.RuneSelf
2016-04-05 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-04-04 Rob Pikehtml/template: prefix the internally-used FuncMap value...
2016-04-01 Dominik Honnefall: use bytes.Equal, bytes.Contains and strings.Contains
2016-03-28 Austin Clements[dev.garbage] Merge remote-tracking branch 'origin...
2016-03-25 Dominik Honnefall: delete dead non-test code
2016-03-02 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-02 Brad Fitzpatrickall: single space after period.
2016-02-29 Gerrit Code ReviewMerge "[dev.ssa] Merge remote-tracking branch 'origin...
2016-02-29 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-24 Martin Möhrmannall: fix typos and spelling
2016-01-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-11-24 Rob Piketext/template,html/template: correct comment in Defined...
2015-11-23 Rob Pikehtml/template: add DefinedTemplates to html/template
2015-11-22 Dmitri Shuralyovhtml/template: Add missing error check to package example.
2015-11-17 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-11-10 Dominik Honnefhtml/template, encoding/asn1: fix test errors
2015-10-20 Nodir Turakulovhtml/template: include itself while cloning
2015-10-20 Gerrit Code ReviewMerge "[dev.ssa] Merge remote-tracking branch 'origin...
2015-10-19 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-10-01 David Symondstext/template: change IsTrue to take interface{} instea...
2015-09-29 Andrew Gerrandtext/template, html/template: fix block example name
2015-09-28 Andrew Gerrandtext/template, html/template: add block keyword and...
2015-09-17 Rob Piketext/template: export isTrue
2015-09-09 Nodir Turakulovhtml/template: preserve attr in stateBeforeValue
2015-08-25 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-08-22 Ingo Oeserhtml: speed up UnescapeString
next