Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/hack-pad/go

The Go programming language
https://github.com/hack-pad/go

doc/go1.18: minor tweaks to generics section

This CL reorders the bullet points in the generics section to more
closely match what I think us...

9ecb853cf2252f3cd9ed2e7b3401d17df2d1ab06 authored almost 3 years ago by Austin Clements <[email protected]>
src/cmd/go/internal/work: lock Builder output mutex consistently

To prevent interleaving of output when 'go build' compiles several
packages in parallel, the out...

765cc726b64044a55fb37d10a8bec1c153b06be5 authored almost 3 years ago by miller <[email protected]>
runtime: set iOS addr space to 40 bits with incremental pagealloc

In iOS <14, the address space is strictly limited to 8 GiB, or 33 bits.
As a result, the page al...

c27a3592aec5f46ae18f7fd3d9ba18e69e2f1dcb authored almost 3 years ago by Michael Anthony Knyszek <[email protected]>
cmd/go: update "go help doc" docs

This CL updates "go help doc" docs so they reflect the following
changes:

- CL 59413 modified "...

7a840664fe9d8d4c11b943dba77c513dba5207a1 authored almost 3 years ago by Roi Martin <[email protected]>
doc/go1.18: cite CLs for more efficient scavenging

For #47694.

Change-Id: Ic6088b1811600670a57f28426f4158a7c7517c82
Reviewed-on: https://go-review...

2cb9042dc2d5fdf6013305a077d013dbbfbaac06 authored almost 3 years ago by Austin Clements <[email protected]>
[dev.boringcrypto] crypto/internal/boring: add -pthread linker flag

goboringcrypto_linux_amd64.syso references pthread functions, so
we need to pass -pthread to the...

21fa0b21996bc70c171bfa0f0c8917ecb0e73c75 authored almost 3 years ago by Cherry Mui <[email protected]>
go/types, types2: unexport NewTypeList

NewTypeList was not part of the go/types API proposal, and was left in
by accident. It also shou...

f8a8a73096a4d36ce7d35e9643db89e669bbee1f authored almost 3 years ago by Robert Findley <[email protected]>
all: update vendored golang.org/x/sys

Update the vendored x/sys to pick up CL 368994, which remove the
declaration of function darwinS...

20b9aaca30f7caa5a7cdd05fe0c2e18f64b04a16 authored almost 3 years ago by zhouguangyuan <[email protected]>
test/ken/slicearray.go: correct type width in comment

The type was changed in https://golang.org/cl/3991043 but the comment
wasn't updated.

Change-Id...

ecf6b52b7f4ba6e8c98f25adf9e83773fe908829 authored almost 3 years ago by Ian Lance Taylor <[email protected]>
doc/go1.18: use correct link for reflect.PointerTo

For #47694

Change-Id: Iee4fda069a56ea4436b8aa32e2605f3349d7c154
Reviewed-on: https://go-review....

3396878af43752a7c25406dabd525754f80a1c40 authored almost 3 years ago by Ian Lance Taylor <[email protected]>
doc/go1.18: add docs for SysProcAttr.Pdeathsig

CL 355570

Updates #47694

Change-Id: I922cda28ca4cf1ae6d5e4f457cc66d5041b0e3e8
Reviewed-on: htt...

1876b38263407ba51f9f3fa2e412ac3f84d3cb95 authored almost 3 years ago by Jeremy Faller <[email protected]>
doc/go1.18: expand section on generics

Also, move it up in the document.

Updates #47694

Change-Id: I927c4c845089a5c22e2c5b5f3de1831c0...

549cfefc7233f17e6bf2d79294d11882181e9387 authored almost 3 years ago by Robert Griesemer <[email protected]>
doc/go1.18: add documentation for changes to go/types

The number of involved CLs is too large (hundreds) so
no CLs are mentioned in (html) comments.

...

cd5f2cf50f6372e31dde0b407c1c3be57a2ce90f authored almost 3 years ago by Robert Griesemer <[email protected]>
doc/go1.18: add documentation for changes to go/ast

Updates #47694

Change-Id: Ied26f6345df2c8640d4be5132a05db3897b59009
Reviewed-on: https://go-rev...

fa88ba1e8adacda08973d112cca8d6e66c1390e1 authored almost 3 years ago by Robert Griesemer <[email protected]>
doc/go1.18: add documentation for changes to go/token

