summaryrefslogtreecommitdiff
path: root/src/pkg/unicode
Commit message (Expand)AuthorAgeFilesLines
* unicode: use go generate instead of make to create tables.goRob Pike2014-08-262-15/+3
* unicode/maketables: add -output flag, buffer output, use gofmtRob Pike2014-08-252-62/+117
* unicode: strconv: regexp: Upgrade to Unicode 7.0.0.Marcel van Lohuizen2014-08-183-308/+969
* src, misc: applied gofmt -s -wRobert Griesemer2014-07-161-1/+1
* unicode: fix doc typoP?ter Sur?nyi2014-05-111-1/+1
* unicode/utf8: minor code simplificationRui Ueyama2014-03-231-20/+12
* unicode/utf16: remove unnecessary type conversionsRui Ueyama2014-03-231-1/+1
* unicode: minor cleanupRui Ueyama2014-03-191-14/+2
* unicode: upgrade to Unicode 6.3.0Marcel van Lohuizen2014-02-183-28/+37
* unicode: delete appearance of unused LowerUpper term from commentRob Pike2014-01-311-1/+1
* all: add missing copyrightChaiShushan2013-12-173-1/+13
* unicode/utf16: add explicit test for decoding invalid runes.Dave Cheney2013-12-161-0/+20
* unicode/utf16: add explicit tests for IsSurrogateDave Cheney2013-12-161-0/+28
* undo CL 12486043 / ab644299d124Brad Fitzpatrick2013-08-051-1/+1
* all: use strings.IndexByte instead of Index where possibleBrad Fitzpatrick2013-08-051-1/+1
* unicode: add "In" function to test membership of a runeRob Pike2013-07-242-6/+17
* unicode: modify a comment to the convention format.Oling Cat2013-03-191-1/+1
* unicode: remove an extra spaceOling Cat2013-03-192-2/+2
* unicode/utf8: fix insignificant typos in testsJeff R. Allen2013-03-131-3/+3
* unicode: use new Scanner interface in table creationRob Pike2013-02-211-30/+21
* utf8: fix typo.Andrey Mirtchovski2013-01-091-1/+1
* unicode: move unicode and related packages to Unicode 6.2.0.Marcel van Lohuizen2012-10-315-237/+559
* gofmt: apply gofmt -w src miscRobert Griesemer2012-10-302-2/+2
* unicode: performance improvements (API change)Russ Cox2012-09-216-30/+232
* unicode/utf8: add ExamplesSanjay Menakuru2012-09-171-0/+192
* cmd/gc: string conversion for surrogatesRob Pike2012-08-301-2/+4
* all: make Unicode surrogate halves illegal as UTF-8Rob Pike2012-08-082-15/+121
* unicode/utf8: reject out-of-range runes.Rob Pike2012-07-192-2/+19
* unicode: fix comment about variable typesRuss Cox2012-05-222-5/+5
* unicode/utf16: delete dependence on package unicodeRob Pike2012-03-064-7/+45
* unicode/utf8: remove dependence on unicode.Rob Pike2012-03-062-5/+19
* cmd/go: a raft of fixesRuss Cox2012-02-141-0/+2
* unicode: various documentation tweaksRob Pike2012-02-104-7/+6
* unicode/utf8: document return value for decode errorsRob Pike2012-02-101-3/+6
* build: delete make paraphernaliaRuss Cox2012-02-061-2/+0
* unicode: document large var blocks and the SpecialCase vars.David Symonds2012-02-043-2/+7
* std: add struct field tags to untagged literals.Nigel Tao2012-02-031-1/+5
* build: remove Make.pkg, Make.toolRuss Cox2012-01-303-42/+2
* utf8.String: move to exp/utf8string.StringRob Pike2012-01-173-314/+0
* various: use $GCFLAGS and $GCIMPORTS like Make doesMaxim Pimenov2011-12-161-1/+1
* update tree for new default type ruleRuss Cox2011-12-081-4/+4
* various: we don't cast, we convertRob Pike2011-12-051-2/+2
* use new strconv APIRuss Cox2011-12-051-6/+6
* renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*Rob Pike2011-11-084-5/+5
* renaming_1: hand-edited files for go 1 renamingRob Pike2011-11-082-2/+2
* os,text,unicode: renamingsRob Pike2011-11-038-0/+1263
* all: sort importsRuss Cox2011-11-021-1/+1
* src/pkg/[n-z]*: gofix -r error -force=errorRuss Cox2011-11-011-3/+4
* unicode, utf8, utf16: use runeRuss Cox2011-10-258-203/+216
* unicode: sort tables.goRuss Cox2011-10-192-2941/+2949