- fb8691e syscall: use testing.T.Context by Tobias Klauser · 28 hours ago master
- af92bb5 test/codegen: remove plan9/amd64 specific array zeroing/copying tests by Joel Sing · 26 hours ago
- bdfa604 cmd/internal/dwarf: always use AT_ranges for scopes with DWARF 5 by Than McIntosh · 20 hours ago
- d7f5883 doc/next: add tentative DWARF 5 release note fragment by Than McIntosh · 20 hours ago
- 8cdef12 cmd/link: only check PIE size difference when the linkmode is the same by Joel Sing · 24 hours ago
- b143c98 cmd/compile: simplify bounded shift on loong64 by Xiaolin Zhao · 4 months ago
- b10c359 cmd/internal/obj/loong64: add {V,XV}DIV{B/H/W/V}[U] and {V,XV}MOD{B/H/W/V}[U] instructions support by Xiaolin Zhao · 3 months ago
- d729053 mime/multipart: add helper to build content-disposition header contents by Luca Maltagliati · 16 hours ago
- a68bf75 cmd/go: don't write own toolchain line when updating go line by Michael Matloob · 3 days ago
- 485480f net: deflake recently added TestCloseUnblocksReadUDP by Brad Fitzpatrick · 33 hours ago
- 955cf08 cmd/internal/dwarf: fix bug in inlined func DIE range DWARF 5 info by Than McIntosh · 22 hours ago
- bec12f1 log/slog: optimize appendKey to reduce allocations by Aoang · 4 months ago
- 7e8cead cmd/compile/internal/ssagen: use an alias for math/bits.Len by Joel Sing · 26 hours ago
- a812e5f math/big: update calibration tests and recalibrate by Russ Cox · 8 weeks ago
- 40c953c runtime: remove nextSampleNoFP from plan9 by Russ Cox · 6 days ago
- d037ed6 math/big: simplify, speed up Karatsuba multiplication by Russ Cox · 8 weeks ago
- 26040b1 cmd/compile: remove noDuffDevice by Russ Cox · 6 days ago
- c9b07e8 cmd/compile: use FMA on plan9, and drop UseFMA by Russ Cox · 8 days ago
- 35cb497 cmd/compile: remove useSSE by Russ Cox · 8 days ago
- 644b984 cmd/compile: compute bitsize from type size in prove to clean some switches by Jorropo · 3 days ago
- b60b9cf cmd/compile: add constant folding for bits.Add64 by Jorropo · 4 days ago
- 4ff70cf cmd/compile: add MakeTuple generic SSA op to remove duplicate Select[01] rules by Jorropo · 2 days ago
- 99411d7 cmd/compile: compute bits.OnesCount's limits from argument's limits by Jorropo · 4 days ago
- 8d767ff runtime: increase GDB version testing requirement to 10 from 7.7 by Than McIntosh · 2 days ago
- c032b04 internal/buildcfg: fix typo in DWARF 5 enabling code by Than McIntosh · 2 days ago
- c00647b cmd/compile: set bits.OnesCount's limits to [0, 64] by Jorropo · 4 days ago
- 554a3c5 cmd/compile: use min & max builtins to assert constant bounds in prove's tests by Jorropo · 4 days ago
- d284222 cmd/compile: compute min's & max's limits from argument's limits inside flowLimit by Jorropo · 4 days ago
- bcd0ebb internal/cpu: use correct variable when parsing CPU features lamcas and lam_bh on loong64 by Guoqi Chen · 7 days ago
- 4364893 cmd/internal/script/scripttest: use GOHOSTARCH to find tool directory by Ian Lance Taylor · 2 days ago
- 17b9c9f internal/bytealg: optimize Count{,String} in loong64 by Guoqi Chen · 7 days ago
- ca19f98 internal/buildcfg: enable DWARF version 5 by default by Than McIntosh · 3 months ago
- 4acc5b4 cmp: add examples for Compare and Less by cuishuang · 2 days ago
- 908af65 archive/zip: error on ReadDir if there are invalid file names by Sean Liao · 3 days ago
- 817218a net/http: document Redirect behavior for non-ASCII characters by Ian Lance Taylor · 4 days ago
- 3fb8b4f all: move //go:debug decoratemappings=0 test to cmd/go by Michael Pratt · 2 days ago
- 8867af9 os: add more File.WriteAt tests by qmuntal · 3 days ago
- b0e2f18 cmd/internal/obj/loong64: add {V,XV}MUL{B/H/W/V} and {V,XV}MUH{B/H/W/V}[U] instructions support by Xiaolin Zhao · 3 months ago
- 6c70f2b cmd/compile: Enable inlining of tail calls by Alexander Musman · 3 weeks ago
- c18ff21 cmd/compile, runtime: remove plan9 special case avoiding SSE by Russ Cox · 9 days ago
- 3e033b7 cmd/compile: add constant folding for PopCount by Jorropo · 4 days ago
- 8591f8e log/slog: use consistent call depth for all output by Örjan Fors · 8 days ago
- 39b7837 net/mail: use sync.OnceValue to build dateLayouts by 1911860538 · 5 days ago
- 31658ac runtime/internal: clean up completely by Jes Cok · 7 days ago
- 598df45 net: unblock UDP Reads upon Close on plan9, add test by Brad Fitzpatrick · 3 days ago
- be2ecfb debug/dwarf: read DWARF 5 cu base offsets on SeekPC() path by Than McIntosh · 2 days ago
- 73fea03 cmd/go: allow symlinks of non-directory files in embed by Michael Matloob · 8 weeks ago
- a588c6f go/types, types2: report better error messages for make calls by Robert Griesemer · 6 days ago
- ae4c13a go/types, types2: report better error messages for slice expressions by Robert Griesemer · 6 days ago
- e5d3ece go/types, types2: remove need for coreString in signature.go by Robert Griesemer · 7 days ago
- 2d097e3 go/types, types2: better error messages for copy built-in by Robert Griesemer · 7 days ago
- e3ea8e6 cmd/internal/obj/loong64: add {V,XV}SEQI, {V,XV}.{AND,OR,XOR,NOR} instructions support by Guoqi Chen · 7 days ago
- 2a772a2 cmd/compile: optimize shifts of int32 and uint32 on loong64 by Xiaolin Zhao · 4 months ago
- 2abe5ce testing: warn against calling Log after a test completes by Sean Liao · 3 days ago
- 574a9fa crypto/tls: reject TLS 1.3 compat session ID in TLS 1.2 by Daniel McCarney · 2 weeks ago
- 4635ad0 crypto/tls: align cert decode alert w/ BSSL by Daniel McCarney · 2 weeks ago
- 5b4209f crypto/tls: update GREASE-Server-TLS13 BoGo skip by Daniel McCarney · 3 weeks ago
- 01688da crypto/tls: support bogo -wait-for-debugger by Daniel McCarney · 3 weeks ago
- 2611d81 crypto/tls: ignore TLS 1.3 user canceled alerts by Daniel McCarney · 3 weeks ago
- b0e7f95 crypto/tls: run SkipNewSessionTicket bogo test by Daniel McCarney · 3 weeks ago
- 04164e5 internal/runtime/atomic: updated go assembler comments by Prabhav Dogra · 6 days ago
- 895bcf1 crypto/tls: reject empty TLS 1.3 session ticket by Daniel McCarney · 3 weeks ago
- 2620cc1 cmd/go/internal/mmap: close file after mmap by Michael Matloob · 2 weeks ago
- fd39971 cmd/cgo/internal/testsanitizers: bump GCC version for asan location checking by Than McIntosh · 4 days ago
- e256e64 debug/dwarf: fix problem with DWARF 5 and Seek method by Than McIntosh · 6 days ago
- c3e7d5f debug/dwarf: refactor entry DIE reading helper by Than McIntosh · 6 days ago
- c40a3731 internal/godebugs: add decoratemappings as an opaque godebug setting by Michael Pratt · 6 days ago
- c3950f8 crypto/pbkdf2: fix code example for Key by Gusted · 5 days ago
- 22d5d09 net/http/httputil: close hijacked connections when CloseWrite not available by Damien Neil · 7 days ago
- bc5f4a5 crypto/tls: small bogo shim test tidying by Daniel McCarney · 4 weeks ago
- e690884 os: remove unused testingForceReadDirLstat by Tobias Klauser · 6 days ago
- 705fa92 crypto/internal/fips140: make Version return latest when not frozen by Filippo Valsorda · 7 days ago
- d7e5cd5 compress/flate,compress/lzw: fix incorrect godoc links by Olivier Mengué · 7 days ago
- b4a333f crypto/internal/fips140/bigmod: explicitly clear expanded limbs on reset by Filippo Valsorda · 8 days ago
- e0b110b text/template: add an if func example by linmaolin · 8 days ago
- 812a44e archive/zip: preallocate fileList size for Reader.Open by Olivier Mengué · 7 days ago
- fe9b292 go/types,types2: allocate the used* maps in initFiles by Rob Findley · 6 days ago
- d43c0f8 net: add comment about blocking to Conn.Close by Ian Lance Taylor · 7 days ago
- 8a7742e go/types, types2: factor out shared for-range checking code into range.go by Robert Griesemer · 7 days ago
- 232dfd2 go/types, types2: rename errorCause to typeError by Robert Griesemer · 9 days ago
- 5af3658 go/types, types2: use errorCause instead of reportf in comparableType by Robert Griesemer · 9 days ago
- 584e631 go/types, types2: better error messages for invalid calls by Robert Griesemer · 9 days ago
- 8b7e376 go/types, types2: factor out single commonUnder function by Robert Griesemer · 10 days ago
- f55bb13 cmd/cgo/internal/testsanitizers: for "leak", use -fsanitize=address by Ian Lance Taylor · 7 days ago
- 24d2235 cmd/go: add 'work' package pattern by Michael Matloob · 8 weeks ago
- 9bd2160 os: add missing calls to Root.Close() in tests by Olivier Mengué · 7 days ago
- 1cf6b50 cmd/compile: remove no-longer-necessary recursive inlining checks by David Chase · 8 days ago
- 6a4bc8d cmd/go: cache coverage profile with tests by Ryan Currah · 2 weeks ago
- 938b6c1 os: more godoc links by Olivier Mengué · 7 days ago
- 66b7640 compress/lzw,compress/gzip,compress/flate,compress/zlib,compress/bzip2: go doc links by Olivier Mengué · 8 days ago
- 53d689c cmd/internal/obj/loong64: add {V,XV}ILV{L/H}.{B/H/W/D} instructions support by Xiaolin Zhao · 3 months ago
- 3aef716 doc: update godebug doc to clarify godebug directive in workspace by Michael Matloob · 8 days ago
- 70dcc78 math/big: avoid negative slice size in nat.rem by Russ Cox · 8 days ago
- 5e0dbec crypto/rsa: add a test with very different prime sizes by Filippo Valsorda · 8 days ago
- e7f9e76 crypto: test for unexpected concrete methods in interface value returns by Filippo Valsorda · 3 months ago
- 92a63bd runtime: explicitly disable async preempt for internal/runtime by Andy Pan · 8 days ago
- 6cb8c83 cmd/link/internal: remove trampoline for plt on loong64 by limeidan · 8 days ago
- 6ba91df math: implement func archExp and archExp2 in assembly on loong64 by Xiaolin Zhao · 2 months ago
- 39d7a49 cmd/internal/obj/loong64: add {V,XV}{ADD/SUB}.{B,H,W,D,Q} and {V,XV}{ADD/SUB}.{B,H,W,D}Uinstructions support by Xiaolin Zhao · 3 months ago
- 645ea53 runtime: in asan mode call __lsan_do_leak_check when exiting by Ian Lance Taylor · 3 weeks ago