Updates #47694

Change-Id: I232fb20b3a77409b84c15f9ec1586e480f0f6390
Reviewed-on: https://go-rev...

821bf04f2aa6b79d1d66ef7aba7537d346ea5a21 authored almost 3 years ago by Robert Griesemer <[email protected]>
doc/go1.18: add documentation for changes to go/constant

Updates #47694

Change-Id: I2ce5aaa4493259790712a8a49e5b03472c8a7400
Reviewed-on: https://go-rev...

ba83aa7caa4116266b6cc999d4e1fe9123fe18cb authored almost 3 years ago by Robert Griesemer <[email protected]>
test: add test of select inside generic function

Make sure that we can import/export selects for generics.

Change-Id: Ibf36e98fc574ce9275820aa42...

9ae0b35fad5d4bb95cdcf4a05fcf4b077a798572 authored almost 3 years ago by Keith Randall <[email protected]>
doc/go1.18: change github.com/golang/go/issues to golang.org/issue

Updates #47694

Change-Id: I84547ff995e2a302cf229fefefd28a7220a17028
Reviewed-on: https://go-rev...

d20a0bfc8a7fd70537766990691d4c9e5841e086 authored almost 3 years ago by Hossein Zolfi <[email protected]>
cmd/compile/abi-internal: mention SSE restriction on Plan 9

Change-Id: I2be08b88b5147cf37ac55b7472d63503739c9f05
Reviewed-on: https://go-review.googlesource...

b3e1fbff4d45034a9345cf5ee95099c2742c78c6 authored almost 3 years ago by Austin Clements <[email protected]>
doc/go1.18: catch up with runtime/compiler commits and API changes

For #47694.

Change-Id: I21b1af1807d4da2fb2f4d9b961d44a21d715d7d2
Reviewed-on: https://go-review...

ebe99189fce39be68ef4eafa29923b3a6585a262 authored almost 3 years ago by Austin Clements <[email protected]>
[dev.boringcrypto] misc/boring: add new releases to RELEASES file

Change-Id: I0c49eac44fa10997c53cb45618316c56711ff0f2
Reviewed-on: https://go-review.googlesource...

a38b43e4ab62b974fce5ba34fc17f442e725af6a authored almost 3 years ago by Michael Anthony Knyszek <[email protected]>
.github: use multiple issue templates

There are currently multiple issue templates floating around for
different projects, these can s...

c4a8550421ce16f233b48a85dc5dd04b16469b7f authored almost 3 years ago by Sean Liao <[email protected]>
doc/go1.18: mention fuzzing in the release notes

Also make a few small formatting fixes.

Change-Id: Iad99d030312393af3b6533f2cd00f09aea0f2a7d
Re...

deb988a2866ce541058d8af3844912d1a638980b authored almost 3 years ago by Katie Hockman <[email protected]>
doc/go1.18: reorganize runtime/compiler a little

For #47694.

Change-Id: Iedf85f522f7c79ae0a61b4fc1f2f092cf7b613df
Reviewed-on: https://go-review...

d921bb21df43a9bf1a6c22ab208d6a4bc9d05146 authored almost 3 years ago by Austin Clements <[email protected]>
test: re-enable a bunch of tests with types2

Enable a bunch of types2-related error tests to run successfully, so
they no longer have to be d...

29483b3dae9bc043887b5372aefe0e53194b9ce7 authored almost 3 years ago by Dan Scales <[email protected]>
runtime: fix missing pprof labels

Use gp.m.curg instead of the gp when recording cpu profiler stack
traces. This ensures profiler ...

9b0de0854d5a5655890ef0b2b9052da2541182a3 authored almost 3 years ago by Felix Geisendörfer <[email protected]>
os: test that LookupEnv reports all keys found in Environ

For #49886

Change-Id: Ie3a7f12a0d30ec719caf375e7be30cc4a5796c3f
Reviewed-on: https://go-review....

a174638a5cc88eb4fccaaa699990f5626fbb0e30 authored almost 3 years ago by Bryan C. Mills <[email protected]>
builtin: document "any" and "comparable"

Fixes #49927

Change-Id: I8b34cf13b3bc6338309f005648ca3ee6852927f0
Reviewed-on: https://go-revie...

098599003ba78225152d22984f82f78892221dad authored almost 3 years ago by Ian Lance Taylor <[email protected]>
cmd/compile: set PPC64's MAXWIDTH as other architectures

