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

all: update vendored golang.org/x/net

Pull in HTTP/2 security fix:

1e63c2f08a http2: limit canonical header cache by bytes, not entr...

github.com/hack-pad/go - 8cd931ff0d4652b333996299d63603c659dbcc6c authored about 2 years ago by Damien Neil <[email protected]>
lib/time: update to 2022g/2022g

Commit generated by update.bash.

For #22487.

Change-Id: I6a995a3baea7c511b9bd5155f81d8b8e2cdff...

github.com/hack-pad/go - 10bb003401060a48d5836c3af483de562f980ac5 authored about 2 years ago by Russ Cox <[email protected]>
os, net/http: avoid escapes from os.DirFS and http.Dir on Windows

Do not permit access to Windows reserved device names (NUL, COM1, etc.)
via os.DirFS and http.Di...

github.com/hack-pad/go - 7dc9fcb13de7bb20b11f6a526865545cc9142c2c authored about 2 years ago by Damien Neil <[email protected]>
Revert "runtime/pprof: unskip TestTimeVDSO on Android"

This reverts CL 455358, commit 98da0fb43fb481a25b3b4399cd9f517fe94d9f3f.

Reason for revert: sti...

github.com/hack-pad/go - e535d6776c060da5f1947c4290159be0eb60ed6c authored about 2 years ago by Cherry Mui <[email protected]>
cmd/go: unskip TestScript/build_issue48319 on Windows

Now that we have newer C compilers on the Windows builders, they
should fully support reproducib...

github.com/hack-pad/go - 89871dd8323f5eaa934f700327f9256d960b0537 authored about 2 years ago by Bryan C. Mills <[email protected]>
archive/zip: only consider UncompressedSize when checking dirs

CL 454475 switched from checking CompressedSize to UncompressedSize
when determining if we shoul...

github.com/hack-pad/go - 5167e5cd64b2d4710dd8a20d2a599674d5d94861 authored about 2 years ago by Roland Shoemaker <[email protected]>
run.bash, cmd/dist: document GO_TEST_SHORT and GO_TEST_TIMEOUT_SCALE

These environment variables affect cmd/dist, and in turn run.bash.
They exist primarily for the ...

github.com/hack-pad/go - 03bf6f4917c1c8cd883dfa1618b90a95b9192f9a authored about 2 years ago by Dmitri Shuralyov <[email protected]>
go/types, types2: better error message for invalid method expression

Fixes #53358.

Change-Id: I38528da1596b6e1aaedcab89b1513fb8acac596c
Reviewed-on: https://go-revi...

github.com/hack-pad/go - dfd13ce59d74638baff4f94d64851cda53e63bdc authored about 2 years ago by Robert Griesemer <[email protected]>
runtime/pprof: unskip TestTimeVDSO on Android

It is possible that CL 455166 fixes this. Try unskipping the test
and see. If it fails again we ...

github.com/hack-pad/go - 98da0fb43fb481a25b3b4399cd9f517fe94d9f3f authored about 2 years ago by Cherry Mui <[email protected]>
cmd/link: pass -Wl,--no-insert-timestamp to external linker on windows

Pass -Wl,--no-insert-timestamp to the external linker on windows, so
as to suppress generation o...

github.com/hack-pad/go - fe67a21625ee811897077b32d4e75566ef74c6c4 authored about 2 years ago by Than McIntosh <[email protected]>
cmd/compile: turn off jump tables when spectre retpolines are on

Fixes #57097

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

github.com/hack-pad/go - 1eb0465fa596a2d6e9c1a632499989544f0d7e68 authored about 2 years ago by Keith Randall <[email protected]>
cmd/asm: improve assembler error messages

Provide file/line numbers for errors when we have them.
Make the assembler error text closer to ...

github.com/hack-pad/go - 9dde2de454b78e681dd7318dbf3ef68d6a3df2d1 authored about 2 years ago by Keith Randall <[email protected]>
go/types, types2: better error message for failing constraint type inference

We know the type argument against which constraint type inference fails:
print the type argument...

github.com/hack-pad/go - 0b323a3c1690050340fc8e39730a07bb01373f0a authored about 2 years ago by Robert Griesemer <[email protected]>
cmd/compile: clean up amd64 opcode comments

