)]}'
{
  "log": [
    {
      "commit": "3d0f7978add91030e5e8976ff65ccdd828286cba",
      "tree": "c6d387f68890fa8a0cbafa127da2f3a4feefaa04",
      "parents": [
        "4bf50aa83dbf3edadee596fe4aaf6979d71a90a7"
      ],
      "author": {
        "name": "Bryan C. Mills",
        "email": "bcmills@google.com",
        "time": "Thu Aug 29 11:11:34 2019 -0400"
      },
      "committer": {
        "name": "Bryan C. Mills",
        "email": "bcmills@google.com",
        "time": "Thu Aug 29 15:25:58 2019 +0000"
      },
      "message": "message/pipeline: skip test if the \u0027go\u0027 executable is not found\n\nFixes golang/go#32844\n\nChange-Id: I9d5364df4f827db4de3c144a565c1d05d8a181bd\nReviewed-on: https://go-review.googlesource.com/c/text/+/192325\nRun-TryBot: Bryan C. Mills \u003cbcmills@google.com\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Alexander Rakoczy \u003calex@golang.org\u003e\n"
    },
    {
      "commit": "4bf50aa83dbf3edadee596fe4aaf6979d71a90a7",
      "tree": "c5ef12c1ab97f2e7494e09f566202533594d7ecd",
      "parents": [
        "342b2e1fbaa52c93f31447ad2c6abc048c63e475"
      ],
      "author": {
        "name": "Bryan C. Mills",
        "email": "bcmills@google.com",
        "time": "Thu Aug 29 11:10:32 2019 -0400"
      },
      "committer": {
        "name": "Bryan C. Mills",
        "email": "bcmills@google.com",
        "time": "Thu Aug 29 15:25:53 2019 +0000"
      },
      "message": "all: add go version to go.mod\n\nChange-Id: If3becd77d77285bce5e39aa211ea48710b52ef46\nReviewed-on: https://go-review.googlesource.com/c/text/+/192324\nRun-TryBot: Bryan C. Mills \u003cbcmills@google.com\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Alexander Rakoczy \u003calex@golang.org\u003e\n"
    },
    {
      "commit": "342b2e1fbaa52c93f31447ad2c6abc048c63e475",
      "tree": "7cb33048e01b76fba3363d0566fea3f47788e2e9",
      "parents": [
        "b1379a7b4714109485d36884eea575780d466cbd"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Sat Dec 15 18:52:45 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Apr 25 21:42:06 2019 +0000"
      },
      "message": "all: upgrade to Unicode 11\n\nby running go generate at the top level.\n\nIDNA still uses the old test format. The new\nformat tests more cases. The 11 format causes\ntest failure, but only for erroneous input that\nresult in errors. The package will in all such\ncases still report an error, but the value result\nmay differ.\n\nUpdates golang/go#27945\n\nChange-Id: Idb94e78411c2cb9f8e829b09d3d8de7807829076\nReviewed-on: https://go-review.googlesource.com/c/text/+/154442\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nReviewed-by: Russ Cox \u003crsc@golang.org\u003e\n"
    },
    {
      "commit": "b1379a7b4714109485d36884eea575780d466cbd",
      "tree": "ed3a1f73ffedb91bda4a17707427a5aa838d31b6",
      "parents": [
        "c942b20a5d85b458c4dce1589326051d85e25d6d"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Mar 27 12:52:00 2019 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Apr 24 15:10:08 2019 +0000"
      },
      "message": "gen.go: update due to changes to core\n\nUpdates documentation and other changes not related to\na Unicode upgrade to minimize the diff.\n\nThis CL also updates gen.go to no longer copy packages\ninto the vendor directory. Henceforth, go mod vendor\nshould be used to copy packages.\n\nUpdates golang/go#27945\n\nChange-Id: I59da1c56e81bec67979ce13d89af3a753d4809aa\nReviewed-on: https://go-review.googlesource.com/c/text/+/169637\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Russ Cox \u003crsc@golang.org\u003e\n"
    },
    {
      "commit": "c942b20a5d85b458c4dce1589326051d85e25d6d",
      "tree": "795add3b4d4ad9b02811e456179093a5b46a00c9",
      "parents": [
        "009a8913fc3c4dcbec4a76ff6f667f64bad16e8d"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Mar 27 17:44:08 2019 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Apr 24 11:18:39 2019 +0000"
      },
      "message": "cases: fix case mappings to allow for Gregorian uppercase\n\nPrepare for Unicode 11, where in some cases\nan undefined title case is lower case, instead of\nupper case.\n\nUpdates golang/go#27945\n\nChange-Id: I96d6921434e344271c80dbc4033b5952b8284178\nReviewed-on: https://go-review.googlesource.com/c/text/+/169640\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nReviewed-by: Russ Cox \u003crsc@golang.org\u003e\n"
    },
    {
      "commit": "009a8913fc3c4dcbec4a76ff6f667f64bad16e8d",
      "tree": "564d27d2f55d32415e3578dd19c443f3ad998738",
      "parents": [
        "c40a8cc978e04f472858e98b852efd9c2a9fd4d6"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Mar 27 16:03:42 2019 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Apr 24 10:59:56 2019 +0000"
      },
      "message": "cases: add bit for exception index\n\nThe limit for this will be reached by Unicode 11.\n\nUpdates golang/go#27945\n\nChange-Id: I5add868e60ba632de61b1ff3cb520453759b95c4\nReviewed-on: https://go-review.googlesource.com/c/text/+/169639\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Russ Cox \u003crsc@golang.org\u003e\n"
    },
    {
      "commit": "c40a8cc978e04f472858e98b852efd9c2a9fd4d6",
      "tree": "154503e10b671ba4781412f7148db8b7f39298c1",
      "parents": [
        "e46505fb6a1105cb51b68abaa1e3ee2255e60759"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Mar 27 17:37:31 2019 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Apr 24 10:57:37 2019 +0000"
      },
      "message": "internal/export/unicode: add scripts tests\n\nThis is to replace the script test in core that is used\nto verify the generation, but it interupts the flow of\nautomation as they require manual upgrades.\nThis brute-force approach is better anyway.\n\nUpdates golang/go#27945\n\nChange-Id: Ie7b8b257408c790c5547f03747fddc77c6c4ad68\nReviewed-on: https://go-review.googlesource.com/c/text/+/169638\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nReviewed-by: Russ Cox \u003crsc@golang.org\u003e\n"
    },
    {
      "commit": "e46505fb6a1105cb51b68abaa1e3ee2255e60759",
      "tree": "efc01bfc6b733896bdbe223c47ba15c3bdf3d306",
      "parents": [
        "f4905fbd45b6790792202848439271c74074bbfd"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Sun Dec 16 00:00:10 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Apr 24 10:08:40 2019 +0000"
      },
      "message": "internal/export/unicode: simplified generation\n\nby using x/text’s infrastructure\n\nUpdates golang/go#27945\n\nChange-Id: I070afd9cad4e367ac9085a66064f2bb47e5e225a\nReviewed-on: https://go-review.googlesource.com/c/text/+/154443\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Russ Cox \u003crsc@golang.org\u003e\n"
    },
    {
      "commit": "f4905fbd45b6790792202848439271c74074bbfd",
      "tree": "28a7c948ae02ba11ed707e8b831ddf32613a6430",
      "parents": [
        "31e7599a6c37728c25ca34167be099d072ad335d"
      ],
      "author": {
        "name": "Nigel Tao",
        "email": "nigeltao@golang.org",
        "time": "Wed Apr 10 10:12:53 2019 +1000"
      },
      "committer": {
        "name": "Nigel Tao",
        "email": "nigeltao@golang.org",
        "time": "Wed Apr 10 01:28:25 2019 +0000"
      },
      "message": "transform, unicode/cldr: spell \"Deprecated: Use etc\" consistently\n\nChange-Id: I5194e58a7679e33555856a413f6081fea26d8e34\nReviewed-on: https://go-review.googlesource.com/c/text/+/171277\nReviewed-by: Dmitri Shuralyov \u003cdmitshur@golang.org\u003e\n"
    },
    {
      "commit": "31e7599a6c37728c25ca34167be099d072ad335d",
      "tree": "c91b49fc6f633f23ce3bcc3e7664af0b5a41bc5e",
      "parents": [
        "e3703dcdd614d2d7488fff034c75c551ea25da95"
      ],
      "author": {
        "name": "Brad Fitzpatrick",
        "email": "bradfitz@golang.org",
        "time": "Fri Apr 05 05:38:27 2019 +0000"
      },
      "committer": {
        "name": "Brad Fitzpatrick",
        "email": "bradfitz@golang.org",
        "time": "Fri Apr 05 14:50:17 2019 +0000"
      },
      "message": "currency: disable flaky TestLinking\n\nIt fails on a bunch of builders and it\u0027s not clear what it\u0027s testing.\n\nIt hasn\u0027t been fixed since Oct 2016 so it gets disabled.\n\nUpdates golang/go#17538\n\nChange-Id: I0f454c46b31b8306cc604c36ec6d06cc6ad703b5\nReviewed-on: https://go-review.googlesource.com/c/text/+/170783\nRun-TryBot: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\n"
    },
    {
      "commit": "e3703dcdd614d2d7488fff034c75c551ea25da95",
      "tree": "9a2e3242a1d1a4cc84b6eed3f9b26977b2fb36c3",
      "parents": [
        "fe223c5a2583471b2791ca99e716c65b4a76117e"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Sat Dec 15 17:57:46 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Mar 27 09:48:05 2019 +0000"
      },
      "message": "internal/export/idna: hoist conformance test\n\nin preparation to deal with the new file format\nin Unicode 11.\n\nUpdates golang/go#27945\n\nChange-Id: I424b3891e852c87bea536646a98a96aae2446294\nReviewed-on: https://go-review.googlesource.com/c/text/+/154441\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\n"
    },
    {
      "commit": "fe223c5a2583471b2791ca99e716c65b4a76117e",
      "tree": "e3f553ff98511258613dcbe16337b7a347de12ee",
      "parents": [
        "5d731a35f4867878fc89f7744f7b6debb3beded6"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Sat Dec 15 17:54:12 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Mar 21 11:57:27 2019 +0000"
      },
      "message": "gen: prepare for move to Unicode 11\n\nautomatically update build tags\noption to skip tests\n\nChange-Id: Ic1e40c1a8308ed3641ba219a6e55b76dee98581f\nReviewed-on: https://go-review.googlesource.com/c/text/+/154440\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nReviewed-by: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\n"
    },
    {
      "commit": "5d731a35f4867878fc89f7744f7b6debb3beded6",
      "tree": "319f0ec94ba8eda23ceca633723ce565903231d5",
      "parents": [
        "d14c52b222ee852cdba8b07206ca0c614b389876"
      ],
      "author": {
        "name": "Elias Naur",
        "email": "mail@eliasnaur.com",
        "time": "Wed Mar 06 15:45:11 2019 +0100"
      },
      "committer": {
        "name": "Brad Fitzpatrick",
        "email": "bradfitz@golang.org",
        "time": "Wed Mar 06 15:26:57 2019 +0000"
      },
      "message": "message/pipeline: skip test on GOOS\u003dandroid\n\nChange-Id: Ia5a915d14150465a916fd8fde1490794a60348ae\nReviewed-on: https://go-review.googlesource.com/c/text/+/165757\nRun-TryBot: Elias Naur \u003cmail@eliasnaur.com\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\n"
    },
    {
      "commit": "d14c52b222ee852cdba8b07206ca0c614b389876",
      "tree": "3e7b51b00b10a5751238d2f1ce43df7c926cafd0",
      "parents": [
        "6c92c7dc7f53607809182301b96e4cc1975143f1"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Feb 21 14:47:49 2019 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Mon Feb 25 23:40:57 2019 +0000"
      },
      "message": "language: fix Region.ISO3 and reintroduce lookup tests\n\nThis was broken during the refactoring.\n\nChange-Id: Ied2b144e2f134ec71d20dbb6c0a919941f0bd6eb\nReviewed-on: https://go-review.googlesource.com/c/163317\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Ross Light \u003clight@google.com\u003e\nReviewed-by: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\n"
    },
    {
      "commit": "6c92c7dc7f53607809182301b96e4cc1975143f1",
      "tree": "ff7e14d4207b8099116499e369998062520349ab",
      "parents": [
        "7319793cff52537a7f7a22f1b87b69d577e0b2b7"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Sat Dec 15 15:04:16 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Feb 13 13:55:15 2019 +0000"
      },
      "message": "internal/export/unicode: add table generator\n\nThis is used to update tables in core unicode.\n\nChange-Id: I6fb34eba45842e38426b1ca54e79b74c361195ec\nReviewed-on: https://go-review.googlesource.com/c/154439\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nReviewed-by: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\n"
    },
    {
      "commit": "7319793cff52537a7f7a22f1b87b69d577e0b2b7",
      "tree": "51eebd06eccbb3a58c5c7470585135b5f2a7b2c3",
      "parents": [
        "e6919f6577db79269a6443b9dc46d18f2238fb5d"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Sat Dec 15 13:17:20 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Feb 13 13:49:04 2019 +0000"
      },
      "message": "gen.go: fix breakage due to changes in core\n\nChanges:\nsrc/vendor/golang_org moved to src/internal/x\n\nChange-Id: I3791fd633534f15f5e2698ad01ae8d226128181e\nReviewed-on: https://go-review.googlesource.com/c/154438\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Ross Light \u003clight@google.com\u003e\n"
    },
    {
      "commit": "e6919f6577db79269a6443b9dc46d18f2238fb5d",
      "tree": "a945d70fa39d3b4e1d5d22fac31c9fe97bb9d88f",
      "parents": [
        "17bcc049122f272a32787ba38073ee47433023e9"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Sat Dec 15 13:10:58 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Dec 27 16:15:24 2018 +0000"
      },
      "message": "internal/export/unicode: copy unicode/maketables.go\n\ncopying core\u0027s unicode/maketables.go into x/text\nin preparation for rework\n\nCopied from master at\n26985ed4a58665d25a256e3b63b353972fc3aab0\n\nChange-Id: I343366e69081fb2dbd6030b403386aeae1b0f6d8\nReviewed-on: https://go-review.googlesource.com/c/154437\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Ross Light \u003clight@google.com\u003e\n"
    },
    {
      "commit": "17bcc049122f272a32787ba38073ee47433023e9",
      "tree": "e9fbd70fd65e9092ed705e13047fe3da8916e03e",
      "parents": [
        "6f44c5a2ea40ee3593d98cdcc905cc1fdaa660e2"
      ],
      "author": {
        "name": "Iskander Sharipov",
        "email": "quasilyte@gmail.com",
        "time": "Tue Dec 11 02:38:19 2018 +0300"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Tue Dec 11 19:02:57 2018 +0000"
      },
      "message": "message/pipeline: fix type switch case order\n\nSince *ssa.Call implements ssa.Instruction, it should\ngo before interface case inside a type switch, otherwise\ncontrol will never reach it and *ssa.Call values would\nenter ssa.Instruction case bodies.\n\nChange-Id: I8d62dc0eb13cdc922df7dfd8a6083ec841542cf0\nReviewed-on: https://go-review.googlesource.com/c/153399\nRun-TryBot: Iskander Sharipov \u003cquasilyte@gmail.com\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\n"
    },
    {
      "commit": "6f44c5a2ea40ee3593d98cdcc905cc1fdaa660e2",
      "tree": "426843a6900d860216b6e7cbe7c68a15077259bb",
      "parents": [
        "462c4771caf3e8fb48d40f4cb96ecdca705e68fa"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Mon Oct 29 19:00:05 2018 +0100"
      },
      "committer": {
        "name": "Ross Light",
        "email": "light@google.com",
        "time": "Tue Oct 30 14:13:23 2018 +0000"
      },
      "message": "unicode/norm: bug fix in Iter\n\ni.p is overwritten by setDone, so must be saved before\ncalling it.\n\nFixes golang/go#20710\n\nChange-Id: I5744687c11f0c1101712bb5aa290ebe009ff6d05\nReviewed-on: https://go-review.googlesource.com/c/145559\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Ross Light \u003clight@google.com\u003e\n"
    },
    {
      "commit": "462c4771caf3e8fb48d40f4cb96ecdca705e68fa",
      "tree": "7afee4dddb86623317e7194e8909ae279e414453",
      "parents": [
        "cd89ac83aaa7444b412643e7b7e1f82dccf9c45b"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Mon Oct 29 18:29:39 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Tue Oct 30 07:59:43 2018 +0000"
      },
      "message": "unicode/norm: correct use of ErrShortDst\n\nIn some cases the ErrShortDst error was\neroneously overriden by ErrShortSrc.\n\nFixes golang/go#24170.\n\nChange-Id: I07dd160de045474e8e38506b6793a1da0df6283d\nReviewed-on: https://go-review.googlesource.com/c/145558\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Ross Light \u003clight@google.com\u003e\n"
    },
    {
      "commit": "cd89ac83aaa7444b412643e7b7e1f82dccf9c45b",
      "tree": "fbcbaf101e72ad9b21ac14f86f0d12ef36691e01",
      "parents": [
        "6f8607282f41687a5ce9b5a0378084237f2f7576"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Mon Oct 29 14:54:42 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Mon Oct 29 19:59:18 2018 +0000"
      },
      "message": "language: improve docs for Parent\n\nFixes golang/go#25603\n\nChange-Id: Ie94650ed2579619abfdbbc7410c2f400dec88b25\nReviewed-on: https://go-review.googlesource.com/c/145437\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nReviewed-by: Ross Light \u003clight@google.com\u003e\n"
    },
    {
      "commit": "6f8607282f41687a5ce9b5a0378084237f2f7576",
      "tree": "aa3f5a919801526b4891349351868db753089f34",
      "parents": [
        "4d1c5fb19474adfe9562c9847ba425e7da817e81"
      ],
      "author": {
        "name": "Igor Zhilianin",
        "email": "igor.zhilianin@gmail.com",
        "time": "Mon Oct 29 03:23:58 2018 +0000"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Mon Oct 29 11:54:30 2018 +0000"
      },
      "message": "all: fix typos\n\nChange-Id: I75fed8f43aa08a780adf0027d86abebf710e9716\nGitHub-Last-Rev: 9e3fe5921437ca6c7dff5fa115f4ff494d649bef\nGitHub-Pull-Request: golang/text#4\nReviewed-on: https://go-review.googlesource.com/c/145358\nReviewed-by: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\n"
    },
    {
      "commit": "4d1c5fb19474adfe9562c9847ba425e7da817e81",
      "tree": "91ce1f45d692aa17908f832416228c250c3b9b9e",
      "parents": [
        "905a57155faa8230500121607930ebb9dd8e139c"
      ],
      "author": {
        "name": "Dmitry Savintsev",
        "email": "dsavints@gmail.com",
        "time": "Fri Sep 21 11:56:34 2018 +0200"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Oct 10 13:49:11 2018 +0000"
      },
      "message": "x/text: add go.mod and go.sum files\n\nChange-Id: I13075dd928617bd81ca519d29984fbb188cb9e60\nReviewed-on: https://go-review.googlesource.com/c/136655\nReviewed-by: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\n"
    },
    {
      "commit": "905a57155faa8230500121607930ebb9dd8e139c",
      "tree": "e2e7d1b0659b416cd8247ac64c50e112feeb7e81",
      "parents": [
        "4ae1256249243a4eb350a9a372e126557f2aa346"
      ],
      "author": {
        "name": "Sam Whited",
        "email": "sam@samwhited.com",
        "time": "Sat Sep 08 12:02:15 2018 -0500"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Tue Sep 11 16:15:11 2018 +0000"
      },
      "message": "message/catalog: fix usage of plural in docs\n\nChange-Id: I8389065aaccc59141e79f75ea43343a195fd3bae\nReviewed-on: https://go-review.googlesource.com/134255\nReviewed-by: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\n"
    },
    {
      "commit": "4ae1256249243a4eb350a9a372e126557f2aa346",
      "tree": "360aed31427ad75bf81e6bb3aa0e1b71c9c60ae0",
      "parents": [
        "6e3c4e7365ddcc329f090f96e4348398f6310088"
      ],
      "author": {
        "name": "Sam Whited",
        "email": "sam@samwhited.com",
        "time": "Thu Sep 06 17:13:12 2018 -0500"
      },
      "committer": {
        "name": "Nigel Tao",
        "email": "nigeltao@golang.org",
        "time": "Fri Sep 07 00:16:41 2018 +0000"
      },
      "message": "message/pipeline: don\u0027t panic if message not imported\n\nChange-Id: I7a2aa7e263aeafa7703f989b78e1333bf5dd8330\nReviewed-on: https://go-review.googlesource.com/133935\nRun-TryBot: Sam Whited \u003csam@samwhited.com\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "6e3c4e7365ddcc329f090f96e4348398f6310088",
      "tree": "ff9f0b0ccd69d8127487e3086091abb900b074ef",
      "parents": [
        "5bceb69540612522dda873bd734395b4a43b1d41"
      ],
      "author": {
        "name": "Brad Fitzpatrick",
        "email": "bradfitz@golang.org",
        "time": "Tue Aug 07 15:59:08 2018 +0000"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Aug 10 15:35:55 2018 +0000"
      },
      "message": "unicode/norm: move sync.Once check out of loop\n\nFollow-up to CL 127926.\n\nThe recompMap map is only used by func combine, which only has one\ncaller. Move the sync.Once.Do call that populates the map out of func\ncombine up to its sole caller.\n\nI wasn\u0027t actually able to measure a difference with this, but\nit seems better to do one-time work outside of a loop.\n\nAnd I verified that combine is still inlined, even with the nil check+panic.\n\n./composition.go:501:24: inlining call to combine\n\nChange-Id: I6929af1de5f068051ef00cf0938b880ff87e1ce4\nReviewed-on: https://go-review.googlesource.com/128575\nRun-TryBot: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Kevin Burke \u003ckev@inburke.com\u003e\nReviewed-by: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\n"
    },
    {
      "commit": "5bceb69540612522dda873bd734395b4a43b1d41",
      "tree": "66cef03145c68f99734bcaddf8b391defabff6a6",
      "parents": [
        "17ff2d5776d28fa6ba2280c1053f7adf8d32eea6"
      ],
      "author": {
        "name": "Eldar Rakhimberdin",
        "email": "ibeono@gmail.com",
        "time": "Thu Aug 09 17:48:27 2018 +0300"
      },
      "committer": {
        "name": "Brad Fitzpatrick",
        "email": "bradfitz@golang.org",
        "time": "Thu Aug 09 16:42:57 2018 +0000"
      },
      "message": "cmd/gotext: fix \"go format failed: invalid argument\"\n\nFixes golang/go#26897\n\nChange-Id: Ie47e648f02f2b1ed20e72ab6a05035f91e4635fc\nReviewed-on: https://go-review.googlesource.com/128795\nReviewed-by: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\nRun-TryBot: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\n"
    },
    {
      "commit": "17ff2d5776d28fa6ba2280c1053f7adf8d32eea6",
      "tree": "401cab6aba92e8ef4875e7e34eca225b9258d44c",
      "parents": [
        "23784602d7263ffb082cf99d641e2f82794b4485"
      ],
      "author": {
        "name": "Kevin Burke",
        "email": "kev@inburke.com",
        "time": "Sat Aug 04 11:52:01 2018 -0700"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Tue Aug 07 13:59:48 2018 +0000"
      },
      "message": "encoding: regenerate tables\n\nThe default indentation for maps changed in a recent Go commit. Rerun\n\"go generate\" for these packages to update the tables to match.\n\nAlso add the \"replacement\" key to the list of encodings retrievable\nby Get. It is described in the W3C specification as \"[existing] to\nprevent certain attacks that abuse a mismatch between encodings\nsupported on the server and the client.\"\n\nChange-Id: I3c671c229d1e68721d109364aaf19021bbd3af89\nReviewed-on: https://go-review.googlesource.com/127923\nReviewed-by: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\n"
    },
    {
      "commit": "23784602d7263ffb082cf99d641e2f82794b4485",
      "tree": "ab8e358cb77414a85f4544b15692dcf107f33e08",
      "parents": [
        "cb6730876b985e110843c1842a7a63a63677cf08"
      ],
      "author": {
        "name": "Kevin Burke",
        "email": "kev@inburke.com",
        "time": "Sat Aug 04 22:08:37 2018 -0700"
      },
      "committer": {
        "name": "Brad Fitzpatrick",
        "email": "bradfitz@golang.org",
        "time": "Tue Aug 07 03:36:33 2018 +0000"
      },
      "message": "unicode/norm: lazy load recompMap from string\n\nrecompMap gets populated on init, which requires 21kB of memory.\nInstead populate it only when we need it.\n\nThis will put it in the rodata section of the binary, which means that\nthe Go compiler can apply better optimizations to it. The string is an\nalternating series of 4 byte keys and 4 byte values, which get built\ninto a map the first time they are required.\n\nUpdates golang/go#26752.\n\nChange-Id: I4f9b7d74af6df42b58999cf42cf5ada9646aa98d\nReviewed-on: https://go-review.googlesource.com/127926\nRun-TryBot: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\n"
    },
    {
      "commit": "cb6730876b985e110843c1842a7a63a63677cf08",
      "tree": "a1f07626a452cb1b41c36a6e3c083a38533732b1",
      "parents": [
        "3512849d4b052593f377a945058d80d683e113e1"
      ],
      "author": {
        "name": "Kevin Burke",
        "email": "kev@inburke.com",
        "time": "Sat Aug 04 11:04:12 2018 -0700"
      },
      "committer": {
        "name": "Kevin Burke",
        "email": "kev@inburke.com",
        "time": "Sun Aug 05 04:47:16 2018 +0000"
      },
      "message": "cmd/gotext: fix help text\n\nAdd documentation for the \"update\" command and fix the documentation\nto consistently reference the \"gotext\" binary, not the \"go\" binary.\nThis means \"go generate ./...\" no longer generates a Git diff.\n\nChange-Id: Ic7eb8c5cb3578efbf1f4ebc03ace8155c70cba8c\nReviewed-on: https://go-review.googlesource.com/127922\nReviewed-by: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\n"
    },
    {
      "commit": "3512849d4b052593f377a945058d80d683e113e1",
      "tree": "f5355edf14ef986bc93ef9845e39abf7ad0f645d",
      "parents": [
        "647d7ef61a1782c392d1d8e4a9586d9832ec20e5"
      ],
      "author": {
        "name": "Kevin Burke",
        "email": "kev@inburke.com",
        "time": "Sat Aug 04 10:56:04 2018 -0700"
      },
      "committer": {
        "name": "Kevin Burke",
        "email": "kev@inburke.com",
        "time": "Sun Aug 05 04:46:19 2018 +0000"
      },
      "message": "width, internal/number: regen files using new stringer\n\nThe latest version of stringer uses strconv instead of fmt as it\u0027s\nslightly faster.\n\nChange-Id: Ia956eea144f9cab22e4d621af5bb896cd21b9bb0\nReviewed-on: https://go-review.googlesource.com/127921\nReviewed-by: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\n"
    },
    {
      "commit": "647d7ef61a1782c392d1d8e4a9586d9832ec20e5",
      "tree": "ac8e8420dae7e982d579857c11c7c7f5fc7efec0",
      "parents": [
        "96e34ec0e18a62a1e59880c7bf617b655efecb66"
      ],
      "author": {
        "name": "Kevin Burke",
        "email": "kev@inburke.com",
        "time": "Sat Aug 04 08:55:54 2018 -0700"
      },
      "committer": {
        "name": "Brad Fitzpatrick",
        "email": "bradfitz@golang.org",
        "time": "Sat Aug 04 19:34:31 2018 +0000"
      },
      "message": "all: use https for links to www.unicode.org and unicode.org\n\nThose domains are available over HTTPS and we should use them to\nensure privacy and message integrity, particularly in the cases where\nwe are updating the Unicode table.\n\nChange-Id: I861aa1f581034a762e201ba07faf0e106d231eb3\nReviewed-on: https://go-review.googlesource.com/127918\nRun-TryBot: Kevin Burke \u003ckev@inburke.com\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\n"
    },
    {
      "commit": "96e34ec0e18a62a1e59880c7bf617b655efecb66",
      "tree": "14198055c2e5a3391b3d5209b409bd767c7abe8b",
      "parents": [
        "0605a8320aceb4207a5fb3521281e17ec2075476"
      ],
      "author": {
        "name": "Tiago Queiroz",
        "email": "contato@tiago.eti.br",
        "time": "Thu Aug 02 15:11:26 2018 +0100"
      },
      "committer": {
        "name": "roger peppe",
        "email": "rogpeppe@gmail.com",
        "time": "Thu Aug 02 14:20:52 2018 +0000"
      },
      "message": "message: fixing documentation\n\nFixes golang/go#26766\n\nChange-Id: I43ad2deb0a55f2c18c820f7885fa9eee4b0e6cd4\nReviewed-on: https://go-review.googlesource.com/127551\nRun-TryBot: Iskander Sharipov \u003ciskander.sharipov@intel.com\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Iskander Sharipov \u003ciskander.sharipov@intel.com\u003e\nReviewed-by: roger peppe \u003crogpeppe@gmail.com\u003e\n"
    },
    {
      "commit": "0605a8320aceb4207a5fb3521281e17ec2075476",
      "tree": "28c7f8aecb48d566ed75b3e188f114b10037b16a",
      "parents": [
        "c0fe8dde8a10c9b32154bd9bdf080b8b3d635127"
      ],
      "author": {
        "name": "Benny Siegert",
        "email": "bsiegert@gmail.com",
        "time": "Sun Jul 08 18:53:44 2018 +0200"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Sun Jul 08 17:12:25 2018 +0000"
      },
      "message": "x/text: minor documentation fixes\n\nCorrect repo name in README.md. Correct binary name in gotext\ndocumentation.\n\nChange-Id: I9541fe023e52be8332d0500934fbe77c353d6cb6\nReviewed-on: https://go-review.googlesource.com/122469\nReviewed-by: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\n"
    },
    {
      "commit": "c0fe8dde8a10c9b32154bd9bdf080b8b3d635127",
      "tree": "f65fd209174249be60b8db2eb3db912cd14bd724",
      "parents": [
        "5cec4b58c438bd98288aeb248bab2c1840713d21"
      ],
      "author": {
        "name": "Dmitri Shuralyov",
        "email": "dmitri@shuralyov.com",
        "time": "Thu Jun 28 00:21:03 2018 -0400"
      },
      "committer": {
        "name": "Dmitri Shuralyov",
        "email": "dmitri@shuralyov.com",
        "time": "Fri Jun 29 07:39:11 2018 +0000"
      },
      "message": "secure/precis: add missing strings, x/text/runes imports for 1.9\n\nThis is a followup to CL 113816. That CL added identical new code to\nenforce10.0.0_test.go and enforce9.0.0_test.go, but didn\u0027t import new\npackages in the latter file. This CL fixes that. As a result, package\ntests now pass in Go 1.9.\n\nUpdates golang/go#24885.\n\nChange-Id: I0286d873b7f3239bce1a151570c4f9c7ac0219c1\nReviewed-on: https://go-review.googlesource.com/121359\nReviewed-by: Sam Whited \u003csam@samwhited.com\u003e\nReviewed-by: Dominik Honnef \u003cdominik@honnef.co\u003e\n"
    },
    {
      "commit": "5cec4b58c438bd98288aeb248bab2c1840713d21",
      "tree": "cfb067f4c9d10f4472ead76f1c4b57d979ed2cf7",
      "parents": [
        "5c1cf69b5978e5a34c5f9ba09a83e56acc4b7877"
      ],
      "author": {
        "name": "Sam Whited",
        "email": "sam@samwhited.com",
        "time": "Sun May 20 11:02:21 2018 -0500"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Sun Jun 17 08:41:12 2018 +0000"
      },
      "message": "secure/precis: add ability to restrict profiles\n\nFixes golang/go#24885\n\nChange-Id: I4d5e6c9279af9c3183aa71b4f4562209445af165\nReviewed-on: https://go-review.googlesource.com/113816\nReviewed-by: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\n"
    },
    {
      "commit": "5c1cf69b5978e5a34c5f9ba09a83e56acc4b7877",
      "tree": "92264d70f478eb434e0b5256f0e5001de3c3fd63",
      "parents": [
        "7dd2c8130f5e924233f5543598300651c386d431"
      ],
      "author": {
        "name": "W. Trevor King",
        "email": "wking@tremily.us",
        "time": "Wed May 09 21:57:31 2018 -0700"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri May 11 17:24:08 2018 +0000"
      },
      "message": "text/collate: fix \u0027weight\u0027 -\u003e \u0027width\u0027 typo for Loose godoc\n\nThe typo is from b31968bd (text/collate: simplified API and reworked\noptions, 2014-11-19).\n\nChange-Id: I8e541146726802c89502ef369811ef7f25fe8a3b\nReviewed-on: https://go-review.googlesource.com/112519\nReviewed-by: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\n"
    },
    {
      "commit": "7dd2c8130f5e924233f5543598300651c386d431",
      "tree": "f6558c36b8572dbd85bfa49049c2206484b96081",
      "parents": [
        "7922cc490dd5a7dbaa7fd5d6196b49db59ac042f"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Apr 05 16:04:11 2018 +0200"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri May 11 13:59:14 2018 +0000"
      },
      "message": "message/pipeline: handle globals\n\nInclude global variables that are assigned a constant value\nand that are\n1) explicitly passed to a printer method\n2) prefixed with Msg or msg.\n\nNote that comments are not yet properly extracted.\n\nChange-Id: Id7b4aaa1f4d4516adf2fbcc7bb529235a57db56a\nReviewed-on: https://go-review.googlesource.com/105016\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Ross Light \u003clight@google.com\u003e\n"
    },
    {
      "commit": "7922cc490dd5a7dbaa7fd5d6196b49db59ac042f",
      "tree": "e6706ba07a0b2c6122e9c2fee364f9564f1eba48",
      "parents": [
        "367d765ae293e2b5781a597dd9d433117e82fc51"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Apr 05 10:39:28 2018 +0200"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Tue Apr 10 18:13:20 2018 +0000"
      },
      "message": "message/pipeline: hoist CallExpr handling\n\nChange-Id: I01ed5f06814dc71268407e302bebeefd7b608b8f\nReviewed-on: https://go-review.googlesource.com/105015\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Ross Light \u003clight@google.com\u003e\n"
    },
    {
      "commit": "367d765ae293e2b5781a597dd9d433117e82fc51",
      "tree": "c34d57218b92f717c7ab7346e5d23436bef7d354",
      "parents": [
        "2cb43934f0eece38629746959acc633cba083fe4"
      ],
      "author": {
        "name": "Tobias Klauser",
        "email": "tklauser@distanz.ch",
        "time": "Mon Apr 09 14:15:58 2018 +0200"
      },
      "committer": {
        "name": "Tobias Klauser",
        "email": "tobias.klauser@gmail.com",
        "time": "Tue Apr 10 06:37:55 2018 +0000"
      },
      "message": "unicode/norm: use io.SeekCurrent constant in tests\n\nChange-Id: I8a8b90b54baa0f8a3742e39b64c57f8af570e62d\nReviewed-on: https://go-review.googlesource.com/105737\nRun-TryBot: Tobias Klauser \u003ctobias.klauser@gmail.com\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\n"
    },
    {
      "commit": "2cb43934f0eece38629746959acc633cba083fe4",
      "tree": "501761447d12c43d8568586210432ff82bf314b5",
      "parents": [
        "ab6d1a1d69421dd32ae765488d04300186d73003"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Tue Mar 27 15:30:03 2018 +0200"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Apr 04 18:26:36 2018 +0000"
      },
      "message": "message/pipeline: use ssa and callgraph\n\ninstead of naively traversing the AST.\n\nChange-Id: I0657e1c4fff4f7849e6d30098c99e8677ecd3de0\nReviewed-on: https://go-review.googlesource.com/102716\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Ross Light \u003clight@google.com\u003e\n"
    },
    {
      "commit": "ab6d1a1d69421dd32ae765488d04300186d73003",
      "tree": "9b1c00c3be9090dd8f395b17a7098288b9dd156e",
      "parents": [
        "ece95c760240037f89ebcbdd7155ac8cb52e38fa"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Mar 23 18:24:25 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Apr 04 12:39:26 2018 +0000"
      },
      "message": "message/pipeline: prepare for multi-stage extraction\n\nmost notably ssa and callgraph analysis\n\njust restructuring now to keep diffs better later\n\nChange-Id: I7e24053fe014430603a4daa282c87a97ad753433\nReviewed-on: https://go-review.googlesource.com/102715\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Ross Light \u003clight@google.com\u003e\n"
    },
    {
      "commit": "ece95c760240037f89ebcbdd7155ac8cb52e38fa",
      "tree": "f9a35369f605546fca0e7f2ad6b7dae624833948",
      "parents": [
        "ab48842968a66deafa354805a8b031924668e059"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Mar 21 21:27:14 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Tue Mar 27 14:50:29 2018 +0000"
      },
      "message": "unicode/cldr: improve documentation\n\nChange-Id: I376ad957a3417cc909f828786d6faf2a0d61bb1f\nReviewed-on: https://go-review.googlesource.com/101995\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Ross Light \u003clight@google.com\u003e\n"
    },
    {
      "commit": "ab48842968a66deafa354805a8b031924668e059",
      "tree": "c68b930ca106486b0dfa7088794266b91a7f7d18",
      "parents": [
        "8c34f848e18c4bd34d02db7f19a0ed1a0a8f5852"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Mar 01 22:29:26 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Mar 23 13:56:13 2018 +0000"
      },
      "message": "internal: use Parent from compact and remove internal’s\n\nThis has the side-effect that the implementations using\ncompact tags will now have to chose whether to use\nthe regional or language variant of the tag. For instance,\nthe number package may display Swiss German number\nformatting, even though the language selected is German.\n\nNote that the tables for plural rules have slightly changed.\nThe new changes pick up data for some deprecated tags as\nwell. The entries for the deprecated tags could be removed\nas compact indices, but as long as they are there, the\nchanges introduced here are correct. In practice the\nlanguage Matcher will match deprecated tags to their\nmodern equivalent, so these changes will have no effect\nin practice.\n\nChange-Id: I32f9149b0748a3ce51cab332b43a74092deffd8f\nReviewed-on: https://go-review.googlesource.com/98438\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Ross Light \u003clight@google.com\u003e\n"
    },
    {
      "commit": "8c34f848e18c4bd34d02db7f19a0ed1a0a8f5852",
      "tree": "37e57549ef909c076181d49043a158203f0ee4dc",
      "parents": [
        "71a41d893ca88acf3b694c4ec3f321e8b5970d14"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Mar 01 22:24:51 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Mar 15 13:04:13 2018 +0000"
      },
      "message": "internal/language/compact: implement parent generation\n\nby modifying code copied earlier\n\nChange-Id: I53a83ebc235675238973cfa93faba0d57260e846\nReviewed-on: https://go-review.googlesource.com/98437\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Ross Light \u003clight@google.com\u003e\n"
    },
    {
      "commit": "71a41d893ca88acf3b694c4ec3f321e8b5970d14",
      "tree": "8262935562cc574af27a75becc9eaae7915ffbdc",
      "parents": [
        "75f7fcaea151a2395444207cea40c6eae8e15036"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Mar 01 22:01:20 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Mar 15 13:03:46 2018 +0000"
      },
      "message": "internal/language: export the root language tag\n\nChange-Id: I61eef748368d6d30cd9e937d78ed903206c59803\nReviewed-on: https://go-review.googlesource.com/98436\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Ross Light \u003clight@google.com\u003e\n"
    },
    {
      "commit": "75f7fcaea151a2395444207cea40c6eae8e15036",
      "tree": "98255664a994fbe65c8b9fd60a94f2d3713c4158",
      "parents": [
        "4a13a3860a6e13b9c8d09ceeb19f19a4b68c1a4e"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Mar 01 21:19:40 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Mar 15 13:03:06 2018 +0000"
      },
      "message": "internal/language/compact: moved code from internal and made it compile\n\ngeneration won’t work yet.\n\nOnly changed the package names and did\ns/Parent/compact.Parent/ in gen_test.go.\n\nChange-Id: I955cc95c7376f8a8f56eb2a4899d886d6daa1f8a\nReviewed-on: https://go-review.googlesource.com/98435\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Ross Light \u003clight@google.com\u003e\n"
    },
    {
      "commit": "4a13a3860a6e13b9c8d09ceeb19f19a4b68c1a4e",
      "tree": "7e5576e1b777c2caf609a66f73ef1aff3569edbf",
      "parents": [
        "6ddec15f6ad41e5f923285a7f51fb026349034d9"
      ],
      "author": {
        "name": "Andrew Bonventre",
        "email": "andybons@golang.org",
        "time": "Wed Mar 14 13:21:31 2018 -0400"
      },
      "committer": {
        "name": "Andrew Bonventre",
        "email": "andybons@golang.org",
        "time": "Wed Mar 14 18:00:56 2018 +0000"
      },
      "message": "CONTRIBUTING.md: remove note about not accepting Pull Requests\n\nUpdates golang/go#24185\n\nChange-Id: Iab70d5b21d561e139aed1fb569ab49634cfccd37\nReviewed-on: https://go-review.googlesource.com/100715\nReviewed-by: Andrew Bonventre \u003candybons@golang.org\u003e\nReviewed-by: Ian Lance Taylor \u003ciant@golang.org\u003e\n"
    },
    {
      "commit": "6ddec15f6ad41e5f923285a7f51fb026349034d9",
      "tree": "58d8802a494213fd9cb3a2437eb089efed0bacf3",
      "parents": [
        "b7ef84aaf62aa3e70962625c80a571ae7c17cb40"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Feb 22 14:01:40 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Mar 14 12:13:25 2018 +0000"
      },
      "message": "language: use internal/language/compact\n\nThis exposes all the internal compact IDs within x/text\nbut not outside.\n\nChange-Id: I3c5e63f26a3e2774e70fdb48390522f444a850ae\nReviewed-on: https://go-review.googlesource.com/96639\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Ross Light \u003clight@google.com\u003e\n"
    },
    {
      "commit": "b7ef84aaf62aa3e70962625c80a571ae7c17cb40",
      "tree": "23dcdceff35a97089c0bacdfa59c110e9920e158",
      "parents": [
        "f2a5cae3236cc971c647eaeb62e685c9e24973df"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Feb 22 13:58:23 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Mar 02 20:12:48 2018 +0000"
      },
      "message": "internal/language/compact: removes, renames, and exports\n\nThe compact package exists to expose compact tag IDs\nwithin x/text, without exporting it outside the repo.\n\nAdjust naming, remove unneeded code, exported some\npreviously internal code.\n\nChange-Id: I716375dc775c038315d17822c442338c86a2f82d\nReviewed-on: https://go-review.googlesource.com/96638\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Ross Light \u003clight@google.com\u003e\n"
    },
    {
      "commit": "f2a5cae3236cc971c647eaeb62e685c9e24973df",
      "tree": "f4a463eda7005b8104e09e05b0e84b47ceb52b98",
      "parents": [
        "0b0b1f509072617b86d90971b51da23cc52694f2"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Feb 22 09:57:14 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Mar 02 20:12:08 2018 +0000"
      },
      "message": "internal/language/compact: copy of language\n\nCopy language package to internal/language/compact\nThe purpose is to expose the compact ID functionality\nto other packages in x/text, but without exporting\nit outside of x/text.\n\nThe next steps will be to delete respective\nfunctionality in the original and destination\npackage and expose the functionality in the\nthe internal package.\n\nChange-Id: I35ff1a041069729f75bab743148f4cf3f16c2058\nReviewed-on: https://go-review.googlesource.com/96637\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Ross Light \u003clight@google.com\u003e\n"
    },
    {
      "commit": "0b0b1f509072617b86d90971b51da23cc52694f2",
      "tree": "9c1be964f9939fe59b12d50f3f6345248c04f33f",
      "parents": [
        "ffa9e5ed686e7febf88c66584f2de055a376f826"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Mar 01 13:42:32 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Mar 01 21:44:59 2018 +0000"
      },
      "message": "message: add documentation for the m verb\n\nAlso simplicied the http example:\nnow uses MatchStrings.\n\nChange-Id: I6dabad6d59ab93baf2bd1f16735ab8c14fd45b9e\nReviewed-on: https://go-review.googlesource.com/97835\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Ross Light \u003clight@google.com\u003e\n"
    },
    {
      "commit": "ffa9e5ed686e7febf88c66584f2de055a376f826",
      "tree": "2fa3376494256ab57abce97c905c504b0ed1de94",
      "parents": [
        "de8df8581d4d78e8c37d926922f11ece2baad583"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Feb 23 18:02:25 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Mar 01 21:44:40 2018 +0000"
      },
      "message": "unicode/runenames: support for multiple unicode versions\n\nAlso rewrote the representation, which did not work for\nUnicode 10\n\nChange-Id: I39d9907908c67d07f8bbc153942ab0d8ab02ab6e\nReviewed-on: https://go-review.googlesource.com/96736\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Ross Light \u003clight@google.com\u003e\n"
    },
    {
      "commit": "de8df8581d4d78e8c37d926922f11ece2baad583",
      "tree": "8da6d2d7d9f2060789de2bf0ebb2104931459581",
      "parents": [
        "27420a1a391f5504f73155051cd274311bf70883"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Feb 23 18:01:19 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Mar 01 21:44:16 2018 +0000"
      },
      "message": "internal/gen/bitfield: added package to simplify bit fiddling\n\nChange-Id: Ie54d050135a39f7fc3df419fcbdc042363b7e216\nReviewed-on: https://go-review.googlesource.com/96735\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nReviewed-by: Ross Light \u003clight@google.com\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\n"
    },
    {
      "commit": "27420a1a391f5504f73155051cd274311bf70883",
      "tree": "28fbd81f957d1c87f8df1002643bfeb7db1a7bed",
      "parents": [
        "600836131814ad28371302096ebad9f629cd69ef"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Feb 21 12:50:05 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Feb 23 19:36:32 2018 +0000"
      },
      "message": "internal/language: move package to internal\n\nChange-Id: I6fff414e66cb08c5f09cba14c936319335b63dde\nReviewed-on: https://go-review.googlesource.com/95833\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "600836131814ad28371302096ebad9f629cd69ef",
      "tree": "ee4b8efac2f900eb8b4352b96788dd24b3982b61",
      "parents": [
        "2120f96286c5897163172b6f5ac2fd0921777714"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Feb 21 12:07:52 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Feb 23 19:12:22 2018 +0000"
      },
      "message": "language: distinguish regional variant in matching\n\nChange-Id: I1d997d625726e4b8152a7d039fc761dfcad45b7a\nReviewed-on: https://go-review.googlesource.com/95832\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "2120f96286c5897163172b6f5ac2fd0921777714",
      "tree": "6fff626812ecf6e8e8b5a40e9699f04ee53cd2e1",
      "parents": [
        "77ec41e6ab3db73a3a3392590b13c6b5d73b1f80"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Feb 21 11:46:23 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Feb 23 18:51:29 2018 +0000"
      },
      "message": "language/internal: finalize Builder and refine -u semantics\n\nThis is to aid the Compose implementation in language.\n\nThis also treats key-value pairs in -u extensions as individual\nentities, allowing them to be merged and overwritten.\n\nMultiple values of the same key are now disallowed; the\nfirst value is taken. It is not considered an error, though,\nallowing tags with different values to be composed.\n\nChange-Id: I65f1e2a2645d15289a973356b9cae33d66068c2b\nReviewed-on: https://go-review.googlesource.com/95831\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "77ec41e6ab3db73a3a3392590b13c6b5d73b1f80",
      "tree": "a58dff2b7b0f14d734dd58f8e7e05f5dd5c4fcb0",
      "parents": [
        "e839bd5edfbb59f7ea3a345b9c9f33d5c3ea94ec"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Feb 21 09:49:15 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Feb 23 18:50:55 2018 +0000"
      },
      "message": "language/internal: use sub tests\n\nChange-Id: If436bca5977cd99ea9c91f624649b391818bfeb1\nReviewed-on: https://go-review.googlesource.com/95829\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "e839bd5edfbb59f7ea3a345b9c9f33d5c3ea94ec",
      "tree": "468caa6220d6a4b3484f8df7b1d0775cfe485699",
      "parents": [
        "7c3f0bbfa369972a8a7e42f8e279d06aab9c10e0"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Feb 15 20:38:04 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Feb 23 18:49:39 2018 +0000"
      },
      "message": "language: use compact tags\n\nChange-Id: Iecd38d92cfbd38d84067d1e7184e996f3eab4712\nReviewed-on: https://go-review.googlesource.com/95828\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "7c3f0bbfa369972a8a7e42f8e279d06aab9c10e0",
      "tree": "69c3bf97a21922e06167325bb35965675199c306",
      "parents": [
        "829f8f16e9a737120830d0e6ac42439fd42241e8"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Feb 15 15:55:48 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Feb 23 18:49:11 2018 +0000"
      },
      "message": "language: new implementation of compact tags\n\nAlso updated date tables for this change and fixed\na small bug in code.go, which would escape \u0027\\\u0027, but\nallowe it (\u0027\\\\\u0027) to be broken across lines.\n\nChange-Id: I139bf149a703f1063ccf10a8bae695be5696d97d\nReviewed-on: https://go-review.googlesource.com/95827\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "829f8f16e9a737120830d0e6ac42439fd42241e8",
      "tree": "c809f7884d95171b95333c27db32370339fee911",
      "parents": [
        "c48437bd2d3dcbd1e5fb4839ddee736568c81260"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Feb 15 14:40:17 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Feb 23 18:25:51 2018 +0000"
      },
      "message": "language: compact index bug fix: match zh-HK to zh-Hant-HK\n\nAlso add some other tests.\n\nAdd GetCoreKey to language/internal in preperation of\ngeneration.\n\nChange-Id: I675e6236e468231b53bd295251d43f7db0c4b49b\nReviewed-on: https://go-review.googlesource.com/95826\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "c48437bd2d3dcbd1e5fb4839ddee736568c81260",
      "tree": "3dee974570e9db4216f0dbeb310a24e13809a945",
      "parents": [
        "96ecc90db64a899d6b475a7893388c958988f60b"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Feb 15 14:19:00 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Feb 23 18:24:30 2018 +0000"
      },
      "message": "language/internal: expose StringToBuf\n\nChange-Id: I9c4f59999dcba5ba82839c3a4808d105dd1b88a2\nReviewed-on: https://go-review.googlesource.com/95825\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "96ecc90db64a899d6b475a7893388c958988f60b",
      "tree": "2029e1585251aa600c82a60ce92a26fd3e6edc36",
      "parents": [
        "59a7c23b6f53db577c525e7d7ef13e2da6bce08a"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Feb 15 11:42:57 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Feb 23 18:23:11 2018 +0000"
      },
      "message": "language: remove use of aliases\n\nChange-Id: I44bda956eea7989eb1fccf90337361d6825567d4\nReviewed-on: https://go-review.googlesource.com/95824\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "59a7c23b6f53db577c525e7d7ef13e2da6bce08a",
      "tree": "8db20b2bcd3026bcc3751c914861b191f0a416b5",
      "parents": [
        "b85db4f711a0f40224ea3a0b741a9f8c046fcb7f"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Feb 15 11:08:04 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Feb 23 18:21:56 2018 +0000"
      },
      "message": "language: clean up gen\n\nMostly switch to use of CodeWriter.\n\nRemove many old helper functions and move\nmain to top.\n\nChange-Id: I957408391c26d49e1db13265dc8ebb7829e267eb\nReviewed-on: https://go-review.googlesource.com/95823\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "b85db4f711a0f40224ea3a0b741a9f8c046fcb7f",
      "tree": "2a240ebc0123165d12cf6a63557e653ac477317d",
      "parents": [
        "b83d5b81bf0e79ce9b34de6886ff9a24a76917c8"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Feb 15 10:52:33 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Feb 23 18:20:23 2018 +0000"
      },
      "message": "language: use new internal language tag package\n\nMore cleanup to come in separate CL.\n\nCompact index generation currently disabled.\nWill need to be enabled again as part of the\nnew compact index implementation.\n\nChange-Id: I571c34b700ca3f22959ab261525827c7edfab511\nReviewed-on: https://go-review.googlesource.com/95822\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "b83d5b81bf0e79ce9b34de6886ff9a24a76917c8",
      "tree": "07f61c4d04f366cb0cf8473e0ada3c9d850755cc",
      "parents": [
        "3c3e6a4440ae99c879d29b4ad4c74f272dde0ecc"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Feb 14 20:59:56 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Feb 23 18:05:39 2018 +0000"
      },
      "message": "language/internal: expose alias data and ValueError\n\nChange-Id: I5ff55e3d386fb516a09f886b34179c69ab7b87bc\nReviewed-on: https://go-review.googlesource.com/95821\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "3c3e6a4440ae99c879d29b4ad4c74f272dde0ecc",
      "tree": "4ab2d38ac8261f20065daadfd341c45151ef5cdd",
      "parents": [
        "20787f6828fc316953b0fe5d92f0d2cd376ae88b"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Feb 14 19:11:41 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Feb 23 18:00:35 2018 +0000"
      },
      "message": "language/internal: include body of old compose\n\nThis is like the old code but different. Prevents\nsome internals from having to be exposed.\n\nChange-Id: Ibfd0c98e7ed276faab20789fd753f8ef5cf6bda5\nReviewed-on: https://go-review.googlesource.com/95820\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "20787f6828fc316953b0fe5d92f0d2cd376ae88b",
      "tree": "45b923e8991e363872001ca16455576c90a836e3",
      "parents": [
        "42fe5789b3c7f7a403f1d63b89db65899858294b"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Feb 14 19:11:00 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Feb 23 17:41:32 2018 +0000"
      },
      "message": "language/internal: more exposing of internals\n\nAlso simplify variants and extensions.\n\nChange-Id: I3dfb347057302a7e5947ed35cbb29aa83d22ec0e\nReviewed-on: https://go-review.googlesource.com/95819\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "42fe5789b3c7f7a403f1d63b89db65899858294b",
      "tree": "64d7c15c0d951dacc7ab1cc2b56d9aee18b0984b",
      "parents": [
        "7062ea6af1848facbce25a75f0a5b8f5b711c569"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Feb 14 14:53:47 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Feb 23 17:35:15 2018 +0000"
      },
      "message": "language/internal: export tag types and rename fields\n\nChange-Id: I5c8a590d2fdeeb5aa223c821751455c2f3eb9d9b\nReviewed-on: https://go-review.googlesource.com/95818\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "7062ea6af1848facbce25a75f0a5b8f5b711c569",
      "tree": "8128d86ecf51c5295c4d4ba03e75d9a8fb7762cb",
      "parents": [
        "aee093ccdd5548c734bec21a396d4405b230285f"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Feb 14 14:39:48 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Feb 23 17:26:33 2018 +0000"
      },
      "message": "language/internal: remove excess code\n\nand make the minimal rewrite to make it build and pass tests\n\nRemoved higher-level functionality:\n- canonicalization\n- matching\n- accept language\n- coverage\n- compact index\n- compose\n- higher level tag types\n\nAdded SuppressScript primitive to compensate for\nScript removal.\n\nChange-Id: I0e480ac6dcf78a2ab5d5a00aa0b480c8f1aed233\nReviewed-on: https://go-review.googlesource.com/95817\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "aee093ccdd5548c734bec21a396d4405b230285f",
      "tree": "1f1ac26c02d635dc8b72f80f5cbff3ef9034187a",
      "parents": [
        "ccf29a08cb92872b297cad16c53ca7bbede5bd1d"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Tue Feb 13 17:18:09 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Feb 23 17:23:49 2018 +0000"
      },
      "message": "language/internal: copy language for refactoring\n\nChange-Id: I04dad1af3f709ecf2f92a7257717b195a832a641\nReviewed-on: https://go-review.googlesource.com/95816\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "ccf29a08cb92872b297cad16c53ca7bbede5bd1d",
      "tree": "65e71444d2c93f6c1c50ecf699ea6a6036ea745e",
      "parents": [
        "9e2b64d659da1afe07ce1c9c1dfefc09d188f21e"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Tue Feb 13 14:47:17 2018 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Feb 23 17:23:06 2018 +0000"
      },
      "message": "language: change semantics of CompactIndex\n\nThis is the first CL in a sequence to enhance both the\nperformance and functionality of language Tags.\n\nFirst step is to have CompactIndex implement the\nsemantics that it should have: rather than returning\nUnd when there is no match, it should return the closest\nmatching compact index. CompactIndex is often used\nthis way, and when it is not it was typcially a bug. This\nfixes that.\n\nNext steps are to have the fast-path internal encoding\nof tag be a compact index.\n\nThe step after that is to keep two compact indexes,\nallow representing both the language and locale part\nof a tag like:\n    en-US-va-posix\nand\n    en-GB-rg-gbsct\n\nThe result will allow for dual-mode tags resulting from\nmatching, simplifying the life of an API user.\n(In Java the API users will get two tags from a match\nand will have to decide on a case-by-case basis which\ntag to use for which purpose.)\nThis design also allows for fast converstion to compact\nindices, making it unnecessary for message.Printers to\nextract this index.\n\nChange-Id: I019ac6df4a3e3c7e6c758173fc942667df65ff36\nReviewed-on: https://go-review.googlesource.com/95815\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "9e2b64d659da1afe07ce1c9c1dfefc09d188f21e",
      "tree": "362db28b2609a8fcf58a078b38b66ff6f54d49fb",
      "parents": [
        "4e4a3210bb54bb31f6ab2cdca2edcc0b50c420c1"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Dec 13 22:43:59 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Feb 21 12:18:26 2018 +0000"
      },
      "message": "message: allow translated substitutions (%m)\n\nChange-Id: I23fa5fe7ca43d993a8559fd6a35ecb36f082aaf2\nReviewed-on: https://go-review.googlesource.com/84715\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "4e4a3210bb54bb31f6ab2cdca2edcc0b50c420c1",
      "tree": "bf9d880ef7e58f54525fe3c522117edceb27633e",
      "parents": [
        "e19ae1496984b1c655b8044a65c0300a3c878dd3"
      ],
      "author": {
        "name": "Nigel Tao",
        "email": "nigeltao@golang.org",
        "time": "Sun Feb 04 14:07:25 2018 +1100"
      },
      "committer": {
        "name": "Nigel Tao",
        "email": "nigeltao@golang.org",
        "time": "Thu Feb 08 04:12:48 2018 +0000"
      },
      "message": "all: link to the \"state of x/text\" video\n\nChange-Id: I1eedba96d30ee1587da6408b55b0a7f5b8c1463a\nReviewed-on: https://go-review.googlesource.com/91835\nReviewed-by: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\n"
    },
    {
      "commit": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
      "tree": "15f3357714dcbcc270e1d9088ac8098d70322bea",
      "parents": [
        "eb22672bea55af56d225d4e35405f4d2e9f062a0"
      ],
      "author": {
        "name": "Brad Fitzpatrick",
        "email": "bradfitz@golang.org",
        "time": "Sun Dec 24 20:31:28 2017 +0000"
      },
      "committer": {
        "name": "Brad Fitzpatrick",
        "email": "bradfitz@golang.org",
        "time": "Wed Dec 27 01:22:46 2017 +0000"
      },
      "message": "currency: fix format in example\n\nFixes golang/go#23233\n\nChange-Id: Ie89140502cc966acedea4abbaf66214b90ce570a\nReviewed-on: https://go-review.googlesource.com/85398\nReviewed-by: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nRun-TryBot: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\n"
    },
    {
      "commit": "eb22672bea55af56d225d4e35405f4d2e9f062a0",
      "tree": "720daa3b2759b645a4182e5314cab531ed56b2fa",
      "parents": [
        "58f7a2daa8ea4d6763ac8ac2cf107073079b503e"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Dec 13 19:21:11 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Mon Dec 18 11:36:26 2017 +0000"
      },
      "message": "cmd/gotext: add update command\n\nThis is the recommended approach and will\nlikely replace export and generate.\n\nChange-Id: Ie7dc0523c580715b8576de074f312b490a8727b6\nReviewed-on: https://go-review.googlesource.com/83776\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "58f7a2daa8ea4d6763ac8ac2cf107073079b503e",
      "tree": "955ab78400e16d90d80e0909c5cf1ad08d8308af",
      "parents": [
        "7418ca0c5bf10919e8f1df6d660e5859ad61a995"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Dec 13 18:39:52 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Mon Dec 18 11:35:59 2017 +0000"
      },
      "message": "message/pipeline: implement merge\n\n- unique keys and identifiers\n- detect collisions\n- inject available translations in output files\n- inject source language if applicable\n\nChange-Id: I461a276c20b43161ee37499700e0feff82883e1b\nReviewed-on: https://go-review.googlesource.com/83819\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "7418ca0c5bf10919e8f1df6d660e5859ad61a995",
      "tree": "c5de641acdbe088d449c14ca569aec78dd3c9da1",
      "parents": [
        "e1b31abf3ebf7e81dc1a004fa46c64f2e8de65c6"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Dec 13 14:53:37 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Mon Dec 18 11:11:28 2017 +0000"
      },
      "message": "message/pipeline: hoist export code from cmd/text\n\nChange-Id: I51ff721870bd91ade99d7afede56556535bc93bc\nReviewed-on: https://go-review.googlesource.com/83818\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "e1b31abf3ebf7e81dc1a004fa46c64f2e8de65c6",
      "tree": "a93f38a0ea5f07da1170d8d5cb526686bf5af620",
      "parents": [
        "d5a9226ed7dd70cade6ccae9d37517fe14dd9fee"
      ],
      "author": {
        "name": "Brad Fitzpatrick",
        "email": "bradfitz@golang.org",
        "time": "Sun Dec 17 05:13:39 2017 +0000"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Mon Dec 18 07:30:39 2017 +0000"
      },
      "message": "message/pipeline: fix build on Go 1.8\n\nFixes build failure on the dashboard for Go 1.8:\nhttps://build.golang.org/log/ac5c9df1b367779239f82745c05ee5eb56b522f6\n\nChange-Id: I37051590b50959a01db23bc6652469e1775fff05\nReviewed-on: https://go-review.googlesource.com/84515\nRun-TryBot: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\n"
    },
    {
      "commit": "d5a9226ed7dd70cade6ccae9d37517fe14dd9fee",
      "tree": "e88414fda76348debedeae39dd09dc23f8ed3832",
      "parents": [
        "a0f33c5bee6dadad359ff345224b555a3c068823"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Dec 13 14:47:34 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Dec 15 20:38:59 2017 +0000"
      },
      "message": "message/pipeline: set fallback language for tests\n\nalso add catalog comparison file.\n\nChange-Id: I66c066fb52b8fb74d05a4be6d89a1f4ad3e701f8\nReviewed-on: https://go-review.googlesource.com/83817\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "a0f33c5bee6dadad359ff345224b555a3c068823",
      "tree": "b9038f0abbbb582f7db2ffbf49034eb52f41c0dc",
      "parents": [
        "5c426816db85a22dd578dad2c5f7736043d404b9"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Dec 13 14:10:00 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Dec 15 20:09:00 2017 +0000"
      },
      "message": "message/pipeline: trim whitespace for messages\n\nit is added back when rendering, but makes it hard\nfor the translator to forget about it.\n\nChange-Id: Ic775e0707a9ec4fc0cdcf5351933ae9b05872d81\nReviewed-on: https://go-review.googlesource.com/83816\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "5c426816db85a22dd578dad2c5f7736043d404b9",
      "tree": "5bd20dfe1de25509125629f6bf869122e09d0ec7",
      "parents": [
        "b16005c86766188a6aeabfec1c5d192d373bb747"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Dec 13 13:43:46 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Dec 15 20:07:45 2017 +0000"
      },
      "message": "internal/catmsg: support Affix message type\n\nChange-Id: Iabf2ef415f3610598607a44d8f2c35a70743da3e\nReviewed-on: https://go-review.googlesource.com/83815\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "b16005c86766188a6aeabfec1c5d192d373bb747",
      "tree": "57634d845b4b7d201e422d1ad14c1e4165f48852",
      "parents": [
        "73f72487b7d8a81970fbf571cd9b660d3d5e604c"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Dec 13 10:39:16 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Dec 15 19:56:20 2017 +0000"
      },
      "message": "message/pipeline: hoist importing from cmd/gotext\n\n- cmd/gotext generate now extracts, so no need to\n  create intermediate extraction file.\n  (next step is to just have an update command)\n- shared config creation code in cmd/text\n- added tests in pipeline package\n\nChange-Id: Ifdb69710554712a79bda79502e5e03a3f3a2c9d3\nReviewed-on: https://go-review.googlesource.com/83657\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "73f72487b7d8a81970fbf571cd9b660d3d5e604c",
      "tree": "981a8961a3056f15db92c17dfd4539448294e118",
      "parents": [
        "a1b916ed67261d67e65b9b2f1181606f30ee805a"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Tue Dec 12 18:32:54 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Dec 15 14:17:41 2017 +0000"
      },
      "message": "message/pipeline: fix extraction bug\n\nNOTE: tests will be added soon, but in different CL\n\nChange-Id: I4873c549938eaa2cd22ff2d725bb52bd26b26960\nReviewed-on: https://go-review.googlesource.com/83656\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "a1b916ed67261d67e65b9b2f1181606f30ee805a",
      "tree": "fbef77d791f9a264354d9db4ea987ea7c362d6be",
      "parents": [
        "f21a4dfb5e38f5895301dc265a8def02365cc3d0"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Tue Dec 12 13:43:40 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Fri Dec 15 14:17:12 2017 +0000"
      },
      "message": "message/pipeline: further restructuring\n\n- prepares to move more code out of gotext\n- accumulating results of operations in State\n  make it easier to add generic pipeline actions\n  and reuse state between operations\n\nChange-Id: I8a109075348c03bfd05359635a20e668fcaf09e0\nReviewed-on: https://go-review.googlesource.com/83655\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "f21a4dfb5e38f5895301dc265a8def02365cc3d0",
      "tree": "d495a1fe53fe3fd1794be36b4a4c8d835254db7b",
      "parents": [
        "d5f0155fc124972d018bea023348f2bd9e1d341e"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Sat Dec 09 18:05:50 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Dec 14 13:08:43 2017 +0000"
      },
      "message": "all: upgrade to CLDR 32\n\nChange-Id: I80ba02e97f8c9a6bc364cf8679b90aee13a1ce23\nReviewed-on: https://go-review.googlesource.com/82905\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "d5f0155fc124972d018bea023348f2bd9e1d341e",
      "tree": "6ce751a5766c7080fff6b056daa353a99925742e",
      "parents": [
        "681d1c0c9a4b32676839bdd407689a852716c7d8"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Sun Dec 10 14:07:54 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Dec 14 13:06:06 2017 +0000"
      },
      "message": "internal/cldrtree: included in gen.go\n\nChange-Id: I149d44933ef36e48961e4d405267f578950ba7ac\nReviewed-on: https://go-review.googlesource.com/82906\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "681d1c0c9a4b32676839bdd407689a852716c7d8",
      "tree": "0239310b6730511fcba1601b1f043695620e15a6",
      "parents": [
        "1516014cc0a8eaadbb2d523ba70bd928d995ecb2"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Sat Dec 09 18:05:12 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Dec 14 13:05:14 2017 +0000"
      },
      "message": "language/display: change tests to prepare for CLDR 32\n\nChange-Id: I89e9b78227ff4db60efca2308d06fb1750844d64\nReviewed-on: https://go-review.googlesource.com/82904\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "1516014cc0a8eaadbb2d523ba70bd928d995ecb2",
      "tree": "c8c16d8e0b59025116ab44a7d60397522a5d140c",
      "parents": [
        "99af6ec1d491cf294e22ece5680f544a9b881fdd"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Sat Dec 09 18:04:43 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Dec 14 13:03:07 2017 +0000"
      },
      "message": "language: exclude data case to prepare for CLDR 32\n\nChange-Id: I11d25e966d6b92a1b3c8fa111ee3c5d8c3fcdc65\nReviewed-on: https://go-review.googlesource.com/82903\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "99af6ec1d491cf294e22ece5680f544a9b881fdd",
      "tree": "25fe1c3997baf51c205826ca887e5fff40888961",
      "parents": [
        "6097f7ad59141da5c8b49e8c54b886ec6b172d69"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Sat Dec 09 18:04:21 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Dec 14 13:02:19 2017 +0000"
      },
      "message": "internal/number: preperation for CLDR 32\n\nchange index size\n\nChange-Id: Iff47132d6d5d4c72abb1e8005fc0d1ca0eae2bd8\nReviewed-on: https://go-review.googlesource.com/82902\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "6097f7ad59141da5c8b49e8c54b886ec6b172d69",
      "tree": "f27a67fc035695768a26b1277fc2cf92e4415381",
      "parents": [
        "90c7ecd0902c02cfbad51471a61f85cd8065a504"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Sat Dec 09 18:03:48 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Dec 14 13:01:39 2017 +0000"
      },
      "message": "gen.go: fix dependencies to fix CLDR 32 generation\n\nChange-Id: I5dcfcc2c7cbbd5c3415d1c98a7a3a216725f575d\nReviewed-on: https://go-review.googlesource.com/82901\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "90c7ecd0902c02cfbad51471a61f85cd8065a504",
      "tree": "0e23f738727a5e2a0404d207459ea68b601b2473",
      "parents": [
        "c4d099d611ac3ded35360abf03581e13d91c828f"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Sat Dec 09 18:03:25 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Dec 14 12:59:13 2017 +0000"
      },
      "message": "currency: add entry in preparation for CLDR32\n\nChange-Id: I28678a95c79619a71c0a622476dfb0913f1c723e\nReviewed-on: https://go-review.googlesource.com/82900\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "c4d099d611ac3ded35360abf03581e13d91c828f",
      "tree": "38cdaddea52e4df5567b448851575cb669e0518a",
      "parents": [
        "3b24cac7bc3a458991ab409aa2a339ac9e0d60d6"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Mon Dec 11 13:26:16 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Dec 13 10:25:48 2017 +0000"
      },
      "message": "all: support multiple versions of Unicode\n\nDifferent Go compilers support different versions of Unicode.\nIn general, one should match the version of x/text to match\nthe Unicode version of the Go core. This is quite painful and\nrestrictive in practice.\n\nx/text now supports multiple versions of Unicode concurrently\nwhich are selected based on the Go compiler used (from 1.7).\n\nChange-Id: I9a999bf603872a88932740ca7eb518c247519e06\nReviewed-on: https://go-review.googlesource.com/83235\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Russ Cox \u003crsc@golang.org\u003e\n"
    },
    {
      "commit": "3b24cac7bc3a458991ab409aa2a339ac9e0d60d6",
      "tree": "8bfde012af030a2f9d6a473b2c050ad365ee88c4",
      "parents": [
        "bbb8cca3842e13c1105d7a6d93c465b9b40a32ce"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Dec 06 19:02:41 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Sat Dec 09 17:13:08 2017 +0000"
      },
      "message": "message/pipeline: converted to API\n\nand changed cmd/gotext to use it.\n\nChange-Id: I418957cfcbcad3acb2ebcd2f65c88a43e5e7f254\nReviewed-on: https://go-review.googlesource.com/82236\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "bbb8cca3842e13c1105d7a6d93c465b9b40a32ce",
      "tree": "0d8299fd722148237ea995418a44d8d901702c11",
      "parents": [
        "576e5cf351a062494d46637e4baaa89ca17de1b8"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Dec 06 17:58:52 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Sat Dec 09 17:12:35 2017 +0000"
      },
      "message": "message/pipeline: copy over files from cmd/gotext\n\nMost of the code will be turned into a package.\n\nChange-Id: I47609e5afb176e42d3b0b29bfa04cca23ab6867f\nReviewed-on: https://go-review.googlesource.com/82235\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "576e5cf351a062494d46637e4baaa89ca17de1b8",
      "tree": "e63d6b6186fd92b7547f1540c24d342c0601f434",
      "parents": [
        "595fa11735e8a451210eb6512d6c42610ffec658"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Dec 06 14:34:32 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Sat Dec 09 17:12:16 2017 +0000"
      },
      "message": "cmd/gotext: add generate command\n\nChange-Id: I528e05f5ddb2c903cbe6136bed5b31fe867510b1\nReviewed-on: https://go-review.googlesource.com/82199\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "595fa11735e8a451210eb6512d6c42610ffec658",
      "tree": "15775ccf75ca8a9f903d1851c8104120de66906a",
      "parents": [
        "a15b1bf5f171d88ee1997f78235cdd9c182c3195"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Dec 06 17:09:38 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Sat Dec 09 17:11:44 2017 +0000"
      },
      "message": "cmd/gotext: distinguish between key and id\n\nThe id of the translation and the key that is used at\nruntime to look up the translation are not the same.\nThe id is used for tracking and linking messages.\nThe key is used for lookup internally.\n\nChange-Id: I26cac35fb421ee8227fd8b0b5a712a752c4f5f5e\nReviewed-on: https://go-review.googlesource.com/82202\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "a15b1bf5f171d88ee1997f78235cdd9c182c3195",
      "tree": "3871c63781a2b7fb23914e93705c526823c161ca",
      "parents": [
        "be25de41fadfae372d6470bda81ca6beb55ef551"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Dec 06 15:48:04 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Sat Dec 09 17:10:45 2017 +0000"
      },
      "message": "cmd/gotext: require translation field\n\nThis makes it easier to start typing.\n\nChange-Id: I890c7533e021ab99cec2a0b51de4f743007e33e3\nReviewed-on: https://go-review.googlesource.com/82201\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "be25de41fadfae372d6470bda81ca6beb55ef551",
      "tree": "d5e7288c8dd65431e9eee64d6f551bdcc7120415",
      "parents": [
        "3112fffd53add13f35831f59df5e8ec04a5cbd07"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Dec 06 13:18:01 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Dec 07 10:46:13 2017 +0000"
      },
      "message": "cmd/gotext: standardize error handling\n\nChange-Id: I2aed475d975af4e084a0a17547d424493fd7c70b\nReviewed-on: https://go-review.googlesource.com/82198\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    },
    {
      "commit": "3112fffd53add13f35831f59df5e8ec04a5cbd07",
      "tree": "29541d68e9c425dae355856363ab423108567f8e",
      "parents": [
        "077fb02d38c7e7e71f78816979a7fb8aa05df3ee"
      ],
      "author": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Wed Dec 06 13:02:14 2017 +0100"
      },
      "committer": {
        "name": "Marcel van Lohuizen",
        "email": "mpvl@golang.org",
        "time": "Thu Dec 07 10:45:02 2017 +0000"
      },
      "message": "cmd/gotext: factor out common loader code\n\nChange-Id: I5aa45d17c01c6aacf2b9d10cdeea5b92ae79c246\nReviewed-on: https://go-review.googlesource.com/82197\nRun-TryBot: Marcel van Lohuizen \u003cmpvl@golang.org\u003e\nTryBot-Result: Gobot Gobot \u003cgobot@golang.org\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@golang.org\u003e\n"
    }
  ],
  "next": "077fb02d38c7e7e71f78816979a7fb8aa05df3ee"
}