PPC64's MAXWIDTH is set as 1<<60 whereas on other 64-bit
architetures it is set as 1<<50. Set to...

8da66a35cab2de4f7ce0215c47929be624eeb03d authored almost 3 years ago by Cherry Mui <[email protected]>
runtime/race: rebuild darwin syso to work around macOS 12 malloc reserved address

On macOS 12 a new malloc implementation (nano) is used by default,
and apparently it reserves ad...

5f6552018d1ec920c3ca3d459691528f48363c3c authored almost 3 years ago by Cherry Mui <[email protected]>
doc/go1.18: mention new -asan option

For #44853
For #47694

Change-Id: Ia76246218b1361d8bdf510bbfc5178c83cdd3eec
Reviewed-on: https:/...

8835343280029eaf86e0612d600ae7af5c68b092 authored almost 3 years ago by Ian Lance Taylor <[email protected]>
crypto/x509: fix comments on certDirectories

CL 205237 allowed SSL_CERT_DIR to be a colon delimited list of
directories. In the case that SSL...

fd4b391849dcd3ac0e90d3a86b0ee7df00b9b269 authored almost 3 years ago by Shang Jian Ding <[email protected]>
doc/go1.18: remove some TODOs for changes we aren't mentioning

Updates #47694

Change-Id: I8fdbded4aaf974425ee317a1cdd940a5ac88c0b3
Reviewed-on: https://go-rev...

06dbf6121ad77e9ea3288df99bfe4e94f8776f38 authored almost 3 years ago by Jeremy Faller <[email protected]>
doc/go1.18: add docs on FieldByIndexErr

From:
https://go-review.googlesource.com/c/go/+/357962/

Updates #47694

Change-Id: I2d43dcbd28c...

48e4284e551fceee7a45c11af791813782ca7e82 authored almost 3 years ago by Jeremy Faller <[email protected]>
doc/go1.18: add docs on new reflect.Value methods

From:

https://go-review.googlesource.com/c/go/+/352131/

Updates #47694

Change-Id: I7c7811c499...

e533b5793f43ed44f1562a10d974cb3bc3688226 authored almost 3 years ago by Jeremy Faller <[email protected]>
doc/go1.18: add docs on MapIter.Reset

From:

https://go-review.googlesource.com/c/go/+/321891

Updates #47694

Change-Id: I2cdd5d9f3da...

f9b2733e3a8b4911b932671b0bd9fc4190cf59aa authored almost 3 years ago by Jeremy Faller <[email protected]>
doc/go1.18: add docs on User.GroupIds

Cobbled up some release notes from:

https://go-review.googlesource.com/c/go/+/330753/

Updates ...

bcb98f126bc3a12a63333069b669cb8aaf251b89 authored almost 3 years ago by Jeremy Faller <[email protected]>
doc/go1.18: add docs on Cookie.Valid

Updates #47694

Change-Id: Ibf3e25fbccf82e4abd7bd76b2ea6ceb4b05d4664
Reviewed-on: https://go-rev...

c8c89d20ce206969ea48819af3ef0309299f9f6c authored almost 3 years ago by Jeremy Faller <[email protected]>
doc/go1.18: add deprecation note for net.Error.Temporary

Updates #47694

Change-Id: Ia25ad49f688efa3d60d83290095648711704b478
Reviewed-on: https://go-rev...

25f06cb71f06406bd38de0a37967edc6ec8ca120 authored almost 3 years ago by Jeremy Faller <[email protected]>
doc/go1.18: add Conn.NetConn documentation to crypto/tls section

Updates #47694

Change-Id: Iead44baa8b2a06ecf7b92d343ed9117f0fc0793e
Reviewed-on: https://go-rev...

94e22fa03eb5eb678689e05b8e309cd23f874698 authored almost 3 years ago by Jeremy Faller <[email protected]>
doc/go1.18: add constraints package documentation

Updates #47694

Change-Id: I3239023dad194c317e271e6093eff2cfbed1a4b9
Reviewed-on: https://go-rev...

d3bf627bc1e1a4959ecff797754e4a636aa6be1c authored almost 3 years ago by Jeremy Faller <[email protected]>
doc/go1.18: add information on new pacer.

This is based off Michael's notes.

Updates #47694

Change-Id: I6e7944f85b776e8481829a2fafd177a4...

