1. 8d533a0 encoding/charmap: update UCM spec file URL prefix by Zach Young · 5 months ago master
  2. 6c97a16 all: update go directive to 1.18 by Dmitri Shuralyov · 6 months ago v0.14.0
  3. f488e19 unicode/norm: fix function name on comment by cui fliter · 8 months ago v0.13.0
  4. fb697c0 cmd/gotext: actually use -dir flag by Smith A · 9 months ago v0.12.0
  5. f3e69ed cmd/gotext: fix misbehaviors by Il Harper · 1 year, 5 months ago
  6. ab07ad1 all: remove repetitive words by cui fliter · 9 months ago
  7. e503480 encoding/japanese, language: shorten very long sub-test names by Dmitri Shuralyov · 10 months ago internal-branch.go1.21-vendor v0.11.0
  8. 2df65d7 all: regenerate for Unicode 15.0.0 by Russ Cox · 10 months ago
  9. e3c038a all: prepare for Unicode 15.0.0 by Russ Cox · 10 months ago
  10. 3a7a255 internal/export/idna: make more space for mapping index by Marcel van Lohuizen · 11 months ago v0.10.0
  11. d61dd50 go.mod: delete repeated "indirect" by Dmitri Shuralyov · 11 months ago
  12. efb744f internal/export/idna: fix infinite loop in Go pre-1.10 by Timothy Gu · 2 years, 6 months ago
  13. 48e4a4a all: fix some comments by cui fliter · 1 year, 1 month ago v0.9.0
  14. 9db913a go.mod: update to newer x/tools by Ian Lance Taylor · 1 year, 2 months ago v0.8.0
  15. 30dadde all: correct comment typos by Oleksandr Redko · 1 year, 2 months ago
  16. 71a9c9a all: fix some comments by cui fliter · 1 year, 3 months ago v0.7.0
  17. ec5565b README.md: update documentation of module versioning by Damien Neil · 1 year, 4 months ago v0.6.0
  18. c8236a6 unicode/bidi: remove unused global by Tomasz Jezierski · 1 year, 5 months ago internal-branch.go1.20-vendor v0.5.0
  19. ada7473 all: remove redundant type conversion by cui fliter · 1 year, 7 months ago
  20. 1bdb400 language: remove compatibility with go < 1.2 by Sebastiaan van Stijn · 1 year, 6 months ago v0.4.0
  21. 252bee0 go.mod: ignore cyclic dependency for tagging by Heschi Kreinick · 1 year, 6 months ago
  22. ecab6e5 go.mod: ignore cyclic dependency for tagging by Heschi Kreinick · 1 year, 6 months ago
  23. 369c86b all: fix a few function names on comments by cui fliter · 1 year, 6 months ago
  24. 434eadc language: reject excessively large Accept-Language strings by Roland Shoemaker · 1 year, 8 months ago v0.3.8
  25. 23407e7 go.mod: ignore cyclic dependency for tagging by Heschi Kreinick · 1 year, 7 months ago
  26. b18d3dd secure/precis: replace bytes.Compare with bytes.Equal by cui fliter · 1 year, 7 months ago
  27. 795e854 all: replace io/ioutil with io and os package by cui fliter · 1 year, 7 months ago
  28. b0ca10f internal/language: bump script types to uint16 and update registry by Roland Shoemaker · 3 years, 1 month ago
  29. ba9b0e1 go.mod: update x/tools to HEAD by Jaroslavs Samcuks · 1 year, 8 months ago
  30. d03b418 A+C: delete AUTHORS and CONTRIBUTORS by Russ Cox · 1 year, 9 months ago
  31. b4bca84 language/display: fix Tag method comment by Kevin Smith · 3 years, 2 months ago internal-branch.go1.19-vendor
  32. ea49e3e go.mod: update x/tools to HEAD by Bryan C. Mills · 2 years ago
  33. 78819d0 go.mod: update to golang.org/x/text v0.1.10 by Ian Lance Taylor · 2 years ago
  34. 8db23f8 all: gofmt by Russ Cox · 2 years ago
  35. d1c84af message/pipeline: skip TestFullCycle on plan9-arm by Bryan C. Mills · 2 years, 3 months ago
  36. 18b340f language: fix typo in update docs by Amelia Downs · 2 years, 6 months ago internal-branch.go1.18-vendor
  37. 7d87486 text/unicod/bidi: remove duplicate assignment by Shengyu Zhang · 2 years, 6 months ago
  38. 310d592 cmd/gotext: only match files ending with pattern by Sean Liao · 2 years, 6 months ago
  39. 459fa28 text/currency: format currency amount according to the locale by Alexander Yastrebov · 2 years, 6 months ago
  40. 85a1c56 text/collate: add testable examples by Amelia Downs · 2 years, 6 months ago
  41. 8da7c0f gen.go: copy all tablesXX.X.X.go versions to golang.org/x/net by Damien Neil · 2 years, 6 months ago
  42. 835dae6 internal/export/idna: use nontransitional processing in Go 1.18 by Damien Neil · 2 years, 6 months ago
  43. 593da8d internal/export/idna: avoid strconv.Unquote errors on surrogate halves by Damien Neil · 2 years, 6 months ago
  44. 86e65b8 internal/export/idna: fix int32 overflows by Timothy Gu · 3 years ago
  45. bb1c798 internal/export/idna: make Transitional an actual toggle by Timothy Gu · 3 years ago
  46. 5bd84dd encoding/simplifiedchinese: Fixes € encoding in GB18030 by Alexander Yastrebov · 2 years, 7 months ago
  47. 1b99300 all: upgrade x/tools to latest by Bryan C. Mills · 2 years, 7 months ago
  48. 22bfdb6 language: fix ExampleMatcher output by Amelia Downs · 2 years, 7 months ago
  49. 29bf010 Revert "number: match input example to be Dutch as in the output" by Marcel van Lohuizen · 3 years ago
  50. 2ca5a52 internal/language: fix canonicalization of extlang by Rich Hong · 3 years, 7 months ago
  51. 383b2e7 language: turn parsing panics into ErrSyntax by Russ Cox · 2 years, 8 months ago v0.3.7
  52. 3115f89 language: use multiple runs in TestBestMatchAlloc by Deepak S · 2 years, 11 months ago
  53. 5c7c50e go.mod: upgrade to go 1.17 by Bryan C. Mills · 3 years ago internal-branch.go1.17-vendor
  54. c2d28a6 number: match input example to be Dutch as in the output by Carl Menezes · 3 years ago
  55. e328d63 language: fix off-by-one error by Marcel van Lohuizen · 3 years, 1 month ago v0.3.6
  56. e3aa4ad language: allow variable number of types per key in -u- extension by Marcel van Lohuizen · 3 years, 2 months ago
  57. 8f690f2 all: go fmt ./... by Russ Cox · 3 years, 2 months ago
  58. 75a595a README.md: add badge to pkg.go.dev by Julie Qiu · 3 years, 4 months ago v0.3.5
  59. c27b9fd encoding/simplifiedchinese: fix incorrect transform count to avoid infinite loop by Garry McNulty · 4 years, 2 months ago
  60. 305da72 internal/number: possible out of range error avoiding by igor.bolotnikov · 3 years, 6 months ago
  61. 72ead5f internal/export/idna: Allow specifying CheckHyphens and CheckJoiners by Timothy Gu · 3 years, 7 months ago
  62. 967b8f6 text/unicod/bidi: implement API, remove panics by Patrick Gundlach · 3 years, 5 months ago
  63. 4482a91 internal/language: fix resizeRange index wrong way by Meng Zhuo · 3 years, 5 months ago
  64. 22f1617 language: update from IANA language-subtag-registry by Marcel van Lohuizen · 3 years, 6 months ago internal-branch.go1.16-vendor v0.3.4
  65. a8b4671 encoding/ianaindex: add ASCII, document Index.Encoding by Simon Ser · 3 years, 8 months ago
  66. 79eda68 all: upgrade to Unicode 13.0.0 by Marcel van Lohuizen · 3 years, 8 months ago
  67. 23ae387 encoding/unicode: correctly handle single-byte UTF-16 inputs (and harden transform.String) by Katie Hockman · 3 years, 10 months ago v0.3.3
  68. 3a82255 encoding/unicode: add UTF8BOM encoding by Marcel van Lohuizen · 4 years ago
  69. 81608d7 message, unicode/cldr: avoid string(int) by Brad Fitzpatrick · 4 years ago
  70. afb9336 number: fix typo by Jakub Kaczmarzyk · 4 years ago release-branch.go1.15
  71. 6ca2caf unicode/bidi: fix typo in variable name by Tyson Andre · 4 years ago
  72. 06d492a unicode/norm: look for symbols in TestLinking by Jeremy Faller · 4 years, 2 months ago
  73. 929e72c message/pipeline: detect unknown keys by Simon Rozman · 4 years, 5 months ago
  74. cbf43d2 message/pipeline: sort maps to generate predictable output by Simon Rozman · 4 years, 5 months ago
  75. 09f8d73 message/pipeline: avoid writing to the testdata directory by Bryan C. Mills · 4 years, 5 months ago
  76. 4b67af8 all: upgrade to Unicode 12 by Marcel van Lohuizen · 4 years, 6 months ago release-branch.go1.14
  77. 3d0f797 message/pipeline: skip test if the 'go' executable is not found by Bryan C. Mills · 4 years, 8 months ago
  78. 4bf50aa all: add go version to go.mod by Bryan C. Mills · 4 years, 8 months ago
  79. 342b2e1 all: upgrade to Unicode 11 by Marcel van Lohuizen · 5 years ago release-branch.go1.13 v0.3.2
  80. b1379a7 gen.go: update due to changes to core by Marcel van Lohuizen · 5 years ago
  81. c942b20 cases: fix case mappings to allow for Gregorian uppercase by Marcel van Lohuizen · 5 years ago v0.3.1
  82. 009a891 cases: add bit for exception index by Marcel van Lohuizen · 5 years ago
  83. c40a8cc internal/export/unicode: add scripts tests by Marcel van Lohuizen · 5 years ago
  84. e46505f internal/export/unicode: simplified generation by Marcel van Lohuizen · 5 years ago
  85. f4905fb transform, unicode/cldr: spell "Deprecated: Use etc" consistently by Nigel Tao · 5 years ago
  86. 31e7599 currency: disable flaky TestLinking by Brad Fitzpatrick · 5 years ago
  87. e3703dc internal/export/idna: hoist conformance test by Marcel van Lohuizen · 5 years ago
  88. fe223c5 gen: prepare for move to Unicode 11 by Marcel van Lohuizen · 5 years ago
  89. 5d731a3 message/pipeline: skip test on GOOS=android by Elias Naur · 5 years ago
  90. d14c52b language: fix Region.ISO3 and reintroduce lookup tests by Marcel van Lohuizen · 5 years ago
  91. 6c92c7d internal/export/unicode: add table generator by Marcel van Lohuizen · 5 years ago
  92. 7319793 gen.go: fix breakage due to changes in core by Marcel van Lohuizen · 5 years ago
  93. e6919f6 internal/export/unicode: copy unicode/maketables.go by Marcel van Lohuizen · 5 years ago release-branch.go1.12
  94. 17bcc04 message/pipeline: fix type switch case order by Iskander Sharipov · 5 years ago
  95. 6f44c5a unicode/norm: bug fix in Iter by Marcel van Lohuizen · 5 years ago
  96. 462c477 unicode/norm: correct use of ErrShortDst by Marcel van Lohuizen · 5 years ago
  97. cd89ac8 language: improve docs for Parent by Marcel van Lohuizen · 5 years ago
  98. 6f86072 all: fix typos by Igor Zhilianin · 5 years ago
  99. 4d1c5fb x/text: add go.mod and go.sum files by Dmitry Savintsev · 6 years ago
  100. 905a571 message/catalog: fix usage of plural in docs by Sam Whited · 6 years ago