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: fix flaky *TimeoutMustNotReturn tests

The tester goroutine doesn't always gets a chance to run before the
timeout expires. Wait for th...

github.com/hack-pad/go - dd2d00f9d57ba6aafb084d83ffc7fb35f97b8c84 authored over 2 years ago by Dmitri Goutnik <[email protected]>
go/token: delete unused File.set field

This field is only used for a sanity check in a test.

Change-Id: I868ed10131ec33994ebb1b1d88f67...

github.com/hack-pad/go - 6c25ba624fd032a20dcfa94f9f9f0ae32c57c54b authored over 2 years ago by Alan Donovan <[email protected]>
idb: Fix inconsistently stored blob type (#16)

This atomic value was incorrectly set to a byte slice instead of a `*blob.Bytes` type.

github.com/hack-pad/hackpadfs - e548a3a245e48de5c0979814f4b5c807959b8090 authored over 2 years ago by John Starich <[email protected]>
cmd/dist: add package . to 'go test' commands

This suppresses verbose output if the test passes,
eliminating some "hello from C" noise for the...

github.com/hack-pad/go - 9068c6844dc0f0100bd810ad73dbf877bb92507b authored over 2 years ago by Bryan C. Mills <[email protected]>
runtime: write much more direct test for semaphore waiter scalability

This test originally existed as two tests in test/locklinear.go, but
this checked against actual...

github.com/hack-pad/go - 7bad61554ec6da4ba4cbad443074360408890603 authored over 2 years ago by Michael Anthony Knyszek <[email protected]>
cmd/go: add more tracing

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

github.com/hack-pad/go - f38a580a51cd2fc072aabc9dd45b9e0a85064c81 authored over 2 years ago by Michael Matloob <[email protected]>
[dev.unified] all: merge master (635b124) into dev.unified

Merge List:

+ 2022-06-16 635b1244aa cmd/go: pass GOEXPERIMENT through to subtests
+ 2022-06-16 ...

github.com/hack-pad/go - 1f4e8afafee02b69231ac31bfff7c7211bb41336 authored over 2 years ago by Matthew Dempsky <[email protected]>
cmd/go: pass GOEXPERIMENT through to subtests

This fixes:

export GOEXPERIMENT=unified
go install cmd
go install std cmd
go install std cm...

github.com/hack-pad/go - 635b1244aa7671bcd665613680f527452cac7555 authored over 2 years ago by Russ Cox <[email protected]>
expvar: don't crash if map value set to nil

Fixes #52719

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

github.com/hack-pad/go - ef808ae1d446700aeeb19d5aa041ca14db44c951 authored over 2 years ago by Ian Lance Taylor <[email protected]>
go/parser: remove unused method checkBinaryExpr

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

github.com/hack-pad/go - 32510eea742162bc8048e8eaa68c2c5b1d8712d2 authored over 2 years ago by Robert Griesemer <[email protected]>
cmd/go: parallelize matchPackages work in each module

In each module matchPackages looks in, when doing the walk, do the
scanDir call in a par.Queue s...

github.com/hack-pad/go - 74f1fa6ecbf79c778fc18d2a6b563fbb94f4b740 authored over 2 years ago by Michael Matloob <[email protected]>
cmd/link: consider alignment in carrier symbol size calculation

Currently, when we calculate the size of a carrier symbol, we use
the previous symbol's end addr...

github.com/hack-pad/go - 1d9d99b7ce279f2af928f79cbc5906d99f29bb67 authored over 2 years ago by Cherry Mui <[email protected]>
spec: adjust incorrect sentence in section on rune literals

Add an additional example.

Fixes #53217.

Change-Id: I899376b9c1fa8dc5d475d8d3d6c8788ab79b0847
...

github.com/hack-pad/go - bcce8ef4982cf29715895277ad84aaf16991e06b authored over 2 years ago by Robert Griesemer <[email protected]>
test: add test that gofrontend fails

For #52870

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

github.com/hack-pad/go - ecc268aa26b81cb53f2f6f62ea9d074a610771fe authored over 2 years ago by Ian Lance Taylor <[email protected]>
internal/goarch, internal/goos: update generators for syslist.go

Update the generator programs for the changes to syslist.go in CL
390274 and the changes to the ...

github.com/hack-pad/go - b6c16068897c370661f03af91e8ba46860408e61 authored over 2 years ago by Ian Lance Taylor <[email protected]>
reflect: fix reference comment to runtime/map.go

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

github.com/hack-pad/go - 91baf5ceccc363c21925aee8611c2c279806238b authored over 2 years ago by Koichi Shiraishi <[email protected]>
[dev.unified] test: extract different inline test between unified and non-unified

Unified IR records the inline nodes position right at the position of
the inline call, while the...

github.com/hack-pad/go - 8a9485c023543ba688b6b316223e243fdf36b074 authored over 2 years ago by Cuong Manh Le <[email protected]>
syscall: clarify Pdeathsig documentation on Linux

This is a rather large footgun, so let's mention that it sends the signal on thread termination ...

github.com/hack-pad/go - 0e3d0c9581d1d31a94f5c70a528ff0bdba5c523d authored over 2 years ago by Vojtěch Boček <[email protected]>
go/types, types2: add test case for issue for coverage

The specific error doesn't occur anymore.
Add a test to prevent regressions.

For #50729.

Chang...

github.com/hack-pad/go - 74bf90c779b3d4a4babd3e3de38e3d3e5d9dd7de authored over 2 years ago by Robert Griesemer <[email protected]>
doc/go1.19: use matching closing tag in unix build constraint heading

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

github.com/hack-pad/go - 0cd0c12f576a3be39f44d20145eba334adce0bba authored over 2 years ago by Tobias Klauser <[email protected]>
syscall, runtime/internal/syscall: always zero the higher bits of return value on linux/loong64

All loong64 syscalls return values only via R4/A0, and R5/A1 may contain unrelated
content. Alwa...

github.com/hack-pad/go - 97bfc77f3897d6268cf4f9bb6756b97ff5e7cc03 authored over 2 years ago by Guoqi Chen <[email protected]>
net/netip: add missing ) in ParsePrefix errors