d514411625bdd437c7d1997b92685bb03bfbf2a8 authored almost 3 years ago by Jeremy Faller <[email protected]>
cmd/compile: report channel size errors correctly for -G=3

First, we need to set base.Pos in varDecl() and typeDecl(), so it will
be correct if we need to ...

bbe1be5c19f04816f5f9162c2be75351480c92a0 authored almost 3 years ago by Dan Scales <[email protected]>
doc/go1.18: add short-circuit evaluation for text/template

This description is based on https://golang.org/cl/321490.

Updates #47694

Change-Id: I48656cd4...

3c6295d272d09e6c7be912510e4b62afc0ef8ffc authored almost 3 years ago by Jeremy Faller <[email protected]>
all: update vendored golang.org/x/tools

Update the vendored x/tools to pick up CL 364678, which updates vet
analyzers following a change...

469f030dcaad765b3a40b2e0a88f4000357e61be authored almost 3 years ago by Robert Findley <[email protected]>
runtime: break out new minimum heap size into a goexperiment

The new minimum heap of 512 KiB has been the cause of some build
slowdown (~1%) and microbenchma...

c5c1955077cb94736b0f311b3a02419d166f45ac authored almost 3 years ago by Michael Anthony Knyszek <[email protected]>
misc/ios: bump min version

For #48076

Change-Id: I5edaa43af82c3478555c309a001a3d1b16de3d64
Reviewed-on: https://go-review....

36be0beb05043e8ef3b8d108e9f8977b5eac0c87 authored almost 3 years ago by Changkun Ou <[email protected]>
runtime: print errno on clock_gettime failure on OpenBSD

For #49532.

Change-Id: I5afc64c987f0519903128550a7dac3a0f5e592cf
Reviewed-on: https://go-review...

28ec0fdeb500b4d0ab5c0ac07cba2f5ebc12ae32 authored almost 3 years ago by Austin Clements <[email protected]>
cmd/compile: fix case where g.curDecl should be saved/restored

When we set g.curDecl for the type params created during fillinMethods
for an instantiated type,...

d34051bf16d86a88e6c5764aa076219069702045 authored almost 3 years ago by Dan Scales <[email protected]>
net: remove arbitrary deadlines in PacketConn tests

When TestPacketConn was added (in CL 6501057) it included arbitrary
100ms deadlines. Those deadl...

1b2930d70c8bad5ecae08275e56e228e0f424b02 authored almost 3 years ago by Bryan C. Mills <[email protected]>
os/exec: in TestContextCancel, dump goroutines on failure

If this test fails, we want to know exactly what the os/exec
goroutines are doing. Panicking giv...

00dbcb33f8c20ce51de558cbc9de811b1ba0f70c authored almost 3 years ago by Bryan C. Mills <[email protected]>
doc/go1.18: mention stack trace change

For #47694.

Change-Id: I06cac88d5328c8c0e38212ad801d70bc36cdfc6f
Reviewed-on: https://go-review...

c3a7fb207409a77b2ad644fe777db04d7df8e08c authored almost 3 years ago by Cherry Mui <[email protected]>
gcimporters: allow reusing empty interfaces on the RHS of type decls

We guard against caching or reusing interfaces on the RHS of a type
declaration, because for suc...

0103fd2b8b3e57ead47a65501eb5ce5f444e0077 authored almost 3 years ago by Robert Findley <[email protected]>
cmd/go/internal/modfetch: remove legacy code

ReadFileRevs function is no longer used.

Change-Id: Ibac6319dca4cf8010195e7c2fb502655494fb728
R...

6c4bf8fb8a2216a09d22ae0c87a04b7865f794c8 authored almost 3 years ago by Baokun Lee <[email protected]>
runtime: fix racy allgs access on weak memory architectures

Currently, markroot is very clever about accessing the allgs slice to
find stack roots. Unfortun...

08ecdf7c2e9e9ecc4e2d7c6d9438faeed2338140 authored almost 3 years ago by Austin Clements <[email protected]>
runtime: give the subprocess more time in TestSpuriousWakeupsNeverHangSemasleep

Issue #27250 reproduced readily enough to keep the subprocess hung
indefinitely when it occurred...

8ebb8c9ecba4069cc4defffffbbcdde0ba22ced1 authored almost 3 years ago by Bryan C. Mills <[email protected]>
runtime: fix riscv64 sigaction mask field offset

