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

Fix image build with newer Go version for bootstrap compiler

Also simplify the build process in cd.yml

github.com/hack-pad/hackpad - f5de9aec72b44869a124d38fc95c1ed04965b15c authored over 1 year ago by John Starich <[email protected]>
Build container image in CI, fix CD

github.com/hack-pad/hackpad - 534a41d0aa18752d5e34e5f7d3a19d1623310da5 authored over 1 year ago by John Starich <[email protected]>
Run golangci-lint run --fix

github.com/hack-pad/hackpad - 3592462d98895509953e84cfaa9e37c95a131ece authored over 1 year ago by John Starich <[email protected]>
Upgrade to Go 1.20

github.com/hack-pad/hackpad - e0e4e408f0e5e57be2e9d57d5289206f2179adda authored over 1 year ago by John Starich <[email protected]>
Remove ioutil uses, remove unused code

github.com/hack-pad/hackpad - 86b56b593c6f5903e5852808de9fdbe29e7d2f55 authored over 1 year ago by John Starich <[email protected]>
Fix issues due to removal of syscall/js.Wrapper from std lib

github.com/hack-pad/hackpad - 93d62a829a48323d09806b977fe5157e57e513a8 authored over 1 year ago by John Starich <[email protected]>
Bump linter to latest version

github.com/hack-pad/hackpad - 6b127e28c420b7ff3f29a4f60abcd8b0a7ed6e1c authored over 1 year ago by John Starich <[email protected]>
Remove onblur listener once file should open and remove synchronous open

github.com/hack-pad/hackpad - 6a62b1a7e32f043c085f0d0898f324c4ad3dbefe authored over 1 year ago by John Starich <[email protected]>
Add go:build directives to fix gofmt

github.com/hack-pad/hackpad - 8f1adc2fc8e749b34e47855db8fae5feb8545d4f authored over 1 year ago by John Starich <[email protected]>
Avoid cyclic panic and stack overflow when overriding fs

github.com/hack-pad/go - ee701249dcd1f6da2d1b0b6b58f12446cfca6321 authored over 1 year ago by John Starich <[email protected]>
hackpad: Add initial go-wasm patches

github.com/hack-pad/go - 82f1f52873f50b3b5c74bd4718b34acf1dd6c87f authored over 1 year ago by John Starich <[email protected]>
[release-branch.go1.20] cmd/compile: don't set range expr key/value type if already set

Unified IR already records the correct type for them.

Fixes #59450

Change-Id: I275c45b48f67bde...

github.com/hack-pad/go - 99001c460e9c552c9ccc8a65c428bbe4d6128085 authored over 1 year ago by Cuong Manh Le <[email protected]>
[release-branch.go1.20] crypto/subtle: don't cast to *uintptr when word size is 0