The existing error messages didn't add right parenthesis ')' properly
leading to improper format...

github.com/hack-pad/go - 937fa5000a7bb07ed62d35a1aea9ea0819659084 authored over 2 years ago by subham sarkar <[email protected]>
cmd/link: set alignment for carrier symbols

For carrier symbols like type.*, currently we don't set its
alignment. Normally it doesn't actua...

github.com/hack-pad/go - c2c76c6f198480f3c9aece4aa5d9b8de044d8457 authored over 2 years ago by Cherry Mui <[email protected]>
cmd/go/internal/modindex: disable indexing for modules outside GOROOT and the module cache

Since CL 410821 we were indexing these modules with a cache key based
on the mtimes of the files...

github.com/hack-pad/go - 36147dd1e8d8e21affbf5d8a758608e63304e4a7 authored over 2 years ago by Bryan C. Mills <[email protected]>
test: add tests for string/[]byte/[]rune conversions

Matches examples in spec section on string conversions.

For #23814.

Change-Id: I08099c27bfdb98...

github.com/hack-pad/go - 2a78e8afc0994f5b292bc9a5a7258c749e43032f authored over 2 years ago by Robert Griesemer <[email protected]>
net: avoid infinite recursion in Windows Resolver.lookupTXT

For #33097

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

github.com/hack-pad/go - f9c0264107a9a36832d70781fe100cff16917855 authored over 2 years ago by Ian Lance Taylor <[email protected]>
spec: clarify "slice of bytes" and "slice of runes" through examples

The spec section on conversions uses the terms "slice of bytes" and
"slice of runes". While not ...

github.com/hack-pad/go - 0dffda13834545317569052a9de7dfbf27b62c5d authored over 2 years ago by Robert Griesemer <[email protected]>
reflect: when StructOf overflows computing size/offset, panic

Fixes #52740

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

github.com/hack-pad/go - c22a6c3b906cd37616d76da5f504c4c3e5677d94 authored over 2 years ago by Keith Randall <[email protected]>
cmd/compile,runtime,reflect: move embedded bit from offset to name