The Linux kernel for riscv64 does not include an sa_restorer field on
its sigaction struct, and ...

2c5d2083e41371aa4f5aab9e86921002c1f9b504 authored almost 3 years ago by Rhys Hiltner <[email protected]>
net: do not use sendfile on iOS

Apparently, on the iOS builder sendfile causes a SIGSYS signal
(instead of returning ENOSYS). Di...

029dfbcc83123cb62e52f2aaedc46397815e3fa6 authored almost 3 years ago by Cherry Mui <[email protected]>
cmd/go/internal/modload: fix up main-module checks from CL 334932

Some critical Version == "" checks were missing in mvs.go, causing
mvs.Req to fail to retain req...

ab7905540bf83b85cdbd6574e54319126df9dae8 authored almost 3 years ago by Bryan C. Mills <[email protected]>
cmd/compile: fix identical to recognize any and interface{}

Currently, identical handles any and interface{} by checking against
Types[TINTER]. This is not ...

0e1d553b4d98b71799b86b0ba9bc338de29b7dfe authored almost 3 years ago by Cuong Manh Le <[email protected]>
runtime: skip TestSignalIgnoreSIGTRAP on all OpenBSD builders

TestSignalIgnoreSIGTRAP is flaky on OpenBSD and the cause is suspected
to be a kernel bug. This ...

a412b5f0d803b261b8075289bf41599490f237cc authored almost 3 years ago by Tobias Klauser <[email protected]>
misc/cgo/test: further reduce likeliness of hang in Test9400

As suggested by #49680, a GC could be in-progress when we
disable GC. Force a GC after we pause ...

7ccbcc90560468937f02609a43cb39a6e13ff797 authored almost 3 years ago by Paul E. Murphy <[email protected]>
runtime: add invalidptr=0 for TestGcZombieReporting

pointers in zombies slice may cross-span, add invalidptr=0 for avoiding the badPointer check

Fi...

5f63f168daa9644bcc723077e9e2e1796639f6bb authored almost 3 years ago by Chaoqun Han <[email protected]>
cmd/go: adjust BuildInfo.Settings

Make Settings more closely align with command-line flags
and environment variables.

- Change co...

931d80ec17374e52dbc5f9f63120f8deb80b355d authored almost 3 years ago by Russ Cox <[email protected]>
misc/cgo/test: reduce likeliness of hang in Test9400

If a GC triggers while spinning in RewindAndSetgid, it may result in
this test hanging. Avoid it...

682435dd9991040073ae12021fac164b41376502 authored almost 3 years ago by Paul E. Murphy <[email protected]>
net/http: eliminate arbitrary timeout in TestClientWriteShutdown

This test occasionally hangs on the darwin-arm64-11_0-toothrot
builder. When it does, it fails w...

18934e11ba6ef2b2f21f091ddf4ab6814dcf1959 authored almost 3 years ago by Bryan C. Mills <[email protected]>
runtime: keep //go:cgo_unsafe_args arguments alive to prevent GC

When syscall's DLL.FindProc calls into syscall_getprocaddress with a
byte slice pointer, we need...

f463b20789c89f0d22e56663a34e57a942f945cf authored almost 3 years ago by Jason A. Donenfeld <[email protected]>
cmd/compile: change iexportVersionGeneric to 2

Don't expect/allow generics-related info in iexportVersion 1, now that
we increased the export v...

f90a42b41080cf5a289f151f2166d0d0a795e836 authored almost 3 years ago by Dan Scales <[email protected]>
go/types, types2: handle case of no specific target types in conversion

Avoid a panic by handling the case of no specific target type in a type
parameter to type parame...

3ca57c7fb8bfc9b8b633f71a7aaa9de5fe76f63d authored almost 3 years ago by Robert Findley <[email protected]>
go/types: ensure that constructed type parameters are immutable

TypeParam.iface may mutate TypeParam.bound in the event that the type
parameter bound is not an ...

186f375ecfdd0f9eae109464a93bb0ba8c993f45 authored almost 3 years ago by Robert Findley <[email protected]>
go/types: consider structural restrictions in Implements

Fixes #49786

Change-Id: I4559d013399deda48bcb97aef3427ecf87a3ef26
Reviewed-on: https://go-revie...