Put comments about what operations do per block of related opcodes
instead of on each line. This...

github.com/hack-pad/go - 9e059630ad5b7f6ddd4cf4559cd111906776d5fb authored about 2 years ago by Keith Randall <[email protected]>
runtime: prioritize VDSO and libcall unwinding in profiler

In the profiler, when unwinding the stack, we have special
handling for VDSO calls. Currently, t...

github.com/hack-pad/go - 185e1a7b27767f1c429fdde19a71ad57909a7924 authored about 2 years ago by Cherry Mui <[email protected]>
net: support context cancellation in resSearch

As with all the stuff that call cgo from net package.

Change-Id: I7c42ae44a1d47f4f949b203682217...

github.com/hack-pad/go - a5b10be471b92847c14fc07e0564a298c7e49a3b authored about 2 years ago by Mateusz Poliwczak <[email protected]>
doc: 1.20 compiler changes

This adds the nonPGO, non-coverage compiler changes
for the 1.20 release. There's not that much...

github.com/hack-pad/go - b45cb0ce863f3cf91a1847d44a9474aad2a6c592 authored about 2 years ago by David Chase <[email protected]>
runtime/cgo: fix typo in gcc_loong64.S

Fix typo in CL 454838.

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

github.com/hack-pad/go - 298635896911337aa6f5957716621dbebbf307d0 authored about 2 years ago by Cherry Mui <[email protected]>
runtime/cgo: add .file directive to GNU assembly files

Without it, at least on ARM64 with older BFD linker, it will
include the file of the object file...

github.com/hack-pad/go - ad55b878e7d5c641aec1c07bb549742e76c77208 authored about 2 years ago by Cherry Mui <[email protected]>
all: fix some comments for method

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

github.com/hack-pad/go - 3a7a528c2d7ee0c7b2988a7aee0b9347e973cbed authored about 2 years ago by cui fliter <[email protected]>
runtime/debug: add missing period

Pointed out in review of CL 453602,
but it looks like I forgot to re-upload before submitting.

...

github.com/hack-pad/go - c0497d1a81b1104a3981be33abfd66252cea90c8 authored about 2 years ago by Russ Cox <[email protected]>
doc/go1.20: preannounce dropping macOS 10.13 and 10.14 support

For #23011.

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

github.com/hack-pad/go - 7ab361531514764fdccb23283a2e7f1916b74b87 authored about 2 years ago by Heschi Kreinick <[email protected]>
cmd/go: remove TestScript/version_buildvcs_git_gpg

This was a regression test added for a 'git' command line
used for build stamping. Unfortunately...

github.com/hack-pad/go - 45f5ef4ed7a774b6911650319a265e17ee9e6e0e authored about 2 years ago by Bryan C. Mills <[email protected]>
cmd/go: skip TestScript/mod_replace_gopkgin

(Until it can be made hermetic.)

The gopkg.in service has had a lot of flakiness lately. Go use...

github.com/hack-pad/go - 5efa4dab917a65ba9b70553c9df8962dc3cac3ca authored about 2 years ago by Bryan C. Mills <[email protected]>
path/filepath: make Join("c:", "/a") return "c:/a" again

Historically, on Windows filepath.Join("c:", elt) does not insert
a path separator between "c:" ...

github.com/hack-pad/go - 79559c1e7e426415ea8c7920c36b2fb4ebd7dbf0 authored about 2 years ago by Damien Neil <[email protected]>
go/internal/gcimporter: in short tests, avoid creating export data for all of std

gcimporter.TestImportTypeparamTests still needs to create full export
data because it loads lots...

github.com/hack-pad/go - a79b55bb9a5f459fd8d518223022a6d307354a27 authored about 2 years ago by Bryan C. Mills <[email protected]>
doc/go1.20: resolve root bundle package TODO

We're unlikely to get this package out of the door all that soon. For
now add a note that SetFal...

github.com/hack-pad/go - 3e2ab204a39b97e1abeda78d1442be90f48752b0 authored about 2 years ago by Roland Shoemaker <[email protected]>
math/big: fix BitLen performance regression

CL 450055 replaced BitLen with a slower constant-time implementation,
which caused a performance...

github.com/hack-pad/go - eb122456455469b512c4a1995ab8d0f97b407ba0 authored about 2 years ago by Filippo Valsorda <[email protected]>
cmd/api: track darwin arm64 port

