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

doc: document the new types.Config.GoVersion field

Also update some other go/types release notes to use the present tense.

Updates #47694

Change-...

github.com/hack-pad/go - d6c4583ad4923533ddc9f5792ed3b66f3b9f9feb authored almost 3 years ago by Robert Findley <[email protected]>
runtime/pprof: increase systemstack calls in TestLabelSystemstack

TestLabelSystemstack needs to collect samples within runtime.systemstack
to complete the test.

...

github.com/hack-pad/go - f5ddd94334a63ac8107c976aa4bd6ee2171d7d64 authored almost 3 years ago by Michael Pratt <[email protected]>
cmd/api: run half as many go list calls in parallel

We currently run one 'go list' invocation per GOMAXPROC. Since the go
command uses memory and ha...

github.com/hack-pad/go - bb9b20a15d637667614ec4a312f216bd4c67b76a authored almost 3 years ago by Heschi Kreinick <[email protected]>
doc: document cmd/vet changes for generics in 1.18

Fixes #50011
Updates #47694

Change-Id: Id3d43f2f72de61b360b79c2b375ca1372d5f4692
Reviewed-on: h...

github.com/hack-pad/go - 9e29dd42df18141506dcfc2513e8a653564fdbf1 authored almost 3 years ago by Robert Findley <[email protected]>
cmd/compile: try to preserve IsStmt marks from OpConvert

Note when a statement mark was not consumed during Prog
generation, and try to use it on a subse...

github.com/hack-pad/go - 61011de1af0bc6ab286c4722632719d3da2cf746 authored almost 3 years ago by David Chase <[email protected]>
doc: add in release note about compiler being roughly 15% slower

Updates #49569

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

github.com/hack-pad/go - 7b7efd7a7c952f8b372c861c94acd159ee371acb authored almost 3 years ago by Dan Scales <[email protected]>
test: add extra typeswitch tests that cause duplicate cases

Augmented some of the typeswitch*.go tests so that some instantiations
have duplicate cases, in ...

github.com/hack-pad/go - c1c303f6f8b77d3ed4e135583f3d60b159907245 authored almost 3 years ago by Dan Scales <[email protected]>
cmd/go: fix hang in workspaces

golang.org/cl/365234 incorrectly had pruningForGoVersion always return
workspace pruning instead...

github.com/hack-pad/go - 85a8e1786a669efe525fd4555edb77a60bac2ffe authored almost 3 years ago by Michael Matloob <[email protected]>
cmd/compile/internal/types2: sort to reduce computational complexity of initOrder

This is a clean port of CL 369434 to types2.

Change-Id: I3f9f80757bfbefb7b0417eef9e7b7c74c4c100...

github.com/hack-pad/go - 6b609110fdfab4a496c246889f1e67fd7cba61df authored almost 3 years ago by Robert Findley <[email protected]>
go/types: sort to reduce computational complexity of initOrder

Our calculation of initOrder builds the dependency graph and then
removes function nodes approxi...

github.com/hack-pad/go - ac7e950d385b871ca28e1ac723d6ad97ebe3a4d7 authored almost 3 years ago by Robert Findley <[email protected]>
doc/go1.18: clarify additions to net package API

For #47694.

Updates #46518.

Change-Id: Ife3a8d3d6a1c50f55b5ab15730d5a6bd3ec512e1
Reviewed-on: ...

github.com/hack-pad/go - c759ec228435e387a5c863b6b886b49a055fa80a authored almost 3 years ago by Austin Clements <[email protected]>
build: for default bootstrap, use Go 1.17 if present, falling back to Go 1.4

Preparation for #44505, but safe for Go 1.18.
Also fixes the default build on Macs, at least for...

github.com/hack-pad/go - f5b5939c28ecb8b8c0897584fed78589c27348f6 authored almost 3 years ago by Russ Cox <[email protected]>
runtime: fix flake in TestCgoPprofThread

If the test's main goroutine receives a SIGPROF while creating the
C-owned thread for the test, ...

github.com/hack-pad/go - 46db6aa1573def4ba06dbf5c38e704d85dc303b6 authored almost 3 years ago by Rhys Hiltner <[email protected]>
net/smtp: skip TestTLSSClient on all freebsd platforms

This test seems like it needs attention from a TLS and/or FreeBSD
expert. In the meantime, it ne...

