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

go/doc/comment: parse and print headings

[This CL is part of a sequence implementing the proposal #51082.
The design doc is at https://go...

github.com/hack-pad/go - 6eceabf11936638c7000a7a12b4c285ffe9b58f9 authored over 2 years ago by Russ Cox <[email protected]>
go/doc/comment: add text wrapping

[This CL is part of a sequence implementing the proposal #51082.
The design doc is at https://go...

github.com/hack-pad/go - e4e033a74cfcc75cb828cbd37e8279703e4620a3 authored over 2 years ago by Russ Cox <[email protected]>
go/doc/comment: parse and print explicit links

[This CL is part of a sequence implementing the proposal #51082.
The design doc is at https://go...

github.com/hack-pad/go - 036b615c2c69c0e800d0cc4e1a18ac086b1e7ea6 authored over 2 years ago by Russ Cox <[email protected]>
go/doc/comment: parse and print doc links

[This CL is part of a sequence implementing the proposal #51082.
The design doc is at https://go...

github.com/hack-pad/go - 910a33a0eed723696dc808d7801032cd3c035a6d authored over 2 years ago by Russ Cox <[email protected]>
go/doc/comment: parse and print identifiers, automatic links

[This CL is part of a sequence implementing the proposal #51082.
The design doc is at https://go...

github.com/hack-pad/go - ae3d890202b2356fc0936f84349bdf08083884ac authored over 2 years ago by Russ Cox <[email protected]>
go/doc/comment: add Printer and basic comment printing

[This CL is part of a sequence implementing the proposal #51082.
The design doc is at https://go...

github.com/hack-pad/go - 6130b88130ac6954f557e4737d88419d063b32c3 authored over 2 years ago by Russ Cox <[email protected]>
go/doc/comment: add paragraph parsing and test framework

[This CL is part of a sequence implementing the proposal #51082.
The design doc is at https://go...

github.com/hack-pad/go - 98b17892a080a42378c9c3551dc5bb273e7ec2d3 authored over 2 years ago by Russ Cox <[email protected]>
go/doc/comment: add low-level parsing helpers

[This CL is part of a sequence implementing the proposal #51082.
The design doc is at https://go...

github.com/hack-pad/go - 7575811c2b7c4a4a06a1e4b93c2473dffbb8bdcf authored over 2 years ago by Russ Cox <[email protected]>
go/doc/comment: add data structures

[This CL is part of a sequence implementing the proposal #51082.
The design doc is at https://go...

github.com/hack-pad/go - 494b79f39ab8e7b6f096b6c6088bd84bb8592dc4 authored over 2 years ago by Russ Cox <[email protected]>
cmd/compile: add MOVBE index load/store

Fixes #51724

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

github.com/hack-pad/go - 32de2b0d1cf4d60119d7c717acec2163342392b9 authored over 2 years ago by Wayne Zuo <[email protected]>
test: adjust load and store test

In the load tests, we only want to test the assembly produced by
the load operations. If we use ...

github.com/hack-pad/go - 615d3c304077f1f3ca249151fb87d7d7a802cab2 authored over 2 years ago by Wayne Zuo <[email protected]>
cmd/asm: fix MOVK when constant has high bit set

Fixes #52261

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

github.com/hack-pad/go - a6f6932b3ee87d9607ce246228e23f9a08dacc31 authored over 2 years ago by Keith Randall <[email protected]>
archive/zip: fail fast if UncompressedSize64 < nread

The zip reader checks that the uncompressed file size is valid
after all compressed files read u...

github.com/hack-pad/go - b6fb3af6af9835962ce1de1e1afcaa46726a654e authored over 2 years ago by Meng Zhuo <[email protected]>
runtime: update description of GODEBUG=gctrace=1

For #44167.

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

github.com/hack-pad/go - a10f158d6fdac7c6130b816a00ff14cc22619d2e authored over 2 years ago by Leonard Wang <[email protected]>
runtime: fix URL in a comment

For various reasons Intel has suspended viewing web pages in the .ru
domain, so change the domai...

github.com/hack-pad/go - 8cd6aacf81ad0a759ac895bce0b569b47aa4201c authored over 2 years ago by cia-rana <[email protected]>
go/build: remove unused fileInfo.embedErr field

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

github.com/hack-pad/go - db7183ccf9e7c245872864833e78a469e8747031 authored over 2 years ago by Ian Lance Taylor <[email protected]>
crypto/aes: merge ppc64le crypt key expansion

It is not necessary to expand the key twice for each direction,
the decrypt key can be stored in...

github.com/hack-pad/go - 0f0c89243044a5a5de142e51da3a98f082fd3771 authored over 2 years ago by Paul E. Murphy <[email protected]>
net/textproto: initialize commonHeader in canonicalMIMEHeaderKey

Call initCommonHeader in canonicalMIMEHeaderKey to ensure that
commonHeader is initialized befor...

github.com/hack-pad/go - db576c9f3a33d043b4dc6cd8177f4e0b25ded8ec authored over 2 years ago by Johan Jansson <[email protected]>
cmd/vendor: revert vendored code mistakenly modified in CL 398734

CL 398734 mistakenly modified
cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go, which cause...

github.com/hack-pad/go - 3a19102de3435a3823126e74cf42c67037ff1890 authored over 2 years ago by Bryan C. Mills <[email protected]>
cmd/go: cgo export header to be compatible with MSVC complex types

After CL 379474 has landed, the only remaining cgo export header
incompatibility with MSVC is th...

github.com/hack-pad/go - 3e387528e54971d6009fe8833dcab6fc08737e04 authored over 2 years ago by qmuntal <[email protected]>
all: consistently use US spelling of present participles

It has been agreed that we should prefer the US spelling of words like
"canceling" over "cancell...

github.com/hack-pad/go - 3e7ffb862f550c38ce0611b970a4dce10a01226e authored over 2 years ago by Daniel Martí <[email protected]>
cmd/compile: fix deadlock on syntax error

Fixes #52127

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

github.com/hack-pad/go - 5a90270d7f5b384de31399133c7336d007fbd93d authored over 2 years ago by hopehook <[email protected]>
strings, bytes: improve the description of simple case-folding in EqualFold

This CL removes the problem description pointed out by @bjkail.
Second, synchronously modify the...

github.com/hack-pad/go - c451a02a6d3e95d279260bd8c1edae676d62997d authored over 2 years ago by hopehook <[email protected]>
crypto/aes: simplify key expansion in ppc64le asm

The ported cryptogam implementation uses a subtle and tricky mechanism
using lxv/vperm/lvsl to l...

github.com/hack-pad/go - 8d581f589eb9b9eac05c75f0dfe82a49c3afcd2f authored over 2 years ago by Paul E. Murphy <[email protected]>
doc/go1.19: use the right package error.Is arguments

They were swapped.

Fixes #52205

Change-Id: Iea2626aa2204f3bc96d08c571a1aa669436a32ad
Reviewed-...

github.com/hack-pad/go - 6f6942ef7afc34c6b7e1eea3031ed61acc458d2a authored over 2 years ago by Ian Lance Taylor <[email protected]>
test: extend issue52124.go to also test #52139

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

github.com/hack-pad/go - 79619c3c7eb2ba3f3512410e1808c95cd1b6abf8 authored over 2 years ago by Matthew Dempsky <[email protected]>
cmd/compile: adjust types2 shift check to match go/types (cleanup)

With this change, the shift checking code matches the corresponding
go/types code, but for the d...

github.com/hack-pad/go - c0bbeb0982403db17bacb1533776fb638cb449ae authored over 2 years ago by Robert Griesemer <[email protected]>
sort: add Find function

For golang/go#50340

Change-Id: I3b4d278affc8e7ec706db8c9777f7a8c8ce7441d
Reviewed-on: https://g...

github.com/hack-pad/go - 063f4032f5ea8820d265ee1196ef9b8eba02c63f authored over 2 years ago by Eli Bendersky <[email protected]>
image/draw: have draw.Src preserve NRGBA colors

This reverts a behavior change introduced in Go 1.18 (commit 9f69a443;
CL 340049). In Go 1.17 an...

github.com/hack-pad/go - 3a0cda43a49793429bc38bdcb1d2112179b02fe1 authored over 2 years ago by Nigel Tao <[email protected]>
cmd/compile: enable reg args on riscv64

This CL updates config.go to enable register args.

Change-Id: I00697fc3db23293be0f5bd2fe33fb005...

github.com/hack-pad/go - d3362fc1242f20c40f6d3986ddf4398019c8ea26 authored over 2 years ago by Meng Zhuo <[email protected]>
hash/maphash: use correct method name in comment

Change-Id: I01a3a5232525683c987b52ab8ece3fc18b6f431b
GitHub-Last-Rev: d2ec8fe536c7a1cdbd23017185...

github.com/hack-pad/go - 870256ec891421d9d68365f65e48d270e16958bb authored over 2 years ago by j178 <[email protected]>
text/template: support delimiters that can be confused with actions

In fields that start with the same character as the right delimiter, the
whole delimiter needs t...

github.com/hack-pad/go - 9a6acc83c853c17700c44e336e2d3e2c0fe9a72b authored over 2 years ago by mprahl <[email protected]>
net/http: ignore ECONNRESET errors in TestTransportConcurrency on netbsd

The source of these errors is undiagnosed, but they have only been
observed on netbsd builders (...

github.com/hack-pad/go - 81ae993e54547415ba674082801b05961e3f2aa3 authored over 2 years ago by Bryan C. Mills <[email protected]>
bytes: limit allocation in SplitN

So that bytes.SplitN("", "T", int(144115188075855872)) does not panic.

Change-Id: I7c068852bd70...

github.com/hack-pad/go - 5bb2628c6f143be065776727cef03276c0e516f7 authored over 2 years ago by Philippe Antoine <[email protected]>
cmd/internal/obj: set morestack arg spilling and regabi prologue on riscv64

This CL spill arg registers before calling morestack, unspill
after.
Also, avoid X11,X12,X13 in ...

github.com/hack-pad/go - 6c17529af785d14fd317e19f878327539ea6cd47 authored over 2 years ago by Meng Zhuo <[email protected]>
crypto/x509: add new CRL parser, deprecate old one

Adds a new, cryptobyte based, CRL parser, which returns a
x509.RevocaitonList, rather than a pki...

github.com/hack-pad/go - 2de2f6df64a8fff36fe9752f893a7cfff4590762 authored over 2 years ago by Roland Shoemaker <[email protected]>
net/url: preserve a trailing slash in JoinPath

Fixes #52074

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

github.com/hack-pad/go - dbb52cc9f3e83a3040f46c2ae7650c15ab342179 authored over 2 years ago by Ian Lance Taylor <[email protected]>
cmd/dist: move more environment logic into cmd/dist from make and run scripts

'go tool dist env' outputs different (and fewer) environment variables
than 'go env'. The 'go to...

github.com/hack-pad/go - 69756b38f25bf72f1040dd7fd243febba89017e6 authored over 2 years ago by Bryan C. Mills <[email protected]>
cmd/vendor: undo stray edits from CL 384262

cmd/internal/moddeps is currently failing on the longtest builders
because vendored third-party ...

github.com/hack-pad/go - 5a6a830c1ceafd551937876f11590fd60aea1799 authored over 2 years ago by Bryan C. Mills <[email protected]>
hash/maphash: add Bytes and String

For very small inputs, h.Reset+h.Write+h.Sum64 is fundamentally
slower than a single operation, ...

github.com/hack-pad/go - 9e16cc1541d42cb081d359339e3f45b4b9b2a372 authored over 2 years ago by Russ Cox <[email protected]>
all: separate doc comment from //go: directives

A future change to gofmt will rewrite

// Doc comment.
//go:foo

to

// Doc comment.
//
//g...

github.com/hack-pad/go - 9839668b5619f45e293dd40339bf0ac614ea6bee authored over 2 years ago by Russ Cox <[email protected]>
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments

go/doc in all its forms applies this replacement when rendering
the comments. We are considering...

github.com/hack-pad/go - 81431c7aa7c5d782e72dec342442ea7664ef1783 authored over 2 years ago by Russ Cox <[email protected]>
os/signal: run TestNotifyContextNotifications subtests in parallel

If we run out of time on the first subtest, we don't want to start the
second one with essential...

github.com/hack-pad/go - b4cabaf8c094da8387ac6274706fe4850d77ebc6 authored over 2 years ago by Bryan C. Mills <[email protected]>
cmd/internal/objabi: fix FuncID of runtime.rt0_go and runtime.systemstack_switch

Fixes #52092

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

github.com/hack-pad/go - 7c45dafdb2aae2afaf09aa90b3b5338c992f6912 authored over 2 years ago by zhouguangyuan <[email protected]>
crypto/x509: rework path building

This change does four things:
* removes the chain cache
* during path building, equality is ...

github.com/hack-pad/go - 65153e478e302eaf3556372ff257ebfc893943c1 authored over 2 years ago by Roland Shoemaker <[email protected]>
[dev.boringcrypto] all: merge master into dev.boringcrypto

Change-Id: Iaf618444dd2d99721c19708df9ce2c1f35854efd

github.com/hack-pad/go - 4739b353bb878f29ee78e1cd7eaf3d8f32199798 authored over 2 years ago by Lasse Folger <[email protected]>
reflectdata: unroll a loop in array equal function generation

As josharian mentioned, a compare function could benefit from
unrolling a loop for arrays. This ...

github.com/hack-pad/go - 1a955bcdb701d788b048a39d7273621729e257bc authored over 2 years ago by vpachkov <[email protected]>
run.bat: use cmd/dist instead of 'go install' to rebuild std and cmd

cmd/dist may set and/or unset variables before building, and at any
rate it is fragile to run 'g...

github.com/hack-pad/go - 5210a7128563e64952d432a0efd2d38c32cd090c authored over 2 years ago by Bryan C. Mills <[email protected]>
cmd/go/internal/work: omit modinfo line from cache key when empty

Cache keys are dumped in case of mismatch; an empty modinfo string
adds noise to that dump witho...

github.com/hack-pad/go - 592078ff3f7d938b2fbcd98ddcb72e0d2748fdb1 authored over 2 years ago by Bryan C. Mills <[email protected]>
cmd/go: quote fragments in CGO_ env variables reported by 'go env'

These fields have been parsed as quoted fields since CL 334732,
but we missed the unparsing side...

github.com/hack-pad/go - 62bceae32de7bad48fbdc1fe3fae14c81cd093d2 authored over 2 years ago by Bryan C. Mills <[email protected]>
crypto/elliptic: delete outdated fuzz test

It had not been doing anything since CL 233939, because the Params
method was getting upgraded t...

github.com/hack-pad/go - a5f801f39d8c9d4df2edfd6ffd9171b9216445d1 authored over 2 years ago by Filippo Valsorda <[email protected]>
crypto/elliptic: fix BenchmarkMarshalUnmarshal/Compressed

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

github.com/hack-pad/go - a041a752955d772a3b5e1080ee7951a66c2be12b authored over 2 years ago by Filippo Valsorda <[email protected]>
api: add x509.CertPool.Equal to next/46057.txt

CL 388915 added an exported API but was authored (and tested)
before the API check became strict...

github.com/hack-pad/go - eec47d06c1bb7ae6156c3910bfec8a0b5244d157 authored over 2 years ago by Dmitri Shuralyov <[email protected]>
crypto/subtle: note that input length mismatch makes ConstantTimeCompare return immediately

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

github.com/hack-pad/go - 07b0c57a75d4b8c94b16983c5a78026ba46377ac authored over 2 years ago by Dan Kortschak <[email protected]>
crypto/rand: make Prime not deterministic for a fixed input stream

rand.Prime does not guarantee the precise prime selection algorithm as
part of its contract. For...

github.com/hack-pad/go - c18f398f32c45afe2e9a81a6d885a4e0183cd649 authored over 2 years ago by Filippo Valsorda <[email protected]>
crypto/x509: add CertPool.Equal

Fixes #46057

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

github.com/hack-pad/go - 4aacb7ff0f103d95a724a91736823f44aa599634 authored over 2 years ago by Roland Shoemaker <[email protected]>
debug: define ELF relocation for loong64

Contributors to the loong64 port are:
Weining Lu <[email protected]>
Lei Wang <wanglei@l...

github.com/hack-pad/go - cd33b4089caf362203cd749ee1b3680b72a8c502 authored over 2 years ago by Xiaodong Liu <[email protected]>
doc/go_spec.html: update type identity example

In the Type identity section, the example provides various types as givens.

The example refers ...

github.com/hack-pad/go - 0b3cb1a56cde72066645a182c93bd710708c45f5 authored over 2 years ago by Jared Horvat <[email protected]>
internal/goexperiment: add GOEXPERIMENT=boringcrypto

Not hooked up to everything else yet.

Copy of CL 395880, for setting up GOEXPERIMENT=boringcryp...

github.com/hack-pad/go - 5c4ed73f1c3f2052d8f60ce5ed45d9d4f9686331 authored over 2 years ago by Russ Cox <[email protected]>
make.bash: disable GOEXPERIMENT when using bootstrap toolchain

When using Go 1.4 this doesn't matter, but when using Go 1.17,
the bootstrap toolchain will comp...

github.com/hack-pad/go - ef5505335432572678c19e202e0edde61b7c5b95 authored over 2 years ago by Russ Cox <[email protected]>
unsafe: document that Sizeof includes field alignment

Fixes #52018

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

github.com/hack-pad/go - 11ec59a60e0d18e805b7f0c3a2c5ee8c10481877 authored over 2 years ago by Ian Lance Taylor <[email protected]>
cmd/compile: use shlx&shrx instruction for GOAMD64>=v3

The SHRX/SHLX instruction can take any general register as the shift count operand, and can read...

github.com/hack-pad/go - 7fbabe8d57de184c75bc938fa619235711bc4229 authored over 2 years ago by Wayne Zuo <[email protected]>
runtime/race: update PPC64LE syso file to new TSAN runtime (v3)

In CL 397494 Linux/PPC64LE syso was not updated due to test
failure. It should be fixed by the ...

github.com/hack-pad/go - 6f1dce0fcb03f22402dac00f66a42b8b0f5bef2b authored over 2 years ago by Cherry Mui <[email protected]>
cmd/compile: switch to final unified IR export format

Now that there's a native go/types importer for unified IR, the
compiler no longer needs to stay...

github.com/hack-pad/go - e146d3eafafe149aa3a28e6a251db9c01d04f11d authored over 2 years ago by Matthew Dempsky <[email protected]>
go/internal/gcimporter: add support for unified IR

This CL ports unified IR's types2 importer back to the go/types
API. Notably, it drops support f...

github.com/hack-pad/go - deaec2ecb3cca5b7a151feff2bf195c0fb76d3f5 authored over 2 years ago by Matthew Dempsky <[email protected]>
make.bash: document CC_FOR_${GOOS}_${GOARCH}

Fixes #51306

Change-Id: I5989d86fe5ac4d02793b2ecb00c549d9586763da
GitHub-Last-Rev: 6b0f6bee4342...

github.com/hack-pad/go - 7d1e07049fec1d9a9fd4116111e52b161746dbde authored over 2 years ago by uji <[email protected]>
copyright: add Loongson into AUTHORS

Contributors to the loong64 port are:
Weining Lu <[email protected]>
Lei Wang <wanglei@l...

github.com/hack-pad/go - 5bfd51147e460bad6615b5baaf68609a413eda1a authored over 2 years ago by Xiaodong Liu <[email protected]>
text/template: permit eq and ne funcs to check against nil

The existing code errors out immediately if the argument is not
"comparable", making it impossib...

github.com/hack-pad/go - c58f1bb65f2187d79a5842bb19f4db4cafd22794 authored over 2 years ago by Rob Pike <[email protected]>
reflect: fix Value.NumMethod docs

NumMethod counts unexported methods for interface types. This
behavior is documented in Type.Num...

github.com/hack-pad/go - ac313524fe4997b80a4221647f0da79d0e07b88e authored over 2 years ago by zlasd <[email protected]>
crypto/x509: only disable SHA-1 verification for certificates

Disable SHA-1 signature verification in Certificate.CheckSignatureFrom,
but not in Certificate.C...

github.com/hack-pad/go - 35998c010947d3a5a26409fffcb4ed16c3595850 authored over 2 years ago by Roland Shoemaker <[email protected]>
cmd/compile: support reading union type for compiler backend in unified IR

Fixes #52124

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

github.com/hack-pad/go - efbe17d6f1f016616453d43208200ebf4a45d87c authored over 2 years ago by Cuong Manh Le <[email protected]>
runtime: use proper C ABI for race call on PPC64LE

On PPC64LE, the C ABI requires SP to be 16-byte aligned. Also, in
the C ABI the callee may save ...

github.com/hack-pad/go - c8110c3df64a4eea12334a627cca2b78d6ff3082 authored over 2 years ago by Cherry Mui <[email protected]>
go/types, types2: fix overlap test for union termlist

Per the spec, "the type sets of all non-interface terms must be
pairwise disjoint (the pairwise ...

github.com/hack-pad/go - 35fb79be6abc1a9a0860cd28cae89dda038f5125 authored over 2 years ago by Robert Griesemer <[email protected]>
Revert "os: add handling of os.Interrupt for windows"

This reverts CL 367495.

Reason for revert: broke `x/tools` tests on Windows.

Change-Id: Iab6b3...

github.com/hack-pad/go - f86f9a3038eb6db513a0ea36bc2af7a13b005e99 authored over 2 years ago by Bryan Mills <[email protected]>
regexp/syntax: add and use ErrInvalidDepth

The fix for #51112 introduced a depth check but used
ErrInternalError to avoid introduce new API...

github.com/hack-pad/go - 1af60b2f4990bffdd1b050ffd11e978578d1e38f authored over 2 years ago by Russ Cox <[email protected]>
cmd/go: prevent panic in go work use

Check if paths passed as arguments are existing directories.

Fixes #51841
Fixes #51749

Change-...

github.com/hack-pad/go - 492c85ab84dc1d4d19be0466d2d73f4a6174f07e authored over 2 years ago by Filippo Rossi <[email protected]>
reflect: fix the collision of variable name and package name

The return value "abi" of func "funcLayout" is the same as package
"internal/abi", which current...

github.com/hack-pad/go - 884e75fa53529321352a18538fe9e02fd485c49a authored over 2 years ago by hopehook <[email protected]>
cmd/compile: use LZCNT instruction for GOAMD64>=3

LZCNT is similar to BSR, but BSR(x) is undefined when x == 0, so using
LZCNT can avoid a special...

github.com/hack-pad/go - a92ca515077e5cf54673eb8c5c2d9db4824330db authored over 2 years ago by Wayne Zuo <[email protected]>
cmd/compile: add MOVBEWstore support for GOAMD64>=3

This CL add MOVBE support for 16-bit version, but MOVBEWload is
excluded because it does not sat...

github.com/hack-pad/go - ba6df85c7c94c7b26d4979e92fdb9ec7fa4cc1e4 authored over 2 years ago by Wayne Zuo <[email protected]>
os: add handling of os.Interrupt for windows

Add GenerateConsoleCtrlEvent call to internal syscall package.
Define ErrProcessDone while revie...

github.com/hack-pad/go - 345184496ce358e663b0150f679d5e5cf1337b41 authored over 2 years ago by Constantin Konstantinidis <[email protected]>
net: support error.Is of network errors and context errors

Change timeouts to be Is(context.DeadlineExceeded) and cancelation to
be Is(context.Canceled).

...

github.com/hack-pad/go - 85b5f86584686677c554b2538a7edee96d684aea authored over 2 years ago by Ian Lance Taylor <[email protected]>
cmd/cgo: retain original file paths in godefs generated comment

Don't rewrite relative file paths to absolute file paths in the
godefs generated code comment.

...

github.com/hack-pad/go - 73a81d84b644da13bb11ce2e63d7f61041f7ebac authored over 2 years ago by Tobias Klauser <[email protected]>
os: run TestStatSymlinkLoop on all platforms

The test doesn't seem to be specific to Windows, so run in on all
platforms supporting symlinks....

github.com/hack-pad/go - 8e50298f12c9cb8dc8093c00059e46a302977b83 authored over 2 years ago by Tobias Klauser <[email protected]>
doc: add illegal octal over 255 example

Octal values over 255, like \400 or \777, are illegal. It wasn't clear if the expected behavior...

github.com/hack-pad/go - 01c83be7932e7f51333c813460752f09f78ec2c4 authored over 2 years ago by Zach Collier <[email protected]>
go/types: don't report errors for untyped int shifts on Go < 1.13

CL 337529 introduced upfront type-checking of constant shift operands,
to avoid converting their...

github.com/hack-pad/go - 8a816d5efcc842ae92f0193aa9c1d433bd66ef31 authored over 2 years ago by Robert Findley <[email protected]>
strings: document the use of simple case-folding in EqualFold

Fixes #52022

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

github.com/hack-pad/go - f8e70fc9a6d2a88d51d36208e64b12a236fce1b1 authored over 2 years ago by hopehook <[email protected]>
net/netip: improve documentation terminology for IPv4-mapped IPv6 addresses

Updates #51834

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

github.com/hack-pad/go - 153c18a515c90a78bf4c90a56e4ba5b700f407b1 authored over 2 years ago by hopehook <[email protected]>
net: in TestNotTemporaryRead, reject io.EOF on platforms other than plan9

Updates #29685

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

github.com/hack-pad/go - 67d6a510653c8dcb2e2a4eca5a0e7caf4fe38677 authored over 2 years ago by Bryan C. Mills <[email protected]>
all: remove trailing blank doc comment lines

A future change to gofmt will rewrite

// Doc comment.
//
func f()

to

// Doc comment.
fun...

github.com/hack-pad/go - 690ac4071fa3e07113bf371c9e74394ab54d6749 authored over 2 years ago by Russ Cox <[email protected]>
all: fix TODO comment hanging indents

For whatever reason (perhaps some tool does this), a handful of comments,
including some doc com...

github.com/hack-pad/go - 89dff118ada91061350aa149b54a2ab4fdbd6810 authored over 2 years ago by Russ Cox <[email protected]>
all: fix various doc comment formatting nits

A run of lines that are indented with any number of spaces or tabs
format as a <pre> block. This...

github.com/hack-pad/go - 7d87ccc860dc31c0cd60faf00720e2f30fd37efb authored over 2 years ago by Russ Cox <[email protected]>
crypto/x509: skip WSATRY_AGAIN errors when dialing badssl.com subdomains

(Temporarily, until the root cause of the test failure can be
diagnosed and fixed properly.)

Fo...

github.com/hack-pad/go - df89f2ba53aab53356be197c581d142cefc2c6bc authored over 2 years ago by Bryan C. Mills <[email protected]>
runtime/race: update syso files to new TSAN runtime (v3)

Following CL 333529, update syso files for other architectures.

Windows/AMD64 is not updated, w...

github.com/hack-pad/go - 995a6045919e6cf5a46ee09f8695ed5e05062ce7 authored over 2 years ago by Cherry Mui <[email protected]>
debug/dwarf: better error handling in SeekPC

The dwarf.Reader "SeekPC" method was not properly handling the case
of a truncated/empty unit (s...

github.com/hack-pad/go - 1fc3346275d0457cfc154b1001b25bd0cb0c1751 authored over 2 years ago by Than McIntosh <[email protected]>
cmd/pprof: point to -h in package documentation

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

github.com/hack-pad/go - 2e8dc8f4725c84d352b718620628a4fb0f86e748 authored over 2 years ago by Eli Bendersky <[email protected]>
cmd/asm: add DC instruction on arm64

There was only a placeholder for DC instruction in the previous code.
gVisor needs this instruct...

github.com/hack-pad/go - 62d4c32b7e5c1f5954c97c264d1105fc3743220e authored over 2 years ago by erifan01 <[email protected]>
cmd/asm: add TLBI instruction on arm64

There was only a placeholder for TLBI instruction in the previous code.
gVisor needs this instru...

github.com/hack-pad/go - 26ab2159694b19ef5feb56f4fe7a9cd18360dcdd authored over 2 years ago by erifan01 <[email protected]>
flag: recover panic when calling String on zero value in PrintDefaults

When printing the usage message, recover panics when calling String
methods on reflect-construct...

github.com/hack-pad/go - 029d2c4524e729dbd913475ca4a5138bb6c5e099 authored over 2 years ago by Andrew Gerrand <[email protected]>
runtime: use correct parameter name in comment

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

github.com/hack-pad/go - 9d6c711e3c7f16fd4dd2e812d855e881c6692f3e authored over 2 years ago by Ian Lance Taylor <[email protected]>
cmd/asm: refactor some operands that are not special registers on arm64

The previous code treats some operands such as EQ, LT, etc. as special
registers. However, they ...

github.com/hack-pad/go - f5290ef947b2471db27c35321a49b4e3b756e56e authored over 2 years ago by erifan01 <[email protected]>