The darwin arm64 port was added in Go 1.16 and is a first-class port,
so it should be tracked by...

github.com/hack-pad/go - 6ec6492f5599f9fa811258ddec5cdf3dced6af82 authored about 2 years ago by Russ Cox <[email protected]>
encoding/csv: use proper doc comment for Deprecated notes

End-of-line comments are not doc comments,
so Deprecated notes in them are not recognized
as dep...

github.com/hack-pad/go - db4be8f510f0c4cddd45f51bcb24168414d9e2b2 authored about 2 years ago by Russ Cox <[email protected]>
archive/zip: use proper doc comment for Deprecated notes

End-of-line comments are not doc comments,
so Deprecated notes in them are not recognized
as dep...

github.com/hack-pad/go - 5a4e440f489d110c80e4265560cab2101a2fcdc4 authored about 2 years ago by Russ Cox <[email protected]>
archive/tar: use proper doc comment for Deprecated notes

End-of-line comments are not doc comments,
so Deprecated notes in them are not recognized
as dep...

github.com/hack-pad/go - d71b1c3dcc2039f44fb2e3f271997ee260e6685b authored about 2 years ago by Russ Cox <[email protected]>
cmd/api: track deprecations

Deprecating an API creates notices that go out to potentially
millions of Go developers encourag...

github.com/hack-pad/go - 1711f953e48c3de0f85726cb0299c0c0f0b928a1 authored about 2 years ago by Russ Cox <[email protected]>
runtime/debug: more complete BuildInfo documentation

A potential user did not realize Deps included all transitive dependencies,
not just direct depe...

github.com/hack-pad/go - dadd80ae204bda1c3a48245d8a938f55f71259ea authored about 2 years ago by Russ Cox <[email protected]>
go/internal/gcimporter: load cached export data for packages individually

Previously, we were using internal/goroot.PkgfileMap to locate
cached export data. However, Pkgf...

github.com/hack-pad/go - 6a70292d1cb3464e5b2c2c03341e5148730a1889 authored about 2 years ago by Bryan C. Mills <[email protected]>
cmd/dist: remove pkg/$GOOS_$GOARCH and pkg/obj at exit

pkg/obj will be empty, so just remove it.
pkg/$GOOS_$GOARCH will be empty unless the user has sp...

github.com/hack-pad/go - 0e8b6056c99daebcc3c571316a9551c9fab03a00 authored about 2 years ago by Michael Matloob <[email protected]>
doc/go1.20: add code tags in crypto/{rsa,subtle} and net/netip sections

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

github.com/hack-pad/go - c71d3a0f507555a268791f0597e89e3e0e2c0de7 authored about 2 years ago by Tobias Klauser <[email protected]>
net: acquire thread in resSearch

Change-Id: I042906d8eee8defafbd98f671fd30c2a68281705
GitHub-Last-Rev: 0660c9a989600eeb8652d12287...

github.com/hack-pad/go - cd133abc5b5cd37f4ac796d86f9e9dbb913903d8 authored about 2 years ago by Mateusz Poliwczak <[email protected]>
net: retry with bigger buffer in resSearch

Glibc returns size > bufSize, when the entire dns reply does not fit inside the provided buffer....

github.com/hack-pad/go - 93587d3591f6cb5cd21951a03c3aa750873f2601 authored about 2 years ago by Mateusz Poliwczak <[email protected]>
crypto/des: fix a typo in the comment for permuteFinalBlock

The comment copy pasted from the permuteInitialBlock and should be fixed.

Change-Id: I101f1dece...

github.com/hack-pad/go - 7e92b80c21ea22b9dcfb27cc68c61b805485f379 authored about 2 years ago by Chaoshuai Lü <[email protected]>
doc: add release note for cgo.Incomplete

Updates #46731

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

github.com/hack-pad/go - 86963b458ebe564f16e66dde0319af7f72e46480 authored about 2 years ago by Cuong Manh Le <[email protected]>
doc/go1.20: document new semantics for comparable constraint

For #54202.
For #56548.

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

github.com/hack-pad/go - cc1771e2fd0fbf02079f76a21b3548d6988296b0 authored about 2 years ago by Robert Griesemer <[email protected]>
go/internal/gcimporter: fix TestImportStdLib