c402d64f37f819b0f2d9949c6895e342191d11d6 authored almost 3 years ago by Robert Findley <[email protected]>
go/types: better error message for missing ~ in constraint

This is a port of CL 366758 from types2 to go/types.

For #49179.

Change-Id: I7e1c6ffb392d5c535...

ebd0b778c92c4dfc71195ef83d71116957e173ad authored almost 3 years ago by Robert Griesemer <[email protected]>
go/types: better error position for instantiation failure

This is a port of CL 366757 from types2 to go/types,
adjusted for the different handling of inde...

bc32dd1b69b0629a54cfe50626e42eb4b75eb017 authored almost 3 years ago by Robert Griesemer <[email protected]>
go/types: produce empty type set for invalid ~T

This is a clean port of CL 366278 from types2 to go/types.

For #49739.

Change-Id: I2e2cb739c02...

1ab677a797ab5cdb5c0248b2d63b753820e6ed49 authored almost 3 years ago by Robert Griesemer <[email protected]>
go/types: report types for mismatched call and return statements

This is a port of CL 364874 from types2 to go/types with various
adjustments:

- the error posit...

2f6d3820501b34ce530be8193789659c18db0867 authored almost 3 years ago by Robert Griesemer <[email protected]>
go/types: restore original assignment error messages

This is the missing portion of the port of CL 351669
from types2 to go/types, now that we have a...

1970e3e3b7b6c42676acc22071ced887ac68b520 authored almost 3 years ago by Robert Griesemer <[email protected]>
runtime: fix preemption sensitivity in TestTinyAllocIssue37262

TestTinyAllocIssue37262 assumes that all of its allocations will come
from the same tiny allocat...

f598e2962d3a358b59faa68471b6ed378fc68806 authored almost 3 years ago by Austin Clements <[email protected]>
spec: adjust section on package unsafe for type parameters

Change-Id: I562d4648756e710020ee491f3801896563a89baa
Reviewed-on: https://go-review.googlesource...

61ff5019687c125910c48c22d672a9b6985ee61e authored almost 3 years ago by Robert Griesemer <[email protected]>
spec: rules for index expressions, len, cap, with type parameter types

We want to support some special cases for index expressions, len, and
cap on operands of type pa...

68da368a4ed0f6f47e841d75aaed0faf1dcf425c authored almost 3 years ago by Robert Griesemer <[email protected]>
spec: corrections to various sections

- fix definition of "specific types" and add more examples
- state that a parameterized function...

37a5d720d4c4ebf3fd0c8a089a3bde347d72c01a authored almost 3 years ago by Robert Griesemer <[email protected]>
vendor: update golang.org/x/net to tip

This brings in a fix for OpenBSD that lets it correctly gather network
interface information.

F...

4325c37d6789aff6f24b05526080b011dda86477 authored almost 3 years ago by Ian Lance Taylor <[email protected]>
doc/go1.18: use <code> instead of <pre> for target specification

For #47694.

Signed-off-by: Jason A. Donenfeld <[email protected]>
Change-Id: I38c2fd9b57fbbacf220...

a59ab29bf2164730e3e6d5439c6ec4b1e46adcc4 authored almost 3 years ago by Jason A. Donenfeld <[email protected]>
cmd/link: merge note sections into one segment

The ld from binutils merges note sections into one PT_NOTE
segment.
We should do that for consis...

1ea4d3b91164fb08b7022958b6cd8e290f12e017 authored almost 3 years ago by Meng Zhuo <[email protected]>
A+C: add Bharath Kumar Uppala (individual CLA)

Change-Id: I4943e943892bd29bca2afafddb62f3060bc153e9
Reviewed-on: https://go-review.googlesource...

78af02e8b5c5c9d3c6d5026fd72f57026a14952a authored almost 3 years ago by Bharath Kumar Uppala <[email protected]>
spec: fix link for instantiations

This change corrects the link `Instantiantions` to `Instantiations` in the spec.

Change-Id: Ib0...

0fa53e41f122b1661d0678a6d36d71b7b5ad031d authored almost 3 years ago by syumai <[email protected]>
cmd/go: fix a typo in mod_lazy_new_import.txt

x/y -> a/y

Change-Id: If24970623731098bb72345b8f4c8518b563bbec8
GitHub-Last-Rev: 8a35dddbc155d9...

