1. 55ef67f unicode: change SimpleFold to handle invalid runes by Russ Cox · 8 years ago
  2. 94f49fd unicode: panic if given rune is negative in SimpleFold by Hiroshi Ioka · 8 years ago
  3. a2a4db7 unicode: upgrade to version 9.0.0 by Marcel van Lohuizen · 9 years ago
  4. fe15da6 unicode: upgrade to 8.0.0 by Marcel van Lohuizen · 10 years ago
  5. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/unicode/letter_test.go]
  6. 79b3daa unicode: minor cleanup by Rui Ueyama · 11 years ago
  7. 465b9c3 gofmt: apply gofmt -w src misc by Robert Griesemer · 12 years ago
  8. 4591cd6 unicode: performance improvements (API change) by Russ Cox · 12 years ago
  9. 7630a10 unicode, utf8, utf16: use rune by Russ Cox · 13 years ago
  10. 5ea413e unicode: fix case-mapping for roman numerals!! by Rob Pike · 14 years ago
  11. fc77e82 unicode: add case folding tables by Russ Cox · 14 years ago
  12. 7a92287 unicode: for consistency with MaxRune, s/Latin1Max/MaxLatin1/ and by Rob Pike · 14 years ago
  13. 8d64e73 unicode: add the first few property tests for printing. by Rob Pike · 14 years ago
  14. fc52d70 unicode: update to unicode 6.0.0 by Rob Pike · 14 years ago
  15. 3478891 gofmt -s -w src misc by Robert Griesemer · 14 years ago
  16. 1959c3a tests: fix prints by Rob Pike · 14 years ago
  17. 4e2b7f8 Unicode: provide an ability to supplement the case-mapping tables by Rob Pike · 15 years ago
  18. 45ca9f7 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  19. 3bb0032 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
  20. 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
  21. 841c18a gofmt-ify unicode by Robert Griesemer · 15 years ago
  22. 9154943 apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync syscall testing time unicode unsafe utf8 by Russ Cox · 15 years ago
  23. ca6a0fe more "declared and not used". by Russ Cox · 16 years ago
  24. 932def9 test that ASCII optimizations agree with the unicode tables by Rob Pike · 16 years ago
  25. f9e4f39 IsSpace by Rob Pike · 16 years ago
  26. 149e3d3 rearrange some constants. unicode package now defines MaxRune and ReplacementChar. by Rob Pike · 16 years ago
  27. 3c098e2 add the Upper/Lower sequence optimization. by Rob Pike · 16 years ago
  28. 22c2b47 first cut at case mapping tables and library. by Rob Pike · 16 years ago
  29. 396b47b generate the unicode tables directly from web database by Rob Pike · 16 years ago
  30. b04ac10 convert non-low-level non-google pkg code to whole-package compilation. by Russ Cox · 16 years ago
  31. a50cbf6 style police: parens in if, for, switch, range by Russ Cox · 16 years ago
  32. d90e7cb mv src/lib to src/pkg by Rob Pike · 16 years ago[Renamed from src/lib/unicode/letter_test.go]
  33. be2edb5 Automated g4 rollback of changelist 25024, plus significant hand editing. by Russ Cox · 16 years ago
  34. 9f8f2e6 convert composite literals from { } to ( ). by Russ Cox · 16 years ago
  35. 839a684 delete export by Russ Cox · 16 years ago
  36. 5ea8ac7 add unicode library stub with just IsUpper and IsLetter. by Russ Cox · 16 years ago