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
When acquire a goroutine profile, we stop the world then acquire a
stack trace for each goroutin...
For #47327
Change-Id: I50418c0d017c4e90a2c13d26945ee639079e4e33
Reviewed-on: https://go-review....
Skip TestUDPIPVersionReadMsg on plan9, since it does things
not supported on that OS.
Change-Id...
d76b1ac3e1919bd863e7e906202ae085cb20f595 authored about 3 years ago by Than McIntosh <[email protected]>
A chunk of code in abiutils was synthesizing the internals of a Go
string type as "struct { unsa...
During the register ABI work, a change was made in CL 302071 to
"stackframe" to treat register-r...
Revamp the way that buildLocationLists() handles zero-width
operations, to fix a couple of probl...
We already have various member functions of TCPAddr that return an
AddrPort, but we don't have a...
Currently it's quite hard to debug these error messages about ignored symbols
because there are ...
Doing this a little early in the release cycle as there have been some
changes in the handling o...
We still don't run the gccgo tests, because they don't run in module mode.
But now we at least g...
This change clarifies that calling all Map methods inside the callback
of Range is allowed. For ...
For #49512
Change-Id: Ic08652a4ec611b27150bf10b1118c1395715e5d0
Reviewed-on: https://go-review....
A UDPAddr with a nil IP is a valid state, representing an AF-agnostic
unspecified address, so ch...
structuralString was used only in one place (for built-in copy).
Remove it in favor of custom an...
If we have all channel types in a constraint, there is no structural type
if they don't all have...
For generic functions, we can export untransformed OKEY nodes, and the
key identifier is written...
Adds a new flag to 'go mod vendor' which overrides the default
'vendor' destination directory. T...
This test changes TestPhysicalMemoryUtilization to be simpler, more
robust, and more honest abou...
Fixes: #48900
Change-Id: I9235441886ed7cbdfdcbd283480f52d9216c3ea2
Reviewed-on: https://go-revi...
This brings the error messages in sync with the terminology that
will be used it the spec.
Chan...
23dd389ac6ef59210580614c4a73e0d0a13c2911 authored about 3 years ago by Robert Griesemer <[email protected]>
- move structuralType/structuralString into type.go
- move functions exported for the compiler i...
Functions returning type parameters were erroneously being interpreted
as 'constructors' of thei...
And rename structureString to structuralString.
Now that we have an updated definition for stru...
8a3be150775f80850e179bd1860b286be27ca407 authored about 3 years ago by Robert Griesemer <[email protected]>
We have V and T and Vu and Tu. When calling the various isX predicates
consistently use Vu and T...
This will allow us to compare the changes made for Go 1.18.
Change-Id: I1456270b201967f5cb05e66...
17980dff368256a0763cf042376d3fb36d06c109 authored about 3 years ago by Robert Griesemer <[email protected]>
Change-Id: I71c29a2dc7e5b2b6bc35093535228d2907b16b47
Reviewed-on: https://go-review.googlesource...
We already guard against this in the type checker, and it will
eventually be allowed per the acc...
This is a port of CL 361922 to go/types.
Change-Id: I790c8121a640c25fb655c926fb434d667dd59f76
R...
If we reach a generic type that is part of a cycle
and we are in a type parameter list, we have ...
Also, invert the boolean result. This matches Checker.validType;
it's also easier to understand....
This is a clean port of CL 362336 to go/types.
Change-Id: Iafeae7024fbb2872b07748affcea9676324e...
ec86bb52ba88ff18a88719ee0f9244315fa81154 authored about 3 years ago by Robert Findley <[email protected]>
This is a port of CL 362118 to go/types, which is itself a roll-forward
of CL 362254, containing...
Fixes #46323
Change-Id: Ibd624b1aaa15f907b7eb965b4eaec61018a45486
GitHub-Last-Rev: 7ad670b08814...
Change-Id: I09b22f05035700e1ed90bd066ee8f77c3913286a
Reviewed-on: https://go-review.googlesource...
This is a port of CL 361412 to go/types.
Change-Id: Ie5bccc7faba7ca9230e712f867b27ca9dcddba79
R...
In preparation for porting CL 361412, fix a discrepancy in go/types,
where [-1]T is returned for...
[ this is a roll-forward of golang.org/cl/357169 with minor changes
to fix the cmd/go/internal/m...
Change-Id: I8a14b2fbb44f7ed1ea126cf27adc447f33fdf6f2
Reviewed-on: https://go-review.googlesource...
Currently, when a command scheduled by bgrun fails, bgwait returns to
the caller even in case th...
Fixes #48521
Change-Id: Id8402bcff243c0ab19e4ec0b138b9af8c111f88d
Reviewed-on: https://go-revie...
This is a port of CL 361401 to go/types.
Change-Id: I5b1c7cf1d7a819b2902c304f884492ec02c7eaa1
R...
This enhances the existing line number test
to allow a specific -gcflags (e.g., -G=3)
and to per...
The Go 1.18 code freeze has recently started. This is a time to update
all golang.org/x/... modu...
The Go 1.18 code freeze has recently started. This is a time to update
all golang.org/x/... modu...
The Go 1.18 code freeze has recently started. This is a time to update
all golang.org/x/... modu...
The Go 1.18 code freeze has recently started. This is a time to update
all golang.org/x/... modu...
Fixes #49470
Change-Id: I81fd4b0e2eef1d8d430b5d1d10c4f824e803a75c
Reviewed-on: https://go-revie...
Fixes #49446
Change-Id: Ib0b53a7dd5d567a2dd0bdf29f53d276587b60afb
Reviewed-on: https://go-revie...
Fixes #49436
Change-Id: I4c8851e7aaee631d5eb22f2ef0aea5a25e936d87
Reviewed-on: https://go-revie...
This is a port of CL 361409 to go/types.
Change-Id: I17ccf8a5b4ba715fd8a87ea2c1811700fb1157e3
R...
This is a clean port of CL 361269 to go/types.
Change-Id: I2caaf08eabdf1707ae83ec1e628fd26f21b2...
526b2ef0ea3a13d7e9af635918ef3ef86353f220 authored about 3 years ago by Robert Findley <[email protected]>This is a clean port of CL 360956 to go/types.
Change-Id: Iac437e72bb760e7e90236a86e7473d6a440d...
81f37a72ea8a05ea3f5771a92b34b352769518cf authored about 3 years ago by Robert Findley <[email protected]>
Since GCC version 11, the 64-bit version of GCC starting files are
now suffixed by "_64" instead...
Fixes #39567
Change-Id: I226089b678a6a13d7ce69f360a23fc5bd297d550
GitHub-Last-Rev: 6435fd5881fc...
When //go:embed d matches directory d, it embeds the directory
tree rooted at d, but it excludes...
https://golang.org/cl/246763 accidentally changed this from upper + 0 +
carry to upper + old vds...
For tests of pprof label support having the sample labels in the output
is needed for effective ...
This CL reverts CL 361964, rolling forward the original CL 362254 with a
fix for re-entrant expa...
This test modifies a binary, which the FIPS integrity test doesn't like.
Fixes #49402
Change-I...
16215e5340a84adcfce7ba49fdde6f9a0bbe1c0a authored about 3 years ago by Keith Randall <[email protected]>
In stencil.go, change doubleCheck to false, which will turn off some
double-checking code which ...
This is a port of CL 361134 to go/types.
Change-Id: Ibac4365a85561b32a90b0118d48aa9302f227b2e
R...
This is a port of CL 360955 to go/types. Note that go/types and types2
differ in handling of unt...
Fixes #48149
Change-Id: Iaf91d2c54fda809c7da90cdfb6d1d075f474c69b
Reviewed-on: https://go-revie...
https://github.com/googleapis/google-cloud-go has changed the default
branch from master to main...
Recent changes to runtime enabled crashdumps, which under some
circumstances apparently might re...
Fixes #49421
Change-Id: Iecf3952346ecd278198c1000014a321e230f7fa7
Reviewed-on: https://go-revie...
When bulding formal arguments of newly created closure, irgen forgets to
set "..." field attribu...
This reverts CL 357169.
Reason for revert: appears to be failing on longtest SlowBot.¹
¹https:...
67e22941dfe1555d8597e48f49ff86d3be340a36 authored about 3 years ago by Bryan C. Mills <[email protected]>Fixes #48711.
Change-Id: I2ed1ef5267343d4b9f91da0618905098d178db90
Reviewed-on: https://go-revi...
This brings the workspace related commands into their own namespace.
Fixes #48256
Change-Id: I...
cc4917823747752337feec5a14f700633f4e9d02 authored about 3 years ago by Michael Matloob <[email protected]>
This change corrects a bug in the handling of module loading of
workspaces. Namely, there is an ...
Fixes #49448
Change-Id: Ie2acff7dedbca9bd1cc0b1b3dd0a01573c7befee
Reviewed-on: https://go-revie...
Change-Id: If0a6a3d0abf15d9584ce572510b5bb31872d432f
c9858c7bdc8493f471f9914cc4c79d41ef483265 authored about 3 years ago by Heschi Kreinick <[email protected]>
CL 361411 improved error message for go version requirement, but forgot
to update the test in cm...
This reverts commit 759eaa22adb0ab883959e4a36c19f2dfe77b5895.
Reason to revert: break unified I...
5e6475598c4c78fe5404ea273041552e65463a21 authored about 3 years ago by Cuong Manh Le <[email protected]>Fixes #49435
Change-Id: I77ce12f447e727e7dc3b23de947357c27a268bd2
Reviewed-on: https://go-revie...
Kind of a kludge, but it makes the test work reliably.
Fixes #49431
Change-Id: Ic2a075ba02f80e...
6a9d81174e6c7d205fc189a1eac56212a723c40c authored about 3 years ago by Keith Randall <[email protected]>
TestPanicSystemstack spins up a subprocess that has 2 goroutines
deadlock on a runtime lock whil...
Currently the debug call protocol implementation we use for testing is
riddled with write barrie...
Make it explicit in the code where we call under.
The asNamed and asTypeParam converters need to...
Fixes #49368.
Change-Id: I7c7575ae8bb6271160747e3f1888b144c3ab24c4
Reviewed-on: https://go-revi...
Updates #48367.
Change-Id: Ib8fc6d9dd7c3c6a70fefe077615f51a71d9c42ed
Reviewed-on: https://go-re...
Change-Id: I8b0924300eafe27de98975512a78a6527a92e446
Reviewed-on: https://go-review.googlesource...
Go 1.17 introduced an unnecessary change to when a zip's data descriptor
is read for file entrie...
Mark a struct as "complete" with a non-nil (but possibly zero length)
fields list. Add a test wh...
- print "type parameter" rather than just "type"
- print the type bound rather than the underlyi...
Change-Id: I15c969a799404067f34f600da15b1a97d4857315
Reviewed-on: https://go-review.googlesource...
We don't need to distinguish anymore as this is the new default.
This removes the need to prefix...
Make system cert pools special, such that when one has extra roots
added to it we run verificati...
The openDeferRecord always insert vardef/varlive pairs into the entry block, it may destroy the ...
4f083c7dcf6ace3e837b337e10cf2f4e3160677e authored about 3 years ago by hanpro <[email protected]>
CL 344955 and CL 359476 removed almost all // +build lines, but leaving
some assembly files and ...
Use the same certificate verification APIs on iOS as on macOS (they
share the same APIs, so we s...
The previous change was an automated change that made gcPercent a
type-safe atomic variable. How...
[git-generate]
cd src/runtime
mv export_test.go export.go
GOROOT=$(dirname $(dirname $PWD)) rf '...
Fixes #49364
Change-Id: I3372f80723a4deae48ef106f88b0ad880cdd0e45
Reviewed-on: https://go-revie...
A small touchup after CL 361894.
For #47694.
Change-Id: Ifc161516f897f727195d21351a3c8eda7b6e3...
ba79c1e24198c2222e3bfe350326a8962fee0441 authored about 3 years ago by Dmitri Shuralyov <[email protected]>
Change-Id: Ib88dd101b3bbdf4d2bfd79838994cfadef1b604d
Reviewed-on: https://go-review.googlesource...
There is IPv6Unspecified but there is not IPv4Unspecified, making for
inconsistent code. This co...
Addr's MarshalBinary required two allocations in the case of a zone
existing, and AddrPort and P...
When VerifyOptions.Roots is nil, default to using the platform X.509
certificate verification AP...