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
Modified the fmahash gc debug flag to use this, and modified the
test to check for a hash match ...
The new "InvalidSyntaxTree" node in the error code declaration
inadvertently incremented the val...
Also, remove `debug` constant. Was not used.
Follow-up on CL 442303.
Fixes #56681.
Change-Id: ...
d3726f346925e8a6ef30b2db9de013fa314492e2 authored about 2 years ago
When writing markdown for godoc, we can reference a method M of
a type T as [T.M]. This doesn't ...
Since the first implementation of os/user, it's called C malloc
to allocate memory for buffers. ...
For #53821
Change-Id: I2e7c5376e6ca3e3dbb2f92ad771aed62fca8b793
GitHub-Last-Rev: b67ddf81ecec18...
When you run 'go env' or any command that needs to consider
what the default gcc flags are (such...
When people add new API and get an all.bash failure,
they often don't know about the API checker...
crypto/rsa assumes RSA OAEP uses the same hash to be used for both the label
and the mask genera...
Add test.
Fixes #20396
Change-Id: I89e9013eb338f831e1908e390b284794df78fb6b
Reviewed-on: https...
Non-regression tests are added.
Fixes #8068
Change-Id: Icb36c910bbf4955743b7aa8382002b2d9246fa...
bef5eca118fab6b7dd56c31fd1957c5edc214021 authored about 2 years agoUpdates #54299.
Change-Id: I20a9191fa3c78810987ace69527d34091c4a42fb
Reviewed-on: https://go-re...
Updates #53003.
Change-Id: I076d1eb4bd0580002ad8008f3ca213c5edc951ee
Reviewed-on: https://go-re...
This reverts commit d154ef60a0c88be98c70bbe1c5735fb7b1f45250.
This change made IsAbs return tru...
739618945ef271793d608b587694ca1df353951d authored about 2 years ago
Some file operations, notably Stat and Mkdir, special cased their
behavior when operating on a f...
Previously, the volumeNameLen function checked for UNC paths starting
with two slashes, a non-'....
The "go test" and "go build" commands have special-case behavior when
passed "-o /dev/null". The...
Updates #50436.
Change-Id: Ib6771221bda1c81d5593b29d7287ebcf169882ff
Reviewed-on: https://go-re...
Fixes #29169
Change-Id: I3a0fd506c45ad999a2fc6f75f9b3e8a5118ad91b
Reviewed-on: https://go-revie...
Instead of hardcoding the set of five packages that depend on cgo to
decide whether a package sh...
An upcoming change to the filepath package to make IsAbs("NUL")==false
on Windows will cause thi...
If fsys.Walk is called with a root directory that is a symlink, follow
the symlink when doing th...
Fixes #54299
Change-Id: I3a29527bde7ac71f3824e771982db4257234e9ef
Reviewed-on: https://go-revie...
If GOROOT is stale, test fail when commands unexpectedly write to GOROOT.
Include an message in ...
Add a new "Action":"start" test2json event to mark the
start of the test binary execution. This ...
FIPS-140 has been updated to allow 4096-bit RSA keys.
Allow them in certificate processing.
Fix...
9ff2a6677fd34084295172aff0848ab9a4f5b76e authored about 2 years ago
Change-Id: Ia5a090953d324f0f8aa9c1808c88125ad5eb6f98
Reviewed-on: https://go-review.googlesource...
Benchmarks on linux/loong64:
name old time/op new time/op delta
Fastrand ...
Change-Id: I4fd1c307901c265ab9865bf8a74460ddc15e5d14
Reviewed-on: https://go-review.googlesource...
Change-Id: I163ea3a770f2228f67d4fb1374653566e64b91f7
Reviewed-on: https://go-review.googlesource...
Fixes #53658. io.Copy() uses sendfile(2) to avoid allocating extra buffers when src is a file an...
27c38142756902c9a2e281ff1dd0f2e0a7273f75 authored about 2 years ago
Comparing opening and closing tag is done using the prefix when available.
Documentation states ...
Test added.
Fixes #8535
Change-Id: Ic89c2781e81d963a653180812748b3fc95fb7fae
Reviewed-on: http...
Rename "Zeus" to "NeoverseV1" for the partnum 0xd40 to be
consistent with the documentation of M...
The linux-amd64-wsl builder was failing because the res_nsearch
implementation was storing point...
startTheWorldWithSema should call traceGCSTWDone only when
the tracing is enabled.
Change-Id: I...
8befe0e4083a2a61741f03fb4e4cc2814fe27c35 authored about 2 years agoThis bool doesn't seem to be used anymore. Remove it.
Change-Id: Ic73346a98513c392d89482c5e1d81...
2df6c1abce8cfd3f47ed5eb5a45733d7cbb53b4b authored about 2 years ago
If an imported, non-generic function F transitively calls a generic
function G[T], we may need t...
On Android and Dragonfly, don't use -lresolv. It doesn't exist there.
On Linux, use res_search ...
a7538d78214920b798a1914a2a789ae833d6f1e1 authored about 2 years ago
The current code passes a Go pointer to a NUL-terminated C string
to the C function res_nsearch ...
Return an error when parsing a MIME header containing bytes in the
key or value outside the set ...
This CL updates svn vctest so they work on Windows.
Side effect is that svn logs are no longer ...
41be62e168fa7de2cf3357ad32f7105377bfd758 authored about 2 years ago
Add a -pgo flag for "go build" (and other build actions), to
specify the file path of a profile ...
This change modifies the pacer in two ways:
* It replaces the PI controller used as a smoothing ...
Change-Id: I9f54f1463b0682d0d76cd57e5fef318565883a87
Reviewed-on: https://go-review.googlesource...
- Include the callee names in hot call inlining message.
- Print the graph when pgoinline >= 2.
...
Passing a profile with no sample is arguably not a user error.
Accept such a profile, and ignore...
Appears to be a typo in CL 447315.
Change-Id: I9f380a3c7521f5ac5a1d7e271eaa60bd4bbcfb29
Reviewe...
Unix and Windows differ in how they handle LookupCNAME(name).
If name exists in DNS with an A o...
6939659a085de15ba7e08ebe0c8864616ba21b76 authored about 2 years ago
The interface will let us store actor-specific state in the
interface implementation instead of ...
Change-Id: Ifd88315626e0ce5b9b8d3c66aa9dd9806f8407dd
Reviewed-on: https://go-review.googlesource...
Extend the context package to allow users to specify why a context was
canceled in the form of a...
Change-Id: Iddf4d3bcc3bc2badf0d0f6b06375c901e76a40bb
GitHub-Last-Rev: 95586bfc1666985c270c3b4dcc...
Change-Id: I7605bcbbaa64bb4273ad458a157b1c6011467973
Reviewed-on: https://go-review.googlesource...
Remove redundant code at line 365, `oldCtx := req.Context()`, because it's the same as line 349...
e6f662d7b071c659f4146408e31671cb32e2104c authored about 2 years ago
Resend of CL 432735 (with one additional conversion that the original CL
missed) after it broke ...
Change-Id: I71774ad0197ce654dc56c2fa2fa12f1e6696382e
Reviewed-on: https://go-review.googlesource...
Fixes #56603
Change-Id: I6af9d80201025ae4028bfaa4a62e5de9ac0c501d
GitHub-Last-Rev: e6ed5e14512e...
This gets the Go command out of the business of thinking it understands
compiler debug flags, an...
Invalid struct name in the comment in merge.go
dstate -> mstate
dstate already exists and is in ...
Alpine has a known issue where setgid clobbers the Go stack (#39857).
misc/cgo/test skips other ...
Support for direct libc calls was added in CL 446178 but the build
tags weren't quite activating...
Change-Id: I9ef4898d68dfd06618c0bd8e23f81a1d2c77a836
Signed-off-by: cui fliter <[email protected]...
In verifyServerCertificate parse certificates using the global
certificate cache.
This should s...
72ce9ba9cb640f1a2184389d1dc146d731882328 authored about 2 years ago
Change-Id: Iabf955cdb161d02cb4a3e06f466b331e1b6eb2c2
Signed-off-by: cui fliter <[email protected]...
Adds a BoringSSL CRYPTO_BUFFER_POOL style reference counted intern
table for x509.Certificates. ...
Adding PCALIGN in indexbodyp9 function shows
improvements in some SimonWaldherr benchmarks and o...
Though we split traces into 100MB chunks, currently each chunk always
includes the entire stack ...
runtime.bgsweep contains an infinite loop. With aggressive enough
inlining, it may not perform a...
For #47257
Change-Id: I3837220d02741da92d723484c82d11e82c92151a
Reviewed-on: https://go-review....
ISEL is roughly equivalent to CMOV on PPC64. Verify ISEL generation
in all reasonable cases.
No...
390abbbbf1018f9bb814baf6ab38e31efaf58666 authored about 2 years agoUpdates #31884
Change-Id: Ibad3d31038a8426c0bce61c1726392880f934865
Reviewed-on: https://go-rev...
Change-Id: I1f713bbb35917ab50b0cde24a81340aa16c2ed03
Reviewed-on: https://go-review.googlesource...
Change-Id: Ic16824482142d4de4d0b949459e36505ee944ff7
Reviewed-on: https://go-review.googlesource...
For #46746
Change-Id: I75ddb9ce24cd3394186562dae156fef9fe2d55d3
Reviewed-on: https://go-review....
Change-Id: I871a747b4b47bccc889f2fdc93a2bcebb041b719
Reviewed-on: https://go-review.googlesource...
Currently locations are stored in a map and looked up by ID from
the map. The IDs are usually sm...
Now that most GOROOT packages do not have install targets, their
staleness depends on whether th...
Rather than matching calls to edges in the profile based directly on
line number in the source f...
When adding weights for a call stack, for recursive calls, to
avoid double counting we check if ...
Now that misc/cgo/test doesn't invoke any Go builds itself, we don't
need to use GOFLAGS to thre...
When we were first introducing module mode, CL 163418 moved many of
the tests in misc/cgo/test i...
Currently in the pprof Graph, a Node's in/out edges are
represented as maps, keyed by the source...
We intentionally don't use file path so it is resilient to code
moving. OrigName and Objfile are...
We don't use it. Make graph building a little faster.
Change-Id: I4a6f516f8e68bf338be8350f91c51...
1a4cc091a9a0d5729db5f276ed1ad6f3aa768023 authored about 2 years ago
Default concurrency is now GOMAXPROCS, though this is normally
reduced to 4 by the go build comm...
Semicolon has bad copy-paste ergonomics; it requires quoting.
Slash is okay, and won't be a sepa...
With CL 447015, we identify hot callees from edge weights, but
the code only traverses edges for...
This may fix the TestEINTR failures that have been frequent on the
riscv64 builders since CL 445...
Fixes #54794
Change-Id: I6f2b7b86b82ea27b9d53cf989daa21cb8ace13da
Reviewed-on: https://go-revie...
Change-Id: I9bcaba0ca9c30b204bf126dbfec4cd48d9ebe2ea
Reviewed-on: https://go-review.googlesource...
Fixes a bug that was introduced in CL 410414; in that CL, to avoid
a race condition in the initi...
Fixes #55301
Change-Id: Ie8abcd383eee9af75038bde908ac638f43d33b7e
Reviewed-on: https://go-revie...
Plan 9 uses NUL as os.PathListSeparator, so it's almost always going
to appear in the environmen...
The automatic resultInArg0 register check has been implemented by CL 296010.
Change-Id: Id0e085...
c1c6b0ca79233c8b7612957291c2d47d337cc2de authored about 2 years ago
There is existing code that calls flag.Lookup("test.v") and inspects
the value. That stopped wor...
Handle emitting (to ld) or resolving commonly used ELFv2 1.5
relocations. The new ISA provides P...
Prior to Go 1.18, ineffectual //go:linkname directives (i.e.,
directives referring to an undecla...
fmt.Sprint should be called instead of fmt.Sprintf as is done
elsewhere in exec.go
Change-Id: I...
48ff5c1042af780dade9f539368e8bc2259d2679 authored about 2 years ago
This needs to be as low as possible while not breaking priority
assumptions of other scores to c...