summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
Commit message (Collapse)AuthorAgeFilesLines
* A+C: delete AUTHORS and CONTRIBUTORSRuss Cox2022-07-221-2965/+0
| | | | | | | | | | | | | | | | | | | | | In 2009, Google's open-source lawyers asked us to create the AUTHORS file to define "The Go Authors", and the CONTRIBUTORS file was in keeping with open source best practices of the time. Re-reviewing our repos now in 2022, the open-source lawyers are comfortable with source control history taking the place of the AUTHORS file, and most open source projects no longer maintain CONTRIBUTORS files. To ease maintenance, remove AUTHORS and CONTRIBUTORS from all repos. For #53961. Change-Id: I332327afb49c45d54e71e018193fb18b09e5d91a Reviewed-on: https://go-review.googlesource.com/c/go/+/419114 Reviewed-by: David Chase <drchase@google.com> Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
* A+C: add Weizhi Yanyanweizhi2022-07-191-0/+1
| | | | | | | | | | | Change-Id: I2cef8fa2a61fc69b9b21ff75428af428d99ae2f2 Reviewed-on: https://go-review.googlesource.com/c/go/+/418174 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
* CONTRIBUTORS: update for the Go 1.19 releaseCarlos Amedee2022-07-191-2/+101
| | | | | | | | | | | | | | | | | | | | | This update was created using the updatecontrib command: go install golang.org/x/build/cmd/updatecontrib@latest cd gotip updatecontrib With manual changes based on publicly available information to canonicalize letter case and formatting for a few names. For #12042. Change-Id: I5e648b99004026513c5772b579a72b7add970db4 Reviewed-on: https://go-review.googlesource.com/c/go/+/418016 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Carlos Amedee <carlos@golang.org> Run-TryBot: Carlos Amedee <carlos@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
* A+C: add Jinzhu ZhangJinzhu2022-05-081-0/+1
| | | | | | | | | | | | Change-Id: I655095874a90fc3e390df5609e68f0e48a042fea GitHub-Last-Rev: 6d3199b4cfedf744f1485b119c8b40252031232b GitHub-Pull-Request: golang/go#52759 Reviewed-on: https://go-review.googlesource.com/c/go/+/404814 Run-TryBot: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: David Chase <drchase@google.com>
* A+C: add YunHao Zhangzhangyunhao2022-05-031-0/+1
| | | | | | | | | | Change-Id: I898733dff529a40eeec9f9db2a0a59a6757c3827 Reviewed-on: https://go-review.googlesource.com/c/go/+/402515 Run-TryBot: Ian Lance Taylor <iant@google.com> Reviewed-by: Eli Bendersky <eliben@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
* A+C: add Wayne Zuo (individual CLA)Wayne Zuo2022-05-021-0/+1
| | | | | | | | | | | | Change-Id: I12fe0b7952a41f6d0f78f892d823244793745279 Reviewed-on: https://go-review.googlesource.com/c/go/+/403336 TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Wayne Zuo <wdvxdr@golangcn.org> Run-TryBot: Ian Lance Taylor <iant@google.com> Auto-Submit: Benny Siegert <bsiegert@gmail.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Benny Siegert <bsiegert@gmail.com>
* A+C: add Shuai Tan (individual CLA)hopehook2022-04-291-1/+1
| | | | | | | | | Replaced github username with my real name and added to AUTHORS. Change-Id: Id68c30eeb31b3f0b7cecc434462029843758f9f7 Reviewed-on: https://go-review.googlesource.com/c/go/+/402794 Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
* A+C: add Wen Yang (individual CLA)yangwenmai2022-04-111-0/+1
| | | | | | | | | | | Change-Id: Iaac18d78b4a11698d0b5f70b1d5143c0da8a6943 Reviewed-on: https://go-review.googlesource.com/c/go/+/399299 Reviewed-by: mzh <mzh@golangcn.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Run-TryBot: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com>
* A+C: change email of Ben Shi (individual CLA)Ben Shi2022-03-221-1/+1
| | | | | | | | | Change-Id: Icff75d5fbbeae7aa5003a848ea49b79ddde9933a GitHub-Last-Rev: 489a69fc6bb02a57689a43ae8fb718e5e0177ae6 GitHub-Pull-Request: golang/go#51869 Reviewed-on: https://go-review.googlesource.com/c/go/+/394595 Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Cherry Mui <cherryyz@google.com>
* cmd/link: add DT_NEEDED for all 64-bit ELF dynimplibByoungchan Lee2022-03-221-0/+1
| | | | | | | | | | | | | | | Also change the relevant test to be tested on the linux-arm64 platform as well. Fixes #49789 Change-Id: Id2eac7a45279f037957442862f8ed63838b8e929 Reviewed-on: https://go-review.googlesource.com/c/go/+/366855 Trust: Ian Lance Taylor <iant@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com> Trust: Than McIntosh <thanm@google.com> Run-TryBot: Than McIntosh <thanm@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
* A+C: update Changkun Ou's emailChangkun Ou2022-03-181-1/+1
| | | | | | | | | | | | Add my current public email in both A+C, but keep old one too. Add my @changkun.de email to CONTRIBUTORS. Change-Id: Ic5a585582a5f5142fbdd0a132235c19f05d9e680 Reviewed-on: https://go-review.googlesource.com/c/go/+/367116 Run-TryBot: Changkun Ou <mail@changkun.de> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Ben Shi <powerman1st@163.com>
* A+C: add PlanetScale, Inc.Matt Layher2022-03-181-1/+1
| | | | | | | Change-Id: Ide2567dc66e55880b938b5814879f012c88159b8 Reviewed-on: https://go-review.googlesource.com/c/go/+/393697 Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Matt Layher <mdlayher@gmail.com>
* CONTRIBUTORS: update for the Go 1.18 releaseDmitri Shuralyov2022-02-281-1/+96
| | | | | | | | | | | | | | | | | | | | | | This update was created using the updatecontrib command: go install golang.org/x/build/cmd/updatecontrib@latest cd gotip updatecontrib With manual changes based on publicly available information to canonicalize letter case and formatting for a few names. For #12042. Change-Id: If08b7e798cff6ec4248011bdadcc524b510aaff7 Reviewed-on: https://go-review.googlesource.com/c/go/+/388394 Trust: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org> Trust: Carlos Amedee <carlos@golang.org>
* A+C: add Bharath Kumar Uppala (individual CLA)Bharath Kumar Uppala2021-11-291-0/+1
| | | | | | | Change-Id: I4943e943892bd29bca2afafddb62f3060bc153e9 Reviewed-on: https://go-review.googlesource.com/c/go/+/367074 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Meng Zhuo <mzh@golangcn.org>
* A+C: add Chaoqun Han (individual CLA)Chaoqun Han2021-11-251-0/+1
| | | | | | | | | | Change-Id: Id4aa067ef84510a31992d7d32cc697dd8b8342f1 Reviewed-on: https://go-review.googlesource.com/c/go/+/367035 Reviewed-by: Meng Zhuo <mzh@golangcn.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Meng Zhuo <mzh@golangcn.org> Run-TryBot: Meng Zhuo <mzh@golangcn.org> TryBot-Result: Go Bot <gobot@golang.org>
* A+C: add Zhou Guangyuan (individual CLA)zhouguangyuan2021-11-221-0/+1
| | | | | | | Change-Id: I34b966b2f3de93a1d086be3dea5ebc6c60cf1eec Reviewed-on: https://go-review.googlesource.com/c/go/+/365754 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
* A+C: add Leonard Wang (individual CLA)Leonard Wang2021-11-021-1/+1
| | | | | | | | | | Change-Id: I9fa687804c7f0f1d5a987b95ab1c3110468d1b65 Reviewed-on: https://go-review.googlesource.com/c/go/+/360054 Reviewed-by: Meng Zhuo <mzh@golangcn.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Meng Zhuo <mzh@golangcn.org> Run-TryBot: Meng Zhuo <mzh@golangcn.org> TryBot-Result: Go Bot <gobot@golang.org>
* net/http: guarantee that the Transport dial functions are respected in js/wasmNeil Alexander2021-10-281-0/+1
| | | | | | | | | | | | | | | | | | | | The net/http package has a documented contract that if DialContext, DialDLSContext, Dial or DialTLS are specified in an instance of Transport, that they will be used to set up the connection. If they are not specified, then a reasonable fallback is made (e.g. using the net package). This is ordinarily true, except for when compiling for the js/wasm target, where the browser's Fetch API is preferred in all cases (except for when it is undefined/unavailable) and therefore the dial functions are all ignored. As a result, the http.Transport implementation under js/wasm doesn't meet that contract. This PR updates the RoundTrip behaviour of http.Transport so that if DialContext, DialTLSContext, Dial or DialTLS are specified, they are used as expected. The Fetch API will be used as a fallback if they are not specified. Fixes #27495 Change-Id: I88c6eb6ffdd077827b421d606f3e60ebdafd538f GitHub-Last-Rev: 948a0ed97ec4661f03cd346335f1d3d180f4c1ae GitHub-Pull-Request: golang/go#46923 Reviewed-on: https://go-review.googlesource.com/c/go/+/330852 Reviewed-by: Damien Neil <dneil@google.com> Trust: Damien Neil <dneil@google.com> Trust: Carlos Amedee <carlos@golang.org> Run-TryBot: Damien Neil <dneil@google.com> TryBot-Result: Go Bot <gobot@golang.org>
* A+C: update name to real name and add to AUTHORSian woolf2021-09-161-1/+1
| | | | | | | Change-Id: I857b0e9aa7d933879239ef7ebc0d1a2812a74c25 Reviewed-on: https://go-review.googlesource.com/c/go/+/343533 Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Carlos Amedee <carlos@golang.org>
* CONTRIBUTORS: update for the Go 1.17 releaseCarlos Amedee2021-08-121-1/+135
| | | | | | | | | | | | | | | | | | | | This update was created using the updatecontrib command: go get golang.org/x/build/cmd/updatecontrib cd gotip GO111MODULE=off updatecontrib With manual changes based on publicly available information to canonicalize letter case and formatting for a few names. For #12042. Change-Id: I96718c0fe438cd97b62499a027252748a1fa0779 Reviewed-on: https://go-review.googlesource.com/c/go/+/341709 Trust: Carlos Amedee <carlos@golang.org> Run-TryBot: Carlos Amedee <carlos@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Go Bot <gobot@golang.org>
* A+C: update nameOneOfOne2021-06-011-1/+1
| | | | | | | Change-Id: I1f88304858da5147bfd082c2fc2b7d24ed371cd8 Reviewed-on: https://go-review.googlesource.com/c/go/+/321955 Reviewed-by: Russ Cox <rsc@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
* CONTRIBUTORS: change my nameCherry Mui2021-05-061-1/+1
| | | | | | | Change-Id: I4fd1cf673f5dddb8a2cedd575ad6fcc070c70e86 Reviewed-on: https://go-review.googlesource.com/c/go/+/317590 Trust: Cherry Mui <cherryyz@google.com> Reviewed-by: Jeremy Faller <jeremy@golang.org>
* A+C: add Weixie Cui (individual CLA)cuiweixie2021-04-301-0/+1
| | | | | | | | | | Change-Id: I897864984bd4b79f2e224ea1a7f323e0bd5e2ef0 GitHub-Last-Rev: b85415541d12128c7515af91b02c098617478a50 GitHub-Pull-Request: golang/go#45849 Reviewed-on: https://go-review.googlesource.com/c/go/+/314991 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Ben Shi <powerman1st@163.com> Trust: Matthew Dempsky <mdempsky@google.com>
* A+C: add new e-mail addresses for Andy PanAndy Pan2021-03-121-1/+1
| | | | | | | Change-Id: I2be9cba124b407f27823b3a3778331b6118112cd Reviewed-on: https://go-review.googlesource.com/c/go/+/300470 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
* A+C: change email address for Baokun LeeBaokun Lee2021-03-031-1/+1
| | | | | | | | | Change-Id: Ib82e1c8c549c91e20c5aff5e50736617c6831f8c Reviewed-on: https://go-review.googlesource.com/c/go/+/277792 Run-TryBot: Baokun Lee <bk@golangcn.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Trust: Alberto Donizetti <alb.donizetti@gmail.com>
* CONTRIBUTORS: update for the Go 1.16 releaseCarlos Amedee2021-02-111-0/+158
| | | | | | | | | | | | | | | | | | | | | | This update was created using the updatecontrib command: go get golang.org/x/build/cmd/updatecontrib cd gotip updatecontrib With manual changes based on publicly available information to canonicalize letter case and formatting for a few names. For #12042. Change-Id: I030b77e8ebcc7fe02106f0f264acdfb0b56e20d9 Reviewed-on: https://go-review.googlesource.com/c/go/+/291189 Trust: Carlos Amedee <carlos@golang.org> Run-TryBot: Carlos Amedee <carlos@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Alexander Rakoczy <alex@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
* CONTRIBUTORS: update for the Go 1.15 releaseDmitri Shuralyov2020-08-101-0/+131
| | | | | | | | | | | | | | | | | | This update was created using the updatecontrib command: go get golang.org/x/build/cmd/updatecontrib cd gotip updatecontrib With manual changes based on publicly available information to canonicalize letter case and formatting for a few names. For #12042. Change-Id: I66dc5ee28d9a64bc9d150e72d136d8f71e50373b Reviewed-on: https://go-review.googlesource.com/c/go/+/247767 Reviewed-by: Carlos Amedee <carlos@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* A+C: add Kush Patel (corporate CLA for Hootsuite Inc)Kush Patel2020-07-081-0/+1
| | | | | | | | | | | | | | | | | | | I'm from Hootsuite. We're a Canadian tech company who provides products and services to businesses, organizations and individuals to really help them succeed on social. We have leveraged Go in our stack for the past 4+ years. I am super happy to give back to Go on behalf of Hootsuite through a small contribution to pkgsite (with a few more in the works). We love this project and we love open source :) Hopefully we can give back more in the future! Kush Change-Id: Id534a41d78e17e1fa48a8ddecd1ca110cf812388 GitHub-Last-Rev: 297b8b06e75c3ce485f62677ce4591c5cabe8008 GitHub-Pull-Request: golang/go#40088 Reviewed-on: https://go-review.googlesource.com/c/go/+/241218 Reviewed-by: Julie Qiu <julie@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
* A+C: add Nikita Gillmann (individual CLA)nikita2020-06-151-0/+1
| | | | | | | | | | previous contribution: https://go-review.googlesource.com/c/go/+/178397/ Change-Id: Ia4038153d0083c1004d0e48c0c6c1eec0774ddc4 GitHub-Last-Rev: de08e864492bd1f9cfaa10205b205d484db79204 GitHub-Pull-Request: golang/go#39584 Reviewed-on: https://go-review.googlesource.com/c/go/+/237821 Reviewed-by: Ian Lance Taylor <iant@golang.org>
* A+C: change email address for Meng ZhuoMeng Zhuo2020-06-121-1/+1
| | | | | | Change-Id: I60965f6193256959055824749ed08ce86f6ba482 Reviewed-on: https://go-review.googlesource.com/c/go/+/237541 Reviewed-by: Ian Lance Taylor <iant@golang.org>
* A+C: add Vee Zhang (individual CLA)Vee Zhang2020-06-111-0/+1
| | | | | | | | Change-Id: Id52c5fef2e5b65056d3c87e70e176b67998cea90 GitHub-Last-Rev: b88e3afa38d96a5a51334100bb29108c5f2618f4 GitHub-Pull-Request: golang/go#39520 Reviewed-on: https://go-review.googlesource.com/c/go/+/237223 Reviewed-by: Ian Lance Taylor <iant@golang.org>
* A+C: add Prasanga Siripala (individual CLA)pj2020-05-121-0/+1
| | | | | | | | Change-Id: I15e5788ecfc94d8110dbea277beb14e3d4ff0672 GitHub-Last-Rev: 6305c599297730500b4a0372234172ad01fac97b GitHub-Pull-Request: golang/go#39010 Reviewed-on: https://go-review.googlesource.com/c/go/+/233324 Reviewed-by: Ian Lance Taylor <iant@golang.org>
* C: update email address for Isfan AzhabilIsfan Azhabil2020-05-071-1/+1
| | | | | | | | Change-Id: I7f996d10a2e16795862bd661d0b344121371e084 GitHub-Last-Rev: 520e1f6b6f1af3ff35e8c92d3094a9fc715ada40 GitHub-Pull-Request: golang/go#38913 Reviewed-on: https://go-review.googlesource.com/c/go/+/232717 Reviewed-by: Ian Lance Taylor <iant@golang.org>
* A+C: add Alexey Semenyuk (individual CLA)alex-semenyuk2020-05-011-0/+1
| | | | | | | | Change-Id: I7e7801711b5278bf74f1551678b3f98c765ccc44 GitHub-Last-Rev: e5eb69d0660f0cbe45314b8b35b1d1745e34af40 GitHub-Pull-Request: golang/go#38786 Reviewed-on: https://go-review.googlesource.com/c/go/+/231460 Reviewed-by: Ian Lance Taylor <iant@golang.org>
* A+C: add Andy Pan (individual CLA)Andy Pan2020-04-051-0/+1
| | | | | | | | https://go-review.googlesource.com/q/author:panjf2000%2540gmail.com Change-Id: I05c73d848b8f40dc864a18c733ca3f47b1eab54d Reviewed-on: https://go-review.googlesource.com/c/go/+/227004 Reviewed-by: Ian Lance Taylor <iant@golang.org>
* CONTRIBUTORS: second round of updates for Go 1.14Dmitri Shuralyov2020-02-211-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update was automatically generated using the updatecontrib command: cd gotip go run golang.org/x/build/cmd/updatecontrib With minor manual changes based on publicly available information to canonicalize letter case and formatting for a few names. Actions taken (relative to CONTRIBUTORS at origin/master): Added Aaron Bieber <deftly@gmail.com> Added Adam Williams <pwnfactory@gmail.com> Added Ayke van Laethem <aykevanlaethem@gmail.com> Added Bradford Lamson-Scribner <brad.lamson@gmail.com> Added Brian Falk <falk@logicparty.org> Added Chen Zhihan <energiehund@gmail.com> Added Christopher Loessl <cloessl+github@gmail.com> Added Frederik Zipp <fzipp@gmx.de> Added Fujimoto Kyosuke <kyoro.f@gmail.com> Added GitHub User jopbrown (6345470) <msshane2008@gmail.com> Added GitHub User yah01 (12216890) <kagaminehuan@gmail.com> Added Hiromichi Ema <ema.hiro@gmail.com> Added Jamal Carvalho <jamal.a.carvalho@gmail.com> Added Jason Baker <jason-baker@users.noreply.github.com> Added Kanta Ebihara <kantaebihara@gmail.com> Added Kirill Tatchihin <kirabsuir@gmail.com> Added Kévin Dunglas <dunglas@gmail.com> Added Mariano Cano <mariano@smallstep.com> Added Sergey Ivanov <ser1325@gmail.com> Added Thomas Symborski <thomas.symborski@gmail.com> Added Tomohiro Kusumoto <zabio1192@gmail.com> Added Xingqang Bai <bxq2011hust@qq.com> Used GitHub User jopbrown (6345470) form for jopbrown <msshane2008@gmail.com> https://github.com/golang/exp/commit/0405dc7 [exp] Used GitHub User yah01 (12216890) form for yah01 <kagaminehuan@gmail.com> https://github.com/golang/go/commit/ee55dd6b64 [go] Used GitHub name "Hiromichi Ema" for emahiro <ema.hiro@gmail.com> https://github.com/golang/tools/commit/b6336cbc [tools] Used GitHub name "Jamal Carvalho" for Gopher <jamal.a.carvalho@gmail.com> https://github.com/golang/gddo/commit/31dd61d [gddo] Used GitHub name "Xingqang Bai" for bxq2011hust <bxq2011hust@qq.com> https://github.com/golang/go/commit/79ccbe1b67 [go] Updates #12042 Change-Id: I13f8ab37f8b38f8f5d0ff71c939ad39d0bc4f985 Reviewed-on: https://go-review.googlesource.com/c/go/+/220363 Reviewed-by: Alexander Rakoczy <alex@golang.org> Run-TryBot: Alexander Rakoczy <alex@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
* C: add missing nameKoya IWAMURA2020-01-141-0/+1
| | | | | | | | | | | Even though I contributed to golang/go[^1], the rule[^2] did not reflect my name in CONTRIBUTORS, so I added it. [^1]: https://go-review.googlesource.com/c/go/+/164199 [^2]: https://github.com/golang/build/blob/e21a90b/cmd/updatecontrib/updatecontrib.go#L118 Change-Id: I5d6b5684d61ea5da679519a9e703d977470de175 Reviewed-on: https://go-review.googlesource.com/c/go/+/214617 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* CONTRIBUTORS: first round of updates for Go 1.14Dmitri Shuralyov2020-01-091-1/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update was automatically generated using the updatecontrib command: cd gotip go run golang.org/x/build/cmd/updatecontrib With minor manual changes based on publicly available information to canonicalize letter case and formatting for a few names. Actions taken (relative to CONTRIBUTORS at origin/master): Added Aaron Beitch <aaronb@arista.com> Added Adam Shelton <aashelt90@gmail.com> Added Aditya Harindar <aditya.harindar@gmail.com> Added Alec Benzer <alec.benzer@gmail.com> Added Alex Buchanan <buchanae@gmail.com> Added Alex Gaynor <alex@alloy.us> Added Alex Harford <alex.harford@saucelabs.com> Added Alex Zhirov <azhirov@google.com> Added Alexandr Mayorskiy <a.mayorskiy@corp.mail.ru> Added An Xiao <hac@zju.edu.cn> Added Andrei Enshin <b1os@bk.ru> Added Andrew Medvedev <andrew.y.medvedev@gmail.com> Added Andrew Stormont <astormont@racktopsystems.com> Added Antonio Huete Jimenez <tuxillo@quantumachine.net> Added Arda Güçlü <ardaguclu@gmail.com> Added Artem Alekseev <artem.alekseev@intel.com> Added Ayan George <ayan@ayan.net> Added Barnaby Keene <accounts@southcla.ws> Added Ben Toews <mastahyeti@gmail.com> Added Benjamin Wuethrich <benjamin.wuethrich@gmail.com> Added Brandon Philips <brandon@ifup.org> Added Carlos Amedee <carlos@golang.org> Added Changkun Ou <hi@changkun.us> Added Chauncy Cullitan <chauncyc@google.com> Added Clint J. Edwards <clint.j.edwards@gmail.com> Added Daisuke Suzuki <daisuzu@gmail.com> Added Dan Scales <danscales@google.com> Added David Bond <davidsbond93@gmail.com> Added Denis Isaev <idenx@yandex.com> Added Domas Tamašauskas <puerdomus@gmail.com> Added Duco van Amstel <duco.vanamstel@gmail.com> Added Eduardo Villaseñor <evillasrmx@gmail.com> Added Eric Biggers <ebiggers@google.com> Added Eric Brown <browne@vmware.com> Added Eric Rutherford <erutherford@gmail.com> Added Gabriel Rosenhouse <rosenhouse@gmail.com> Added George Hartzell <hartzell@alerce.com> Added Gert Cuykens <gert.cuykens@gmail.com> Added Ghazni Nattarshah <ghazni.nattarshah@gmail.com> Added GitHub User DQNEO (188741) <dqneoo@gmail.com> Added GitHub User Matts966 (28551465) <Matts966@users.noreply.github.com> Added GitHub User ajz01 (4744634) <ajzdenek@gmail.com> Added GitHub User andig (184815) <cpuidle@gmx.de> Added GitHub User jinmiaoluo (39730824) <jinmiaoluo@icloud.com> Added GitHub User maltalex (10195391) <code@bit48.net> Added GitHub User po3rin (29445112) <abctail30@gmail.com> Added GitHub User pokutuna (57545) <popopopopokutuna@gmail.com> Added GitHub User ramenjuniti (32011829) <ramenjuniti@gmail.com> Added GitHub User skanehira (7888591) <sho19921005@gmail.com> Added GitHub User witchard (4994659) <witchard@hotmail.co.uk> Added GitHub User zikaeroh (48577114) <zikaeroh@gmail.com> Added Günther Noack <gnoack@google.com> Added Hasit Bhatt <hasit.p.bhatt@gmail.com> Added Howard Zhang <howard.zhang@arm.com> Added Huan Du <i@huandu.me> Added Ignacio Hagopian <jsign.uy@gmail.com> Added Ilya Sinelnikov <sidhmangh@gmail.com> Added Irbe Krumina <irbekrm@gmail.com> Added Isfan Azhabil <isfan.azhabil@tokopedia.com> Added Ivan Trubach <mr.trubach@icloud.com> Added Jaap Aarts <jaap.aarts1@gmail.com> Added Jeremy Faller <jeremy@golang.org> Added Johan Jansson <johan.jansson@iki.fi> Added John Papandriopoulos <jpap.code@gmail.com> Added Jorge L. Fatta <jorge.fatta@auth0.com> Added Josa Gesell <josa@gesell.me> Added Julian Tibble <julian.tibble@gmail.com> Added Jun Zhang <jim.zoumo@gmail.com> Added Jędrzej Szczepaniak <jbszczepaniak@gmail.com> Added Kalman Bekesi <kalmanb@google.com> Added Katharine Berry <ktbry@google.com> Added Keisuke Kishimoto <keisuke.kishimoto@gmail.com> Added Kevan Swanberg <kevswanberg@gmail.com> Added Koki Tomoshige <tomocy.dev@gmail.com> Added Liz Rice <liz@lizrice.com> Added Lorenz Brun <lorenz@brun.one> Added Luke Young <bored-engineer@users.noreply.github.com> Added Marc Sanmiquel <marcsanmiquel@gmail.com> Added Marko Kungla <marko.kungla@gmail.com> Added Mikhail Fesenko <proggga@gmail.com> Added Mohit Verma <vmohit.93@gmail.com> Added Moritz Fain <moritz@fain.io> Added Nathan Dias <nathan.dias@orijtech.com> Added Nikita Vanyasin <nikita.vanyasin@gmail.com> Added Nuno Cruces <ncruces@users.noreply.github.com> Added Oliver Powell <oliverpowell84@gmail.com> Added Panos Georgiadis <pgeorgiadis@suse.de> Added Pantelis Sampaziotis <psampaz@gmail.com> Added Paulo Gomes <paulo.gomes.uk@gmail.com> Added Prashant Agrawal <prashant.a.vjti@gmail.com> Added Ricardo Seriani <ricardo.seriani@gmail.com> Added Rob Findley <rfindley@google.com> Added Robin Zhong <robin@robinzhong.co> Added Rohan Challa <rohan@golang.org> Added Roman Kollár <roman.kollar.0@gmail.com> Added Ruixin Bao <ruixin.bao@ibm.com> Added Sardorbek Pulatov <sardorbek.pulatov@outlook.com> Added Scott Ragan <ragansa@fb.com> Added Sean Liao <seankhliao@gmail.com> Added Sebastian Chlopecki <sebsebmc@gmail.com> Added Sebastian Kinne <skinne@google.com> Added Sergei Lemeshkin <sergeilem@gmail.com> Added Serhat Giydiren <serhatgiydiren@gmail.com> Added Shivashis Padhi <shivashispadhi@gmail.com> Added Simarpreet Singh <simar@linux.com> Added Simon Ferquel <simon.ferquel@docker.com> Added Simon Rozman <simon@rozman.si> Added Sjoerd Siebinga <sjoerd.siebinga@gmail.com> Added Spencer Kocot <spencerkocot@gmail.com> Added Srinidhi Kaushik <shrinidhi.kaushik@gmail.com> Added Sven Taute <sven.taute@gmail.com> Added Tao Qingyun <qingyunha@gmail.com> Added Tianji Wu <the729@gmail.com> Added Tomas Dabasinskas <tomas@dabasinskas.net> Added Ville Skyttä <ville.skytta@iki.fi> Added Vitaly Zdanevich <zdanevich.vitaly@ya.ru> Added Vladimir Evgrafov <evgrafov.vladimir@gmail.com> Added Vojtech Bocek <vbocek@gmail.com> Added Wang Xuerui <git@xen0n.name> Added William Poussier <william.poussier@gmail.com> Added Xiangdong Ji <xiangdong.ji@arm.com> Added Yuichi Nishiwaki <yuichi.nishiwaki@gmail.com> Added Ziheng Liu <lzhfromustc@gmail.com> Used GitHub User DQNEO (188741) form for DQNEO <dqneoo@gmail.com> https://github.com/golang/go/commit/f07059d949 [go] Used GitHub User Matts966 (28551465) form for Matts966 <Matts966@users.noreply.github.com> https://github.com/golang/tools/commit/d89860af [tools] Used GitHub User ajz01 (4744634) form for ajz01 <ajzdenek@gmail.com> https://github.com/golang/go/commit/57ad6ef15d [go] Used GitHub User andig (184815) form for andig <cpuidle@gmx.de> https://github.com/golang/go/commit/cf630586ca [go sys] Used GitHub User jinmiaoluo (39730824) form for jinmiaoluo <jinmiaoluo@icloud.com> https://github.com/golang/go/commit/c7e73ef60a [go] Used GitHub User maltalex (10195391) form for maltalex <code@bit48.net> https://github.com/golang/sys/commit/c709ea0 [sys] Used GitHub User po3rin (29445112) form for po3rin <abctail30@gmail.com> https://github.com/golang/go/commit/bf865823ba [go] Used GitHub User pokutuna (57545) form for pokutuna <popopopopokutuna@gmail.com> https://github.com/golang/go/commit/46e0d724b3 [go] Used GitHub User ramenjuniti (32011829) form for ramenjuniti <ramenjuniti@gmail.com> https://github.com/golang/go/commit/f9dd99cae3 [go] Used GitHub User skanehira (7888591) form for skanehira <sho19921005@gmail.com> https://github.com/golang/go/commit/87805c92fd [go] Used GitHub User utkarsh-extc (53217283) form for utkarsh-extc <53217283+utkarsh-extc@users.noreply.github.com> https://github.com/golang/sys/commit/51ab0e2 [sys] Used GitHub User witchard (4994659) form for witchard <witchard@hotmail.co.uk> https://github.com/golang/go/commit/42db1da8e9 [go] Used GitHub User zikaeroh (48577114) form for zikaeroh <zikaeroh@gmail.com> https://github.com/golang/tools/commit/e84277c2 [tools] Used GitHub name "Adam Shelton" for Adam <aashelt90@gmail.com> https://github.com/golang/exp/commit/c286b88 [exp] Used GitHub name "Andrew Bonventre" for Andrew <andybons@golang.org> https://github.com/golang/go/commit/8bbfc51d9a [arch blog build crypto debug exp gddo go image lint mobile net oauth2 perf playground proposal.git review sync sys talks term text time tools tour website] Used GitHub name "David Bond" for davidsbond <davidsbond93@gmail.com> https://github.com/golang/go/commit/b421b85841 [go] Used GitHub name "Eduardo Villaseñor" for galaxy-designer <evillasrmx@gmail.com> https://github.com/golang/tools/commit/db047d72 [tools] Used GitHub name "George Hartzell" for hartzell <hartzell@alerce.com> https://github.com/golang/tools/commit/5eefd052 [tools] Used GitHub name "Ignacio Hagopian" for jsign <jsign.uy@gmail.com> https://github.com/golang/go/commit/4d4ddd862d [go] Used GitHub name "Ivan Markin" for nogoegst <nogoegst@users.noreply.github.com> https://github.com/golang/go/commit/a1addf15df [go] Used GitHub name "Jun Zhang" for zoumo <jim.zoumo@gmail.com> https://github.com/golang/tools/commit/81ca6dc7 [tools] Used GitHub name "Keiji Yoshida" for yosssi <yoshida.keiji.84@gmail.com> https://github.com/golang/lint/commit/ac6833c [lint] Used GitHub name "Koki Tomoshige" for tomocy <tomocy.dev@gmail.com> https://github.com/golang/go/commit/2f04903fec [go] Used GitHub name "Michalis Kargakis" for kargakis <mkargaki@redhat.com> https://github.com/golang/go/commit/e243d242d7 [go] Used GitHub name "Nikita Vanyasin" for nikita-vanyasin <nikita.vanyasin@gmail.com> https://github.com/golang/go/commit/c3e8a20a65 [go] Used GitHub name "Roberto Clapis" for Roberto <empijei@users.noreply.github.com> https://github.com/golang/go/commit/963776e689 [go] Used GitHub name "Robin Eklind" for mewmew <rnd0x00@gmail.com> https://github.com/golang/go/commit/b8620afb8d [arch blog go proposal.git] Used GitHub name "Sergei Lemeshkin" for sergeilem <sergeilem@gmail.com> https://github.com/golang/go/commit/a3a1bdff79 [go] Used GitHub name "Vladimir Evgrafov" for vovapi <evgrafov.vladimir@gmail.com> https://github.com/golang/go/commit/207a0b7933 [go] Updates #12042 Change-Id: I1ba3c17108491316255f914c3a71f69fc6f4341a Reviewed-on: https://go-review.googlesource.com/c/go/+/213824 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org>
* C: update email address for utkarsh-extcUtkarsh Dixit2019-10-031-1/+1
| | | | | | | | Change-Id: If657dab2df19d3b0c2ff9869a64e3a97446646ac GitHub-Last-Rev: b921b01cf4e5bcbbc65fb1fb0b5cd836bda73596 GitHub-Pull-Request: golang/go#34637 Reviewed-on: https://go-review.googlesource.com/c/go/+/198041 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
* A+C: change email address for Akhil Indurtismasher1642019-09-091-1/+1
| | | | | | Change-Id: I27ca0d71cdc7b13388556aa7c1987320b6b41849 Reviewed-on: https://go-review.googlesource.com/c/go/+/194178 Reviewed-by: Matt Layher <mdlayher@gmail.com>
* CONTRIBUTORS: second round of updates for Go 1.13Dmitri Shuralyov2019-08-281-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update has been automatically generated using the updatecontrib command: cd gotip go run golang.org/x/build/cmd/updatecontrib With minor manual changes based on publicly available information to canonicalize letter case for a few names. Actions taken (relative to CONTRIBUTORS at origin/master): Added Albert Teoh <albert.teoh@gmail.com> Added Allen Li <ayatane@google.com> Added Anderson Queiroz <contato@andersonq.eti.br> Added Andrew Todd <andrew.todd@wework.com> Added Artem Kolin <artemkaxboy@gmail.com> Added Bharath Thiruveedula <tbharath91@gmail.com> Added Christian Muehlhaeuser <muesli@gmail.com> Added Darren McCleary <darren.rmc@gmail.com> Added David Finkel <david.finkel@gmail.com> Added Eddie Scholtz <escholtz@google.com> Added GitHub User tatsumack (4510569) <tatsu.mack@gmail.com> Added GitHub User utkarsh-extc (53217283) <53217283+utkarsh-extc@users.noreply.github.com> Added GitHub User yuanhh (1298735) <yuan415030@gmail.com> Added Illya Yalovyy <yalovoy@gmail.com> Added James Eady <jmeady@google.com> Added Jan Steinke <jan.steinke@gmail.com> Added Javier Revillas <jrevillas@massivedynamic.io> Added Jordi Martin <jordimartin@gmail.com> Added Jorge Araya <jorgejavieran@yahoo.com.mx> Added Kelly Heller <pestophagous@gmail.com> Added Kevin Gillette <extemporalgenome@gmail.com> Added Mark Glines <mark@glines.org> Added Nao Yonashiro <owan.orisano@gmail.com> Added Pascal Dierich <pascal@pascaldierich.com> Added Pure White <wu.purewhite@gmail.com> Added Sam Arnold <sarnold64@bloomberg.net> Added Sander van Harmelen <sander@vanharmelen.nl> Added Sergei Zagurskii <gvozdoder@gmail.com> Added Shivani Singhal <shivani.singhal2804@gmail.com> Added Stefan Baebler <sbaebler@outbrain.com> Added Tianon Gravi <admwiggin@gmail.com> Added Toshihiro Shiino <shiino.toshihiro@gmail.com> Added Wagner Riffel <wgrriffel@gmail.com> Used GitHub User tatsumack (4510569) form for tatsumack <tatsu.mack@gmail.com> https://github.com/golang/website/commit/7eeb7ef [website] Used GitHub User utkarsh-extc (53217283) form for utkarsh-extc <53217283+utkarsh-extc@users.noreply.github.com> https://github.com/golang/sys/commit/51ab0e2 [sys] Used GitHub User yuanhh (1298735) form for yuanhh <yuan415030@gmail.com> https://github.com/golang/crypto/commit/60c769a [crypto] Used GitHub name "Akhil Indurti" for smasher164 <aindurti@gmail.com> https://github.com/golang/go/commit/5ca44dc403 [build exp go sys] Used GitHub name "Artem Kolin" for artemkaxboy <artemkaxboy@gmail.com> https://github.com/golang/go/commit/e881604d1c [go] Used GitHub name "Ivan Markin" for nogoegst <nogoegst@users.noreply.github.com> https://github.com/golang/go/commit/a1addf15df [go] Used GitHub name "Keiji Yoshida" for yosssi <yoshida.keiji.84@gmail.com> https://github.com/golang/lint/commit/ac6833c [lint] Used GitHub name "Michalis Kargakis" for kargakis <mkargaki@redhat.com> https://github.com/golang/go/commit/e243d242d7 [go] Used GitHub name "Roberto Clapis" for Roberto <empijei@users.noreply.github.com> https://github.com/golang/go/commit/963776e689 [go] Used GitHub name "Robin Eklind" for mewmew <rnd0x00@gmail.com> https://github.com/golang/go/commit/b8620afb8d [blog go proposal.git] Updates #12042 Change-Id: I1b21a18138849c537048558dd4324a823ba12a14 Reviewed-on: https://go-review.googlesource.com/c/go/+/192099 Reviewed-by: Andrew Bonventre <andybons@golang.org> Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
* CONTRIBUTORS: first round of updates for Go 1.13Dmitri Shuralyov2019-07-171-0/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update has been automatically generated using the updatecontrib command: cd gotip go run golang.org/x/build/cmd/updatecontrib With minor manual changes to canonicalize letter case for a few names. Actions taken (relative to CONTRIBUTORS at origin/master): Added Ahsun Ahmed <ahmed.ahsun@gmail.com> Added Al Cutter <al@google.com> Added Alex Tokarev <aleksator@gmail.com> Added Alexander Lourier <aml@rulezz.ru> Added Alexander Rakoczy <alex@golang.org> Added Andrei Matei <andrei@cockroachlabs.com> Added Andrei Vagin <avagin@google.com> Added Andrew Z Allen <me@andrewzallen.com> Added Aofei Sheng <aofei@aofeisheng.com> Added Arash Bina <arash@arash.io> Added Benjamin Peterson <benjamin@python.org> Added Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> Added Brandon Ryan <bjryan19@gmail.com> Added Bryan Heden <b.heden@gmail.com> Added Carlos Eduardo <me@carlosedp.com> Added Carrie Bynon <cbynon@gmail.com> Added Chris Marchesi <chrism@vancluevertech.com> Added Colin Arnott <colin@urandom.co.uk> Added Daniel Cormier <danielc@knowbe4.com> Added Daniel Langner <s8572327@gmail.com> Added Daniel Lublin <daniel@lublin.se> Added Darren Grant <darren.e.grant@gmail.com> Added Derek Phan <derekphan94@gmail.com> Added Dmitri Goutnik <dgoutnik@gmail.com> Added Dmitry Mottl <dmitry.mottl@gmail.com> Added Eli Bendersky <eliben@google.com> Added Evan Digby <evandigby@gmail.com> Added Fedor Korotkiy <dartslon@gmail.com> Added Felix Bünemann <Felix.Buenemann@gmail.com> Added Francesco Renzi <rentziass@gmail.com> Added Gabriel Guzman <gabe.guzman@gmail.com> Added Gabriel Nelle <tehsphinx@web.de> Added Gernot Vormayr <gvormayr@gmail.com> Added GitHub User ZZMarquis (7624583) <zhonglingjian3821@163.com> Added GitHub User alkesh26 (1019076) <alkesh26@gmail.com> Added GitHub User bakape (7851952) <bakape@gmail.com> Added GitHub User frennkie (6499251) <mail@rhab.de> Added GitHub User hengwu0 (41297446) <41297446+hengwu0@users.noreply.github.com> Added GitHub User kazyshr (30496953) <kazyshr0301@gmail.com> Added GitHub User linguohua (3434367) <lghchinaidea@gmail.com> Added GitHub User micnncim (21333876) <micnncim@gmail.com> Added Gordon Tyler <gordon@doxxx.net> Added Greg Thelen <gthelen@google.com> Added Haosdent Huang <haosdent@gmail.com> Added Hasan Ozgan <hasan@ozgan.net> Added Henry Wong <liushuai.wang@elastic.co> Added Horst Rutter <hhrutter@gmail.com> Added Ivan Osadchiy <ivan.osadchii@gmail.com> Added JT Olio <hello@jtolio.com> Added Jacob Blain Christen <dweomer5@gmail.com> Added Jacob Walker <jacobwalker0814@gmail.com> Added James Nugent <james@jen20.com> Added Jannis Andrija Schnitzer <jannis@schnitzer.im> Added Jean-François Bustarret <jf@bustarret.com> Added Jeremy Jay <jeremy@pbnjay.com> Added Jeroen Simonetti <jeroen@simonetti.nl> Added Jingnan Si <jingnan.si@gmail.com> Added Jinkun Zhang <franksnolf@gmail.com> Added John Moore <johnkenneth.moore@gmail.com> Added John Weldon <johnweldon4@gmail.com> Added Jonathon Lacher <jonathon.lacher@gmail.com> Added Jordan Liggitt <liggitt@google.com> Added Joshua M. Clulow <josh.clulow@joyent.com> Added Juraj Sukop <sukop@users.noreply.github.com> Added Justin Li <git@justinli.net> Added Kai Dong <dokia2357@gmail.com> Added Kenichi Tsunokawa <kenichi.tsunokawa@gmail.com> Added Kenta Mori <zoncoen@gmail.com> Added Ketan Parmar <ketanbparmar@gmail.com> Added Kirill Motkov <Motkov.Kirill@gmail.com> Added Kshitij Saraogi <kshitijsaraogi@gmail.com> Added Leonardo Comelli <leonardo.comelli@gmail.com> Added Lorenz Nickel <mail@lorenznickel.de> Added Luka Zitnik <luka.zitnik@gmail.com> Added Luke Champine <luke.champine@gmail.com> Added Madhu Rajanna <madhupr007@gmail.com> Added Marat Khabibullin <marat.khabibullin@jetbrains.com> Added Mark Villacampa <m@markvillacampa.com> Added Max Semenik <maxsem.wiki@gmail.com> Added Maxim Eryomenko <moeryomenko@gmail.com> Added Michael Cook <code@mdcook.net> Added Michael Vogt <mvo@ubuntu.com> Added Mickael KERJEAN <mickael.kerjean@gmail.com> Added Mickey Reiss <mickeyreiss@gmail.com> Added Mihai Moldovan <ionic@ionic.de> Added Mirko Hansen <baaazen@gmail.com> Added Muir Manders <muir@mnd.rs> Added Mykhailo Lesyk <mikhail@lesyk.org> Added Nick Anthony <Liberatys@outlook.com> Added Nikita Kryuchkov <nkryuchkov10@gmail.com> Added Nir Soffer <nirsof@gmail.com> Added Norman B. Lancaster <qbradq@gmail.com> Added Patrick Barker <barkerp@vmware.com> Added Patrik Lundin <patrik@sigterm.se> Added Petr Jediný <petr.jediny@gmail.com> Added Robert Ayrapetyan <robert.ayrapetyan@gmail.com> Added Robert van Gent <rvangent@google.com> Added Rohan Verma <rohanverma2004@gmail.com> Added Romain Baugue <romain.baugue@elwinar.com> Added Sad Pencil <qh06@qq.com> Added Segev Finer <segev208@gmail.com> Added Sergey Dobrodey <sergey.dobrodey@synesis.ru> Added Sergey Yanykin <syanykin@ozon.ru> Added Shawn Elliott <selliott@microsoft.com> Added Shengjing Zhu <zsj950618@gmail.com> Added Shubham Sharma <shubham.sha12@gmail.com> Added Stephan Zuercher <zuercher@gmail.com> Added Steve Mynott <steve.mynott@gmail.com> Added Tai Le <letientai299@gmail.com> Added Todd Kulesza <tkulesza@google.com> Added Tom Anthony <git@tomanthony.co.uk> Added Tooru Takahashi <tooru.takahashi134@gmail.com> Added Udalov Max <re.udalov@gmail.com> Added Valentin Vidic <vvidic@valentin-vidic.from.hr> Added Vivek Sekhar <vsekhar@google.com> Added WEI Xikai <xykwei@gmail.com> Added Wenlei (Frank) He <wlhe@google.com> Added Wenzel Lowe <lowewenzel@gmail.com> Added Yang Tian <linuxty@gmail.com> Added Yasser Abdolmaleki <yasser@yasser.ca> Added Zach Jones <zachj1@gmail.com> Added adarsh ravichandran <adarshravichandran91@gmail.com> Added berkant ipek <41230766+0xbkt@users.noreply.github.com> Added karthik nayak <karthik.188@gmail.com> Added marius a. eriksen <marius@grailbio.com> Added Максадбек Ахмедов <a.maksadbek@gmail.com> Used GitHub User ZZMarquis (7624583) form for ZZMarquis <zhonglingjian3821@163.com> https://github.com/golang/go/commit/b00ef3b865 [go] Used GitHub User alkesh26 (1019076) form for alkesh26 <alkesh26@gmail.com> https://github.com/golang/go/commit/c7f69a2897 [go] Used GitHub User bakape (7851952) form for bakape <bakape@gmail.com> https://github.com/golang/go/commit/27e444d5e6 [go] Used GitHub User frennkie (6499251) form for frennkie <mail@rhab.de> https://github.com/golang/go/commit/ee46250e06 [go] Used GitHub User hengwu0 (41297446) form for hengwu0 <41297446+hengwu0@users.noreply.github.com> https://github.com/golang/go/commit/95d4e6158b [go] Used GitHub User kazyshr (30496953) form for kazyshr <kazyshr0301@gmail.com> https://github.com/golang/tools/commit/0fdf0c73 [tools] Used GitHub User linguohua (3434367) form for linguohua <lghchinaidea@gmail.com> https://github.com/golang/tools/commit/97de5656 [tools] Used GitHub User micnncim (21333876) form for micnncim <micnncim@gmail.com> https://github.com/golang/tools/commit/15d5d381 [tools] Used GitHub name "Akhil Indurti" for smasher164 <aindurti@gmail.com> https://github.com/golang/go/commit/5ca44dc403 [build go] Used GitHub name "Carlos Eduardo" for CarlosEDP <me@carlosedp.com> https://github.com/golang/net/commit/018c4d4 [net] Used GitHub name "Ivan Markin" for nogoegst <nogoegst@users.noreply.github.com> https://github.com/golang/go/commit/a1addf15df [go] Used GitHub name "Jean-François Bustarret" for jfbus <jf@bustarret.com> https://github.com/golang/go/commit/825ff1e317 [go] Used GitHub name "Jinkun Zhang" for smileeye <franksnolf@gmail.com> https://github.com/golang/go/commit/607493bed6 [go] Used GitHub name "John Moore" for guitarbum722 <johnkenneth.moore@gmail.com> https://github.com/golang/go/commit/44c9354c5a [go] Used GitHub name "Keiji Yoshida" for yosssi <yoshida.keiji.84@gmail.com> https://github.com/golang/lint/commit/ac6833c [lint] Used GitHub name "Kenta Mori" for zoncoen <zoncoen@gmail.com> https://github.com/golang/net/commit/fe579d4 [net] Used GitHub name "Kirill Motkov" for Motkov.Kirill <Motkov.Kirill@gmail.com> https://github.com/golang/go/commit/0ff0df8be3 [go] Used GitHub name "Luke Champine" for lukechampine <luke.champine@gmail.com> https://github.com/golang/go/commit/9d40fadb1c [crypto go] Used GitHub name "Michalis Kargakis" for kargakis <mkargaki@redhat.com> https://github.com/golang/go/commit/e243d242d7 [go] Used GitHub name "Nick Anthony" for Liberatys <Liberatys@outlook.com> https://github.com/golang/go/commit/62ddf7d0c5 [go] Used GitHub name "Robert Ayrapetyan" for rayrapetyan <robert.ayrapetyan@gmail.com> https://github.com/golang/sys/commit/bf70e46 [sys] Used GitHub name "Robin Eklind" for mewmew <rnd0x00@gmail.com> https://github.com/golang/go/commit/b8620afb8d [blog go proposal.git] Used GitHub name "Sergey Dobrodey" for sergeydobrodey <sergey.dobrodey@synesis.ru> https://github.com/golang/net/commit/e869164 [net] Used GitHub name "Tai Le" for Tai <letientai299@gmail.com> https://github.com/golang/build/commit/1b388d2 [build tools] Used GitHub name "WEI Xikai" for ShiKaiWi <xykwei@gmail.com> https://github.com/golang/go/commit/518ee55d78 [go] Used GitHub name "Yang Tian" for taoyuanyuan <linuxty@gmail.com> https://github.com/golang/go/commit/5eeb372418 [go] Used GitHub name "Zach Jones" for zdjones <zachj1@gmail.com> https://github.com/golang/go/commit/c178389604 [go] Updates #12042 Change-Id: Ic220d997a0dc3bf4109ab964cbb6a25ea5c0c9da Reviewed-on: https://go-review.googlesource.com/c/go/+/186397 Reviewed-by: Alexander Rakoczy <alex@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
* CONTRIBUTORS: second round of updates for Go 1.12Dmitri Shuralyov2019-01-301-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update has been automatically generated using the updatecontrib command at CL 160277: cd gotip go run golang.org/x/build/cmd/updatecontrib Actions taken (relative to CONTRIBUTORS at origin/master): Added Aaron Cannon <cannona@fireantproductions.com> Added Andzej Maciusovic <andzej.maciusovic@gmail.com> Added Douglas Danger Manley <doug.manley@gmail.com> Added Federico Bond <federicobond@gmail.com> Added Frew Schmidt <github@frew.co> Added GitHub User @saitarunreddy (21041941) <saitarunreddypalla@gmail.com> Added GitHub User @tell-k (26263) <ffk2005@gmail.com> Added Guilherme Caruso <gui.martinscaruso@gmail.com> Added Jay Taylor <outtatime@gmail.com> Added Juan Pablo Civile <elementohb@gmail.com> Added Julien Kauffmann <julien.kauffmann@freelan.org> Added Maya Rashish <maya@NetBSD.org> Added Parminder Singh <parmsingh101@gmail.com> Added Peter Dotchev <dotchev@gmail.com> Added Quinten Yearsley <qyearsley@chromium.org> Added Ross Smith II <ross@smithii.com> Added Sean Chen <oohcode@gmail.com> Added Sebastiaan van Stijn <github@gone.nl> Added Sebastian Schmidt <yath@google.com> Added Sebastien Williams-Wynn <sebastien@cytora.com> Added Viacheslav Poturaev <vearutop@gmail.com> Added Yohei Takeda <yo.tak0812@gmail.com> Used GitHub User @saitarunreddy (21041941) form for saitarunreddy <saitarunreddypalla@gmail.com> https://github.com/golang/build/commit/269e03a [build] Used GitHub User @tell-k (26263) form for tell-k <ffk2005@gmail.com> https://github.com/golang/tools/commit/85a87a81 [tools] Used GitHub name "Akhil Indurti" for smasher164 <aindurti@gmail.com> https://github.com/golang/go/commit/a7af474359 [build go] Used GitHub name "Guilherme Caruso" for GuilhermeCaruso <gui.martinscaruso@gmail.com> https://github.com/golang/go/commit/5fae09b738 [go] Used GitHub name "Ivan Markin" for nogoegst <nogoegst@users.noreply.github.com> https://github.com/golang/go/commit/a1addf15df [go] Used GitHub name "Keiji Yoshida" for yosssi <yoshida.keiji.84@gmail.com> https://github.com/golang/lint/commit/ac6833c [lint] Used GitHub name "Marwan Sulaiman" for marwan-at-work <marwan.sameer@gmail.com> https://github.com/golang/go/commit/92caeef892 [go] Used GitHub name "Michalis Kargakis" for kargakis <mkargaki@redhat.com> https://github.com/golang/go/commit/e243d242d7 [go] Used GitHub name "Robin Eklind" for mewmew <rnd0x00@gmail.com> https://github.com/golang/go/commit/b8620afb8d [go proposal.git] Used GitHub name "Sean Chen" for two <oohcode@gmail.com> https://github.com/golang/sys/commit/302c3dd [sys] Used GitHub name "Sebastien Williams-Wynn" for GiantsLoveDeathMetal <sebastien@cytora.com> https://github.com/golang/go/commit/4e056ade24 [go] Used GitHub name "Yohei Takeda" for yo-tak <yo.tak0812@gmail.com> https://github.com/golang/go/commit/8b7cf898af [go] Given that the scope of updatecontrib is only to add contributors to CONTRIBUTORS file, without having to check CLAs or deal with legal matters, we can relax the requirement of having a space in the name before it gets added to the CONTRIBUTORS file. That will be done in a later change. Updates #12042 Change-Id: I70248f3c82a836ee829256898e931e638ee45eb4 Reviewed-on: https://go-review.googlesource.com/c/160261 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* A+C: change email address for Elias NaurElias Naur2019-01-231-1/+1
| | | | | | | | Change-Id: I0eefaed645d5d1f56c408af496c92dbb799977c8 Reviewed-on: https://go-review.googlesource.com/c/159037 Run-TryBot: Elias Naur <elias.naur@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
* A+C: add author, rename contributor to a real nametkivisik2019-01-181-1/+1
| | | | | | | | | | | Renamed from github user to use my real name in CONTRIBUTORS, added my name to AUTHORS. Change-Id: I671638f1525d44bcc2b0a08d0dcff6adb1717510 GitHub-Last-Rev: b989e185de9ad2d1207085043fcdc821d851c562 GitHub-Pull-Request: golang/go#29823 Reviewed-on: https://go-review.googlesource.com/c/158540 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* CONTRIBUTORS: first round of automated updates for Go 1.12Dmitri Shuralyov2019-01-041-0/+159
| | | | | | | | | | | | | | | | | | | | | | These updates have been automatically generated using a modified version of the updateac command with the following changes: - code to automatically update the AUTHORS file has been removed, since we're not updating that file automatically after Go 1.11 (see CL 128877) - CLA checking code has been removed, since it was primarily needed for updating the AUTHORS file - instead of executing the misc/sortac binary, its code was embedded into the updateac command itself The modified updateac command will be added to x/build repository soon, and the misc/sortac command can be removed afterwards. Updates #12042 Change-Id: Ibf73068698b14b1aad4df4490747b488508ff5fd Reviewed-on: https://go-review.googlesource.com/c/156278 Reviewed-by: Filippo Valsorda <filippo@golang.org>
* A+C: add VMware as author, Venil Noronha as contributorVenil Noronha2018-08-311-0/+1
| | | | | | Change-Id: I0dd843ac06f1b9987aa2fc90ae62074e668d6d4d Reviewed-on: https://go-review.googlesource.com/132438 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* A+C: second and final round of updates for Go 1.11Filippo Valsorda2018-08-121-11/+41
| | | | | | | | Updates #12042 Change-Id: Ia8d2214caad50560c4d46d723f8b94c954059b98 Reviewed-on: https://go-review.googlesource.com/128877 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* A+C: first round of automated updates for Go 1.11 and missing AUTHORSFilippo Valsorda2018-08-091-0/+200
| | | | | | | | | | | | | One first round of low-hanging fruit, excluding anything unclear. Also fixed a bug where, if a contributor had different emails under different CLAs, only the first one was added to AUTHORS. Updates #12042 Change-Id: Id7b06c885d74b4718ef2d74d149513a7c0f40c91 Reviewed-on: https://go-review.googlesource.com/126215 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* A+C: update Dmitri Shuralyov's emailsDmitri Shuralyov2018-08-081-1/+1
| | | | | | | | | Add my current personal email in both A+C, but keep old one too. Add my @golang.org email to CONTRIBUTORS. Change-Id: Idba258e465a8d657372dbeb6cb734744d493e5d4 Reviewed-on: https://go-review.googlesource.com/128416 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>