aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/exp
AgeCommit message (Expand)Author
2012-11-01exp/types/staging: filling in more blanksRobert Griesemer
2012-10-31unicode: move unicode and related packages to Unicode 6.2.0.Marcel van Lohuizen
2012-10-31exp/locale/collate: implementation of tailorings and table generation.Marcel van Lohuizen
2012-10-31exp/locale/collate: removed weights struct to allow for faster and easierMarcel van Lohuizen
2012-10-31exp/locale/collate: add context to entry.Marcel van Lohuizen
2012-10-30gofmt: apply gofmt -w src miscRobert Griesemer
2012-10-30exp/gotype: add more test packagesRobert Griesemer
2012-10-25exp/locale/collate: slightly changed collation elements:Marcel van Lohuizen
2012-10-24exp/locale/collate/build: fixed problem where blocks for first byte needMarcel van Lohuizen
2012-10-24exp/locale/collate: clarification in comments on use of returned value.Marcel van Lohuizen
2012-10-24exp/locale/collate/tools/colcmp: add locale to output of regression failure.Marcel van Lohuizen
2012-10-22exp/type/staging: implemented recent spec changesRobert Griesemer
2012-10-18exp/html: update package docs and add an example; a node's children isNigel Tao
2012-10-17cmd/gc: don't squash complex literals when inlining.Rémy Oudompheng
2012-10-16exp/types/staging: index and slice type checksRobert Griesemer
2012-10-09gofmt: apply gofmt -w -s src miscRobert Griesemer
2012-10-07fix build: use temporary variable to avoid compiler errorRobert Griesemer
2012-10-07exp/types/staging: more flexible API, cleanupsRobert Griesemer
2012-10-07/exp/types/staging: expression and statement type checkingRobert Griesemer
2012-10-07exp/types/staging: test driversRobert Griesemer
2012-10-07exp/locale/collate: use gofmt -w -s (rather than just gofmt -w)Robert Griesemer
2012-09-30exp/types: permit importing packages without available source.David Symonds
2012-09-30exp/types: better diagnosis for compile failures.David Symonds
2012-09-25exp/types/staging: updated gcimporterRobert Griesemer
2012-09-25exp/types/staging: support for typechecking (most) builtinsRobert Griesemer
2012-09-25exp/types/staging: operands, constants, and error handlingRobert Griesemer
2012-09-24exp/locale/collate/tools/colcmp: implementation of colcmp tool used for compa...Marcel van Lohuizen
2012-09-14exp/locale/collate: changed API to allow access to different locales through ...Marcel van Lohuizen
2012-09-13cmd/pack: rename __.SYMDEF to __.GOSYMDEFRuss Cox
2012-09-10exp/types/staging: typechecker APIRobert Griesemer
2012-09-08exp/locale/collate: added indices to builder for reusing blocks between locales.Marcel van Lohuizen
2012-09-08exp/locale/collate: switch from DUCET to CLDR for the default root table.Marcel van Lohuizen
2012-09-06exp/locale/collate/build: moved some of the code to the appropriate file, asMarcel van Lohuizen
2012-09-01exp/locale/collate: Added functionality to parse and process LDML filesMarcel van Lohuizen
2012-09-01exp/locale/collate: first changes that introduce implementation of tailorings:Marcel van Lohuizen
2012-08-31exp/html: change a node's children from a slice to a linked list.Nigel Tao
2012-08-24exp/locale/collate: add code to ignore tests with (unpaired) surrogates.Marcel van Lohuizen
2012-08-24exp/html: remove unused forTag function.Nigel Tao
2012-08-21exp/html: refactor the parser.read method.Nigel Tao
2012-08-20exp/locale/collate/build: fixed bug that was exposed by experimentingMarcel van Lohuizen
2012-08-20exp/locale/collate: let regtest generate its own collation table.Marcel van Lohuizen
2012-08-20exp/locale/collate: changed default AlternateHandling to non-ignorable, the sameMarcel van Lohuizen
2012-08-20exp/locale/collate: Added test flag to maketables tool for comparing newlyMarcel van Lohuizen
2012-08-20exp/html: make the parser manipulate the tokenizer via exported methodsNigel Tao
2012-08-16exp/html: simplify testing codeAndrew Balholm
2012-08-15exp/html: skip render and reparse on more tests that build badly-formed parse...Andrew Balholm
2012-08-14exp/proxy: remove package.Adam Langley
2012-08-14exp/html: generate replacement for <isindex> correctlyAndrew Balholm
2012-08-13exp/html: discard tags that are terminated by EOF instead of by '>'Andrew Balholm
2012-08-10exp/html: ignore self-closing flag except in SVG and MathMLAndrew Balholm