1. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/unicode/digit_test.go]
  2. 7630a10 unicode, utf8, utf16: use rune by Russ Cox · 13 years ago
  3. 7a92287 unicode: for consistency with MaxRune, s/Latin1Max/MaxLatin1/ and by Rob Pike · 14 years ago
  4. 8d64e73 unicode: add the first few property tests for printing. by Rob Pike · 14 years ago
  5. 1959c3a tests: fix prints by Rob Pike · 15 years ago
  6. 45ca9f7 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  7. 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
  8. 841c18a gofmt-ify unicode by Robert Griesemer · 15 years ago
  9. 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
  10. ca6a0fe more "declared and not used". by Russ Cox · 16 years ago
  11. 932def9 test that ASCII optimizations agree with the unicode tables by Rob Pike · 16 years ago
  12. 149e3d3 rearrange some constants. unicode package now defines MaxRune and ReplacementChar. by Rob Pike · 16 years ago
  13. 22c2b47 first cut at case mapping tables and library. by Rob Pike · 16 years ago
  14. 94e6915 unicode tables for all categories by Rob Pike · 16 years ago
  15. 24dfb74 change IsDecimalDigit to IsDigit because Decimal is redundant by Rob Pike · 16 years ago[Renamed (98%) from src/pkg/unicode/decimaldigit_test.go]
  16. b04ac10 convert non-low-level non-google pkg code to whole-package compilation. by Russ Cox · 16 years ago
  17. a50cbf6 style police: parens in if, for, switch, range by Russ Cox · 16 years ago
  18. d90e7cb mv src/lib to src/pkg by Rob Pike · 16 years ago[Renamed from src/lib/unicode/decimaldigit_test.go]
  19. 8e39472 rename redefined symbols by Rob Pike · 16 years ago
  20. 4cbfcae add unicode data for decimal digit, preparatory to allowing them in identifiers. by Rob Pike · 16 years ago