An error occurred fetching the project authors.
- 02 Jul, 2015 2 commits
-
-
Rob Pike authored
Also add words about the assembler. Change-Id: I9bd8cc88076f06b0eef36a07f57d1ad5d9261d8d Reviewed-on: https://go-review.googlesource.com/11853Reviewed-by:
Brad Fitzpatrick <bradfitz@golang.org>
-
Rob Pike authored
Change-Id: Ied305480f22b60767c4628e5a31236ac01eafc86 Reviewed-on: https://go-review.googlesource.com/11825Reviewed-by:
Brad Fitzpatrick <bradfitz@golang.org>
-
- 01 Jul, 2015 1 commit
-
-
Rob Pike authored
Everything in the library but crypto and net. Change-Id: I89b21b9621e6d338fa1891da0eabba5d7d2fe349 Reviewed-on: https://go-review.googlesource.com/11820Reviewed-by:
Russ Cox <rsc@golang.org>
-
- 29 Jun, 2015 1 commit
-
-
Rob Pike authored
Change-Id: I5791639e71874ce13fac836a0c6014e20ee7417e Reviewed-on: https://go-review.googlesource.com/11664Reviewed-by:
Russ Cox <rsc@golang.org>
-
- 26 Jun, 2015 2 commits
-
-
Rob Pike authored
Change-Id: Ib80829e7cbfb319549a224dc18931ca884c8296a Reviewed-on: https://go-review.googlesource.com/11532Reviewed-by:
Russ Cox <rsc@golang.org>
-
Matt Layher authored
Change-Id: I193b416ac91b4fa9234d30a1c1c58b3f0a71f398 Reviewed-on: https://go-review.googlesource.com/11543Reviewed-by:
Josh Bleecher Snyder <josharian@gmail.com>
-
- 25 Jun, 2015 2 commits
-
-
Rob Pike authored
Change-Id: Ie2aba3d5069d88548414f7d76b9b6efb9acf0393 Reviewed-on: https://go-review.googlesource.com/11477Reviewed-by:
Brad Fitzpatrick <bradfitz@golang.org>
-
Rob Pike authored
Just a copy, other than adding a header, preparatory to preparing the release notes. Change-Id: Ia4dc27777b96b1e898d9873e7d38e6e795057698 Reviewed-on: https://go-review.googlesource.com/11474Reviewed-by:
Brad Fitzpatrick <bradfitz@golang.org>
-
- 19 Jun, 2015 1 commit
-
-
Rob Pike authored
Change-Id: I42cfdb389282478ce0e29436464f2048ed087429 Reviewed-on: https://go-review.googlesource.com/11290Reviewed-by:
Rob Pike <r@golang.org>
-
- 17 Jun, 2015 1 commit
-
-
Mikio Hara authored
Change-Id: Ib0b0be901f2ed52e1b432ae62f0b1940eb27ecc3 Reviewed-on: https://go-review.googlesource.com/11137Reviewed-by:
Ian Lance Taylor <iant@golang.org>
-
- 12 Jun, 2015 1 commit
-
-
Ian Lance Taylor authored
Change-Id: I412621497902fa36f4939df392b10ca7040fc36e Reviewed-on: https://go-review.googlesource.com/11003Reviewed-by:
Ian Lance Taylor <iant@golang.org>
-
- 09 Jun, 2015 2 commits
-
-
Adam Langley authored
Change-Id: I7cad3f7af2452e29b3dae3da87cbd24013f6dae6 Reviewed-on: https://go-review.googlesource.com/10850Reviewed-by:
Adam Langley <agl@golang.org>
-
Adam Langley authored
Change-Id: I358b17304f95fdd8e6c0a64fa29f185c701fe338 Reviewed-on: https://go-review.googlesource.com/10805Reviewed-by:
Andrew Gerrand <adg@golang.org>
-
- 07 Jun, 2015 1 commit
-
-
Dominik Honnef authored
Change-Id: Ib43b21daef5d8291e03c0f0fbf56999e37e21e21 Reviewed-on: https://go-review.googlesource.com/10820Reviewed-by:
Brad Fitzpatrick <bradfitz@golang.org>
-
- 05 Jun, 2015 2 commits
-
-
Russ Cox authored
Change-Id: I1d7b728bd161da7bd6dd460862d8be072921e8b9 Reviewed-on: https://go-review.googlesource.com/10763Reviewed-by:
Russ Cox <rsc@golang.org>
-
Russ Cox authored
Change-Id: I5c991cad38c9e2c839314a56d3415a2aa09c1561 Reviewed-on: https://go-review.googlesource.com/10762Reviewed-by:
Russ Cox <rsc@golang.org>
-
- 03 Jun, 2015 1 commit
-
-
Russ Cox authored
Change-Id: I6476284a2cf80d50bd0a57fd9a0de9bc74273c7e Reviewed-on: https://go-review.googlesource.com/10680Reviewed-by:
Russ Cox <rsc@golang.org>
-
- 30 May, 2015 1 commit
-
-
Dmitry Vyukov authored
I think it's worth mentioning. But the final decision is up to you. Change-Id: I3959132600ecc554988524ede73a7f6e8eac8353 Reviewed-on: https://go-review.googlesource.com/10551Reviewed-by:
Dmitry Vyukov <dvyukov@google.com>
-
- 27 May, 2015 1 commit
-
-
Brad Fitzpatrick authored
Change-Id: I48b5f10d703dba48ec8e67c58d4276befafb5524 Reviewed-on: https://go-review.googlesource.com/10420Reviewed-by:
Brad Fitzpatrick <bradfitz@golang.org>
-
- 21 May, 2015 1 commit
-
-
Russ Cox authored
This CL removes the remaining visible uses of the "architecture letter" concept. (They are no longer in tool names nor in source directory names.) Because the architecture letter concept is now gone, delete GOCHAR from "go env" output, and change go/build.ArchChar to return an error always. The architecture letter is still used in the compiler and linker sources as a clumsy architecture enumeration, but that use is not visible to Go users and can be cleaned up separately. Change-Id: I4d97a38f372003fb610c9c5241bea440d9dbeb8d Reviewed-on: https://go-review.googlesource.com/10289Reviewed-by:
Rob Pike <r@golang.org>
-
- 18 May, 2015 1 commit
-
-
Josh Bleecher Snyder authored
This is a duplicate of CL 9491. That CL broke the build due to pprof shortcomings and was reverted in CL 9565. CL 9623 fixed pprof, so this can go in again. Fixes #10659. Change-Id: If470fc90b3db2ade1d161b4417abd2f5c6c330b8 Reviewed-on: https://go-review.googlesource.com/10212Reviewed-by:
Matthew Dempsky <mdempsky@google.com>
-
- 14 May, 2015 1 commit
-
-
Brad Fitzpatrick authored
Change-Id: Idbceaa44f4c823510632381b36b42302e63d8a29 Reviewed-on: https://go-review.googlesource.com/10057Reviewed-by:
Brad Fitzpatrick <bradfitz@golang.org>
-
- 13 May, 2015 1 commit
-
-
Mikio Hara authored
Change-Id: I6bda19877ae5148ad349cfb8929f1103740422bb Reviewed-on: https://go-review.googlesource.com/10005Reviewed-by:
Ian Lance Taylor <iant@golang.org>
-
- 07 May, 2015 1 commit
-
-
Mikio Hara authored
Change-Id: I70dfc2bad13c513c376c7c41058774b40af73dce Reviewed-on: https://go-review.googlesource.com/9775Reviewed-by:
Ian Lance Taylor <iant@golang.org> Reviewed-by:
Andrew Gerrand <adg@golang.org>
-
- 06 May, 2015 2 commits
-
-
Rob Pike authored
Change-Id: Iff27fa0ca50fe9e41d811d30df41fc2d3057aa1d Reviewed-on: https://go-review.googlesource.com/9792Reviewed-by:
Rob Pike <r@golang.org>
-
Shenghou Ma authored
Change-Id: Ie0ba7a5cb860e6fff68ec3042764c7e026b1234c Reviewed-on: https://go-review.googlesource.com/9781Reviewed-by:
Minux Ma <minux@golang.org>
-
- 03 May, 2015 2 commits
-
-
Shenghou Ma authored
Change-Id: Idc1aacddb79a9270265dd71fa6175539a5bed2c8 Reviewed-on: https://go-review.googlesource.com/9675Reviewed-by:
Minux Ma <minux@golang.org>
-
Rob Pike authored
Change-Id: Ie9331d102224290833c96a1535cdb96102a7fe9e Reviewed-on: https://go-review.googlesource.com/9633Reviewed-by:
Rob Pike <r@golang.org>
-
- 01 May, 2015 2 commits
-
-
Josh Bleecher Snyder authored
This reverts commit c26fc88d. This broke pprof. See the comments at 9491. Change-Id: Ic99ce026e86040c050a9bf0ea3024a1a42274ad1 Reviewed-on: https://go-review.googlesource.com/9565Reviewed-by:
Daniel Morsing <daniel.morsing@gmail.com> Reviewed-by:
Matthew Dempsky <mdempsky@google.com>
-
Rob Pike authored
Change-Id: Ie4b59d72e2b704559e075494e79fdc7b0bca6556 Reviewed-on: https://go-review.googlesource.com/9562Reviewed-by:
Rob Pike <r@golang.org>
-
- 30 Apr, 2015 3 commits
-
-
Josh Bleecher Snyder authored
Change-Id: I187e97592cd0403d84ca25c4acb1a4b25495041b Reviewed-on: https://go-review.googlesource.com/9534Reviewed-by:
Josh Bleecher Snyder <josharian@gmail.com>
-
Dmitry Vyukov authored
Change-Id: I05cfacd746e87011de8b659ab3b2fbe23146a7f3 Reviewed-on: https://go-review.googlesource.com/9504Reviewed-by:
Dmitry Vyukov <dvyukov@google.com>
-
Mikio Hara authored
Change-Id: I6cebaf42f2596c7f8fef3a67afb1e5ccb428d09c Reviewed-on: https://go-review.googlesource.com/9521Reviewed-by:
Ian Lance Taylor <iant@golang.org>
-
- 29 Apr, 2015 1 commit
-
-
Russ Cox authored
The heap statistics were only written if asked for a profile with debug > 0, but that also prints a stack trace for each profile line, which is comparatively much noisier. The statistics are short enough and separate enough (they only appear at the end) and useful enough that we can print them always. This means that people using -test.memprofile in tests will get a memory profile with statistics included now. Pprof won't care, but if people care to look, the numbers will be there. This avoids the need for hacks like using -memprofilerate=1 to find the number of allocations. Change-Id: I10a4f593403d0315aad11b37c6e554b734caa73f Reviewed-on: https://go-review.googlesource.com/9491Reviewed-by:
David Chase <drchase@google.com>
-
- 28 Apr, 2015 3 commits
-
-
Rob Pike authored
Change-Id: If50fd2dd4005d0ce39081c6b8302707403c139f9 Reviewed-on: https://go-review.googlesource.com/9432Reviewed-by:
Rob Pike <r@golang.org>
-
Adam Langley authored
Change-Id: Icf212fc7ea108ff22bb7fa9da137410d729d2569 Reviewed-on: https://go-review.googlesource.com/9413Reviewed-by:
Adam Langley <agl@golang.org>
-
Russ Cox authored
Change-Id: I43a40f0c10472b3126c06b0d4268b32b54665f12 Reviewed-on: https://go-review.googlesource.com/9349Reviewed-by:
Rob Pike <r@golang.org>
-
- 27 Apr, 2015 1 commit
-
-
Rob Pike authored
Change-Id: I883017b67e8fa76b6f123e8f9bcec3d6f820bbb3 Reviewed-on: https://go-review.googlesource.com/9348Reviewed-by:
Rob Pike <r@golang.org>
-
- 21 Apr, 2015 1 commit
-
-
Sebastien Binet authored
Change-Id: I89704249218d4fdba11463c239c69143f8ad0051 Reviewed-on: https://go-review.googlesource.com/9185Reviewed-by:
Ian Lance Taylor <iant@golang.org>
-
- 17 Apr, 2015 1 commit
-
-
Rob Pike authored
Change-Id: I9968ce162996e71843eeaf9764d216c401427fed Reviewed-on: https://go-review.googlesource.com/9040Reviewed-by:
Rob Pike <r@golang.org>
-