Casting to a *uintptr is not ok if there isn't at least 8 bytes of
data backing that pointer (on...

github.com/hack-pad/go - dcc9bdf38037af6197f3f50968badb1f0db82e10 authored over 1 year ago by Keith Randall <[email protected]>
[release-branch.go1.20] html/template,mime/multipart: document new GODEBUG settings

This change documents the new GODEBUG settings introduced for
html/template and mime/multipart, ...

github.com/hack-pad/go - 5c7c20e262bdef14c23bd07950bde94ba335ee63 authored over 1 year ago by Michael Anthony Knyszek <[email protected]>
[release-branch.go1.20] go1.20.3

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

github.com/hack-pad/go - 7c47a6b15782b13ecb76fd3c6c18e5f1edc34733 authored over 1 year ago by Gopher Robot <[email protected]>
[release-branch.go1.20] html/template: disallow actions in JS template literals

ECMAScript 6 introduced template literals[0][1] which are delimited with
backticks. These need t...

github.com/hack-pad/go - 20374d1d759bc4e17486bde1cb9dca5be37d9e52 authored over 1 year ago by Roland Shoemaker <[email protected]>
[release-branch.go1.20] go/scanner: reject large line and column numbers in //line directives

Setting a large line or column number using a //line directive can cause
integer overflow even i...

github.com/hack-pad/go - e7c4b07ecf6b367f1afc9cc48cde963829dd0aab authored over 1 year ago by Damien Neil <[email protected]>
[release-branch.go1.20] mime/multipart: limit parsed mime message sizes

The parsed forms of MIME headers and multipart forms can consume
substantially more memory than ...

github.com/hack-pad/go - bf8c7c575c8a552d9d79deb29e80854dc88528d0 authored over 1 year ago by Damien Neil <[email protected]>
[release-branch.go1.20] net/textproto, mime/multipart: improve accounting of non-file data

For requests containing large numbers of small parts,
memory consumption of a parsed form could ...

github.com/hack-pad/go - ec18f62df59d8f857e63ed3d7480754c49b072c3 authored over 1 year ago by Damien Neil <[email protected]>
[release-branch.go1.20] mime/multipart: avoid excessive copy buffer allocations in ReadForm

When copying form data to disk with io.Copy,
allocate only one copy buffer and reuse it rather t...

github.com/hack-pad/go - ea6b5a64dd5bf68b33286436ffbe06f68a1fdbfd authored over 1 year ago by Damien Neil <[email protected]>
[release-branch.go1.20] net/textproto: avoid overpredicting the number of MIME header keys

A parsed MIME header is a map[string][]string. In the common case,
a header contains many one-el...

github.com/hack-pad/go - 3991f6c41c7dfd167e889234c0cf1d840475e93c authored over 1 year ago by Damien Neil <[email protected]>
[release-branch.go1.20] cmd/internal/obj/ppc64: fix incorrect base reg causing segv

This fixes a segv that was reported due to building minio. The
problem occurred because of an in...

github.com/hack-pad/go - 9a164d1c41a5c85cc3c6fa93c29677e8bc36714f authored over 1 year ago by Lynn Boger <[email protected]>
[release-branch.go1.20] cmd/compile: don't assume pointer of a slice is non-nil

unsafe.SliceData can return pointers which are nil. That function gets
lowered to the SSA OpSlic...

github.com/hack-pad/go - 8dce4ca8dfd4892e2f5bdf0a1224b9efe0dca89f authored over 1 year ago by Keith Randall <[email protected]>
[release-branch.go1.20] cmd/compile: re-compile instantiated generic methods in linkshared mode

For G[T] that was seen and compiled in imported package, it is not added
to typecheck.Target.Dec...

github.com/hack-pad/go - 94c02a3cc481e4b73ce275ba6e50c286d4c492ff authored over 1 year ago by Cuong Manh Le <[email protected]>
[release-branch.go1.20] time: fix timezone lookup logic for non-DST zones

This change fixes time.LoadLocationFromTZData and time.Location.lookup logic if the given time i...

github.com/hack-pad/go - 65fa8a69312dd64e09e32e4138ccc7278d0693e5 authored over 1 year ago by Geon Kim <[email protected]>
[release-branch.go1.20] cmd/link/internal/arm: fix off-by-1 in trampoline reachability computation

Tweak the code in trampoline generation that determines if a given
call branch will reach, chang...

github.com/hack-pad/go - b52a6963bf6dfdddb8f8e7e85d52012ac305476f authored over 1 year ago by Than McIntosh <[email protected]>
[release-branch.go1.20] cmd/go,cmd/link: prefer external linking when strange cgo flags seen

This patch changes the Go command to examine the set of compiler
flags feeding into the C compil...

github.com/hack-pad/go - 3ff6dbdf5b65e4c9da1a2020e45a56a7ae48cc91 authored over 1 year ago by Than McIntosh <[email protected]>
[release-branch.go1.20] cmd/link: use label symbols for Duff's devices on darwin/arm64

On darwin, the external linker generally supports CALL relocations
with addend. One exception is...

github.com/hack-pad/go - fa42da156a166ecf81ab7d72f53619ad9e6f134a authored over 1 year ago by Cherry Mui <[email protected]>
[release-branch.go1.20] Revert "cmd/compile: enable address folding for global symbols of shared library"

This reverts CL 445535.

Reason for revert: see issue #58826. It doesn't handle large offset wel...

github.com/hack-pad/go - 5c7cc468a8dacc032c4eddea6d5e7fc089d2f517 authored over 1 year ago by Cherry Mui <[email protected]>
[release-branch.go1.20] cmd/go: avoid running slow tests on non-longtest builders

Also annotate calls to tooSlow with specific reasons.

This will somewhat reduce test coverage o...

github.com/hack-pad/go - b852f39511db4c8f74a243fa3ce251b0dc8872b3 authored over 1 year ago by Bryan C. Mills <[email protected]>
[release-branch.go1.20] internal/testpty: fix error handling

When calling a c library function, you discover that an error has
occurred, typically by looking...

github.com/hack-pad/go - 4df95d5145ffea7a7aa6a8e785038f41185ee166 authored over 1 year ago by Heschi Kreinick <[email protected]>
[release-branch.go1.20] go1.20.2

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

github.com/hack-pad/go - aee9a19c559da6fd258a8609556d89f6fad2a6d8 authored over 1 year ago by Gopher Robot <[email protected]>
Add the initial worker API (#3)

github.com/hack-pad/go-webworkers - c84fdb4df244033fcbd9967382cbfe2265d88d0a authored over 1 year ago by John Starich <[email protected]>
Add MustGetGlobal() for more convenient global class usage (#3)

github.com/hack-pad/safejs - 330b042eea2ff5ea8e3592a77402f6d754b8f45e authored over 1 year ago by John Starich <[email protected]>
[release-branch.go1.20] cmd/compile: relax overly strict assertion

The assertion here was to make sure the newly constructed and
typechecked expression selected th...

github.com/hack-pad/go - 26eeaec89c1e78696bfa8ad000d4c8275e3bdb75 authored over 1 year ago by Matthew Dempsky <[email protected]>
[release-branch.go1.20] crypto/x509: fix broken tests

Convert TestUnknownAuthorityError to use subtests, avoiding continuing
the test after an unrecov...

github.com/hack-pad/go - 9629fa1874f269cdc488081912afb45a7b34da86 authored over 1 year ago by Roland Shoemaker <[email protected]>
[release-branch.go1.20] crypto/x509: fix system root tests + darwin intermediate handling

On Windows, replace tests which rely on a root that expired last year.
On Darwin fix an test whi...

github.com/hack-pad/go - 3243f93747227816795bca8f04452fbdc2237e5f authored over 1 year ago by Roland Shoemaker <[email protected]>
[release-branch.go1.20] syscall: fix invalid unsafe.Pointer conversion on Windows

Updates #58714
Fixes #58774

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

github.com/hack-pad/go - d2d0ee2049e78d8c57025e0861425808825c759e authored over 1 year ago by Cuong Manh Le <[email protected]>
[release-branch.go1.20] net: delete TestTCPSelfConnect

This test is flaky, apparently due to a typo'd operator in CL 21447
that causes it to compare “s...

github.com/hack-pad/go - 230765a11a9be0aa72a6dc1a8a02bad246514535 authored over 1 year ago by Bryan C. Mills <[email protected]>
[release-branch.go1.20] crypto/x509: fix ParsePKCS8PrivateKey comment

Updates #58789.
Fixes #58793.

Change-Id: I91cdd20c6d4f05baaacd6a38717aa7bed6682573
Reviewed-on:...

github.com/hack-pad/go - bdd86bda09050bdeaf4e812eef69ba13ff57dfee authored over 1 year ago by Roland Shoemaker <[email protected]>
[release-branch.go1.20] syscall: Faccessat: check for CAP_DAC_OVERRIDE on Linux

CL 416115 added using faccessat2(2) from syscall.Faccessat on Linux
(which is the only true way ...

github.com/hack-pad/go - aef8a8cd42726d4a86481d0eaee4b3a44b180afe authored over 1 year ago by Kir Kolyshkin <[email protected]>
[release-branch.go1.20] crypto/internal/bigmod: flag amd64 assembly as noescape

I had forgotten, which caused amd64 allocations to go back up
significantly. Added an allocation...

github.com/hack-pad/go - ef793801f8b54398c5013caa8ffea092129de1a5 authored over 1 year ago by Filippo Valsorda <[email protected]>
[release-branch.go1.20] crypto/ecdh: explicitly reject mismatched curves in ECDH

Return an explicit error when PrivateKey.ECDH is called with a PublicKey
which uses a different ...

github.com/hack-pad/go - aaace6dda7cde2bebf13c64fb0d75536adb2b08b authored over 1 year ago by Roland Shoemaker <[email protected]>
[release-branch.go1.20] cmd/compile/internal/noder: correct positions for synthetic closures

When inlining functions that contain function literals, we need to be
careful about position inf...

github.com/hack-pad/go - 0f4483cfdcf303ac5cbe4f4536e23750423137d9 authored over 1 year ago by Matthew Dempsky <[email protected]>
[release-branch.go1.20] cmd/link: better fix for arm32 trampgen problem with duff routines

This patch provides a fix for a problem linking large arm32 binaries
with external linking, spec...

github.com/hack-pad/go - 1362737f50ad2cb827eb1b8bc93d8d78e45a1371 authored over 1 year ago by Than McIntosh <[email protected]>
[release-branch.go1.20] crypto/internal/nistec: reduce P-256 scalar

Unlike the rest of nistec, the P-256 assembly doesn't use complete
addition formulas, meaning th...

github.com/hack-pad/go - 602eeaab387f24a4b28c5eccbb50fa934f3bc3c4 authored over 1 year ago by Filippo Valsorda <[email protected]>
Initial code commit (#1)

* Initial code commit
* Add deps for jsguard

github.com/hack-pad/go-webworkers - 4f9b3610482f6362884a0eaee47ca7833676327a authored over 1 year ago by John Starich <[email protected]>
[release-branch.go1.20] cmd/internal/cov: fix misuse of bufio.Reader.Read in read helper

Fix a misuse of bufio.Reader.Read in the helper class
cmd/internal/cov.MReader; the MReader meth...

github.com/hack-pad/go - ac556f35a27dbd73372af4088b89df4d61ab74e8 authored over 1 year ago by Than McIntosh <[email protected]>
[release-branch.go1.20] Revert "internal/poll: drop redundant ENOSYS in CopyFileRange"

This reverts CL 428555.

Reason for revert: It appears that even a newer kernel can get
ENOSYS f...

github.com/hack-pad/go - 1acd39cc92cea4937fe9530c7d9bbce4711fc41c authored over 1 year ago by Ian Lance Taylor <[email protected]>
Initial commit

github.com/hack-pad/go-webworkers - e3e10b6d3dc57a075d5caafe6c1018d71072e603 authored over 1 year ago by John Starich <[email protected]>
indexeddb: Add tests and fix bugs (#34)

* Move JS .env file to indexeddb, should not be in root
* Update to latest wasmbrowsertest
* R...

github.com/hack-pad/hackpadfs - e19a0227823e3e2aefd1bf5de2a2d95de1824621 authored over 1 year ago by John Starich <[email protected]>
Attempt to parse exceptions as DOMException type with errors.Is() support (#10)

* Attempt to parse all `js.Value.Call()` errors as `DOMException`s
* Expose a `NewDOMException(...

github.com/hack-pad/go-indexeddb - 2df6ec68710b482f9657c6febf860804a4b142d3 authored over 1 year ago by John Starich <[email protected]>
[release-branch.go1.20] runtime: check for overflow in sweep assist

The sweep assist computation is intentionally racy for performance,
since the specifics of sweep...

github.com/hack-pad/go - 7b398b1ff7d751032ea1e4ffed6f02675fc51c3b authored over 1 year ago by Michael Anthony Knyszek <[email protected]>
[release-branch.go1.20] cmd/compile: fix wrong escape analysis for go/defer generic calls

For go/defer calls like "defer f(x, y)", the compiler rewrites it to:

x1, y1 := x, y
defer fu...

github.com/hack-pad/go - 2d01f3695becd725959a723b512cf46e88ae60fe authored over 1 year ago by Cuong Manh Le <[email protected]>
[release-branch.go1.20] cmd/compile: disable inline static init optimization

There are a plenty of regression in 1.20 with this optimization. This CL
disable inline static i...

github.com/hack-pad/go - 965e9ba0fb6ed8b511860beaefa7a3ac97a81c36 authored over 1 year ago by Cuong Manh Le <[email protected]>
[release-branch.go1.20] runtime: fix signature for linked functions

These functions are linked using go:linkname, but do not match the
original declarations. This c...

github.com/hack-pad/go - 85ded85b78e881d826ed5a2e0cc1dcff8af71142 authored over 1 year ago by Adin Scannell <[email protected]>
[release-branch.go1.20] all: update vendored golang.org/x/net

Update golang.org/x/net to the tip of internal-branch.go1.20-vendor to
include CL 468336.

The c...

github.com/hack-pad/go - 828b05cc647e9777c7e8c67fdd9d5bef2b842d31 authored over 1 year ago by Michael Pratt <[email protected]>
[release-branch.go1.20] go1.20.1

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

github.com/hack-pad/go - 202a1a57064127c3f19d96df57b9f9586145e21c authored over 1 year ago by Gopher Robot <[email protected]>
[release-branch.go1.20] net/http: update bundled golang.org/x/net/http2

Disable cmd/internal/moddeps test, since this update includes PRIVATE
track fixes.

Fixes CVE-20...

github.com/hack-pad/go - 8e02cffd8e8a1d5d7b25bd46f675fc8ff9e841d0 authored over 1 year ago by Roland Shoemaker <[email protected]>
[release-branch.go1.20] crypto/tls: replace all usages of BytesOrPanic

Message marshalling makes use of BytesOrPanic a lot, under the
assumption that it will never pan...

github.com/hack-pad/go - 5286ac4ed85a3771cc8a982041fe36dc53d7dc3b authored over 1 year ago by Roland Shoemaker <[email protected]>
[release-branch.go1.20] mime/multipart: limit memory/inode consumption of ReadForm

Reader.ReadForm is documented as storing "up to maxMemory bytes + 10MB"
in memory. Parsed forms ...

github.com/hack-pad/go - 53b43607d92e9738067c93829bd799441eda8034 authored over 1 year ago by Damien Neil <[email protected]>
[release-branch.go1.20] path/filepath: do not Clean("a/../c:/b") into c:\b on Windows

Do not permit Clean to convert a relative path into one starting
with a drive reference. This ch...

github.com/hack-pad/go - bdf07c2e168baf736e4c057279ca12a4d674f18c authored over 1 year ago by Damien Neil <[email protected]>
[release-branch.go1.20] cmd/compile/internal/pgo: fix hard-coded PGO sample data position

This patch detects at which index position profiling samples that have
the value-type samples co...

github.com/hack-pad/go - 3a04b6e12ef0e5a0c608f82051943408bd6f28bd authored over 1 year ago by Frederic Branczyk <[email protected]>
[release-branch.go1.20] cmd/go/internal/script: retry ETXTBSY errors in scripts

Fixes #58431.
Updates #58019.

Change-Id: Ib25d668bfede6e87a3786f44bdc0db1027e3ebec
Reviewed-on:...

github.com/hack-pad/go - 00f5d3001a7e684263307ab39c64eba3c79f279c authored over 1 year ago by Bryan C. Mills <[email protected]>
[release-branch.go1.20] cmd/go/internal/test: refresh flagdefs.go and fix test

The tests for cmd/go/internal/test were not running at all due to a
missed call to m.Run in Test...

github.com/hack-pad/go - 7628627cb236662002b53686ff0618834a9aa077 authored over 1 year ago by Bryan C. Mills <[email protected]>
[release-branch.go1.20] cmd/go: remove tests that assume lack of new versions of external modules

In general it seems ok to assume that an open-source module that did
exist will continue to do s...

github.com/hack-pad/go - 1fa2deb1b1a620511a3c45fcbae895e78d4f5d40 authored over 1 year ago by Bryan C. Mills <[email protected]>
[release-branch.go1.20] runtime: skip darwin osinit_hack on ios

Darwin needs the osinit_hack call to fix some bugs in the Apple libc
that surface when Go progra...

github.com/hack-pad/go - a943fd0cccc6043e6a3397659f3f262544e615b2 authored over 1 year ago by Russ Cox <[email protected]>
[release-branch.go1.20] cmd/link: keep go.buildinfo even with --gc-sections

If you use an external linker with --gc-sections, nothing refers
to .go.buildinfo, so the sectio...

github.com/hack-pad/go - fbba58a0a4f5ff4f3aa4cfa0d494b6d2fefd068a authored over 1 year ago by Russ Cox <[email protected]>
[release-branch.go1.20] time: update windows zoneinfo_abbrs

zoneinfo_abbrs hasn't been updated since go 1.14, it's time to
regenerate it.

Fixes #58117.

Ch...

github.com/hack-pad/go - 9987cb6cf34cc893887ad2ecc9d832ee3c69c255 authored over 1 year ago by qmuntal <[email protected]>
[release-branch.go1.20] cmd/compile/internal/noder: stop creating TUNION types

In the types1 universe under the unified frontend, we never need to
worry about type parameter c...

github.com/hack-pad/go - 90b06002c44e7fb8fd4b9227efd2d1423e21176b authored over 1 year ago by Matthew Dempsky <[email protected]>
[release-branch.go1.20] cmd/compile: fix inline static init arguments substitued tree

Blank node must be ignored when building arguments substitued tree.
Otherwise, it could be used ...

github.com/hack-pad/go - 487be3f90bf65c06eb5f1f30aec30cd0e5b24f92 authored over 1 year ago by Cuong Manh Le <[email protected]>
[release-branch.go1.20] cmd/compile: remove constant arithmetic overflows during typecheck

Since go1.19, these errors are already reported by types2 for any user's
Go code. Compiler gener...

github.com/hack-pad/go - 7302f83d8733203aa23f056690d20a4adb949424 authored over 1 year ago by Cuong Manh Le <[email protected]>
[release-branch.go1.20] go1.20

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

github.com/hack-pad/go - de4748c47c67392a57f250714509f590f68ad395 authored over 1 year ago by Gopher Robot <[email protected]>
Add examples README note for breaking changes, upgrade deps (#33)

* Add examples README note for breaking changes
* Upgrade examples deps

Closes https://githu...

github.com/hack-pad/hackpadfs - caed6d39c0bd529d9d1295edf331ab6fbc12b532 authored over 1 year ago by John Starich <[email protected]>
Fix missing transaction abort error handling (#9)

* Fix missing transaction abort handler, simplify event handling
* Fix txn.Await() to return no...

github.com/hack-pad/go-indexeddb - a0ee3445cd66a9e9dac555f48e1eda5f89cdb420 authored over 1 year ago by John Starich <[email protected]>
[release-branch.go1.20] internal/coverage/decodemeta: fix coding error in func literal handling

Fix a coding error in coverage meta-data decoding in the method
decodemeta.CoverageMetaDataDecod...

github.com/hack-pad/go - 52bd3b186bd18a1104bd74780fbcb20d35a1114d authored over 1 year ago by Than McIntosh <[email protected]>
[release-branch.go1.20] runtime/coverage: avoid non-test coverage profiles in test report helper

When walking through the set of coverage data files generated from a
"go test -cover" run, it's ...

github.com/hack-pad/go - be7e4fee4b6a96074d003d7211047c23ae9e6c18 authored over 1 year ago by Than McIntosh <[email protected]>
[release-branch.go1.20] sync: document memory model for Swap/CompareAnd{Swap,Delete} in Map

CL 381316 documented the memory model of Map's APIs. However, the newly
introduced Swap, Compare...

github.com/hack-pad/go - b68d699aa73291d3ab8c7547047308efcd582072 authored over 1 year ago by Changkun Ou <[email protected]>
[release-branch.go1.20] Revert "cmd/compile: teach prove about bitwise OR operation"

This reverts commit 3680b5e9c4f42fcf9155aa42b3b344d1fbe19571.

Reason for revert: causes long co...

github.com/hack-pad/go - 10124c2631893fc944a98880796eadd7df048c37 authored over 1 year ago by Keith Randall <[email protected]>
[release-branch.go1.20] time: revert strict parsing of RFC 3339

CL 444277 fixed Time.UnmarshalText and Time.UnmarshalJSON to properly
unmarshal timestamps accor...

github.com/hack-pad/go - 5adb0ca8e93d24d47fc3a9fbf03296cbe22fcc35 authored over 1 year ago by Joe Tsai <[email protected]>
[release-branch.go1.20] cmd: update x/tools to latest internal Go 1.20 branch

Import x/tools as of CL 462596 (070db2996ebe, Jan 18 2022),
to bring in two vet analysis fixes (...

github.com/hack-pad/go - 8b34676710eebe9b6fb7ea6d4fde6ae9a18d7ac9 authored over 1 year ago by Russ Cox <[email protected]>
[release-branch.go1.20] cmd/compile: fix unsafe.{SliceData,StringData} escape analysis memory corruption

Updates #57823
Updates #57854

Change-Id: I54654d3ecb20b75afa9052c5c9db2072a86188d4
Reviewed-on:...

github.com/hack-pad/go - d7c6da8bacf11f845a837a9c93ce43c607dba8a1 authored over 1 year ago by Cuong Manh Le <[email protected]>
Use safejs for JS panic handling, add JS to coverage reports (#31)

Switches to https://github.com/hack-pad/safejs to
properly handle all JavaScript panic scenario...

github.com/hack-pad/hackpadfs - b9db5f0f35a286a871c95b811d82e6d2eb26480b authored over 1 year ago by John Starich <[email protected]>
Add coverage badge

github.com/hack-pad/go-indexeddb - ea2d1f0b3ce392e41e726315ffc43f11696d53bc authored over 1 year ago by John Starich <[email protected]>
Use safejs for JS panic handling, add coverage reports (#8)

Switches to https://github.com/hack-pad/safejs to properly handle all panic scenarios.

Also a...

github.com/hack-pad/go-indexeddb - d651e163344c12bee2a7ddd29953c22eaa56ca8b authored over 1 year ago by John Starich <[email protected]>
Add note for which version of jsguard is installed

github.com/hack-pad/safejs - 4a526970aeb5f86148ad557b375eda0d953d27cd authored over 1 year ago by John Starich <[email protected]>
Add 'go get' to quick start

github.com/hack-pad/safejs - 00b2bb7e8647d843269c95431491b1a78042b87c authored over 1 year ago by John Starich <[email protected]>
Initial code and docs (#1)

github.com/hack-pad/safejs - c5f8c5d8c9ffd77b905f8cef853eceac5ce53f22 authored over 1 year ago by John Starich <[email protected]>
Initial commit

github.com/hack-pad/safejs - 340b5fec436a9542df8ed96e54a8f8d29753059c authored over 1 year ago by John Starich <[email protected]>
[release-branch.go1.20] cmd/compile: fix static init inlining for hidden node fields

Unified IR added several new IR fields for holding *runtime._type
expressions. To avoid throwing...

github.com/hack-pad/go - 9eed826bf92818fd9473460af32af70dc0ec59ed authored almost 2 years ago by Matthew Dempsky <[email protected]>
[release-branch.go1.20] all: merge master (9088c69) into release-branch.go1.20

Merge List:

+ 2023-01-17 9088c691da cmd/compile: ensure temp register mask isn't empty
+ 2023-0...

github.com/hack-pad/go - 670ce9b8a85fe6c7ea617aa780451c4e564e3075 authored almost 2 years ago by Cherry Mui <[email protected]>
cmd/compile: ensure temp register mask isn't empty

We need to avoid nospill registers at this point in regalloc.
Make sure that we don't restrict o...

github.com/hack-pad/go - 9088c691dac424540f562d6271c5ee479e9f9d80 authored almost 2 years ago by Keith Randall <[email protected]>
os: document that Rename is not atomic on non-Unix platforms

Windows provides no reliable way to rename files atomically.

The Plan 9 implementation of os.Re...

github.com/hack-pad/go - c0799f7015e6cae37c21294bb94f56050fda5f4e authored almost 2 years ago by Alan Donovan <[email protected]>
doc/go1.20: update cryptography release notes

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

github.com/hack-pad/go - d74c31f0ba8b7940350f93df044a5cb7002e02d0 authored almost 2 years ago by Filippo Valsorda <[email protected]>
strings: remove redundant symbols

Change-Id: Ie3fe0274288d6cb6303acdcec1340c480e5c0b20
GitHub-Last-Rev: ce9d44619e970b1319fbccf3aa...

github.com/hack-pad/go - 8e199294361de59b637f25a7d5eebdee1b131415 authored almost 2 years ago by fangguizhen <[email protected]>
cmd/go: include coverage build flags for "go list"

This patch ensures that the go command's "list" subcommand accepts
coverage-related build option...

github.com/hack-pad/go - 6cb8c43b842daffe628e8ee7a94ea3b1ba17299d authored almost 2 years ago by Than McIntosh <[email protected]>
crypto/ed25519: improve Ed25519ctx docs and add example

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

github.com/hack-pad/go - 02ed0e5e67530e6b041989d55048ce373dc60327 authored almost 2 years ago by Filippo Valsorda <[email protected]>
crypto/x509: clarify that CheckSignatureFrom and CheckSignature are low-level APIs

In particular, CheckSignatureFrom just can't check the path length
limit, because it might be en...

github.com/hack-pad/go - f375b305c801515b587719490b4be0db1a66e20c authored almost 2 years ago by Filippo Valsorda <[email protected]>
cmd/go: document GODEBUG=installgoroot=all

At the moment the only documentation is the release notes,
but everything mentioned in the relea...

github.com/hack-pad/go - 8409251e105486e25d9ae47568ae221eeec636c9 authored almost 2 years ago by Russ Cox <[email protected]>
doc/go1.20: remove mention of arena goexperiment

The arena goexperiment contains code used inside Google in very
limited use cases that we will m...

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