Previously we stole a bit from the field offset to encode whether
a struct field was embedded.

...

github.com/hack-pad/go - e1e66a03a6bb3210034b640923fa253d7def1a26 authored over 2 years ago by Keith Randall <[email protected]>
[dev.unified] cmd/compile: more Unified IR docs and review

This adds more documentation throughout the core Unified IR logic and
removes their UNREVIEWED n...

github.com/hack-pad/go - 394ea70cc925ab59b6c1a3d41accbc5613c71e3b authored over 2 years ago by Matthew Dempsky <[email protected]>
cmd/go: quote package directory when calling glob

Fixes #53314

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

github.com/hack-pad/go - cb9bf93078c54187f5be9d8a65c81c249d12d3c5 authored over 2 years ago by Ian Lance Taylor <[email protected]>
cpu: fix typos in test case

Change-Id: Id6a27d0b3f3fc4181a00569bacc578e72b04ce09
GitHub-Last-Rev: 85c063d1a2d62181d16044592a...

github.com/hack-pad/go - cad477c922b8b6f71e3f0968822841430516c639 authored over 2 years ago by ag9920 <[email protected]>
runtime: add HACKING section on nosplit functions

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

github.com/hack-pad/go - c29be2d41c6c3ed78a76b4d8d8c1c22d7e0ad5b7 authored over 2 years ago by Austin Clements <[email protected]>
doc/go1.19: minor edits

For #51400

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

github.com/hack-pad/go - c5be77b687369783ed8a109482452c7811f7803c authored over 2 years ago by Austin Clements <[email protected]>
sync: improve linearity test robustness

This change improves the robustness of the locklinear test in the
following ways:

* It removes ...

github.com/hack-pad/go - 56bc3098f4ed42b272a45c246dcd42d28d89a69a authored over 2 years ago by Michael Anthony Knyszek <[email protected]>
sync: move lock linearity test and treat it like a performance test

This change moves test/locklinear.go into the sync package tests, and
adds a bit of infrastructu...

github.com/hack-pad/go - 1fe2810f9ca0dcd34e473f852102e2a49d45d7d8 authored over 2 years ago by Michael Anthony Knyszek <[email protected]>
internal/testmath: add two-sample Welch's t-test for performance tests

This CL copies code from github.com/aclements/go-moremath/stats and
github.com/aclements/go-more...

github.com/hack-pad/go - 6130461149020d2b4b91fb183afa388a211cadc5 authored over 2 years ago by Michael Anthony Knyszek <[email protected]>
doc/go1.19: prefer relative links to other parts of the Go website

