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
For range loops, we use a pointer to the backing store that gets
incremented on each iteration o...
When PSSSaltLengthAuto is passed to SignPSS, and the key size is too
small to create a valid sal...
This not only reduces the latency of the test, but also respects
build flags like '-race' and '-...
testenv.Command sets a default based on the test\'s deadline
and sends SIGQUIT (where supported)...
testenv.Command sets a default timeout based on the test's deadline
and sends SIGQUIT (where sup...
This not only reduces the latency of the test, but also respects
build flags like '-race' and '-...
testenv.Command sets a default timeout based on the test's deadline
and sends SIGQUIT (where sup...
This not only reduces the latency of the test, but also respects
build flags like '-race' and '-...
testenv.Command sets a default timeout based on the test's deadline
and sends SIGQUIT (where sup...
This not only reduces the latency of the test, but also respects
build flags like '-race' and '-...
Backport of go.dev/cl/450755 from the x/tools importer.
Change-Id: Ia9a2cc038d589a4cde1b31f7448...
8373bfe88e92a77a498caeab2ca729330b007483 authored about 2 years ago
testenv.Command sets a default timeout based on the test's deadline
and sends SIGQUIT (where sup...
This not only reduces the latency of the test, but also respects
build flags like '-race' and '-...
This not only reduces the latency of the test, but also respects
build flags like '-race' and '-...
testenv.Command sets a default timeout based on the test's deadline
and sends SIGQUIT (where sup...
testenv.Command sets a default timeout based on the test's deadline
and sends SIGQUIT (where sup...
testenv.Command sets a default timeout based on the test's deadline
and sends SIGQUIT (where sup...
testenv.Command sets a default timeout based on the test's deadline
and sends SIGQUIT (where sup...
testenv.Command sets a default timeout based on the test's deadline
and sends SIGQUIT (where sup...
testenv.Command sets a default timeout based on the test's deadline
and sends SIGQUIT (where sup...
testenv.Command sets a default timeout based on the test's deadline
and sends SIGQUIT (where sup...
testenv.Command sets a default timeout based on the test's deadline
and sends SIGQUIT (where sup...
This may help to diagnose whether the hang observed in
https://build.golang.org/log/d03db1d27515...
Seems simpler than having two different parsing mechanisms.
Change-Id: I4f8468bc025f8e03f59ec9c...
37ca171ce79a86924b7db4dd07b1e7760cfed4fc authored about 2 years agoShould fix builds.
Change-Id: I309eccec8d08931b1ef8fee9327a08a97c6bf871
Reviewed-on: https://go...
On advice of the department of garbage collection, forcing a garbage
collection generally does n...
For #56603, CL 448275 added a _ [0]T field to atomic.Pointer,
so that different kinds of atomic....
Change-Id: I3fb4331c2b1b6adafbac3e76eaf66c79cd5ef56f
Reviewed-on: https://go-review.googlesource...
name time/op
SwapCollision/*sync_test.DeepCopy...
CL 440455 fixed missing walk pass for static initialization slice.
However, slicelit may produce...
This change clarifies that a finalizer is not guaranteed to run,
not only for zero bytes objects...
We already had some tests for special cases such as PSS with 513 bit
keys. The upcoming backend ...
Samples in the mutex profile have their count and duration scaled
according to the probability t...
For #41773
For #41773
For #50465
For #51914
For #53002
For #53896
For #53960
For #54136
For #542...
For #48866
For #54139
For #54801
Change-Id: Iafe72ccc7e756ec1edb5bb7e8e90d385458cff29
Reviewed-...
For #53435.
Change-Id: I894bd645b0b61d7dd5f3aae7d1ea7b8a12f31dd8
Reviewed-on: https://go-review...
Change-Id: I7b4da26bace15c2b632c2dbfe56cc2799bbfdb02
Reviewed-on: https://go-review.googlesource...
If pprof -disasm fails, print the profile content for debugging.
For #56574.
Change-Id: I5d937...
362713183a8947394d2900563e711d05c9bbd67b authored about 2 years ago
When the GC is scanning some memory (possibly conservatively),
finding a pointer, while concurre...
Use the same dnsConfig throughout a DNS lookup operation.
Before this CL it was possible to deci...
Fixes #48801
Change-Id: I6230b62f77252a9a694b79caacb38ef15af36e39
Reviewed-on: https://go-revie...
Updates vet to report errors where a loop variable escapes the current
loop iteration by a call ...
Change-Id: Idee03a0c3e4bdb7d6b495f567db8bd644af480e5
Reviewed-on: https://go-review.googlesource...
Per https://url.spec.whatwg.org/#percent-encoded-bytes an invalid
percent encoding should be han...
This reverts commit bed2b7cf41471e1521af5a83ae28bd643eb3e038.
Reason for revert: I clicked subm...
2b59307ac21135ab8db58e08fb98211fbedbb10d authored about 2 years agoAs noticed in the review of the CRL RawIssuer updates (https://go-review.googlesource.com/c/go/+...
998c11d2187d8afaa315f58f29f80b6882d2701c authored about 2 years agoThis CL redesign how we get the TLS pointer on windows/amd64.
We were previously reading it fro...
da564d0006e2cc286fecb3cec94ed143a2667866 authored about 2 years agoUpdates syscall.Open to support opening directories via CreateFileW.
CreateFileW handles are mo...
0f0aa5d8a6a0253627d58b3aa083b24a1091933f authored about 2 years ago
Add a new SSA opcode ISELZ, similar to ISELB to represent a select
of value or 0. Then, merge ca...
CL 448897 changed os.Stat to request GENERIC_READ access when using
CreateFile to examine a file...
Updates #43620.
Change-Id: If2b6f37d79c055ca5799071bf70fcc9d12b8a2a0
Reviewed-on: https://go-re...
Updates #41696.
Updates #50332.
Updates #41583.
Change-Id: I99e96a2996f14da262570a5cb5273dcdce4...
f02bc56d299e9cd7c264333488695fa70ddc937b authored about 2 years agoFixes #26624
Change-Id: Ifab3fc2209d71b9a7de383eaa5786b7446de25fa
Reviewed-on: https://go-revie...
Change-Id: Id1e7cf8f088fa39d177a001e97c93cd660d0b3c6
Reviewed-on: https://go-review.googlesource...
This loads the keys once per call, not once per block. This
has the effect of unrolling the inne...
Change-Id: I331d4ff3e0f76a26c1c5ec41297117a5b1f16911
Reviewed-on: https://go-review.googlesource...
Fixes #48502
Change-Id: I6054b043ebd2237e19897fdf1234b311d19facc7
Reviewed-on: https://go-revie...
We have been expanding our use of GODEBUG for compatibility,
and the current implementation forc...
Fixes #54801
Change-Id: I3d03516792975ddb09835b2621c57e12e7cbad35
GitHub-Last-Rev: 4faa7e14dcc4...
For #53003.
Change-Id: If5d76c7b8dfcbcab919cad9c333c0225fc155859
Reviewed-on: https://go-review...
func Div64(hi, lo, y uint64) (quo, rem uint64) {...}
math/bits.Div64 returns the quotient and r...
d092f597d7f0bef88620d7340df9079477df727f authored about 2 years agoFixes #8606.
Change-Id: I64b13b2ed61ecae4641264deb47c9f7653a80356
Reviewed-on: https://go-revie...
Under the race detector, checkptr flags uses of unsafe.Slice that
result in slices that straddle...
As the comments say. Here we expect err to be nil instead of ctx.Err()
Change-Id: I4cd02d62ac0a...
7e4191e686c192b9c85065fd3b8775190d3e9c5f authored about 2 years agoFixes #56387
Change-Id: If412134344600caefec425699398522399986d4d
GitHub-Last-Rev: f33540ef8f90...
Change-Id: Ib6ea1bd04d9b06542ed2b0f453c718115417c62c
Reviewed-on: https://go-review.googlesource...
These were apparently missed in CL 424034.
Change-Id: I60fcdd8c16992177a23c0e701f4224b250cfabee...
46bed9d04c5f1e0da557d79b9a35bf9331fcd33f authored about 2 years ago
These tests fail consistently due to a DNS change causing widespread
trybot outages.
Fixes #567...
97765249082b6835c77517a4e63bb38cfd6db97b authored about 2 years ago
When the GC is scanning some memory (possibly conservatively),
finding a pointer, while concurre...
I forgot to lock the scriptResult in the overview handler, and
apparently a cmd/go test is incid...
Many stages in the linker assume some runtime symbols exist.
Error out if the runtime package ca...
Fixes #53439
Change-Id: I425af0f78153511034e4a4648f32ef8c9378a325
Reviewed-on: https://go-revie...
With net converted to libc, os/user is the last remaining
cgo code in the standard libary on mac...
Update crypto/ecdh to use boringcrypto when enabled.
Change-Id: Idd0ce06a22b1a62289b383c4689380...
d62f8d5f2becb765c6c6947bfc1858ced43c1cbb authored about 2 years agoThis limitation exists on MIPS platform, but not on loong64.
Change-Id: I14bb3ec6895a8f7850873c...
ffc4496306a93a5d95abd6b1ec7bb81ca02c0026 authored about 2 years ago
CL 428137 replaced 'buf := make(bytes.Buffer)' with 'var buf strings.Builder'.
That change also ...
Adjust PGO inlining default parameters to 99% CDF threshold and
2000 budget. Benchmark results (...
Some object file writer functions are structured like, having a
local variable, setting fields, ...
This change is made to align with the current (recently changed) glibc behaviour, it will allow ...
79950a41625d1a041781e6344f5ca57308c7df08 authored about 2 years agoUpdates #35849
Change-Id: Ifa18e448c0d436c18d7204ac755cd36bc28cd612
Reviewed-on: https://go-rev...
Updates #35849
Change-Id: I8b40a2de6a05880a9f939349a714b631888f5f94
Reviewed-on: https://go-rev...
This copies the logic we use in runtime/cgo, when calling pthread_create,
into runtime proper, w...
Implement extracting signed domain relations for OpPhi's composed entirely of integer constants....
d96eb826cb7cd4fe36745e3b1a79e0a2571acc4a authored about 2 years ago
It will behave as if teh command-line-arguments module was vendored,
with zero dependencies, muc...
This can be used to provide better instruction selection for assembly
implementations without ha...
This package is only used by tests anyway, but might as well
remove the cgo use on macOS so that...
We had a special case to zero out the Target field for package
"unsafe", which is not imported f...
Use a single writeErrStr function. Avoid using global variables.
Use a single version of some er...
CL 107196 introduced a default TCP keepalive interval for Dialer and TCPListener (used by both L...
fbf763fd1d6be3c162ea5ff3c8843171ef937c3a authored about 2 years ago
In some places of the HTTP transport errors were constructed that
wrapped other errors without p...
This was the last piece of ref10 code, including the infamous "Christmas
tree" in scMulAdd, that...
Same as CL 448675 did in package reflect.
Change-Id: I26277d8dcf2d2e204724d6fa5cc6e1ad391633f5
...
Fixes #56173
Change-Id: I03a3ad769c99c0bdb78b1d757173d630879fd4dd
GitHub-Last-Rev: e3e31fa0b95a...
It adds support for /etc/hosts aliases and fixes the difference between the glibc cgo and the go...
d931b3b771ebd9cc0f77d3a002ff6cfb9f4d9c8b authored about 2 years ago
The ResponseController type provides a discoverable interface
to optional methods implemented by...
We don't seem to have tests verifying that handler reads from the
request body or writes to the ...
AllPos truncates and overwrites its slice-storage input instead
of appending. This makes that c...
The compiler is too clever so the allocations are currently
avoided. Rewrite to make them actual...
Package "builtin" is not a real, importable package; it exists only
for documentation. Package "...
As of CL 448803, packages in GOROOT only have install targets when
they have cgo source files. W...