9f2a075df905d873e3e426b2f549c327d228ac26 authored almost 3 years ago by tangxi666 <[email protected]>
testing: simplify fuzzResult.String to avoid unnecessarily using fmt.Sprintf

Change-Id: I16b6bfb6b0f02672c894b20845aa14d8dd1979b4
GitHub-Last-Rev: 75ab90123a8a5ad42e96795b75...

7e1260f62b7447c36d9f3ff95365d761592323c4 authored almost 3 years ago by sivchari <[email protected]>
doc: go1.18 release notes for CLs 323318/332771

Updates #47694

Change-Id: Ib76737996a701906117e096eb6d05b388576a874
GitHub-Last-Rev: 05b9649965...

a142d6587cb6a7ac59ebf49120167c96bdc3bcf6 authored almost 3 years ago by Carlo Alberto Ferraris <[email protected]>
cmd/go/internal: gofmt after CL 355010

Change-Id: I25902cc4e7a3d2a78b467825b723cd72b310e2a3
Reviewed-on: https://go-review.googlesource...

fad67f8a5342f4bc309f26f0ae021ce9d21724e6 authored almost 3 years ago by Tobias Klauser <[email protected]>
bufio: mention that panic at slicing means underlying reader is broken

Fixes #49795

Change-Id: I2b4fd14f0ed36b643522559bebf5ce52b1d7b304
Reviewed-on: https://go-revie...

1d47a1184a4718a34ab1df4d9bf05a284aba4c70 authored almost 3 years ago by Keith Randall <[email protected]>
cmd/doc: fix "builtin" package parsing

As stated in the code, "The builtin package needs special treatment: its
symbols are lower case ...

bf88adadac9bbb1b190ba7af1010373823dabb06 authored almost 3 years ago by Roi Martin <[email protected]>
doc/go1.18: document non-cooperative preemption on windows/arm{,64}

For #47694.
Updates #49759.

Change-Id: I7accd81b8ea6c31e4a2b5e155cf93fe9c447813b
Reviewed-on: h...

77038044ca7b11fce7eb11f3e6115ed753c2c2bd authored almost 3 years ago by Jason A. Donenfeld <[email protected]>
test/fixedbugs: fix go directive of issue16008.go

This change modifies issue16008.go
I fixed // go:noinline to //go:noinline

Change-Id: Ic133eec5...

a0506bdf7c9741974c54d9dac55517025ba2572d authored almost 3 years ago by sivchari <[email protected]>
A+C: add Chaoqun Han (individual CLA)

Change-Id: Id4aa067ef84510a31992d7d32cc697dd8b8342f1
Reviewed-on: https://go-review.googlesource...

45bae64015975a4d7ede597a55397545571d8bc5 authored almost 3 years ago by Chaoqun Han <[email protected]>
runtime: support non-cooperative preemption on windows/arm64

This adds support for injecting asynchronous preemption calls on
windows/arm64. This code exactl...

f7e34e705c533cca0970f1c6d1eafc2666a6a947 authored almost 3 years ago by Jason A. Donenfeld <[email protected]>
runtime: support non-cooperative preemption on windows/arm

This adds support for injecting asynchronous preemption calls on
windows/arm. This code follows ...

c58243aa8a510a0f467715da71a3053a04365038 authored almost 3 years ago by Jason A. Donenfeld <[email protected]>
cmd/dist: add buildtag parsing test

Forgot to 'git add' this test written as part of CL 359314.

For #41184.

Change-Id: I2ebd48fd62...

b2a5a3771f5efdb499da215298c7bcc2f493b4f1 authored almost 3 years ago by Russ Cox <[email protected]>
cmd/compile/internal/types2: better error message for missing ~ in constraint

If a constraint could be satisfied if one of its type elements
had a ~, provide this information...

b77f5f9667c6e5c2081d94163dd7d11c03fa2b8e authored almost 3 years ago by Robert Griesemer <[email protected]>
cmd/compile/internal/types2: better error position for instantiation failure

- Thread type argument expressions (rather than posLists) through various
type-checker functions...

8cdfe408bbd608c5129036e40f346d526049ffc4 authored almost 3 years ago by Robert Griesemer <[email protected]>
runtime: skip TestTimePprof on illumos

On illumos nanotime calls libc, like on the other systems for which
TestTimePprof is skipped.

F...

7e5331ac445045a70256eeeef5b7aad43886c9ec authored almost 3 years ago by Tobias Klauser <[email protected]>