The Go website can be served on more than one domain (for example,
go.dev, golang.google.cn, tip...

github.com/hack-pad/go - 24b90391495094f1059cb7b09cf6bcfc790f7fe5 authored over 2 years ago by Dmitri Shuralyov <[email protected]>
cmd/cgo: remove -fsanitize=hwaddress hardware tags

No test because this isn't support on any of the builders.

Fixes #53285

Change-Id: If8d17bdcda...

github.com/hack-pad/go - fbc75dff2fa5bac474936e611ff1b7e778617be3 authored over 2 years ago by Ian Lance Taylor <[email protected]>
spec: clarify behavior of map size hint for make built-in

The spec already states that the precise behavior of the map size
hint provided to the make buil...

github.com/hack-pad/go - 5ee939b8199266446d7ccc563751a9d3db26bf8b authored over 2 years ago by Robert Griesemer <[email protected]>
spec: add missing optional type arguments after TypeName in syntax

Types may be generic, so each occurrence of a TypeName may be
followed by optional type argument...

github.com/hack-pad/go - 4703546a294b28e4e23043fe9cb745f27e55edab authored over 2 years ago by Robert Griesemer <[email protected]>
net: avoid darwin_arm64 bug in TestDialParallelSpuriousConnection

On darwin_arm64, reading from a socket at the same time as the other
end is closing it will occa...

github.com/hack-pad/go - 2c52465cb3d327590755cfb9ef1ef0f7a167c4eb authored over 2 years ago by Damien Neil <[email protected]>
doc/go1.19: add a release note for module indexing

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

github.com/hack-pad/go - 9228d7d7d523e6831933b79f768dfbb51f8ffb5b authored over 2 years ago by Michael Matloob <[email protected]>
cmd/compile: fix missing dict pass for type assertions

For type assertions, if either src or dst type has shape, we must
convert them to dynamic type a...

github.com/hack-pad/go - 7eeec1f6e4b9359381e9aeffdb87c59308ecbb7e authored over 2 years ago by Cuong Manh Le <[email protected]>
doc/go1.19: fix crypto tags

Closes an unclosed <code> tag, and tags a type that was untagged.

Change-Id: I9a1efda07f783f0ca...

github.com/hack-pad/go - d27128b065010ac6bae8dd648f85302240417294 authored over 2 years ago by Roland Shoemaker <[email protected]>
net/http: doc: update RFC reference for appropriate HTTP codes

This documentation commit points to the latest RFC documenting HTTP codes

Change-Id: Ia76406646...

github.com/hack-pad/go - 55590f3a2b89f001bcadf0df6eb2dde62618302b authored over 2 years ago by Louis PORTAY <[email protected]>
doc: fix typos in Go memory model

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

github.com/hack-pad/go - ff3db8d12d8e2eacde7eccd47ea4f3e3dd5a6807 authored over 2 years ago by Dominik Honnef <[email protected]>
[dev.unified] test: add regress tests for #53276 and #53328

These two tests fail with the 1.18 compiler frontend, because of
incomplete dictionary support. ...

github.com/hack-pad/go - f73ad3d24d1a6c4cf733a8d62e62b66f32eec59e authored over 2 years ago by Matthew Dempsky <[email protected]>
cmd/dist, cmd/internal/metadata: don't install metadata binary

It is only needed by cmd/dist, no need to build and install the
binary.

Change-Id: I6aba6b81496...

github.com/hack-pad/go - fb75c2da91b9cccf05ec6baad2636325c5d96751 authored over 2 years ago by Cherry Mui <[email protected]>
runtime: fix stack split at bad time when fuzzing

Fix #53190

Change-Id: I6c1f9c3ab58818d3a9f05ddaa02fc247e53677d3
GitHub-Last-Rev: 13b0749c135598...

github.com/hack-pad/go - 386245b68ef4a24450a12d4f85d1835779dfef86 authored over 2 years ago by Khaled Yakdan <[email protected]>
[dev.unified] cmd/compile/internal/noder: stop handling type expressions as expressions

There are two places currently where we rely on type expressions as
generic expressions: the fir...

github.com/hack-pad/go - 8ef8b60e1816e0624fc894df90c853772d5059bb authored over 2 years ago by Matthew Dempsky <[email protected]>
cmd/cgo: recognize clang 14 DWARF type names

Fixes #53013

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

github.com/hack-pad/go - 2cfbef438049fd4c3f73d1562773ad1f93900897 authored over 2 years ago by Dmitri Goutnik <[email protected]>
runtime/cgo: retry _beginthread on EACCES

We occassionally see _beginthread failing with EACCES, meaning
"insufficient resources" accordin...

github.com/hack-pad/go - c7ccabf3fea67f002bef190a5ffc7417f4371a23 authored over 2 years ago by Michael Pratt <[email protected]>
runtime/cgo: merge bodies of cgo_sys_thread_start on windows

The bodies of cgo_sys_thread_start (and x_cgo_sys_thread_create) are
nearly identical on all of ...

github.com/hack-pad/go - 91019cc13d9de72d5e43a0068311dc9e6012777a authored over 2 years ago by Michael Pratt <[email protected]>
api: promote next to go1.19

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

github.com/hack-pad/go - 840e99ed742e55ddd00a57210a706e14234c8bc5 authored over 2 years ago by Cherry Mui <[email protected]>
[dev.unified] test: relax issue7921.go diagnostic message

For constants literal, iimport/iexport read/write them as basic literal
nodes. So they are print...

github.com/hack-pad/go - 1a6c96bb9b0e1674048758d4c92e33fb03c4833e authored over 2 years ago by Cuong Manh Le <[email protected]>
[dev.unified] cmd/compile: set base.Pos when process assignDef in Unified IR

CL 410343 changes Unified IR to visit LHS before RHS/X in assign/for
statement. Thus, it needs t...

github.com/hack-pad/go - c50c6bbc030ea170320f438c3f328fa475e87e2b authored over 2 years ago by Cuong Manh Le <[email protected]>
[dev.unified] cmd/compile: fix unified IR don't report type size too large error

For error reported during type size calculation, base.Pos needs to be
set, otherwise, the compil...

github.com/hack-pad/go - d6df08693cd1639a7d9f0df292b4aa469b1cd748 authored over 2 years ago by Cuong Manh Le <[email protected]>
go/types, types2: only set instance context if packages match

In CL 404885, we avoid infinite expansion of type instances by sharing a
context between the exp...

github.com/hack-pad/go - 1a2ca95ad2d0e6599ab8b9772c30afbb743abc89 authored over 2 years ago by Robert Findley <[email protected]>
cmd/go/testdata/script: fix skip on list_replace_absolute_windows

The test should skip if it's not on windows *or* it's a short test, but
instead is now skipping ...

github.com/hack-pad/go - b51d44c6dd9d6f3ac3e1d275bc118aae23a5a482 authored over 2 years ago by Michael Matloob <[email protected]>
api/next: minor reformat

Add newline endings to files without them. Delete empty lines. So
it is consistent and easier to...

github.com/hack-pad/go - 80f86f706deff532cf3ee94a75dd1dc0db6795b2 authored over 2 years ago by Cherry Mui <[email protected]>
runtime: use pidleget for faketime jump

In faketime mode, checkdead is responsible for jumping time forward to
the next timer expiration...

github.com/hack-pad/go - 13f6be28338c43d3aa22a4467b34a45c40f83593 authored over 2 years ago by Michael Pratt <[email protected]>
cmd/go: clean paths before using them form index functions

We use str.TrimFilePathPrefix to trim the module root prefix and get the
relative path of each p...

github.com/hack-pad/go - 1292176bc98be4b7b9d24abec05e88b3dbd89e21 authored over 2 years ago by Michael Matloob <[email protected]>
syscall: remove unused setgroups on linux/loong64

Setgroups in syscall_linux.go already wraps the setgroups(2) syscall
with correct POSIX semantic...

github.com/hack-pad/go - 1858ea5d857f3a874bef131b7e1bc162d05b3366 authored over 2 years ago by Tobias Klauser <[email protected]>
runtime: skip TestGdbBacktrace on gdb bug

Very rarely, GDB will successfully run the whole test and the inferior
will exit successfully, a...

github.com/hack-pad/go - bdde41e3ba4926b9c1143502f299286d5eca6490 authored over 2 years ago by Austin Clements <[email protected]>
net: fix testHookDialTCP race

CL 410754 introduces a race accessing the global testHookDialTCP hook.
Avoiding this race is dif...

github.com/hack-pad/go - 432158b69a50e292b625d08dcfacd0604acbabd3 authored over 2 years ago by Damien Neil <[email protected]>
cmd/go: enable module index by default

This changes the module index to be enabled by default, rather than
disabled by default. The ind...

github.com/hack-pad/go - 899f0a29c7be2bba3f8f0bc2987f7c2d70a6c4ec authored over 2 years ago by Michael Matloob <[email protected]>
cmd/go: properly call PackageModuleRoot to get modroot for index

PackageModuleRoot needs to be called with the package's path, not
its directory on disk.

Change...

github.com/hack-pad/go - f862280e30300017292b24a0fca088628d7b8065 authored over 2 years ago by Michael Matloob <[email protected]>
cmd/go: set Root and target fields for packages in GOPATH

This change replicates the behavior filed in issue #37015 for packages
imported from the module ...

github.com/hack-pad/go - d65166024f3969289be5c74fd8be7d06a93264f1 authored over 2 years ago by Michael Matloob <[email protected]>
doc/go1.19: delete remaining TODOs

The crypto ones were done in a separate CL and didn't merge well.
Same for runtime/debug.

The o...

github.com/hack-pad/go - 4afb0b9e533767f788252816c4b79ee29a1952a7 authored over 2 years ago by Russ Cox <[email protected]>
runtime: gofmt

libfuzzerHookStrCmp is manually reformatted into a proper go doc list.

We don't always format t...

github.com/hack-pad/go - 3426b7201da8140bb0fb433facd9e1fd3f267dfb authored over 2 years ago by Michael Pratt <[email protected]>
doc/go1.19: complete most remaining TODOs

The ones I left behind are almost entirely ones that I see pending CLs for.
Also make various fi...

github.com/hack-pad/go - f330a3a987aa980d6c1adfb4ed509b461d5c13cf authored over 2 years ago by Russ Cox <[email protected]>
[dev.unified] cmd/compile: restore Unified IR linkname pragma diagnostic

CL 333109 restore the diagnostic for irgen, now it's safe to restore for
Unified IR, too.

Updat...

github.com/hack-pad/go - e7ef58542c7f12842cdefdb1cd5e1b794996dc96 authored over 2 years ago by Cuong Manh Le <[email protected]>
runtime: remove unused pipe and setNonblock on linux/loong64

CL 389354 removed the fallback to pipe on all platforms with pipe2. This
is the case for linux. ...

github.com/hack-pad/go - 2882786bf4cd779f166e9ced82a4da2ea0f8b1f9 authored over 2 years ago by Tobias Klauser <[email protected]>
doc/go1.19: mention riscv64 supported regabi

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

github.com/hack-pad/go - decdd87bea5ab380b6c2a656735db9b2eb08a202 authored over 2 years ago by Meng Zhuo <[email protected]>
os: document that Chdir affects fs.FS returned by DirFS with a relative path

Fixes #47214.

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

github.com/hack-pad/go - b72a6a7b868deb5b671020c08fbf8d61ad8803d4 authored over 2 years ago by Dan Kortschak <[email protected]>
syscall: remove unused accept on linux/loong64

accept is no longer used on Linux since CL 346849 changed Accept to use
accept4 only.

This foll...

github.com/hack-pad/go - 30b929b1efb470cb9b434cd47d6cbaa74c2baedf authored over 2 years ago by Tobias Klauser <[email protected]>
net: use synthetic network in TestDialParallel

TestDialParallel is testing the Happy Eyeballs algorithm implementation,
which dials IPv4 and IP...

github.com/hack-pad/go - a7551fe24524fb960fbe4cd74dae13afe9ca6a5c authored over 2 years ago by Damien Neil <[email protected]>
doc/go1.19: document that the assembler requires -p

For #51400.

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

github.com/hack-pad/go - 19d71acd978891b201bc5ce79bdcd20b36d04a2e authored over 2 years ago by Cherry Mui <[email protected]>
doc/go1.19: document linker CL that switches DWARF compressed section format

For #51400.
Updates #50796.

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

github.com/hack-pad/go - d151134851554aa0a3f05206019b9b8c1e1ad70f authored over 2 years ago by Cherry Mui <[email protected]>
go/types, types2: better error message for invalid use of constraint type

Fixes #42881.

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

github.com/hack-pad/go - 3507805bcdcd6674c842e25fdb5f07f5ce47ba87 authored over 2 years ago by Robert Griesemer <[email protected]>
go/types, types2: better error message if type is not in type set

Fixes #40350.

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

github.com/hack-pad/go - 269bf7e855da04e664fe8d7ffb654c4d0b1439f5 authored over 2 years ago by Robert Griesemer <[email protected]>
go/types, types2: use | rather than ∪ when printing term lists

With this change, the termlist String() function prints termlists
in the usual Go notation and t...

github.com/hack-pad/go - d4fb93be87c38aaf0f68ad91852f9f83be726262 authored over 2 years ago by Robert Griesemer <[email protected]>
doc/go1.19: add release notes for net/http and net/url

For #51400

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

github.com/hack-pad/go - 346698eea71139280e3b3380554371b5d332ce02 authored over 2 years ago by Damien Neil <[email protected]>
doc/go1.19: adjust runtime release notes

This addresses comments from CL 410356.

For #48409.
For #51400.

Change-Id: I03560e820a06c07457...

github.com/hack-pad/go - 7a82c6859f14d97b741073083849bace7693f7e2 authored over 2 years ago by Michael Pratt <[email protected]>
runtime: document GOMEMLIMIT in environment variables section

For #48409.

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

github.com/hack-pad/go - f3e051a184ddd060f1e17200b0081648411fa073 authored over 2 years ago by Michael Pratt <[email protected]>
doc/go1.19: document loong64 port

Updates #46229
For #51400

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

github.com/hack-pad/go - ef2567c7dd040f2cee87b8fd52885c6481deee35 authored over 2 years ago by David Chase <[email protected]>
sync/atomic: clarify that 8-byte alignment of variables is due to escape

For #53223.

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

github.com/hack-pad/go - 69bb7c6ef540caa422e5d7fd1127dd71e3ca90fe authored over 2 years ago by Will Hawkins <[email protected]>
doc/go1.19: some platforms are still on TSAN v2

For #51400

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

github.com/hack-pad/go - 81033fbd8e414447049e356af382fa6ecca072ea authored over 2 years ago by Austin Clements <[email protected]>
doc/go1.19: compiler section is complete, modulo TODOs

For #51400

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

github.com/hack-pad/go - 0c3a0543c2e4322ff3dccf6e2b82a7fbafaaabea authored over 2 years ago by Austin Clements <[email protected]>
doc/go1.19: minor edits

For #51400

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

github.com/hack-pad/go - 835a94613703bb856ea4d16f05c116399c4b2fc9 authored over 2 years ago by Austin Clements <[email protected]>
doc/go1.19: complete TODOs for go/types

Fill in the details of outstanding TODO items for go/types changes.

For #51400

Change-Id: Ib40...

github.com/hack-pad/go - 429a4041eb2657fad8870cad5662202f3bd0eeb6 authored over 2 years ago by Robert Findley <[email protected]>
doc/go1.19: add various crypto release notes

For #51400

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

github.com/hack-pad/go - d2630aa4b20b6ebd2a5a37628c2f1b9d7158621f authored over 2 years ago by Roland Shoemaker <[email protected]>
runtime: fix inline assembly trampoline for arm64

Use the program counter to compute the address of the first instruction
of the ret sled. The ret...

github.com/hack-pad/go - 77d9252ddfc6b3e2e48916240340ea5470b005a6 authored over 2 years ago by Khaled Yakdan <[email protected]>
cmd/link: specify -Wl,-z params as documented

Both GNU and LLVM linkers de facto accept `-zPARAM`, and Go sometimes
does it. Inconsistently: t...

github.com/hack-pad/go - 38607c553878da21b5042e63997ecb3b7201e684 authored over 2 years ago by Motiejus Jakštys <[email protected]>
doc/go1.19: delete boringcrypto TODO

Boringcrypto has never been officially supported and it remains unsupported.
It need not be ment...

github.com/hack-pad/go - 95b68e1e02fa713719f02f6c59fb1532bd05e824 authored over 2 years ago by Russ Cox <[email protected]>
doc/go1.19: add more TODOs from updated relnote

CL 410244 changes relnote to look for api file changes as well
as references to proposal issues,...

github.com/hack-pad/go - a79623b019b1ea3f4afb7e274c76c1e9936f0aa6 authored over 2 years ago by Russ Cox <[email protected]>
[dev.unified] cmd/compile: visit LHS before RHS/X in assign/for statement

Unified IR used to visit RHS/X before LHS in assign/for statements for
satisfying toolstash in q...

github.com/hack-pad/go - 9e5c96802164c17df6667047932142eb6894e6d3 authored over 2 years ago by Cuong Manh Le <[email protected]>
doc/go1.19: add release notes for the soft memory limit and idle GC

This change resolves some TODOs in the release notes, and while we're
here, also clarifies how C...

github.com/hack-pad/go - acfff428029130654d44b56e80a5e9c7e825e951 authored over 2 years ago by Michael Anthony Knyszek <[email protected]>
runtime, sync, sync/atomic: document happens-before guarantees

A few of these are copied from the memory model doc.
Many are entirely new, following discussion...

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