github.com/hack-pad/go - 3042ba34db86853c7035046716c4a00b2dbef2ed authored almost 3 years ago by Bryan C. Mills <[email protected]>
Revert "net: in (*netFD).dial, use the passed in local address if getsockname fails"

This reverts CL 366536

Reason for revert: may have caused #50033 due to an invalid or partially...

github.com/hack-pad/go - 2c85fcd47d6804d94a1fa4da65f756200ecf57a8 authored almost 3 years ago by Bryan Mills <[email protected]>
debug/buildinfo: update test for CL 369977

As a side effect of the changes in cmd/go/internal/work in CL 369977,
binaries built in GOPATH m...

github.com/hack-pad/go - 9fe77de3c198848b972915245e41ff26439b08aa authored almost 3 years ago by Bryan C. Mills <[email protected]>
cmd: go get golang.org/x/tools@fd2bfb7 (Dec 7 2021)

cd src/cmd
go get golang.org/x/tools@fd2bfb7
go mod tidy
go mod vendor

Brings in fixes to c...

github.com/hack-pad/go - 08025a9d6d7d33f3ac0c78b4d067bdc339225507 authored almost 3 years ago by Russ Cox <[email protected]>
doc/go1.18: move fuzzing to tools section

For #47694

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

github.com/hack-pad/go - a19e72cb89fd33e5bf1474887e267806f65b7a40 authored almost 3 years ago by Ian Lance Taylor <[email protected]>
cmd/go: fix references to old `go mod editwork`

That is replaced by `go work edit`.

Change-Id: I39996c7bea0182a18edf6a1f70b6616c74099a1b
Review...

github.com/hack-pad/go - 016e6ebb4264f4b46e505bb404953cdb410f63f2 authored almost 3 years ago by Hana <[email protected]>
Revert "build: for default bootstrap, use Go 1.17 if present, falling back to Go 1.4"

This reverts https://golang.org/cl/369914.

Reason for revert: Breaking previously working toolc...

github.com/hack-pad/go - 34573aeb9717cf20d768e640c263b294df5318a4 authored almost 3 years ago by Michael Pratt <[email protected]>
runtime/pprof: assert that labelHog samples are always labeled

With https://golang.org/issue/50007 resolved, there are no known issues
with pprof labels remain...

github.com/hack-pad/go - 0a15e7851a0ea1ebe1523bb70a6cfe56488ea2ef authored almost 3 years ago by Michael Pratt <[email protected]>
runtime/pprof: consume tag for first CPU record

