Ecosyste.ms: OpenCollective

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

Hackpad

We strive for making code editing in the browser a powerful, streamlined experience.
Collective - Host: opensource - https://opencollective.com/hackpad - Website: https://hackpad.org - Code: https://github.com/hack-pad

net: disable TestLookupDotsWithRemoteSource and TestLookupGoogleSRV

These tests fail consistently due to a DNS change causing widespread
trybot outages.

Fixes #567...

github.com/hack-pad/go - 97765249082b6835c77517a4e63bb38cfd6db97b authored almost 2 years ago by Michael Anthony Knyszek <[email protected]>
runtime: delay incrementing freeindex in malloc

When the GC is scanning some memory (possibly conservatively),
finding a pointer, while concurre...

github.com/hack-pad/go - bed2b7cf41471e1521af5a83ae28bd643eb3e038 authored almost 2 years ago by Cherry Mui <[email protected]>
cmd/go/internal/vcweb: fix a data race in the overview handler

I forgot to lock the scriptResult in the overview handler, and
apparently a cmd/go test is incid...

github.com/hack-pad/go - fcd14bdcbdfbb5b0c79cfecff95291837836a76d authored almost 2 years ago by Bryan C. Mills <[email protected]>
cmd/link: exit if runtime.a is missing

Many stages in the linker assume some runtime symbols exist.
Error out if the runtime package ca...

github.com/hack-pad/go - fffda6b3adfb4d05290c58939a78a99643398ff1 authored almost 2 years ago by Cherry Mui <[email protected]>
test: add regression test for issue 53439

Fixes #53439

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

github.com/hack-pad/go - 73f987c88b348772ca2efa8d5b3d0ac61cbdb563 authored almost 2 years ago by Cuong Manh Le <[email protected]>
os/user: use libc (not cgo) on macOS

With net converted to libc, os/user is the last remaining
cgo code in the standard libary on mac...

github.com/hack-pad/go - 185766de0ff2810ee018501addb1f58be2226856 authored almost 2 years ago by Russ Cox <[email protected]>
crypto/ecdh: add boringcrypto support

Update crypto/ecdh to use boringcrypto when enabled.

Change-Id: Idd0ce06a22b1a62289b383c4689380...

github.com/hack-pad/go - d62f8d5f2becb765c6c6947bfc1858ced43c1cbb authored almost 2 years ago by Russ Cox <[email protected]>
cmd/compile: remove output registers limit for MUL/DIV on loong64

This limitation exists on MIPS platform, but not on loong64.

Change-Id: I14bb3ec6895a8f7850873c...

github.com/hack-pad/go - ffc4496306a93a5d95abd6b1ec7bb81ca02c0026 authored almost 2 years ago by Wayne Zuo <[email protected]>
net/http: fix triv.go

CL 428137 replaced 'buf := make(bytes.Buffer)' with 'var buf strings.Builder'.
That change also ...

github.com/hack-pad/go - 4d37f968252b85ea3b26513b39ed606a5a50bc32 authored almost 2 years ago by Russ Cox <[email protected]>
cmd/compile: adjust PGO inlining default parameters

