aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/exp
AgeCommit message (Expand)Author
2012-08-09exp/types: add more import testsRobert Griesemer
2012-08-09exp/html: ignore </html> in afterBodyIM when parsing a fragmentAndrew Balholm
2012-08-09exp/html: when ignoring <textarea> tag, switch tokenizer out of raw text modeAndrew Balholm
2012-08-08exp/html: foster-parent text correctlyAndrew Balholm
2012-08-07exp/html: correctly handle <title> after </head>Andrew Balholm
2012-08-07exp/html: fix foster-parenting when elements are implicitly closedAndrew Balholm
2012-08-05syscall: return EINVAL when string arguments have NUL charactersAlexey Borzenkov
2012-08-05exp/html: don't treat SVG <title> like HTML <title>Andrew Balholm
2012-08-03exp/locale/collate: changed API of Builder to be more convenientMarcel van Lohuizen
2012-08-03exp/html: in parse tests, discard only one trailing newlineAndrew Balholm
2012-08-03html: make the low-level tokenizer also skip end-tag attributes.Nigel Tao
2012-08-02exp/types: set non-embedded method type during GcImport.Rémy Oudompheng
2012-08-01exp/types: enable cycle checks againRobert Griesemer
2012-08-01exp/html: implement escaping and double-escaping in scriptsAndrew Balholm
2012-07-31exp/types: Replace String method with TypeString functionRobert Griesemer
2012-07-31exp/types: implement Type.String methods for testing/debuggingRobert Griesemer
2012-08-01exp/html: tokenize attributes of end tagsAndrew Balholm
2012-07-29exp/html: replace NUL with U+FFFD in text in foreign contentAndrew Balholm
2012-07-28exp/locale/collate: changed trie in first step towards support for multiple l...Marcel van Lohuizen
2012-07-27exp/html: parse CDATA sections in foreign contentAndrew Balholm
2012-07-27exp/html: replace NUL bytes in plaintext, raw text, and RCDATAAndrew Balholm
2012-07-26exp/types: process ast.Fun in checkObj; fix variadic function buildingAndrew Wilkins
2012-07-26exp/html: don't insert empty text nodesAndrew Balholm
2012-07-25exp/html: allow frameset if body contains whitespaceAndrew Balholm
2012-07-23exp/html: special handling for entities in attributesAndrew Balholm
2012-07-13exp/locale/collate: This CL includes the following changes:Marcel van Lohuizen
2012-07-13exp/locale/collate: adjusted contraction trie to support Myanmar (Burmese),Marcel van Lohuizen
2012-06-25exp/inotify: prevent data raceJan Ziak
2012-06-24exp/inotify: prevent data race during testingJan Ziak
2012-06-19exp/locale/collate: added regression test for collate packageMarcel van Lohuizen
2012-06-18go/ast: multiple "blank" imports are permittedRobert Griesemer
2012-06-15exp/html/atom: add some more atoms.Nigel Tao
2012-06-15exp/types: clean up objects after testShenghou Ma
2012-06-13exp/html: simplify some of the parser's internal methods.Nigel Tao
2012-06-11exp/types: testing resolution of qualified identifiersRobert Griesemer
2012-06-08exp/html: check the context node for consistency when parsing fragments.Nigel Tao
2012-06-07exp/html: when parsing, compare atoms (ints) instead of strings.Nigel Tao
2012-06-07exp/html: make the tokenizer return atoms for tag tokens.Nigel Tao
2012-06-07exp/html/atom: add more atoms.Nigel Tao
2012-06-04exp/locale/collate: somehow an incorrect version of tables was checked in ear...Marcel van Lohuizen
2012-06-02exp/html/atom: faster Lookup with smaller tablesRuss Cox
2012-06-01exp/html/atom: faster, hash-based lookup.Nigel Tao
2012-05-31exp/html/atom: new package.Nigel Tao
2012-05-30exp/locale/collate: avoid double building in maketables.go. Also added check.Marcel van Lohuizen
2012-05-30exp/html: Convert \r and \r\n to \n when tokenizingAndrew Balholm
2012-05-30exp/html: add some tokenizer and parser benchmarks.Nigel Tao
2012-05-29exp/types: properly read dotted identifiersRobert Griesemer
2012-05-29exp/types: disable testRuss Cox
2012-05-29exp/html: implement Noah's Ark clauseAndrew Balholm
2012-05-25exp/html: adjust parseForeignContent to match specAndrew Balholm