The test attempted to find all stdlib packages by scanning
pkg/$GOOS_$GOARCH for .a files and th...

github.com/hack-pad/go - 8ed74ee39afab11012460fa3e54dd6b83a6439c0 authored about 2 years ago by Michael Matloob <[email protected]>
go/types, types2: make the new comparable semantics the default

Ordinary interface types now satisfy comparable constraints. This
is a fully backward-compatible...

github.com/hack-pad/go - 8fd2875c3e9455df722dd3c930332591eebbb3c2 authored about 2 years ago by Robert Griesemer <[email protected]>
cmd/go/internal/work: make formatOutput return an error that includes the import path

This refines the error output that was previously adjusted in CL 437298.

Longer term, we should...

github.com/hack-pad/go - af1a5d92871129e5fff093bcb3518b1ebfc86976 authored about 2 years ago by Bryan C. Mills <[email protected]>
runtime,hash/maphash: eliminate maphash torture test for -race

Disable the "torture" portion of the maphash tests if -race is in
effect (these tests can cause ...

github.com/hack-pad/go - e24380b6fa82682baa4103787373520c7685e38a authored about 2 years ago by Than McIntosh <[email protected]>
crypto/x509: include more hints for verification failure

Include hint from isValid, as well as CheckSignatureFrom.

Change-Id: I408f73fc5f12572f1937da50b...

github.com/hack-pad/go - 36b87f273cc43e21685179dc1664ebb5493d26ae authored about 2 years ago by Roland Shoemaker <[email protected]>
Revert "go/types, types2: make the new comparable semantics the default"

The CL below was accidentally submitted, while waiting for the freeze
exception. Reverting.

Thi...

github.com/hack-pad/go - 2ca32a5b99c37ac5851ecd5b994b3ba86f9766f7 authored about 2 years ago by Robert Griesemer <[email protected]>
internal/coverage: use io.Seek* constants

Use the io.Seek* constants instead of their deprecated os.SEEK_*
counterparts.

Change-Id: Ie899...

github.com/hack-pad/go - f5026496cfbe4701b62c6a6942c8a0df48f1053e authored about 2 years ago by Tobias Klauser <[email protected]>
archive/zip: tolerate compressed directories with zero uncompressed size

In CL 449955 we made reading of directories with associated file data
an error, since it is a "m...

github.com/hack-pad/go - 791f7580758d9e4ea2c393dbe91b5f89fa16da18 authored about 2 years ago by Roland Shoemaker <[email protected]>
crypto/ecdsa: verify validity of signature parameters in Verify

CL 353849 removed validation of signature parameters being passed to
Verify which led to two dis...

github.com/hack-pad/go - 34ab0bcc5eaf97cc0aff11cfe782e4c174d52ef0 authored about 2 years ago by Roland Shoemaker <[email protected]>
go/types, types2: make the new comparable semantics the default

Ordinary interface types now satisfy comparable constraints.

This change makes the new comparab...

github.com/hack-pad/go - 15e705ea963b5008112793507365e24b743606bc authored about 2 years ago by Robert Griesemer <[email protected]>
cmd/compile: fix inline static init with derived types

CL 450136 added handling for simple calls in staticinit. If there's any
derived types conversion...

github.com/hack-pad/go - c85848a4a62f839427bb56cb2772e008e405cf1f authored about 2 years ago by Cuong Manh Le <[email protected]>
cmd/cgo: walk {FuncType,TypeSpec}.TypeParams fields

This CL updates the cgo tool to walk the TypeParams fields for
function types and type declarati...

github.com/hack-pad/go - 8c0256b398f3b23f24a1a3ac0cb00c2d8fb7f506 authored about 2 years ago by Matthew Dempsky <[email protected]>
net: reenable SRV tests with _ldap._tcp.google.com

TestLookupDotsWithRemoteSource and TestLookupGoogleSRV
were disabled because they look up the no...

github.com/hack-pad/go - 3b3ab616925fb820d5168727d92f1745020f9f9d authored about 2 years ago by Damien Neil <[email protected]>
doc/go1.20: add runtime, runtime/trace, and runtime/pprof release notes

This change adds release notes for the "Runtime" section and updated
some of the release notes f...

github.com/hack-pad/go - 85ce1fd97f6d187e3e2af05440065b0561eff363 authored about 2 years ago by Michael Anthony Knyszek <[email protected]>
net/http: deflake and fix TestWrappedResponseController

Read the full (empty) response body before closing it,
to avoid cancelling the request while the...

github.com/hack-pad/go - 648f3febf54465162e095da99149de7a839576c6 authored about 2 years ago by Damien Neil <[email protected]>
cmd/compile: disallow CMOV optimization with ptr arithmetic as an arg

if q != nil {
p = &q.f
}

Which gets rewritten to a conditional move:

tmp :...

github.com/hack-pad/go - c8057d85692c01e96d3c04815a0a364c7cfb4d90 authored about 2 years ago by Keith Randall <[email protected]>
spec: document conversion from slice to array

Document that a slice can be converted to either an array or a pointer
to an array of a matching...

github.com/hack-pad/go - 60525dc31d9e4401d476d1ec9d91050dca700218 authored about 2 years ago by Tim King <[email protected]>
reflect: correct tpoy in comment

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

github.com/hack-pad/go - 78472603c6bac7a52d42d565558b9c0cb12c3f9a authored about 2 years ago by Ian Lance Taylor <[email protected]>
Revert "encoding/xml: disallow empty namespace when prefix is set"

This reverts CL 105636.

Reason for revert: Fails with existing XML data. At this stage in the ...

github.com/hack-pad/go - 483f3dc39fb187dadd28a0d06a92084a207715b3 authored about 2 years ago by Ian Lance Taylor <[email protected]>
doc/go1.20: revise linker release note

I misunderstood CL 420774. We didn't remove GO_LDSO, just that
make.bash no longer tries to set ...

github.com/hack-pad/go - 53c480077ab6729e64a4129162664adb70b18c62 authored about 2 years ago by Cherry Mui <[email protected]>
doc/go1.20: quote code in Bootstrap and Cgo sections

Add code tag for environment variables and file paths in the
Bootstrap section.

Add code tag fo...

github.com/hack-pad/go - 8c0f9ed4ce0b56c13fb1e1c52a3f48298775937e authored about 2 years ago by Cherry Mui <[email protected]>
testing: remove stale builder names from windows tests

A couple of the windows runtime tests were being gated by "if
testenv.Builder() == ..." guards t...

github.com/hack-pad/go - 0fd7be7ee5f36215b5d6b8f23f35d60bf749805a authored about 2 years ago by Than McIntosh <[email protected]>
doc/go1.20: add release notes for the linker

For #54202.

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

github.com/hack-pad/go - a4772376af5821c5c341ce9de49628d10d60971b authored about 2 years ago by Cherry Mui <[email protected]>
doc/go1.20: add release notes for PGO

For #54202.
For #55022.

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

github.com/hack-pad/go - 318e75bb7c42640d4fbd5c253b84d1226021654d authored about 2 years ago by Cherry Mui <[email protected]>
cmd/go: run the gpg command verbosely in TestScript/version_buildvcs_git_gpg

Also update test helper programs to avoid the deprecated io/ioutil
package and fix minor formatt...

github.com/hack-pad/go - bb0d8297d76cb578baad8fa1485565d9acf44cc5 authored about 2 years ago by Bryan C. Mills <[email protected]>
context: add lock in Cause to avoid race

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

github.com/hack-pad/go - 61f5a672edd6cce959a47e20dcfb59eaaa5ebd56 authored about 2 years ago by Ian Lance Taylor <[email protected]>
net: gofmt after CL 382996

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

github.com/hack-pad/go - fd22b0bf89e83aabce915ae86a677c10513de20f authored about 2 years ago by Tobias Klauser <[email protected]>
doc/go1.20: fix missing <code> tag

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

github.com/hack-pad/go - 0f28c478b25bc2b5d998b18abadd4ea5c6bb230f authored about 2 years ago by Tobias Klauser <[email protected]>
doc/go1.20: fix missing </code> tag

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

github.com/hack-pad/go - 9f0ffc938058de4b21c09126e996bb593575f973 authored about 2 years ago by Russ Cox <[email protected]>
cmd/api: rewrite as package test

No one ever runs 'go tool api', because the invocation
has gotten unwieldy enough that it's not ...

github.com/hack-pad/go - 0a8055ef3f84673dc3a70ce5143bdf9817986dea authored about 2 years ago by Russ Cox <[email protected]>
doc/go1.20: complete, add more library TODOs

Finish all standard library TODOs, including additions
flagged by another run of relnote.

Chang...

github.com/hack-pad/go - 76ec47eeec0e61bd5c679412ec847cdfaf1a95bb authored about 2 years ago by Russ Cox <[email protected]>
doc/go1.20: fix HTML closing tag

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

github.com/hack-pad/go - cc7530daa112f0b1501c220fd665b8d4bea8f201 authored about 2 years ago by Brad Fitzpatrick <[email protected]>
context: canceLLation

Fixes post-review comment on CL 375977.

Change-Id: If7117fd7b505670eb676a73d991917505bc18a4b
Re...

github.com/hack-pad/go - e79a4f71b7af648ef594f824951800ccc555d727 authored about 2 years ago by Russ Cox <[email protected]>
Implement MountFS on `Sub()` fallback to support non-read operations (#28)

Implements MountFS on `Sub()` fallback to support non-read operations.

Caveat: The `PathError...

github.com/hack-pad/hackpadfs - 62d66678aa534f671783495abb76b98676e7662f authored about 2 years ago by John Starich <[email protected]>
fstest: Use `hackpadfs.Fn()` and skip helpers to detect MountFS supported operations too (#27)

Uses `hackpadfs.Fn()` and skip helpers to detect MountFS supported
operations in `fstest`.

U...

github.com/hack-pad/hackpadfs - 53caad6c173e2d99d4adf1f6ede177d10a5479a7 authored about 2 years ago by John Starich <[email protected]>
lib/time, time/tzdata: update to 2022f

Version 2022f was released on 2022-10-29, see
https://mm.icann.org/pipermail/tz-announce/2022-O...

github.com/hack-pad/go - d5de62df152baf4de6e9fe81933319b86fd95ae4 authored about 2 years ago by Tobias Klauser <[email protected]>
syscall, runtime/internal/syscall: zero r2 before mips linux syscalls

All mips variant perform syscalls similarly. R2 (v0) holds r1 and R3
(v1) holds r2 of a syscall....

github.com/hack-pad/go - 2c7c98c3ad719aa9d6d2594827a6894ff9950042 authored about 2 years ago by Rongrong <[email protected]>
crypto/elliptic: remove deprecation markers

These should be deprecated, but per go.dev/wiki/Deprecated,
that should only happen two releases...

github.com/hack-pad/go - 7a9ce7465575ac1bfda3aa44b95712cdd5dc47cf authored about 2 years ago by Russ Cox <[email protected]>
crypto/rsa: remove deprecation markers for multiprime RSA support

These should be marked deprecated, but that needs a
(likely quick) proposal review.

The proposa...

github.com/hack-pad/go - 920f87adda5412a41036a862cf2139bed24aa533 authored about 2 years ago by Russ Cox <[email protected]>
doc/go1.20: document changes to os on Windows

This CL documents the changes introduced by
https://go-review.googlesource.com/c/go/+/405275.

C...

github.com/hack-pad/go - ff18af84019c7f6ce245db2aa6b19bb62c4ae02b authored about 2 years ago by qmuntal <[email protected]>
fmt: add uintptr test case

uintptr case was not covered, so add test.

Change-Id: I894e06cb7db250d5dc1f14293c0d5834bfb00b9a...

github.com/hack-pad/go - 7db54f1050b201948ab292312d0d59bc439d7b21 authored about 2 years ago by kijimaD <[email protected]>
cmd/compile: reenable inlstaticinit

This was disabled in CL 452676 out of an abundance of caution,
but further analysis has shown th...

github.com/hack-pad/go - f89b39c0af0c91d564266a0f7cb7bb9e52f28038 authored about 2 years ago by Russ Cox <[email protected]>
reflect: remove deprecation notices from SliceHeader, StringHeader

There has been no proposal discussion about adding these notices.
Also, even if we did decide to...

github.com/hack-pad/go - 9f2951b5d1bd0b5be67d32725f1236436c16d217 authored about 2 years ago by Russ Cox <[email protected]>
doc/go1.20: finish most standard library TODOs

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

github.com/hack-pad/go - 036696a2ea04a7be334b3f0442fcadcab2eeaf70 authored about 2 years ago by Russ Cox <[email protected]>
doc/go1.20: document new freebsd/riscv64 port

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

github.com/hack-pad/go - 109de31a1e70e8b959fe7e04df3b92774517dfa6 authored about 2 years ago by Russ Cox <[email protected]>
doc/go1.20: add hyperlinks, minor edits

Add links to all significant documentation symbols.
Fix or improve wording a few places.

Change...

github.com/hack-pad/go - 0e0b1cddf2bd4cdb629922149f17a21762158612 authored about 2 years ago by Russ Cox <[email protected]>
doc/go1.20: document spec changes

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

github.com/hack-pad/go - a16f4175b5ed1135279b29897e4d1d327476ec88 authored about 2 years ago by Russ Cox <[email protected]>
cmd/compile: fix error message wording

CL 450136 fixed a different copy of this error but missed this one.

With the compiler fix from ...

github.com/hack-pad/go - a8510f92e6c2b845c66f1fa428466ed3beafc083 authored about 2 years ago by Russ Cox <[email protected]>
doc/go1.20: document adding to the timeformat vet analysis

Address the release notes TODO regarding the timeformat analyzer.

Change-Id: Ic132569d84d6e00ee...

github.com/hack-pad/go - 4c0c0e5d9c59dbc2ce6493de4baf3ffb4c1531bb authored about 2 years ago by Tim King <[email protected]>
plugin: add warning

The plugin mechanism has a number of serious drawbacks.
This change documents them.

Fixes #5689...

github.com/hack-pad/go - ee56b3c51016f1db83150d08db4fdb9921230c71 authored about 2 years ago by Alan Donovan <[email protected]>
spec: add a link to Allocation section in section on append built-in

If needed, the built-in function append allocates a new underlying
array. While we (probably) do...

github.com/hack-pad/go - 72fdecafc0c1863f7540bd827a387e7e56836187 authored about 2 years ago by Robert Griesemer <[email protected]>
spec: document that trailing comma is valid after index in index expressions

At parse time we don't know if a[i] is an index expression or a
type (or function) instantiation...

github.com/hack-pad/go - 753ad5e1d59db9073abba07627723fa3267a52fd authored about 2 years ago by Robert Griesemer <[email protected]>
cmd/go: fix the DefaultCC check if CC is an absolute file missing an extension on Windows

This undoes the code (but not test) change from CL 451219, which turns
out to be slightly harmfu...

github.com/hack-pad/go - 1fbfc2f6eba6cc88a8fb0ae8e83afe80553f65df authored about 2 years ago by Bryan C. Mills <[email protected]>
cmd/vendor: update vendored github.com/google/pprof for Go 1.20 release

The Go 1.20 code freeze has recently started. This is a time to
update the vendored copy.

Done ...

github.com/hack-pad/go - bb917bd1b212dc8fff3852fa164667cd06b9f653 authored about 2 years ago by Cherry Mui <[email protected]>
all: enable disabled HTTP/2 tests

Update net/http to enable tests that pass with the latest update
to the vendored x/net.

Update ...

github.com/hack-pad/go - 21015cf6baed45a1e7c3d1a0dfe34c778140344f authored about 2 years ago by Damien Neil <[email protected]>
Revert "net/url, net/http/httputil: accept invalid percent encodings"

This reverts CL 450375.

Reason for revert: This change causes test failures (and possibly other...

github.com/hack-pad/go - 69ca0a859cbd8807b03b7772a11f5a147cd46565 authored about 2 years ago by Damien Neil <[email protected]>
cmd/dist: revise skip sequence added in CL 452763

Revise the code added in CL 452763 that skips some of the -race tests
on older windows builders....

github.com/hack-pad/go - 793f1a13f74bbc767525f138ae78faacda59b44c authored about 2 years ago by Than McIntosh <[email protected]>
archive/tar, archive/zip: disable ErrInsecurePath by default

This change is being made late in the release cycle.
Disable it by default. Insecure path checks...

github.com/hack-pad/go - 7a00f973a557fa8b5294652382a6280ddb196c1e authored about 2 years ago by Damien Neil <[email protected]>