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
Change-Id: Ib7cc86643a3dcae788a94472e54de171e0d655fc
Reviewed-on: https://go-review.googlesource...
Fixes #48928
Change-Id: I3825ec615ab5fc19389ef4c10ad1042005a3761c
Reviewed-on: https://go-revie...
This should be a no-op, but if the sharded builders are for some
reason distributing stale snaps...
Add a test for a generic sort function, operating on several different
pointer types (across two...
T.Run uses a map[string]int64 to keep track of subtest names that may
be returned through T.Name...
In the case in (*TSubster).Type() that we were running into an
incomplete underlying type (TFORW...
This change resolves a TODO regarding a couple uncertain APIs for
types.TypeParam. In the case o...
In module-aware mode, 'go get' no longer builds or installs packages.
- 'go generate' explains ...
github.com/hack-pad/go - f8bfdc9eda4a065b88e5d7ab968957d9c84694bf authored about 3 years ago by Jay Conrod <[email protected]>
We reuse a value for the same selector on the same arg. But if the
value is already marked dead,...
This change fixes some issues with -run, and
the subsequent command line output when running
in ...
Insert machine NOPs when a prefixed instruction crosses a 64B boundary.
ISA 3.1 prohibits prefix...
The TestStartsWithClearCode test is new, but if it existed beforehand,
the want strings would be...
Direct syscalls are no longer supported on darwin. Instead, use libc
fcntl go:linkname'd from th...
Fixes #48706
Change-Id: If0f8d0b49300027e3b2b46f6870302acf2e00f4e
Reviewed-on: https://go-revie...
Resolve a TODO from an earlier CL: we should only check type parameter
bounds once in collectTyp...
This is a straightforward port of CL 353396 to go/types.
For #48424
Change-Id: I3040c2ad3a8c95...
github.com/hack-pad/go - c1b0ae4154b44ce0bc4929455ee468fddb5dca9d authored about 3 years ago by Robert Findley <[email protected]>
This is a partial revert of CL 353389, now that go/types supports
eliding interface in constrain...
This is a port of CL 353139 to go/types, adjusted for error reporting
and for the different repr...
This is a port of CL 353133 from cmd/compile/internal/syntax, with
significant adjustments for t...
The docs say:
If the input is at EOF, Decode returns io.EOF and does not modify e.
However, t...
github.com/hack-pad/go - d973bb107e9142cf17e4a7f2666a71ed2d457e91 authored about 3 years ago by Daniel Martí <[email protected]>
This changes debug/gosym so it can deal with instantiated
types/funcs/methods. I also added test...
This reverts CL 351851, which itself reverted CL 348991.
The problem with the original CL, as f...
github.com/hack-pad/go - 65ffee6f9a949023f10e5b6b918a7a218d9836a1 authored about 3 years ago by Bryan C. Mills <[email protected]>
It turns out there is no real TODO here - things are working fine. If we
are generating a wrappe...
Now that x/tools/go/types/objectpath has been updates to support type
parameters, I ran the foll...
Fix "MOVW CRx, Rx" and "MOVFL Rx, constant", The FXM field was not
encoded correctly.
Generate ...
github.com/hack-pad/go - aa1c6f56398882fea0969396666004d6ea7ddd57 authored about 3 years ago by Paul E. Murphy <[email protected]>
With multiple text sections, there may be holes (non-Go code) in
the PC range of Go code and cov...
In findfunc, we first us the relative PC to find the function's
index in functab. When we split ...
Mention future versions will require the COMPAT_FREEBSD12 kernel option
set in the kernel.
For ...
github.com/hack-pad/go - f2141a71c6619617d32c224bd2e272a07904b8e9 authored about 3 years ago by Yuval Pavel Zholkover <[email protected]>
What should it mean to run a regexp match on invalid UTF-8 bytes?
The coherent behavior options ...
Eliminate an unnecessary argument from parseGenericType, and replace an
if statement with a swit...
The assembler does not support parsing DCRx registers,
nor does the compiler generate opcodes wi...
Uses one less byte when encoded. Performance is unchanged.
Change-Id: If400c9c9fc07a033e5ae9bf9...
github.com/hack-pad/go - d2d21d98e4f9181f92f3d484623ed4153444877c authored over 3 years ago by Keith Randall <[email protected]>dependency
XORL accomplishes the same thing while being shorter to encode.
Change-Id: I4397999...
github.com/hack-pad/go - b99abf3cce16721d79351c92031239a27fec3d22 authored over 3 years ago by Jake Ciolek <[email protected]>
NOT does not affect any FLAGS register values on i386/AMD64 so we do not
need to mark it as an O...
Fixes #48886
Change-Id: I1093ae0ba30dab5a73d4d6bcfd083564d13877a6
Reviewed-on: https://go-revie...
The code generated when storing eight bytes loaded from memory in big
endian introduced two succ...
The double suffix doesn't seem to serve any purpose, and we can keep
the old spelling as a backw...
Empirically, it may take more than 3 seconds for minimization to begin.
If that is the case, the...
Change-Id: I0534b61e34d78104cb85124b805fd90f3250e6c2
Reviewed-on: https://go-review.googlesource...
The illumos builder is using a Go 1.18 prerelease toolchain for
bootstrapping, which doesn't hav...
Change-Id: I5aa88700c61e44ae31c1e2bb35716ed99b6df017
Reviewed-on: https://go-review.googlesource...
A stack object record may refer to the object's type's GC mask or
GC program (for very large typ...
The fix for #48807 in CL 354429 forgot that we also need to fix
the softfloat implementation.
U...
github.com/hack-pad/go - 16a3cefc93d9b896b2053320e387d0e449904aba authored over 3 years ago by Keith Randall <[email protected]>See also CL 354693.
Change-Id: Id7579c5f7d486652a5b53b29663a6573a493121f
Reviewed-on: https://g...
This is a port of CL 354643 from go/types to types2 with adjustments:
- use of syntax rather tha...
For this unusual case, where a constraint specifies exactly one type, we
can have a COMPLIT expr...
Missed some references and it worked because I had old Docker images on
my local daemon.
Change...
github.com/hack-pad/go - 114aa699324a92ba8162138a11707684af7b8993 authored over 3 years ago by Heschi Kreinick <[email protected]>
We've decided to leave TParams on FuncType, and type list syntax is
no longer part of the propos...
github.com/hack-pad/hackpad - f4b6f599cbbca8ed174e0fd45b12fd2fec326244 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 071cbf86c6b6d3c72dda744ac95b3704ba189ecc authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 47694e651c8c13d1ae0e3c92ff5790456c5fb648 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - be2b4e14d3cb509aefbe43a3fcc22d3da06c0e41 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 4946bfb57f01c0bc53f9018bc2c1e570570998c9 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - cbcd7e282a48dc3fcb94d8c5835f5ce66317d06b authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - be46883e66a1339bedec5b5641e6f1e8ecbb16e6 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 4882d7a5da95687e5c7c7c5f16d5d029e4db17b4 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - b591435fb7504b9371af03e8f0c899be1579503e authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 0cf0e8de777027f273b844defc44b0fcae5d498a authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 0055d36f2dc60dcecaa83ff692da37ea09017bf6 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - eb1145eb1962d8edf72fa22bbaae0371eac7e23c authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 0e176e7ec7a0e95c4f65a43676a1e0fb6a4d03a0 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 31148264e70938e80c1163a930aa31a99da6d550 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hush - abf2132348e2b1f7ba71c6f5b44395d76f3b544c authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 9440f635cfa1a3f85c3e06192d71bad5395657c2 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - b45ee1419a24fa9930f0d5c574f208d72cde4009 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 620d08a10eaa584a0488320ce1b1886b8fe5f4c0 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 4b701e48cc6fe3747122432557f26c9e000b937d authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hush - bd589dbef3a324e83f2cd27ab0b9e1f2b6f533f7 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hush - 96dc724efd697789a6242856ceb5f7cb993e7755 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hush - 7488f1358e67baeb0087d8e1385ef6aac5b30ed9 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hush - 045204c04ebd5bccb00b878e956477a3ec04ba6c authored over 3 years ago by John Starich <[email protected]>
Includes first test, just checking a basic "ls"
github.com/hack-pad/hush - 01aae3e7c4b4ec7d41d4b59e2dad07ef90bcbfbc authored over 3 years ago by John Starich <[email protected]>github.com/hack-pad/hush - 99fe1c06b6931987dbc67c5932721a3b3fa17c83 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - ee12cfa4005c6a10627f4d3539f84f126c00ce98 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hush - af12abf31e4aca5683631fe94723cd37a228b589 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - b541931509dfbc2cbce9b8465063468cc27a63c7 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 345209cce19ea14f7b065a2f653b377cd2a11189 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 4b94eb982fafa7826115e6e901d4e2792b8213b4 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 96a77b20ff85509d6a4d4432edc2040dd9a7e071 authored over 3 years ago by John Starich <[email protected]>
This reverts commit 77c4b7cf2b51bc5cc5912f124859bcabf6286072.
github.com/hack-pad/hackpad - 6320e8375474de6f0323ed899374c6fc397287fb authored over 3 years ago by John Starich <[email protected]>github.com/hack-pad/hackpad - b6331091563765d03ed7c8c9b91818e73f40d430 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 0912a557613ad23bb909f22c701a0272fefacae8 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - a7266afc9dc9f7d1e374877fc8b546c6b8c67f53 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 31d82d2affc80cbff8ae3a21429f89410a775a78 authored over 3 years ago by John Starich <[email protected]>
This reverts commit b128f642c47b9e96adaf47d3ae08b268e21fb879.
github.com/hack-pad/hackpad - e26cc54d2e58be75d6d20f3f97f9b4cf07c6cd51 authored over 3 years ago by John Starich <[email protected]>This reverts commit 287e93d7ea01484c2512ccc05c8506d84fafa42d.
github.com/hack-pad/hackpad - 6481dff185348a6cbbdbb3f972cc9471c39cbde0 authored over 3 years ago by John Starich <[email protected]>github.com/hack-pad/hackpad - 68f37e11ea7ea716c6bcd69388129d4db1d3159d authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 46c34eac46bdd62809ba40ef4e72c3a4236b35da authored over 3 years ago by John Starich <[email protected]>
Pulls in memory and cpu performance improvements, adds a cache FS
github.com/hack-pad/hackpad - 53b125e0fae6e59ec1bb1a8a26ae71fad244700e authored over 3 years ago by John Starich <[email protected]>github.com/hack-pad/hackpad - c2b1890cf20d986ad6aaf7728fd76ba4390fbe7b authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 4739e173a519f6b28842357c1bc82728a0177869 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 705c522e93a1ed66fce52ba4561341a76636a3e8 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - faf881753083a7dd6e1117bff909dbfb86f02dcf authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpadfs - 4915baf7225c33d8b1ff5f347371bd9482e3c17c authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpadfs - 25175b53ff25accdb27d58fb395b46aeb6e31bd5 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpadfs - e86ae6db0bb33030daa4204f2b5c103cd153087d authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpadfs - 2b73518567671688f50bfa36fb59976630f87445 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpadfs - 0f3aa9c87d7aba8455a5e1e0c83d65e2779e4ff5 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpadfs - 99eb86f64c6b3a018503d6a84b518e12f7e99843 authored over 3 years ago by John Starich <[email protected]>
github.com/hack-pad/hackpadfs - 05974bd40a5262c38be4e7a4e82aa6efc97351ef authored over 3 years ago by John Starich <[email protected]>