- f65692e cmd/compile: don't drop same register twice by khr@golang.org · 3 days ago master
- 3c8b5e6 cmd/compile: avoid folding 64-bit integers into 32-bit constants by Youlin Feng · 3 days ago
- 6837583 cmd/internal/obj/loong64: improve ARNG type register name conversion by Guoqi Chen · 12 days ago
- c01d1f0 cmd/go: validate inferred module path for go mod init by Yanchen Chen · 3 months ago
- c186fe8 encoding/json/v2: allow streaming JSON methods to return errors.ErrUnsupported by Joe Tsai · 5 days ago
- 9c9412c cmd/go/internal/vcs: delete go-internal argument handling dead code by Tony Tang · 4 days ago
- 770864f encoding/json/v2: remove SkipFunc sentinel error by Joe Tsai · 5 days ago
- 1a6c544 cmd/go: document PATH behavior for `go run` and `go tool` by Paschalis T · 5 days ago
- 58bc91a cmd/link: support PIE on linux/s390x without cgo by George Adams · 12 days ago
- 4dca8b3 encoding/json/v2: dual support errors.ErrUnsupported and SkipFunc by Joe Tsai · 7 days ago
- 4f5d5dd doc: document the gotypesalias removal by Mateusz Poliwczak · 4 days ago
- f1918c4 runtime: delete deadcode in mheap by Tony Tang · 4 days ago
- 1915ea0 net/netip: optimize Prefix.String by database64128 · 6 days ago
- cba0084 cmd/cover: exclude commented-out code from coverage instrumentation by Rudy Regazzoni · 4 days ago
- 3e4143d doc: document GODEBUG carve out for security releases by Sean Liao · 3 months ago
- 8a0bc29 runtime/cgo: deduplicate x_cgo_init and crosscall1 by qmuntal · 5 months ago
- 65b9017 runtime/cgo: deduplicate pthreads-related functions by qmuntal · 5 months ago
- c9cbeb0 encoding/json/v2: remove `unknown` tag option and DiscardUnknownMembers by Joe Tsai · 2 weeks ago
- 92c7fcf time: document that Parse does not support leap seconds by Sean Liao · 10 days ago
- e5df06b time: document that LoadLocation creates new Location instances by Sean Liao · 10 days ago
- b464a92 cmd/go: do not collect build information for test packages when not needed by Pierre Gimalac · 2 weeks ago
- 30d5c1b net: always set the servers field to defaultNS by Mateusz Poliwczak · 10 days ago
- a44ed02 cmd/go: fix panic in 'go run -C' by Oleksandr Redko · 11 days ago
- 3176810 reflect: add examples for Value.Fields and Value.Methods by cuishuang · 2 weeks ago
- 287451f math/big: optimize the implementation of lshVU on loong64 by limeidan · 7 days ago
- 7123226 cmd/go/internal/bug: sync go bug headings with GitHub form by ThanhNguyxn · 9 days ago
- a6c48f2 cmd/compile: make the cached sdom always return the reverse PO by Daniel Morsing · 12 days ago
- 31a03fe cmd/go/internal/modindex: eliminate duplicated vars by Kir Kolyshkin · 3 months ago
- 2a1d605 cmd/compile: fix slice bounds check elimination after function inlining by Youlin Feng · 3 weeks ago
- f745645 cmd/compile/internal/bitvec: remove 2GB allocation limit in NewBulk by Michael Podtserkovskii · 5 weeks ago
- b45c59c crypto/tls: fix CurvePreferences comment by Simon Deziel · 6 days ago
- 174c92b cmd/compile: set alignment for all content-addressable symbols by Ian Lance Taylor · 2 months ago
- fbe5532 cmd/compile: replace conditions to CCMP instructions on ARM64 by Ch1n-ch1nless · 6 months ago
- 20bc194 cmd/link: handle runtime.type based on size, not GOOS by Ian Lance Taylor · 6 days ago
- b40f0b1 internal/poll: simplify IOCP association checks by qmuntal · 12 days ago
- 54c4632 internal/poll: avoid race between execIO and DisassociateIOCP by qmuntal · 2 weeks ago
- 683aa88 runtime: conservatively scan extended register state by Alexander Musman · 2 weeks ago
- 456d0fe cmd/link: correct libc dynamic linker path by Meng Zhuo · 5 weeks ago
- a430bc1 cmd/compile, runtime: set alignment of type descriptors by Ian Lance Taylor · 2 months ago
- 67d449c cmd/internal/obj: add Align field to LSym by Ian Lance Taylor · 2 months ago
- 4f8aa41 runtime: put a bool in front of initialization-done channel by Ian Lance Taylor · 7 days ago
- 97c48fd cmd/compile: move likely used values into registers before entering loop by Keith Randall · 8 days ago
- d3ddc48 test/convert5: skip mipsle by Rongrong · 8 days ago
- a595933 crypto/sha1: provide optimised assembly for riscv64 by Julian Zhu · 8 weeks ago
- 86f7959 runtime/pprof: fix missing Profile docs by Austin Clements · 8 days ago
- 0f550bc crypto/des: correct finalPermutation comment from 4-bit to 64-bit by cuishuang · 9 weeks ago
- 64a71d4 crypto/tls: update bogo version by Roland Shoemaker · 3 months ago
- 1bb3f4e runtime: add race instrumentation for moduleToTypelinksLock by chressie · 11 days ago
- 9777cec runtime: use unsafe.Slice in itabInit by Ian Lance Taylor · 3 months ago
- d440b8b internal/abi, runtime: put type descriptor sizes in internal/abi by Ian Lance Taylor · 3 months ago
- d61c0c9 runtime: simplify the implementation of walltime and nanotime1 on loong64 by Guoqi Chen · 2 weeks ago
- 3048de9 io/fs: document that Sub does not check for existence by Sean Liao · 11 days ago
- 65ac2af cmd/link: run ELF tests on Solaris by Ian Lance Taylor · 12 days ago
- fb45b08 cmd/link: only run ELF tests on ELF systems by Ian Lance Taylor · 3 weeks ago
- 02a5932 net/url: add test case to ResolveReference by kami-sama · 13 days ago
- f1e016b internal/bytealg: unexport {Last,}IndexRabinKarp helpers by Tobias Klauser · 13 days ago
- ad170e1 cmd/link: make TestTypePlacement work on AIX by Ian Lance Taylor · 3 weeks ago
- 9fd5a5f cmd/link: use correct alignment for type descriptors on AIX by Ian Lance Taylor · 3 weeks ago
- 4fe1203 cmd/link: align covctrs symbol by Keith Randall · 7 weeks ago
- cbb37e3 net/http: fix WaitGroup race in TestTransportNoReuseAfterEarlyResponse by Dmitri Shuralyov · 3 weeks ago
- d1ec0ec internal/poll: move isBlocking checks to inside execIO by qmuntal · 12 days ago
- 228c046 internal/poll: optimize socket completion modes by qmuntal · 12 days ago
- f58a6a8 internal/poll: make waitIO more idempontent by qmuntal · 12 days ago
- 9263a71 database/sql: ensure Null* types have Valid=false when Scan returns error by Ravi Sastry Kadali · 3 weeks ago
- 0430fa9 simd/archsimd: correct algorithm name in SHA256 ops documentation by Tom Thorogood · 5 weeks ago
- 045ceb7 cmd/compile: allow equal functions to perform unaligned load on loong64 by Guoqi Chen · 13 days ago
- db5882e os: support deleting inaccessible files in RemoveAll by Michal Pristas · 13 days ago
- f8f8712 crypto/tls: fix broken link in KeyLogWriter documentation by kovan · 2 weeks ago
- 491da55 cmd/compile/internal/ssagen: fix typo GrtCallerSP -> GetCallerSP by yongqijia · 11 days ago
- bd7b8a5 runtime: add explicit lower bounds check to decoderune by Jonah Uellenberg · 12 days ago
- 5f51b09 cmd/link: ignore GCC generated .wm4/.wm8 symbols with no type by Ian Lance Taylor · 13 days ago
- b152d9a cmd/link: correct error message in loadelf.Load by Ian Lance Taylor · 13 days ago
- fc9f221 net/http: remove hasPort and simplify logic by Jorropo · 3 months ago
- a72a429 simd/archsimd: remove BUG note about type parameter by Cuong Manh Le · 12 days ago
- 38ed614 cmd/compile: fix SIMD type parameter instantiation by Cuong Manh Le · 12 days ago
- ae842f7 log/slog: correct method names in MultiHandler docs by Rhys Hiltner · 2 weeks ago
- 824befb bufio: fix doc link to Reset method by Michal Bohuslávek · 5 weeks ago
- b8be5de runtime: clarify g object vs stack memory lifetime in HACKING.md by kovan · 2 weeks ago
- d4febb4 crypto/tls: avoid data race when canceling a QUICConn's Context by Damien Neil · 12 days ago
- e2a34c7 go/types, types2: mechanically swap x.mode() == invalid for !x.isValid() by Mark Freeman · 12 days ago
- 934a79f go/types, types2: mechanically swap x.mode_ = invalid for x.invalidate() by Mark Freeman · 12 days ago
- cd92bae go/types, types2: mechanically replace read accesses to operand.mode_ by Mark Freeman · 13 days ago
- cfe0f55 go/types, types2: mechanically replace read accesses to operand.typ_ by Mark Freeman · 2 weeks ago
- fd146ff go/types, types2: mechanically rename operand.mode to operand.mode_ by Mark Freeman · 13 days ago
- 052e64e go/types, types2: mechanically rename operand.typ to operand.typ_ by Mark Freeman · 13 days ago
- c34b99a cmd/compile: CSE loads across disjoint stores by amusman · 1 year, 6 months ago
- 99d7121 cmd/link: add more clang driver flags when testing flag by Corentin Kerisit · 9 weeks ago
- b8bccb9 cmd/compile: don't double-walk the map argument of clear by Keith Randall · 13 days ago
- 513bb87 test/codegen: codify bit related code generation for loong64 by Xiaolin Zhao · 5 weeks ago
- c5a3cf6 net/http: use SplitSeq in ParseCookie by Carlo Alberto Ferraris · 2 months ago
- 3b092b2 net/textproto: add Referer to commonHeader by guoguangwu · 2 years ago
- 9972154 go/build: don't invoke go command when setting UseAllFiles by AN Long · 6 months ago
- f2e7fa6 net/http/httptrace: compose ClientTrace without reflect by Randy Reddig · 3 months ago
- 044fe17 internal/stringslite: remove duplicate code in Index by Олег Световидов · 2 weeks ago
- f766b8d cmd/link: remove obsolete duffzero/duffcopy code by Keith Randall · 3 weeks ago
- 28fbdf7 cmd/go: fix pkg-config flag sanitization by Roland Shoemaker · 2 weeks ago
- 045d127 internal/poll: unlock read lock if write lock fails in readWriteLock by qmuntal · 3 weeks ago
- bd1b41e reflect, runtime: adjust user-created GCData on AIX by Ian Lance Taylor · 3 weeks ago
- 01299a3 cmd/cgo: use objdir consistently, create it as needed by Ian Lance Taylor · 3 weeks ago
- 1bbb78e cmd/go: rewrite cgo names to "C." in compiler error messages by Ian Lance Taylor · 3 months ago