Adjust PGO inlining default parameters to 99% CDF threshold and
2000 budget. Benchmark results (...

github.com/hack-pad/go - 1b03568ae18715ad081cc57197b61388c8e6caa4 authored almost 2 years ago by Cherry Mui <[email protected]>
cmd/internal/obj: reduce allocations in object file writing

Some object file writer functions are structured like, having a
local variable, setting fields, ...

github.com/hack-pad/go - 5497300d9c9327005fa9ab14c6897d6c883139c5 authored almost 2 years ago by Cherry Mui <[email protected]>
net: auto-reload the /etc/nsswitch.conf on unix systems

This change is made to align with the current (recently changed) glibc behaviour, it will allow ...

github.com/hack-pad/go - 79950a41625d1a041781e6344f5ca57308c7df08 authored almost 2 years ago by Mateusz Poliwczak <[email protected]>
cmd/go: enable -x in go mod graph

Updates #35849

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

github.com/hack-pad/go - fcecf3e1fa318d4c3e8f2142d17bb2e481e94f9d authored almost 2 years ago by ianwoolf <[email protected]>
cmd/go: enable -x in go mod tidy

Updates #35849

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

github.com/hack-pad/go - 86bbcc6a7503e96ea55d5c685141c7d109b07cde authored almost 2 years ago by ianwoolf <[email protected]>
runtime: retry thread creation on EAGAIN

This copies the logic we use in runtime/cgo, when calling pthread_create,
into runtime proper, w...

github.com/hack-pad/go - 14018c8becc385f79f62f9cdf24cab93fe3e0cdc authored almost 2 years ago by Ian Lance Taylor <[email protected]>
cmd/compile: teach prove about signed domain relations of constant integer Phi's

Implement extracting signed domain relations for OpPhi's composed entirely of integer constants....

github.com/hack-pad/go - d96eb826cb7cd4fe36745e3b1a79e0a2571acc4a authored almost 2 years ago by Jakub Ciolek <[email protected]>
cmd/go: allow -mod=vendor to be set outside of a module

It will behave as if teh command-line-arguments module was vendored,
with zero dependencies, muc...

github.com/hack-pad/go - f57ebed35132d02e5cf016f324853217fb545e91 authored almost 2 years ago by Michael Matloob <[email protected]>
cmd/dist: define GOPPC64_{cpu} for PPC64 targets

This can be used to provide better instruction selection for assembly
implementations without ha...

github.com/hack-pad/go - e87e7997677b66b4afd2d4f23d35f561127dac02 authored almost 2 years ago by Paul E. Murphy <[email protected]>
os/signal/internal/pty: use libc (not cgo) on macOS

This package is only used by tests anyway, but might as well
remove the cgo use on macOS so that...

github.com/hack-pad/go - 059c3ed09fb7f9feb479b71dc967219741ac7c06 authored almost 2 years ago by Russ Cox <[email protected]>
cmd/go/internal/load: remove a special case for "unsafe"

We had a special case to zero out the Target field for package
"unsafe", which is not imported f...

github.com/hack-pad/go - 1e11eaa902083e2b39234d264c046f1e31a3ec03 authored almost 2 years ago by Bryan C. Mills <[email protected]>
runtime: consolidate some low-level error reporting

Use a single writeErrStr function. Avoid using global variables.
Use a single version of some er...

github.com/hack-pad/go - 79d9b395adf90f186617ee37800a18af0a7095ef authored almost 2 years ago by Ian Lance Taylor <[email protected]>
net: unify TCP keepalive behavior

CL 107196 introduced a default TCP keepalive interval for Dialer and TCPListener (used by both L...

github.com/hack-pad/go - fbf763fd1d6be3c162ea5ff3c8843171ef937c3a authored almost 2 years ago by database64128 <[email protected]>
net/http: build error chains in transport that can be unwrapped

In some places of the HTTP transport errors were constructed that
wrapped other errors without p...

github.com/hack-pad/go - 531ba0c8aae9efe25e33bf0bfa40f4941d8c5ab8 authored almost 2 years ago by Marcus Weiner <[email protected]>
crypto/internal/edwards25519: replace scalar field with fiat-crypto

This was the last piece of ref10 code, including the infamous "Christmas
tree" in scMulAdd, that...

github.com/hack-pad/go - eca7754148613dfbf542bbfac5392b5f0d85ea6a authored almost 2 years ago by Filippo Valsorda <[email protected]>
internal/reflectlite: use unsafe.String in name.name and name.tag

Same as CL 448675 did in package reflect.

Change-Id: I26277d8dcf2d2e204724d6fa5cc6e1ad391633f5
...

github.com/hack-pad/go - 3fc8ed2543091693eca514b363fcdbbe5c7f2916 authored almost 2 years ago by Tobias Klauser <[email protected]>
os: document that WriteFile is not atomic

Fixes #56173

Change-Id: I03a3ad769c99c0bdb78b1d757173d630879fd4dd
GitHub-Last-Rev: e3e31fa0b95a...

github.com/hack-pad/go - 1309f0c51d730c87337a167acb70c86da4bb04be authored almost 2 years ago by Richard Tweed <[email protected]>
net: add support for /etc/hosts aliases using go resolver

It adds support for /etc/hosts aliases and fixes the difference between the glibc cgo and the go...

github.com/hack-pad/go - d931b3b771ebd9cc0f77d3a002ff6cfb9f4d9c8b authored almost 2 years ago by Mateusz Poliwczak <[email protected]>
net/http: add ResponseController and per-handler timeouts

The ResponseController type provides a discoverable interface
to optional methods implemented by...

github.com/hack-pad/go - fd0c0db4a411eae0483d1cb141e801af401e43d3 authored almost 2 years ago by Damien Neil <[email protected]>
net/http: add tests for Server.ReadTimeout and server.WriteTimeout

We don't seem to have tests verifying that handler reads from the
request body or writes to the ...

github.com/hack-pad/go - 94b03081f43996aa778829596adb7f43d8644308 authored almost 2 years ago by Damien Neil <[email protected]>
cmd/internal/obj: adjust (*Link).AllPos comment in inl.go

AllPos truncates and overwrites its slice-storage input instead
of appending. This makes that c...

github.com/hack-pad/go - 2cea6cdb6016708e89c9472cdb0504731699681d authored almost 2 years ago by David Chase <[email protected]>
runtime: make Malloc benchmarks actually benchmark malloc

The compiler is too clever so the allocations are currently
avoided. Rewrite to make them actual...

github.com/hack-pad/go - 7717ac151ae1556541dddc6a817ac04733f1af44 authored almost 2 years ago by Cherry Mui <[email protected]>
go/build: omit PkgObj for packages "unsafe" and "builtin"

Package "builtin" is not a real, importable package; it exists only
for documentation. Package "...

github.com/hack-pad/go - 05cc8b5369b4c3571f0fb2aeed67f9229301b382 authored almost 2 years ago by Bryan C. Mills <[email protected]>
go/build: in TestImportDirTarget, only expect an install target when cgo is enabled

As of CL 448803, packages in GOROOT only have install targets when
they have cgo source files. W...

github.com/hack-pad/go - b820fb8df11e5ab4068b4ed9522a96bf52cf8b4d authored almost 2 years ago by Bryan C. Mills <[email protected]>
cmd/compile: add ability to hash-debug on file:line, including inlining

Modified the fmahash gc debug flag to use this, and modified the
test to check for a hash match ...

github.com/hack-pad/go - d33043d37dc8cc5d691ff590ebcd2fd42e356a66 authored almost 2 years ago by David Chase <[email protected]>
internal/types: fix the iota value in error code declarations

The new "InvalidSyntaxTree" node in the error code declaration
inadvertently incremented the val...

github.com/hack-pad/go - 271f139f17c8ec5895bde52dac4056f99768e258 authored almost 2 years ago by Robert Findley <[email protected]>
cmd/compile/internal/importer: turn off debugging output

Also, remove `debug` constant. Was not used.
Follow-up on CL 442303.

Fixes #56681.

Change-Id: ...

github.com/hack-pad/go - d3726f346925e8a6ef30b2db9de013fa314492e2 authored almost 2 years ago by Robert Griesemer <[email protected]>
go/doc: recognize methods on generic types as Funcs

When writing markdown for godoc, we can reference a method M of
a type T as [T.M]. This doesn't ...

github.com/hack-pad/go - a11cd6f69aec5c783656601fbc7b493e0d63f605 authored almost 2 years ago by Keith Randall <[email protected]>
os/user: allocate buffers in Go memory, not C memory

Since the first implementation of os/user, it's called C malloc
to allocate memory for buffers. ...

github.com/hack-pad/go - c3d444d09852981daa6ed9e0ba65d90c89a7d917 authored almost 2 years ago by Ian Lance Taylor <[email protected]>
expvar: convert f to atomic type

For #53821

Change-Id: I2e7c5376e6ca3e3dbb2f92ad771aed62fca8b793
GitHub-Last-Rev: b67ddf81ecec18...

github.com/hack-pad/go - d2aa787f2a925a97dad11b1acb2a065f52b097f8 authored almost 2 years ago by cui fliter <[email protected]>
cmd/go: cache compiler flag info

When you run 'go env' or any command that needs to consider
what the default gcc flags are (such...

github.com/hack-pad/go - db259cdd80eff527e8f344d678031c516167d258 authored almost 2 years ago by Russ Cox <[email protected]>
cmd/api: point to API docs in all.bash failure

When people add new API and get an all.bash failure,
they often don't know about the API checker...

github.com/hack-pad/go - cb6e4f08c2e760c4eb90f3ed50eca3177b7ff6ff authored almost 2 years ago by Russ Cox <[email protected]>
crypto: allow hash.Hash for OAEP and MGF1 to be specified independently

crypto/rsa assumes RSA OAEP uses the same hash to be used for both the label
and the mask genera...

github.com/hack-pad/go - e48fc2665e2e95eddea612fa315403d50c7beb2b authored almost 2 years ago by Aleks Rudzitis <[email protected]>
encoding/xml: error when more than one colon in qualified names

Add test.

Fixes #20396

Change-Id: I89e9013eb338f831e1908e390b284794df78fb6b
Reviewed-on: https...

github.com/hack-pad/go - 89332e037aeaf1223de4c24805719f733e4c0977 authored almost 2 years ago by Constantin Konstantinidis <[email protected]>
encoding/xml: disallow empty namespace when prefix is set

Non-regression tests are added.

Fixes #8068

Change-Id: Icb36c910bbf4955743b7aa8382002b2d9246fa...

github.com/hack-pad/go - bef5eca118fab6b7dd56c31fd1957c5edc214021 authored almost 2 years ago by Constantin Konstantinidis <[email protected]>
api/next/54299: add missing newline

Updates #54299.

Change-Id: I20a9191fa3c78810987ace69527d34091c4a42fb
Reviewed-on: https://go-re...

github.com/hack-pad/go - e70f74b0aa125a4e017f2b0a81e10ac41d0fd71c authored almost 2 years ago by Bryan C. Mills <[email protected]>
unsafe: add docs for SliceData, String, and StringData

Updates #53003.

Change-Id: I076d1eb4bd0580002ad8008f3ca213c5edc951ee
Reviewed-on: https://go-re...

github.com/hack-pad/go - 42768b4c265065df9b7faeb9df0301ef64b271a2 authored almost 2 years ago by Matthew Dempsky <[email protected]>
Revert "path/filepath: change IsAbs("NUL") to return true"

This reverts commit d154ef60a0c88be98c70bbe1c5735fb7b1f45250.

This change made IsAbs return tru...

github.com/hack-pad/go - 739618945ef271793d608b587694ca1df353951d authored almost 2 years ago by Damien Neil <[email protected]>
os: remove special casing of NUL in Windows file operations

Some file operations, notably Stat and Mkdir, special cased their
behavior when operating on a f...

github.com/hack-pad/go - 61c57575cd01940d06a327ce61b8923bf4a7553a authored almost 2 years ago by Damien Neil <[email protected]>
path/filepath: detect all forms of \\ volume paths on Windows

Previously, the volumeNameLen function checked for UNC paths starting
with two slashes, a non-'....

github.com/hack-pad/go - be9d78c9c5905fbc10d8cd6a4714dd4ad1c91674 authored almost 2 years ago by Damien Neil <[email protected]>
cmd/go: improve handling of os.DevNull on Windows

The "go test" and "go build" commands have special-case behavior when
passed "-o /dev/null". The...

github.com/hack-pad/go - 575964d42c7b3001c09f2676d0ee9d520debb5eb authored almost 2 years ago by Damien Neil <[email protected]>
doc/go1.20: add a release note for os/exec API changes

Updates #50436.

Change-Id: Ib6771221bda1c81d5593b29d7287ebcf169882ff
Reviewed-on: https://go-re...

github.com/hack-pad/go - 0521a12401887a0e84c1c913d1af50c647efaf8b authored almost 2 years ago by Bryan C. Mills <[email protected]>
cmd/go: mod vendor: emit error if any replacement in vendor directory

Fixes #29169

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

github.com/hack-pad/go - d02fceb95e185478ba04bad3a2f9bd8f1d427e1e authored almost 2 years ago by rleungx <[email protected]>
cmd/go: decide whether to install .a based on number of CgoFiles

Instead of hardcoding the set of five packages that depend on cgo to
decide whether a package sh...

github.com/hack-pad/go - f5d21ffc816760813079d4429060a6c03f643b55 authored almost 2 years ago by Michael Matloob <[email protected]>
cmd/go/testdata: don't set GOPATH=NUL in test

An upcoming change to the filepath package to make IsAbs("NUL")==false
on Windows will cause thi...

github.com/hack-pad/go - 342751a695835fb99ad8b8f9b9f3f818e9086b86 authored almost 2 years ago by Damien Neil <[email protected]>
internal/fsys: follow root symlink in fsys.Walk

If fsys.Walk is called with a root directory that is a symlink, follow
the symlink when doing th...

github.com/hack-pad/go - 4f13067f8ac7f2c64a093ef4125cfa03dd67a0a5 authored almost 2 years ago by Michael Matloob <[email protected]>
net/http: add Transport.OnProxyConnectResponse

Fixes #54299

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

github.com/hack-pad/go - 2f4d5c3b791b9b78c32ad587a70adfc1b46f29e0 authored almost 2 years ago by cuiweixie <[email protected]>
cmd/go: more informative test failures when GOROOT is stale

If GOROOT is stale, test fail when commands unexpectedly write to GOROOT.
Include an message in ...

github.com/hack-pad/go - cd8d1bca2cc2ec228b21e5df893fec7a2e766e08 authored almost 2 years ago by Damien Neil <[email protected]>
cmd/go: print test2json start events

Add a new "Action":"start" test2json event to mark the
start of the test binary execution. This ...

github.com/hack-pad/go - 7a92c4fc637621368eb26a7e72bb027b29568e50 authored almost 2 years ago by Russ Cox <[email protected]>
crypto/x509: allow BoringCrypto to use 4096-bit keys

FIPS-140 has been updated to allow 4096-bit RSA keys.
Allow them in certificate processing.

Fix...

github.com/hack-pad/go - 9ff2a6677fd34084295172aff0848ab9a4f5b76e authored almost 2 years ago by Russ Cox <[email protected]>
all: add missing copyright header

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

github.com/hack-pad/go - 821e31042a47a9f65529c16f76b392428329c20b authored almost 2 years ago by cui fliter <[email protected]>
runtime: using wyrand for fastrand on linux/loong64

Benchmarks on linux/loong64:
name old time/op new time/op delta
Fastrand ...

github.com/hack-pad/go - 3a41094107237535673bdbbdaabc10e54cb2b67c authored almost 2 years ago by Guoqi Chen <[email protected]>
cmd/compile: enable brachelim pass on loong64

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

github.com/hack-pad/go - 268f4629df14f5b256ba51b78e1cf5799ce9818b authored almost 2 years ago by Wayne Zuo <[email protected]>
all: fix some comments

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

github.com/hack-pad/go - 6b45863e47ad1a27ba3051ce0407f0bdc7b46113 authored almost 2 years ago by cui fliter <[email protected]>
io: correctly process result of sendfile(2) when src returns 0 bytes

Fixes #53658. io.Copy() uses sendfile(2) to avoid allocating extra buffers when src is a file an...

github.com/hack-pad/go - 27c38142756902c9a2e281ff1dd0f2e0a7273f75 authored almost 2 years ago by Daulet Zhanguzin <[email protected]>
encoding/xml: error when closing tag does not match opening tag

Comparing opening and closing tag is done using the prefix when available.
Documentation states ...

github.com/hack-pad/go - f13849a7af4c058caa6af14f7d3f9aa81982c124 authored almost 2 years ago by Constantin Konstantinidis <[email protected]>
encoding/xml: add check of namespaces to detect field names conflicts

Test added.

Fixes #8535

Change-Id: Ic89c2781e81d963a653180812748b3fc95fb7fae
Reviewed-on: http...

github.com/hack-pad/go - b459166219b77857dc6d9366366b015d84e17bbe authored almost 2 years ago by Constantin Konstantinidis <[email protected]>
runtime internal/cpu: rename "Zeus" "NeoverseV1".

Rename "Zeus" to "NeoverseV1" for the partnum 0xd40 to be
consistent with the documentation of M...

github.com/hack-pad/go - fe4e59e78b30fb76936fdc02fa0ce044ca465c09 authored almost 2 years ago by Matthew Horsnell <[email protected]>
net: allocate res_state entirely in C memory

The linux-amd64-wsl builder was failing because the res_nsearch
implementation was storing point...

github.com/hack-pad/go - 896faf306c8ff8b1ae9f5200fa9b7927432b632b authored almost 2 years ago by Russ Cox <[email protected]>
runtime: fix uncondition calls to traceGCSTWDone

startTheWorldWithSema should call traceGCSTWDone only when
the tracing is enabled.

Change-Id: I...

github.com/hack-pad/go - 8befe0e4083a2a61741f03fb4e4cc2814fe27c35 authored almost 2 years ago by Xiangdong Ji <[email protected]>
runtime: remove the started field from sweepdata

This bool doesn't seem to be used anymore. Remove it.

Change-Id: Ic73346a98513c392d89482c5e1d81...

github.com/hack-pad/go - 2df6c1abce8cfd3f47ed5eb5a45733d7cbb53b4b authored almost 2 years ago by Jakub Ciolek <[email protected]>
cmd/compile: fix transitive inlining of generic functions

If an imported, non-generic function F transitively calls a generic
function G[T], we may need t...

github.com/hack-pad/go - 9944ba757b0f8005cfb7715d41592c7e13c0a2b8 authored almost 2 years ago by Matthew Dempsky <[email protected]>
net: fix res_search uses on alpine, android, dragonfly

On Android and Dragonfly, don't use -lresolv. It doesn't exist there.

On Linux, use res_search ...

github.com/hack-pad/go - a7538d78214920b798a1914a2a789ae833d6f1e1 authored almost 2 years ago by Russ Cox <[email protected]>
net: pass C string to res_nsearch, in case it stores the pointer

The current code passes a Go pointer to a NUL-terminated C string
to the C function res_nsearch ...

github.com/hack-pad/go - 12ab0ac184f45e4fc04ffa77a73e211a0aa86d5f authored almost 2 years ago by Russ Cox <[email protected]>
net/textproto: reject invalid header keys/values in ReadMIMEHeader

Return an error when parsing a MIME header containing bytes in the
key or value outside the set ...

github.com/hack-pad/go - a6642e67e16b9d769a0c08e486ba08408064df19 authored almost 2 years ago by Damien Neil <[email protected]>
cmd/go: fix svn vctest on Windows and make them timezone agnostic

This CL updates svn vctest so they work on Windows.

Side effect is that svn logs are no longer ...

github.com/hack-pad/go - 41be62e168fa7de2cf3357ad32f7105377bfd758 authored almost 2 years ago by qmuntal <[email protected]>
cmd/go: add -pgo build flag

Add a -pgo flag for "go build" (and other build actions), to
specify the file path of a profile ...

github.com/hack-pad/go - 4b43b741710eb87cbae25f19cbde7eb733b08df1 authored almost 2 years ago by Cherry Mui <[email protected]>
runtime: smooth cons/mark with a moving average and use actual trigger

This change modifies the pacer in two ways:
* It replaces the PI controller used as a smoothing ...

github.com/hack-pad/go - 41795528b0132170ec70a8e8ce0bcdb2e972e074 authored almost 2 years ago by Michael Anthony Knyszek <[email protected]>
reflect: use unsafe.String in name.name and name.tag

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

github.com/hack-pad/go - 26b2c9a62043c40f3cdfd294ad2cea11edeea658 authored almost 2 years ago by Tobias Klauser <[email protected]>
cmd/compile: adjust PGO debug output slightly

- Include the callee names in hot call inlining message.
- Print the graph when pgoinline >= 2.
...

github.com/hack-pad/go - e5d2814576937162ce183d5aab09616ae13d983c authored almost 2 years ago by Cherry Mui <[email protected]>
cmd/compile/internal/pgo: allow and ignore profiles with no sample

Passing a profile with no sample is arguably not a user error.
Accept such a profile, and ignore...

github.com/hack-pad/go - efe541d4e53f0e229e7069adbdcedb7f0b117d8e authored almost 2 years ago by Cherry Mui <[email protected]>
cmd/compile: fix PGO line offset matching

Appears to be a typo in CL 447315.

Change-Id: I9f380a3c7521f5ac5a1d7e271eaa60bd4bbcfb29
Reviewe...

github.com/hack-pad/go - 0409314db39db8f1d587fff31f79a24f1aa36ad2 authored almost 2 years ago by Cherry Mui <[email protected]>
net: unify CNAME handling across ports

Unix and Windows differ in how they handle LookupCNAME(name).

If name exists in DNS with an A o...

github.com/hack-pad/go - 6939659a085de15ba7e08ebe0c8864616ba21b76 authored almost 2 years ago by Russ Cox <[email protected]>
cmd/go: replace Action.Func with Action.Actor

The interface will let us store actor-specific state in the
interface implementation instead of ...

github.com/hack-pad/go - a1c31d6803dac891b200b3598aa00224ab80c0bb authored almost 2 years ago by Russ Cox <[email protected]>
internal/coverage/slicereader: use unsafe.String

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

github.com/hack-pad/go - be3184c4059e1ed69f74ad4e28b49e32a836b126 authored almost 2 years ago by Tobias Klauser <[email protected]>
context: add APIs for writing and reading cancelation cause

Extend the context package to allow users to specify why a context was
canceled in the form of a...

github.com/hack-pad/go - 5b42f89e394a9e9fbd28fa93cc8a09186db0f233 authored almost 2 years ago by Sameer Ajmani <[email protected]>
cmd/asm: optimize if statement to return directly

Change-Id: Iddf4d3bcc3bc2badf0d0f6b06375c901e76a40bb
GitHub-Last-Rev: 95586bfc1666985c270c3b4dcc...

github.com/hack-pad/go - 0b7aa9fa5b207a3d9e2b1de2629babb6f5ce6e45 authored almost 2 years ago by mantuliu <[email protected]>
math/big: remove underscores from Binomial docs

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

github.com/hack-pad/go - 9860faa5127931183e4dfb716d89ce7dface3f41 authored almost 2 years ago by Eric Lagergren <[email protected]>
net/http: remove redundant code

Remove redundant code at line 365, `oldCtx := req.Context()`, because it's the same as line 349...

github.com/hack-pad/go - e6f662d7b071c659f4146408e31671cb32e2104c authored almost 2 years ago by tk <[email protected]>
net/netip: use slice-to-array conversions

Resend of CL 432735 (with one additional conversion that the original CL
missed) after it broke ...

github.com/hack-pad/go - dc98ccd836da7d22a5d270b9778fb055826fa07b authored almost 2 years ago by Tobias Klauser <[email protected]>
net/netip: remove unused unexported functions and methods

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

github.com/hack-pad/go - b417f62b00276a2ccca3fa7e490f3673a1df8a4c authored almost 2 years ago by Tobias Klauser <[email protected]>
sync/atomic: disallow type conversions of atomic.Pointer[T]

Fixes #56603

Change-Id: I6af9d80201025ae4028bfaa4a62e5de9ac0c501d
GitHub-Last-Rev: e6ed5e14512e...

github.com/hack-pad/go - 6bead8f77afd2f7317eb011ca019b61ac3d90c17 authored almost 2 years ago by Mateusz Poliwczak <[email protected]>
cmd/compile: let compiler downgrade its own concurrency

This gets the Go command out of the business of thinking it understands
compiler debug flags, an...

github.com/hack-pad/go - f3d656be502a7cc4e2afbec461983b453665fca5 authored almost 2 years ago by David Chase <[email protected]>
cmd/covdata: fix wrong struct name in the comment

Invalid struct name in the comment in merge.go
dstate -> mstate
dstate already exists and is in ...

github.com/hack-pad/go - 4538f30e2d35fdf44331d7066098c0daf2dd1a85 authored almost 2 years ago by Dmitry Alimov <[email protected]>
misc/cgo/test: skip Test9400 on Alpine

Alpine has a known issue where setgid clobbers the Go stack (#39857).
misc/cgo/test skips other ...

github.com/hack-pad/go - 42105eb8a5b59e715573f5299218e12be2dbb050 authored almost 2 years ago by Austin Clements <[email protected]>
net: adjust build tags for darwin libc calls

Support for direct libc calls was added in CL 446178 but the build
tags weren't quite activating...

github.com/hack-pad/go - e7422b05915759a8e4a8f38382ffd4d38d4fa2ea authored almost 2 years ago by Dan Peterson <[email protected]>
runtime: fix a few function names on comments

Change-Id: I9ef4898d68dfd06618c0bd8e23f81a1d2c77a836
Signed-off-by: cui fliter <[email protected]...

github.com/hack-pad/go - 969bea8d59daa6bdd478b71f6e99d8b8f625a140 authored almost 2 years ago by cui fliter <[email protected]>
crypto/tls: use certificate cache in client

In verifyServerCertificate parse certificates using the global
certificate cache.

This should s...

github.com/hack-pad/go - 72ce9ba9cb640f1a2184389d1dc146d731882328 authored almost 2 years ago by Roland Shoemaker <[email protected]>
math: fix function name in comment

Change-Id: Iabf955cdb161d02cb4a3e06f466b331e1b6eb2c2
Signed-off-by: cui fliter <[email protected]...

github.com/hack-pad/go - 601ad2e4570896d07df8ace7d2ab9100a57d301c authored almost 2 years ago by cui fliter <[email protected]>
crypto/tls: add a certificate cache implementation

Adds a BoringSSL CRYPTO_BUFFER_POOL style reference counted intern
table for x509.Certificates. ...

github.com/hack-pad/go - 81ed1354e8fef60cac1f7043d723d9d38c9ce174 authored almost 2 years ago by Roland Shoemaker <[email protected]>
internal/bytealg: add PCALIGN to indexbodyp9 function on ppc64x

Adding PCALIGN in indexbodyp9 function shows
improvements in some SimonWaldherr benchmarks and o...

github.com/hack-pad/go - 92c7df116ecbd8f230b48f72eb44fa7de5d13233 authored almost 2 years ago by Archana R <[email protected]>