| Age | Commit message (Expand) | Author |
| 2011-11-23 | html: on EOF in a comment, ignore final dashes (up to 2) | Andrew Balholm |
| 2011-11-22 | html: copy attributes from extra <html> tags to root element | Andrew Balholm |
| 2011-11-22 | html: ignore whitespace before <head> element | Andrew Balholm |
| 2011-11-20 | html: refactor parse test infrastructure | Andrew Balholm |
| 2011-11-19 | html/template: fix documentation formatting | Andrew Gerrand |
| 2011-11-18 | html/template, net/http, websocket: fix import paths in comments | Lucio De Re |
| 2011-11-18 | html: fix doc after Err method name change | Gustavo Niemeyer |
| 2011-11-17 | html: parse <isindex> | Andrew Balholm |
| 2011-11-17 | html: parse </optgroup> and </option> | Andrew Balholm |
| 2011-11-16 | html/template: indirect top-level values before printing | Rob Pike |
| 2011-11-16 | html: parse <optgroup> tags | Andrew Balholm |
| 2011-11-16 | html: parse <caption> elements | Andrew Balholm |
| 2011-11-15 | html: auto-close <p> elements when starting <form> element. | Andrew Balholm |
| 2011-11-15 | html: parse and render <plaintext> elements | Andrew Balholm |
| 2011-11-13 | html: auto-close <dd> and <dt> elements | Andrew Balholm |
| 2011-11-13 | html: store the current insertion mode in the parser | Andrew Balholm |
| 2011-11-12 | html: handle end tags in strange places | Andrew Balholm |
| 2011-11-11 | html: ignore <col> tag outside tables | Andrew Balholm |
| 2011-11-11 | html: parse column groups | Andrew Balholm |
| 2011-11-10 | html: parse framesets | Andrew Balholm |
| 2011-11-10 | html: don't emit text token for empty raw text elements. | Andrew Balholm |
| 2011-11-09 | html: correctly parse </html> in <head> element. | Andrew Balholm |
| 2011-11-08 | renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* | Rob Pike |
| 2011-11-08 | renaming_1: hand-edited files for go 1 renaming | Rob Pike |
| 2011-11-09 | html: treat <image> as <img> | Andrew Balholm |
| 2011-11-08 | html: parse <body>, <base>, <link>, <meta>, and <title> tags inside page body | Andrew Balholm |
| 2011-11-08 | html: fix typo in package docs. | Nigel Tao |
| 2011-11-07 | html: be able to test more than one testdata file. | Nigel Tao |
| 2011-11-04 | html/template: wraps package template instead of exposing func Escape | Mike Samuel |
| 2011-11-04 | html,bzip2,sql: rename Error methods that return error to Err | Gustavo Niemeyer |
| 2011-11-04 | html: properly close <tr> element when an new <tr> starts. | Andrew Balholm |
| 2011-11-04 | html: move <link> element from after <head> into <head> | Andrew Balholm |
| 2011-11-03 | all: rename os.EOF to io.EOF in various non-code contexts | Vincent Vanackere |
| 2011-11-03 | html,log,math: renamings | Rob Pike |
| 2011-11-03 | html: parse <link> elements in <head> | Andrew Balholm |
| 2011-11-03 | html: properly close <marquee> elements. | Andrew Balholm |
| 2011-11-01 | src/pkg/[a-m]*: gofix -r error -force=error | Russ Cox |
| 2011-11-02 | html: stop at scope marker node when generating implied </a> tags | Andrew Balholm |
| 2011-11-02 | html: refactor the blacklist for the "render and re-parse" test. | Nigel Tao |
| 2011-11-01 | html: process </td> tags; foster parent at most one node per token | Andrew Balholm |
| 2011-10-29 | html: adjust bookmark in "adoption agency" algorithm | Andrew Balholm |
| 2011-10-28 | html: don't run "adoption agency" on elements that aren't in scope. | Andrew Balholm |
| 2011-10-27 | html: fix print argument in test | Russ Cox |
| 2011-10-28 | html: allow whitespace text nodes in <head> | Andrew Balholm |
| 2011-10-27 | html: parse <style> elements inside <head> element. | Andrew Balholm |
| 2011-10-27 | html: close <option> element when opening <optgroup> | Andrew Balholm |
| 2011-10-25 | cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ... | Russ Cox |
| 2011-10-26 | html: improve parsing of lists | Andrew Balholm |
| 2011-10-26 | html: improve parsing of tables | Andrew Balholm |
| 2011-10-25 | html: remove the Tokenizer.ReturnComments option. | Nigel Tao |