2024-05-20 |
apocelipes | embed: simplify the code |
commit | commitdiff | tree |
2024-05-20 |
Zxilly | cmd/go/internal/modget: warn -d is a no-op |
commit | commitdiff | tree |
2024-05-20 |
Tobias Klauser | syscall: use internal/byteorder in plan9 directory... |
commit | commitdiff | tree |
2024-05-20 |
aimuz | internal/fmtsort: use cmp.Compare for value comparisons |
commit | commitdiff | tree |
2024-05-20 |
Lorenz Bauer | encoding/binary: speed up Size |
commit | commitdiff | tree |
2024-05-20 |
Lorenz Bauer | encoding/binary: add Append, Encode and Decode |
commit | commitdiff | tree |
2024-05-20 |
Michael Matloob | cmd/go: add telemetry for a predefined set of GOROOT... |
commit | commitdiff | tree |
2024-05-20 |
Michael Matloob | cmd/dist: set GOPROXY=off when GOPATH is set to be... |
commit | commitdiff | tree |
2024-05-20 |
Jes Cok | doc: simplify links for release notes |
commit | commitdiff | tree |
2024-05-20 |
Jayanth Krishnamurthy | ppc64x: code cleanup in assembly files |
commit | commitdiff | tree |
2024-05-20 |
aimuz | maps: add All, Keys, Values, Insert, Collect |
commit | commitdiff | tree |
2024-05-20 |
Ian Lance Taylor | cmd/cgo: don't force rewritten code onto a single line |
commit | commitdiff | tree |
2024-05-20 |
Ian Lance Taylor | cmd/go: accept -mcmodel and -mlarge-data-threshold... |
commit | commitdiff | tree |
2024-05-20 |
guoguangwu | cmd/internal/telemetry: fix typo in comments |
commit | commitdiff | tree |
2024-05-20 |
Cherry Mui | cmd/link: add runtime.text.N symbols to macho symbol... |
commit | commitdiff | tree |
2024-05-18 |
apocelipes | hash: use more internal/byteorder functions to simplify... |
commit | commitdiff | tree |
2024-05-18 |
Michael Mitchell | runtime: remove unused code in (*pallocBits).findLargeN |
commit | commitdiff | tree |
2024-05-18 |
aimuz | net: use stringslite package for string operations |
commit | commitdiff | tree |
2024-05-17 |
Paul E. Murphy | cmd/asm: on PPC64, fix assembling of FCMPO opcode |
commit | commitdiff | tree |
2024-05-17 |
Austin Clements | runtime: skip coro cgo test on platforms without cgo |
commit | commitdiff | tree |
2024-05-17 |
Austin Clements | internal/runtime/atomic: fix missing linknames |
commit | commitdiff | tree |
2024-05-17 |
Michael Anthony... | runtime: fix coro interactions with thread-locked gorou... |
commit | commitdiff | tree |
2024-05-17 |
Carlos Amedee | internal/trace: move v2 tracer into trace directory |
commit | commitdiff | tree |
2024-05-17 |
Mauri de Souza... | sync/atomic: public And/Or ops and race instrumentation |
commit | commitdiff | tree |
2024-05-17 |
Carlos Amedee | internal/trace: remove remnanats of v1 tracer |
commit | commitdiff | tree |
2024-05-17 |
Michael Matloob | cmd/go/internal/envcmd: remove duplicate env value set |
commit | commitdiff | tree |
2024-05-17 |
Carlos Amedee | cmd/trace: collapse v2 directory into trace |
commit | commitdiff | tree |
2024-05-17 |
Cherry Mui | cmd/link: enable checklinkname by default |
commit | commitdiff | tree |
2024-05-17 |
Cherry Mui | all: add push linknames to allow legacy pull linknames |
commit | commitdiff | tree |
2024-05-17 |
Robert Griesemer | go/types: re-enable suppressed gcimporter tests |
commit | commitdiff | tree |
2024-05-17 |
Damien Neil | net/http: return correct error when reading from a... |
commit | commitdiff | tree |
2024-05-17 |
Jes Cok | runtime: make use of stringslite.{HasPrefix, HasSuffix} |
commit | commitdiff | tree |
2024-05-17 |
Paul E. Murphy | cmd/compile/internal/ssa: cleanup ANDCCconst rewrite... |
commit | commitdiff | tree |
2024-05-17 |
Kir Kolyshkin | os: make use of pidfd on linux |
commit | commitdiff | tree |
2024-05-17 |
qiulaidongfeng | cmd/go: unexport loadImport |
commit | commitdiff | tree |
2024-05-16 |
Jorropo | cmd/compile: fix indentation level in generic.rules |
commit | commitdiff | tree |
2024-05-16 |
Mauri de Souza... | runtime: cleanup crashstack code |
commit | commitdiff | tree |
2024-05-16 |
Michael Matloob | cmd/go: add go telemetry command and GOTELEMETRY, GOTEL... |
commit | commitdiff | tree |
2024-05-16 |
Robert Griesemer | go/types, types2: report error for floating-point itera... |
commit | commitdiff | tree |
2024-05-16 |
Chen.Zhidong | net/http: add Pattern field in Request to return matche... |
commit | commitdiff | tree |
2024-05-16 |
Jonathan Amsterdam | doc/README.md: give example of package-less symbol... |
commit | commitdiff | tree |
2024-05-16 |
Mike Beaumont | crypto/tls: don't call tlsrsakex.IncNonDefault with... |
commit | commitdiff | tree |
2024-05-16 |
Yoann Congal | crypto/x509: fix certificate request creation with... |
commit | commitdiff | tree |
2024-05-16 |
Tobias Klauser | net: fix typo in ctrlCtxFn parameter name |
commit | commitdiff | tree |
2024-05-16 |
apocelipes | crypto: use byteorder to simplify consumeUint32 and... |
commit | commitdiff | tree |
2024-05-16 |
Jonathan Amsterdam | doc/next/64910.md: reword release note |
commit | commitdiff | tree |
2024-05-16 |
Rob Findley | go/ast: fix bug handling the result of yield in Preorder |
commit | commitdiff | tree |
2024-05-16 |
Jonathan Amsterdam | log/slog: handle times with undefined UnixNanos |
commit | commitdiff | tree |
2024-05-16 |
Damien Neil | net/http: simplify HTTP/1 request cancelation |
commit | commitdiff | tree |
2024-05-16 |
Damien Neil | archive/zip: treat truncated EOCDR comment as an error |
commit | commitdiff | tree |
2024-05-16 |
Jes Cok | doc: make symbol links simpler for relnotes |
commit | commitdiff | tree |
2024-05-16 |
Michael Matloob | cmd/go/internal/envcmd: fix showing GODEBUG env value |
commit | commitdiff | tree |
2024-05-16 |
Alan Donovan | runtime/debug: eliminate temporary variadicity from... |
commit | commitdiff | tree |
2024-05-16 |
qiulaidongfeng | cmd/go: add -changed to query for non-defaults in the env |
commit | commitdiff | tree |
2024-05-16 |
Alan Donovan | cmd/vendor/golang.org/x/telemetry: update to 9ff3ad9 |
commit | commitdiff | tree |
2024-05-16 |
Jonathan Amsterdam | doc/README.md: mention adding the proposal issue |
commit | commitdiff | tree |
2024-05-16 |
Mateusz Poliwczak | crypto/x509: add text and binary marshal methods to OID |
commit | commitdiff | tree |
2024-05-16 |
Cuong Manh Le | cmd/compile: add test case for using Alias types |
commit | commitdiff | tree |
2024-05-16 |
Tobias Klauser | math/rand/v2: use max builtin in tests |
commit | commitdiff | tree |
2024-05-16 |
Michael Pratt | runtime: always update stack bounds on cgocallback |
commit | commitdiff | tree |
2024-05-16 |
Hiroaki Nakamura | cmd/go/internal/script: Fix build tags of isETXTBSY |
commit | commitdiff | tree |
2024-05-15 |
Jes Cok | net/http, reflect: rename Test function names |
commit | commitdiff | tree |
2024-05-15 |
Michael Matloob | cmd/go: don't start upload until after toolchain selection |
commit | commitdiff | tree |
2024-05-15 |
Alan Donovan | go/ast: add Preorder go1.23 iterator |
commit | commitdiff | tree |
2024-05-15 |
Robert Griesemer | go/types, types2: factor out type parameter access... |
commit | commitdiff | tree |
2024-05-15 |
Robert Griesemer | go/types, types2: add Alias.{TypeParams, SetTypeParams... |
commit | commitdiff | tree |
2024-05-15 |
Alan Donovan | cmd/vendor/golang.org/x/telemetry: update to ac8fed8 |
commit | commitdiff | tree |
2024-05-15 |
Alan Donovan | runtime/debug: add SetCrashOutput(...CrashOptions)... |
commit | commitdiff | tree |
2024-05-15 |
Rob Findley | go/types, types2: add additional documentation for... |
commit | commitdiff | tree |
2024-05-15 |
Cherry Mui | cmd/link: disallow pull-only linknames |
commit | commitdiff | tree |
2024-05-15 |
Cherry Mui | cmd/compile: disallow linkname referring to instantiations |
commit | commitdiff | tree |
2024-05-15 |
Alan Donovan | runtime: make convTstring write barrier unreachable... |
commit | commitdiff | tree |
2024-05-15 |
Michael Matloob | cmd/go/internal/modload: compute direct in workspace... |
commit | commitdiff | tree |
2024-05-15 |
David Chase | cmd/compile, cmd/internal: fine-grained fiddling with... |
commit | commitdiff | tree |
2024-05-15 |
Matthew Dempsky | cmd/compile/internal/noder: enable type aliases in... |
commit | commitdiff | tree |
2024-05-15 |
Kir Kolyshkin | run.bash: rm bumping open files soft limit |
commit | commitdiff | tree |
2024-05-15 |
Cherry Mui | cmd/internal/obj/x86: make SEH symbols content-addressable |
commit | commitdiff | tree |
2024-05-15 |
Cherry Mui | cmd/internal/obj: print symbol index at -S=3 |
commit | commitdiff | tree |
2024-05-15 |
Paul E. Murphy | cmd/compile,cmd/asm: on PPC64, generate compares agains... |
commit | commitdiff | tree |
2024-05-15 |
Russ Cox | cmd/go: add support for godebug lines in go.mod and... |
commit | commitdiff | tree |
2024-05-15 |
Paul E. Murphy | cmd/compile/internal/ssa: combine more shift and maskin... |
commit | commitdiff | tree |
2024-05-15 |
Russ Cox | doc/godebug: correct gotypealias=1 deprecation |
commit | commitdiff | tree |
2024-05-15 |
Michael Stapelberg | syscall: skip TestAmbientCapsUserns when restricted... |
commit | commitdiff | tree |
2024-05-14 |
Damien Neil | net/http: avoid panic when writing 100-continue after... |
commit | commitdiff | tree |
2024-05-14 |
Cherry Mui | cmd/compile/internal/ssa: print output on failure in... |
commit | commitdiff | tree |
2024-05-14 |
apocelipes | database/sql: reordering fields to reduce struct sizes |
commit | commitdiff | tree |
2024-05-14 |
Tobias Klauser | internal/poll: use internal/byteorder |
commit | commitdiff | tree |
2024-05-14 |
Tobias Klauser | syscall: use internal/byteorder |
commit | commitdiff | tree |
2024-05-14 |
Tobias Klauser | os: use internal/byteorder |
commit | commitdiff | tree |
2024-05-14 |
Michael Matloob | cmd: add telemetry for commands in cmd |
commit | commitdiff | tree |
2024-05-14 |
Michael Matloob | cmd: pull in golang.org/x/telemetry@7d78a97 |
commit | commitdiff | tree |
2024-05-14 |
Russ Cox | cmd/vendor: pull in x/mod/modfile godebug changes |
commit | commitdiff | tree |
2024-05-14 |
Russ Cox | time: more flake removal in asynctimerchan test |
commit | commitdiff | tree |
2024-05-14 |
Than McIntosh | doc: add relnote fragment on stack slot merging |
commit | commitdiff | tree |
2024-05-14 |
Than McIntosh | cmd/link/internal/ld: clean tmpdir obj timestamps |
commit | commitdiff | tree |
2024-05-14 |
Niklas Ott | encoding/base32: use correct length for unpadded buffer... |
commit | commitdiff | tree |
2024-05-14 |
Tobias Klauser | net/netip: fix TestInlining after CL 585057 |
commit | commitdiff | tree |
2024-05-13 |
Mateusz Poliwczak | internal/chacha8rand: use internal/byteorder |
commit | commitdiff | tree |
2024-05-13 |
Tobias Klauser | net/netip: test that Addr.AsSlice is inlineable |
commit | commitdiff | tree |
2024-05-13 |
Mateusz Poliwczak | net/netip: replace != nil with != "" in comment |
commit | commitdiff | tree |
next |