Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

golang/go

Griffin6425 starred golang/go
zigo101 created a comment on an issue on golang/go
When `for` is replaced with `if`, then the check is removed.

View on GitHub

kapilepatel starred golang/go
msangel created a comment on an issue on golang/go
Looking for mDNS support aswell. https://github.com/rclone/rclone/issues/8152

View on GitHub

seankhliao created a comment on an issue on golang/go
Duplicate of #47657

View on GitHub

seankhliao closed an issue on golang/go
proposal: sync: Add sync.MutexMap generic type
### Proposal Details ## Proposal: Add sync.MutexMap generic type I propose adding a new generic `sync.MutexMap` type that provides a type-safe, mutex-protected map implementing the same API as `s...
gabyhelp created a comment on an issue on golang/go
**Related Issues and Documentation** - [sync: new version of sync.Map #47643 (closed)](https://github.com/golang/go/issues/47643) <!-- score=0.86782 --> - [sync: reduce contention between Map op...

View on GitHub

13770129 opened an issue on golang/go
proposal: sync: Add sync.MutexMap generic type
### Proposal Details ## Proposal: Add sync.MutexMap generic type I propose adding a new generic `sync.MutexMap` type that provides a type-safe, mutex-protected map implementing the same API as `s...
gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/621957 mentions this issue: `crypto/cipher: add small CTR benchmark, remove CFB/OFB benchmarks`

View on GitHub

gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/621957 mentions this issue: `crypto/cipher: add small CTR benchmark, remove CFB/OFB benchmarks`

View on GitHub

gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/621958 mentions this issue: `crypto/aes: speedup CTR mode on AMD64 and ARM64`

View on GitHub

gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/621958 mentions this issue: `crypto/aes: speedup CTR mode on AMD64 and ARM64`

View on GitHub

gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/621958 mentions this issue: `crypto/aes: speedup CTR mode on AMD64 and ARM64`

View on GitHub

gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/622240 mentions this issue: `cmd/compile: teach prove about min/max phi operations`

View on GitHub

gopherbot created a comment on a pull request on golang/go
Message from Filippo Valsorda: Patch Set 9: (1 comment) --- Please don’t reply on this GitHub thread. Visit [golang.org/cl/413594](https://go-review.googlesource.com/c/go/+/413594#message-a58f8b...

View on GitHub

m-nt starred golang/go
randall77 created a comment on an issue on golang/go
I'm not sure how we'd do this. In the former case, there's no modifications to `src` or `dst` (after the first slicing), so when we conclude that `len(src)==len(dst)` after the first slicing, it...

View on GitHub

Nescabir starred golang/go
tuxillo created a comment on an issue on golang/go
ping @dmitshur @prattmic

View on GitHub

gopherbot created a comment on a pull request on golang/go
Message from Filippo Valsorda: Patch Set 9: (1 comment) --- Please don’t reply on this GitHub thread. Visit [golang.org/cl/413594](https://go-review.googlesource.com/c/go/+/413594#message-ee63ea...

View on GitHub

Oguidan created a comment on an issue on golang/go
@tuxillo but first what's Dragonfly

View on GitHub

gabyhelp created a comment on an issue on golang/go
**Related Issues and Documentation** - [x/tools/gopls: Provide automatic conversion of structure A to structure B #65451](https://github.com/golang/go/issues/65451) <!-- score=0.92114 --> - [x/t...

View on GitHub

tttoad opened an issue on golang/go
x/tools/gopls: Unable to view field options when exchanging object field values.
### gopls version Build info ---------- golang.org/x/tools/gopls v0.16.2 golang.org/x/tools/[email protected] h1:K1z03MlikHfaMTtG01cUeL5FAOTJnITuNe0TWOcg8tM= github.com/BurntSushi/toml@v1....
13770129 starred golang/go
pavelmokeev forked golang/go

pavelmokeev/go

seankhliao created a comment on an issue on golang/go
in either case adding more syntax sugar isn't really the solution

View on GitHub

seankhliao created a comment on an issue on golang/go
Duplicate of #34896

View on GitHub

FiloSottile created a comment on an issue on golang/go
Just hit this in some crypto code. ``` n := copy(dst, out[blockOffset:]) dst = dst[n:] ```

View on GitHub

FiloSottile created a comment on an issue on golang/go
Duplicate of https://github.com/golang/go/issues/16833.

View on GitHub

FiloSottile closed an issue on golang/go
cmd/compile: bounds check elimination unaware of copy return value
``` go version devel go1.24-140308837f Mon Oct 21 15:30:47 2024 +0200 darwin/arm64 ``` The return value of copy is guaranteed to be `<= len(x)` for x being both the arguments, so the following...
Load more