profBuf.write uses an index in b.tags for each entry, even if that entry
has no tag (that slice ...

github.com/hack-pad/go - a3ae45ebe1b3576428f5eb27347704b2d099eab0 authored almost 3 years ago by Michael Pratt <[email protected]>
cmd/compile: deal with unsatisfiable type assertion in some instantiations

Deal with case where a certain instantiation of a generic
function/method leads to an unsatisfia...

github.com/hack-pad/go - cf1ec173603f950aaccb549602ed0fee57e6b709 authored almost 3 years ago by Dan Scales <[email protected]>
doc/go1.18: mention bytes.Cut and strings.Cut

For #47694.

Updates #46336.

Change-Id: Ibbd058a1fd4d6b0aa38d3e8dc15b560d1e149f7e
Reviewed-on: ...

github.com/hack-pad/go - e08d1fba37ad32fbe7e8d57cd75c9a88dfdde87f authored almost 3 years ago by Austin Clements <[email protected]>
doc/go1.18: drop TODO for "Changes to the language"

For #47694

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

github.com/hack-pad/go - dc50d69119ca8070dd16fb968b46f21f854d89fb authored almost 3 years ago by Austin Clements <[email protected]>
cmd/go: fix flaky test

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

github.com/hack-pad/go - daf901810553b0ccdd9562523ecfad7d11e9b001 authored almost 3 years ago by Katie Hockman <[email protected]>
internal/fuzz: handle unrecoverable errors during minimization

Previously, if an unrecoverable error occurred during
minimization, then the input that caused t...

github.com/hack-pad/go - 2ebe081288377fa4e9f71b1dab8557a042a9a670 authored almost 3 years ago by Katie Hockman <[email protected]>
cmd/link, cmd/go: make version info easier to extract

Reading the version information to date has required evaluating
two pointers to strings (which t...

github.com/hack-pad/go - b37a5391f9e452aa779205add12bd89f44e3fcf0 authored almost 3 years ago by Russ Cox <[email protected]>
build: for default bootstrap, use Go 1.17 if present, falling back to Go 1.4

Preparation for #44505, but safe for Go 1.18.
Also fixes the default build on Macs, at least for...

github.com/hack-pad/go - 4300f105147dc0da9d1034704ad1cd24bedde5da authored almost 3 years ago by Russ Cox <[email protected]>
cmd/go: add missing cgo conditions in script tests

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

github.com/hack-pad/go - a08bbd964dd037331b2693aff731ec2d8376a721 authored almost 3 years ago by Bryan C. Mills <[email protected]>
doc/go1.18: add docs for -count when benchmarking

CL 356669

Updates #47694

Change-Id: I49e0cdd3b34e81e9e44020a8eb1304d78249cd66
Reviewed-on: htt...

github.com/hack-pad/go - 085d6ff5312a789b8c34c51e84e4a2b39a6631ca authored almost 3 years ago by Jeremy Faller <[email protected]>
net/http: remove arbitrary timeout in TestServerHijackGetsBackgroundByte_big

This test fails with "timeout" once per couple of months.
It may be that the arbitrary timeout i...

github.com/hack-pad/go - e5ba7d3abf1e356f8cb7d760f95a389dd08c63ae authored almost 3 years ago by Bryan C. Mills <[email protected]>
runtime: fix comments on the behavior of SetGCPercent

Fixes for #49680, #49695, #45867, and #49370 all assumed that
SetGCPercent(-1) doesn't block unt...

github.com/hack-pad/go - 4c943abb95578da4bfd70d365814a130da8d5aa2 authored almost 3 years ago by Michael Anthony Knyszek <[email protected]>
cmd/go: fix tests broken in CL 358539

CL 358539 revised the build-stamp format, and updated the git and hg
tests to match. However, th...

github.com/hack-pad/go - dc65c489cc5a795a68d844ed7a45e5d16562401d authored almost 3 years ago by Bryan C. Mills <[email protected]>
net: in (*netFD).dial, use the passed in local address if getsockname fails

'man getsockname' lists a number of possible failure modes, including
ENOBUFS (for resource exha...

github.com/hack-pad/go - e07b02ff87af594a68484dcb1e3a78d1c39abc56 authored almost 3 years ago by Bryan C. Mills <[email protected]>
cmd/dist: enable plugin test on Linux/ARM64

The test was skipped because with the old gold linker on the
builder it fails with an internal e...

github.com/hack-pad/go - 0eb39ca1f0ca118e78648fb6844d35d0a96e5eee authored almost 3 years ago by Cherry Mui <[email protected]>
runtime: clean up redundant calls to SetGCPercent in debug_test.go

SetGCPercent(-1) is called by several tests in debug_test.go (followed
by a call to runtime.GC) ...

github.com/hack-pad/go - 6f65d470d8b688573891420f7a428191d8c6cd49 authored almost 3 years ago by Michael Anthony Knyszek <[email protected]>
misc/cgo/testplugin: remove skip in TestIssue25756pie

Though this was a problem for Go 1.17,
it appears not to be a problem on tip.

This reverts chan...

github.com/hack-pad/go - 79b425e9fca11d189142504bc81cf4e009092f6d authored almost 3 years ago by Dmitri Shuralyov <[email protected]>
runtime: call runtime.GC in several tests that disable GC

These tests disable GC because of the potential for a deadlock, but
don't consider that a GC cou...

github.com/hack-pad/go - 871d63fb73476bc3bf52ceec9aa8bef3ffc85d51 authored almost 3 years ago by Michael Anthony Knyszek <[email protected]>
net: clarify that conn.LocalAddr and conn.RemoteAddr might not be known

For #34611

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

github.com/hack-pad/go - 8ea0ffb84a5807438061d34256448df9948a3809 authored almost 3 years ago by Bryan C. Mills <[email protected]>
log/syslog: create unix sockets in unique directories

startServer was invoking os.Remove on the temporary file for a unix
socket after creating it. Si...

github.com/hack-pad/go - 6180c4f5ebae4635377dfa778e05097cf8fc69a8 authored almost 3 years ago by Bryan C. Mills <[email protected]>
doc/go1.18: add new sync.[RW]Mutex methods

CL 319769

Updates #47694

Change-Id: I9655af0d249926617645c33617d53b73f985aa19
Reviewed-on: htt...

github.com/hack-pad/go - d16a57542a83adfb8182508291ddcfe99c406818 authored almost 3 years ago by Jeremy Faller <[email protected]>
doc/go1.18: add changes to strconv.Unquote to release notes

CL 343877

Updates #47694

Change-Id: I37a0a0d1f7ab937b12812981ecddc89eb8c99c24
Reviewed-on: htt...

github.com/hack-pad/go - 870f33f6efcbb5db7b556cbe3438aa7925270825 authored almost 3 years ago by Jeremy Faller <[email protected]>
doc/go1.18: add docs for js.Wrapper's removal

CL 356430

Updates #47694

Change-Id: I802cd50f2827caa0549c25685c0b1bb8dfc40968
Reviewed-on: htt...

github.com/hack-pad/go - 1c4cf50e113f402eb6986a2007cd9c820b1bb69f authored almost 3 years ago by Jeremy Faller <[email protected]>
doc/go1.18: add changes to regexp to release notes

CL 354569

Updates #47694

Change-Id: I78536c110215b3c9f247c1420bcaa5fc3d8fb930
Reviewed-on: htt...

github.com/hack-pad/go - 0bbb74b5ac8c01def959ef2e32ac3295d4f2707e authored almost 3 years ago by Jeremy Faller <[email protected]>
doc/go1.18: minor tweaks to generics section

This CL reorders the bullet points in the generics section to more
closely match what I think us...

github.com/hack-pad/go - 9ecb853cf2252f3cd9ed2e7b3401d17df2d1ab06 authored almost 3 years ago by Austin Clements <[email protected]>
src/cmd/go/internal/work: lock Builder output mutex consistently

To prevent interleaving of output when 'go build' compiles several
packages in parallel, the out...

github.com/hack-pad/go - 765cc726b64044a55fb37d10a8bec1c153b06be5 authored almost 3 years ago by miller <[email protected]>
runtime: set iOS addr space to 40 bits with incremental pagealloc

In iOS <14, the address space is strictly limited to 8 GiB, or 33 bits.
As a result, the page al...

github.com/hack-pad/go - c27a3592aec5f46ae18f7fd3d9ba18e69e2f1dcb authored almost 3 years ago by Michael Anthony Knyszek <[email protected]>
cmd/go: update "go help doc" docs

This CL updates "go help doc" docs so they reflect the following
changes:

- CL 59413 modified "...

github.com/hack-pad/go - 7a840664fe9d8d4c11b943dba77c513dba5207a1 authored almost 3 years ago by Roi Martin <[email protected]>
doc/go1.18: cite CLs for more efficient scavenging

For #47694.

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

github.com/hack-pad/go - 2cb9042dc2d5fdf6013305a077d013dbbfbaac06 authored almost 3 years ago by Austin Clements <[email protected]>
[dev.boringcrypto] crypto/internal/boring: add -pthread linker flag

goboringcrypto_linux_amd64.syso references pthread functions, so
we need to pass -pthread to the...

github.com/hack-pad/go - 21fa0b21996bc70c171bfa0f0c8917ecb0e73c75 authored almost 3 years ago by Cherry Mui <[email protected]>
go/types, types2: unexport NewTypeList

NewTypeList was not part of the go/types API proposal, and was left in
by accident. It also shou...

github.com/hack-pad/go - f8a8a73096a4d36ce7d35e9643db89e669bbee1f authored almost 3 years ago by Robert Findley <[email protected]>
all: update vendored golang.org/x/sys

Update the vendored x/sys to pick up CL 368994, which remove the
declaration of function darwinS...

github.com/hack-pad/go - 20b9aaca30f7caa5a7cdd05fe0c2e18f64b04a16 authored almost 3 years ago by zhouguangyuan <[email protected]>
test/ken/slicearray.go: correct type width in comment

The type was changed in https://golang.org/cl/3991043 but the comment
wasn't updated.

Change-Id...

github.com/hack-pad/go - ecf6b52b7f4ba6e8c98f25adf9e83773fe908829 authored almost 3 years ago by Ian Lance Taylor <[email protected]>
Add example S3 file system (#9)

Add tested, fully-working example file system for S3.

Uses a Go sub-module to isolate big dep...

github.com/hack-pad/hackpadfs - cd42db75260266c5c71145d07050313c9e6f6684 authored almost 3 years ago by John Starich <[email protected]>
doc/go1.18: use correct link for reflect.PointerTo

For #47694

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

github.com/hack-pad/go - 3396878af43752a7c25406dabd525754f80a1c40 authored almost 3 years ago by Ian Lance Taylor <[email protected]>
doc/go1.18: add docs for SysProcAttr.Pdeathsig

CL 355570

Updates #47694

Change-Id: I922cda28ca4cf1ae6d5e4f457cc66d5041b0e3e8
Reviewed-on: htt...

github.com/hack-pad/go - 1876b38263407ba51f9f3fa2e412ac3f84d3cb95 authored almost 3 years ago by Jeremy Faller <[email protected]>
doc/go1.18: expand section on generics

Also, move it up in the document.

Updates #47694

Change-Id: I927c4c845089a5c22e2c5b5f3de1831c0...

github.com/hack-pad/go - 549cfefc7233f17e6bf2d79294d11882181e9387 authored almost 3 years ago by Robert Griesemer <[email protected]>
doc/go1.18: add documentation for changes to go/types

The number of involved CLs is too large (hundreds) so
no CLs are mentioned in (html) comments.

...

github.com/hack-pad/go - cd5f2cf50f6372e31dde0b407c1c3be57a2ce90f authored almost 3 years ago by Robert Griesemer <[email protected]>
doc/go1.18: add documentation for changes to go/ast

Updates #47694

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

github.com/hack-pad/go - fa88ba1e8adacda08973d112cca8d6e66c1390e1 authored almost 3 years ago by Robert Griesemer <[email protected]>
doc/go1.18: add documentation for changes to go/token

Updates #47694

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

github.com/hack-pad/go - 821bf04f2aa6b79d1d66ef7aba7537d346ea5a21 authored almost 3 years ago by Robert Griesemer <[email protected]>
doc/go1.18: add documentation for changes to go/constant

Updates #47694

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

github.com/hack-pad/go - ba83aa7caa4116266b6cc999d4e1fe9123fe18cb authored almost 3 years ago by Robert Griesemer <[email protected]>
test: add test of select inside generic function

Make sure that we can import/export selects for generics.

Change-Id: Ibf36e98fc574ce9275820aa42...

github.com/hack-pad/go - 9ae0b35fad5d4bb95cdcf4a05fcf4b077a798572 authored almost 3 years ago by Keith Randall <[email protected]>
doc/go1.18: change github.com/golang/go/issues to golang.org/issue

Updates #47694

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

github.com/hack-pad/go - d20a0bfc8a7fd70537766990691d4c9e5841e086 authored almost 3 years ago by Hossein Zolfi <[email protected]>
cmd/compile/abi-internal: mention SSE restriction on Plan 9

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

github.com/hack-pad/go - b3e1fbff4d45034a9345cf5ee95099c2742c78c6 authored almost 3 years ago by Austin Clements <[email protected]>
doc/go1.18: catch up with runtime/compiler commits and API changes

For #47694.

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

github.com/hack-pad/go - ebe99189fce39be68ef4eafa29923b3a6585a262 authored almost 3 years ago by Austin Clements <[email protected]>
[dev.boringcrypto] misc/boring: add new releases to RELEASES file

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

github.com/hack-pad/go - a38b43e4ab62b974fce5ba34fc17f442e725af6a authored almost 3 years ago by Michael Anthony Knyszek <[email protected]>
.github: use multiple issue templates

There are currently multiple issue templates floating around for
different projects, these can s...

github.com/hack-pad/go - c4a8550421ce16f233b48a85dc5dd04b16469b7f authored almost 3 years ago by Sean Liao <[email protected]>
doc/go1.18: mention fuzzing in the release notes

Also make a few small formatting fixes.

Change-Id: Iad99d030312393af3b6533f2cd00f09aea0f2a7d
Re...

github.com/hack-pad/go - deb988a2866ce541058d8af3844912d1a638980b authored almost 3 years ago by Katie Hockman <[email protected]>
doc/go1.18: reorganize runtime/compiler a little

For #47694.

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

github.com/hack-pad/go - d921bb21df43a9bf1a6c22ab208d6a4bc9d05146 authored almost 3 years ago by Austin Clements <[email protected]>
test: re-enable a bunch of tests with types2

Enable a bunch of types2-related error tests to run successfully, so
they no longer have to be d...

github.com/hack-pad/go - 29483b3dae9bc043887b5372aefe0e53194b9ce7 authored almost 3 years ago by Dan Scales <[email protected]>
runtime: fix missing pprof labels

Use gp.m.curg instead of the gp when recording cpu profiler stack
traces. This ensures profiler ...

github.com/hack-pad/go - 9b0de0854d5a5655890ef0b2b9052da2541182a3 authored almost 3 years ago by Felix Geisendörfer <[email protected]>
os: test that LookupEnv reports all keys found in Environ

For #49886

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

github.com/hack-pad/go - a174638a5cc88eb4fccaaa699990f5626fbb0e30 authored almost 3 years ago by Bryan C. Mills <[email protected]>
builtin: document "any" and "comparable"

Fixes #49927

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

github.com/hack-pad/go - 098599003ba78225152d22984f82f78892221dad authored almost 3 years ago by Ian Lance Taylor <[email protected]>
cmd/compile: set PPC64's MAXWIDTH as other architectures

PPC64's MAXWIDTH is set as 1<<60 whereas on other 64-bit
architetures it is set as 1<<50. Set to...

github.com/hack-pad/go - 8da66a35cab2de4f7ce0215c47929be624eeb03d authored almost 3 years ago by Cherry Mui <[email protected]>
runtime/race: rebuild darwin syso to work around macOS 12 malloc reserved address

On macOS 12 a new malloc implementation (nano) is used by default,
and apparently it reserves ad...

github.com/hack-pad/go - 5f6552018d1ec920c3ca3d459691528f48363c3c authored almost 3 years ago by Cherry Mui <[email protected]>
doc/go1.18: mention new -asan option

For #44853
For #47694

Change-Id: Ia76246218b1361d8bdf510bbfc5178c83cdd3eec
Reviewed-on: https:/...

github.com/hack-pad/go - 8835343280029eaf86e0612d600ae7af5c68b092 authored almost 3 years ago by Ian Lance Taylor <[email protected]>
crypto/x509: fix comments on certDirectories

CL 205237 allowed SSL_CERT_DIR to be a colon delimited list of
directories. In the case that SSL...

github.com/hack-pad/go - fd4b391849dcd3ac0e90d3a86b0ee7df00b9b269 authored almost 3 years ago by Shang Jian Ding <[email protected]>
doc/go1.18: remove some TODOs for changes we aren't mentioning

Updates #47694

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

github.com/hack-pad/go - 06dbf6121ad77e9ea3288df99bfe4e94f8776f38 authored almost 3 years ago by Jeremy Faller <[email protected]>
doc/go1.18: add docs on FieldByIndexErr

From:
https://go-review.googlesource.com/c/go/+/357962/

Updates #47694

Change-Id: I2d43dcbd28c...

github.com/hack-pad/go - 48e4284e551fceee7a45c11af791813782ca7e82 authored almost 3 years ago by Jeremy Faller <[email protected]>
doc/go1.18: add docs on new reflect.Value methods

From:

https://go-review.googlesource.com/c/go/+/352131/

Updates #47694

Change-Id: I7c7811c499...

github.com/hack-pad/go - e533b5793f43ed44f1562a10d974cb3bc3688226 authored almost 3 years ago by Jeremy Faller <[email protected]>
doc/go1.18: add docs on MapIter.Reset

From:

https://go-review.googlesource.com/c/go/+/321891

Updates #47694

Change-Id: I2cdd5d9f3da...

github.com/hack-pad/go - f9b2733e3a8b4911b932671b0bd9fc4190cf59aa authored almost 3 years ago by Jeremy Faller <[email protected]>
doc/go1.18: add docs on User.GroupIds

Cobbled up some release notes from:

https://go-review.googlesource.com/c/go/+/330753/

Updates ...

github.com/hack-pad/go - bcb98f126bc3a12a63333069b669cb8aaf251b89 authored almost 3 years ago by Jeremy Faller <[email protected]>
doc/go1.18: add docs on Cookie.Valid

Updates #47694

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

github.com/hack-pad/go - c8c89d20ce206969ea48819af3ef0309299f9f6c authored almost 3 years ago by Jeremy Faller <[email protected]>
doc/go1.18: add deprecation note for net.Error.Temporary

Updates #47694

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

github.com/hack-pad/go - 25f06cb71f06406bd38de0a37967edc6ec8ca120 authored almost 3 years ago by Jeremy Faller <[email protected]>
doc/go1.18: add Conn.NetConn documentation to crypto/tls section

Updates #47694

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

github.com/hack-pad/go - 94e22fa03eb5eb678689e05b8e309cd23f874698 authored almost 3 years ago by Jeremy Faller <[email protected]>
doc/go1.18: add constraints package documentation

Updates #47694

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

github.com/hack-pad/go - d3bf627bc1e1a4959ecff797754e4a636aa6be1c authored almost 3 years ago by Jeremy Faller <[email protected]>
doc/go1.18: add information on new pacer.

This is based off Michael's notes.

Updates #47694

Change-Id: I6e7944f85b776e8481829a2fafd177a4...

github.com/hack-pad/go - d514411625bdd437c7d1997b92685bb03bfbf2a8 authored almost 3 years ago by Jeremy Faller <[email protected]>
cmd/compile: report channel size errors correctly for -G=3

First, we need to set base.Pos in varDecl() and typeDecl(), so it will
be correct if we need to ...

github.com/hack-pad/go - bbe1be5c19f04816f5f9162c2be75351480c92a0 authored almost 3 years ago by Dan Scales <[email protected]>
doc/go1.18: add short-circuit evaluation for text/template

This description is based on https://golang.org/cl/321490.

Updates #47694

Change-Id: I48656cd4...

github.com/hack-pad/go - 3c6295d272d09e6c7be912510e4b62afc0ef8ffc authored almost 3 years ago by Jeremy Faller <[email protected]>
all: update vendored golang.org/x/tools

Update the vendored x/tools to pick up CL 364678, which updates vet
analyzers following a change...

github.com/hack-pad/go - 469f030dcaad765b3a40b2e0a88f4000357e61be authored almost 3 years ago by Robert Findley <[email protected]>
runtime: break out new minimum heap size into a goexperiment

The new minimum heap of 512 KiB has been the cause of some build
slowdown (~1%) and microbenchma...

github.com/hack-pad/go - c5c1955077cb94736b0f311b3a02419d166f45ac authored almost 3 years ago by Michael Anthony Knyszek <[email protected]>
misc/ios: bump min version

For #48076

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

github.com/hack-pad/go - 36be0beb05043e8ef3b8d108e9f8977b5eac0c87 authored almost 3 years ago by Changkun Ou <[email protected]>
runtime: print errno on clock_gettime failure on OpenBSD

For #49532.

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

github.com/hack-pad/go - 28ec0fdeb500b4d0ab5c0ac07cba2f5ebc12ae32 authored almost 3 years ago by Austin Clements <[email protected]>
cmd/compile: fix case where g.curDecl should be saved/restored

When we set g.curDecl for the type params created during fillinMethods
for an instantiated type,...

github.com/hack-pad/go - d34051bf16d86a88e6c5764aa076219069702045 authored almost 3 years ago by Dan Scales <[email protected]>
net: remove arbitrary deadlines in PacketConn tests

When TestPacketConn was added (in CL 6501057) it included arbitrary
100ms deadlines. Those deadl...

github.com/hack-pad/go - 1b2930d70c8bad5ecae08275e56e228e0f424b02 authored almost 3 years ago by Bryan C. Mills <[email protected]>
os/exec: in TestContextCancel, dump goroutines on failure

If this test fails, we want to know exactly what the os/exec
goroutines are doing. Panicking giv...

github.com/hack-pad/go - 00dbcb33f8c20ce51de558cbc9de811b1ba0f70c authored almost 3 years ago by Bryan C. Mills <[email protected]>
doc/go1.18: mention stack trace change

For #47694.

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

github.com/hack-pad/go - c3a7fb207409a77b2ad644fe777db04d7df8e08c authored almost 3 years ago by Cherry Mui <[email protected]>
gcimporters: allow reusing empty interfaces on the RHS of type decls

We guard against caching or reusing interfaces on the RHS of a type
declaration, because for suc...

github.com/hack-pad/go - 0103fd2b8b3e57ead47a65501eb5ce5f444e0077 authored almost 3 years ago by Robert Findley <[email protected]>
cmd/go/internal/modfetch: remove legacy code

ReadFileRevs function is no longer used.

Change-Id: Ibac6319dca4cf8010195e7c2fb502655494fb728
R...

github.com/hack-pad/go - 6c4bf8fb8a2216a09d22ae0c87a04b7865f794c8 authored almost 3 years ago by Baokun Lee <[email protected]>