- 446a5dc bytes: add a boundary test for Count of 1 byte by Keith Randall · 8 weeks ago master
- bda1ef1 cmd/compile: fix memcombine pass for big endian, > 1 byte elements by Keith Randall · 11 hours ago
- 76d90a3 testing: remove tests from the running log while they are waiting on parallel subtests by Bryan C. Mills · 32 hours ago
- b4fa5b1 debug/elf: return error in DynValue for invalid dynamic section size by Jes Cok · 2 days ago
- a27a525 go/types: set correct Var.scopePos for parameters/results by Alan Donovan · 10 days ago
- 858cd8d runtime/pprof: retry vmmap invocation if it failed due to a reported temporary resource shortage by Cosmos Nicolaou · 34 hours ago
- 83da21f all: update vendored dependencies by Dmitri Shuralyov · 32 hours ago
- 2731673 types2, go/types: fix type checking of ~[]E passing to unsafe builtins by Cuong Manh Le · 3 days ago
- 636c6e35 doc: release notes for GOARM hardfloat/softfloat change by Keith Randall · 2 days ago
- c418da3 runtime: docfix countAlloc by Peter Feichtinger · 7 days ago
- b9a4eaa cmd/cgo/internal/test: only test specific frames in testCallbackCallersSEH by qmuntal · 2 days ago
- 1908d43 cmd/internal/moddeps: walk GOROOT when it is a symlink by qiulaidongfeng · 2 days ago
- 6111acc go/types: include AST in instantiatedIdent panic message by Alan Donovan · 2 days ago
- aae7734 internal/trace/v2: tolerate having a P in GoCreateSyscall by Michael Anthony Knyszek · 2 days ago
- b2efd1d runtime: put ReadMemStats debug assertions behind a double-check mode by Michael Anthony Knyszek · 3 days ago
- 5df4a63 doc: document PCALIGN directive by Mauri de Souza Meneguzzo · 2 days ago
- 7ccddf0 sort: add available godoc link by cui fliter · 4 weeks ago
- d59bd25 runtime: test for contention in both semaphore paths by Rhys Hiltner · 9 days ago
- 46410b7 cmd/compile: use correct type for slice pointer by Keith Randall · 3 days ago
- 4956c34 syscall: remove ptrace1 on darwin by Cherry Mui · 3 days ago
- 7e5b7d7 doc: update release notes from the relnote tool by Michael Anthony Knyszek · 8 days ago
- 94d6267 text/template: more godoc links by Olivier Mengué · 8 days ago
- e158cb2 .github: clean up issue forms by Sean Liao · 7 days ago
- 6317fb4 Revert "testing: simplify concurrency and cleanup logic" by Lasse Folger · 7 days ago
- d961b12 io/fs, os: unify PathError.Path for dirFS.{ReadFile, ReadDir} by Jes Cok · 7 days ago
- 0d018b4 all: fix field names by cui fliter · 13 days ago
- 0c7e5d3 path: add available godoc link by cui fliter · 4 weeks ago
- 3e67f46 .github: try "import/path: issue title" instead of "affected/package: " by Dmitri Shuralyov · 8 days ago
- f4cb2ac .github: delete archived issue templates by Dmitri Shuralyov · 8 days ago
- 37aed23 runtime: throw from the systemstack in wirep by Michael Anthony Knyszek · 9 days ago
- 186c473 api: promote next to go1.22 by Michael Anthony Knyszek · 8 days ago
- 6760029 github: use forms for issue templates by Hiro · 8 days ago
- cea35ba runtime: hold sched.lock over traceThreadDestroy in dropm by Michael Anthony Knyszek · 9 days ago
- 23c0d30 runtime: move the wakeableSleep lock under sched in the lock rank by Michael Anthony Knyszek · 9 days ago
- e4ea628 runtime: don't hold trace.lock over semrelease in readTrace0 by Michael Anthony Knyszek · 9 days ago
- 5249947 runtime: don't hold the table lock in (*traceStackTable).dump by Michael Anthony Knyszek · 9 days ago
- d4430f6 cmd/link/internal/loadpe: fix .xdata unwind info parsing by Davis Goodin · 9 days ago
- 37971b3 cmd/link/internal/ld: fix DWARF type DIE "go kind" bug for synthetic ptr types by Than McIntosh · 9 days ago
- 5abae02 runtime/internal/atomic: deduplicate And/Or code on wasm by Mauri de Souza Meneguzzo · 9 days ago
- 2c424ed internal/abi, runtime, reflect, cmd: merge maxZero const into internal/abi by qiulaidongfeng · 9 days ago
- b06f59e cmd/asm: fix the KMCTR instruction encoding and argument passing by Srinivas Pokala · 7 weeks ago
- 5f7a408 runtime: change the name of variables in asan-related assembly functions by fanzha02 · 10 days ago
- 29ca9cc internal/bytealg: optimize Count with PCALIGN in riscv64 by Meng Zhuo · 3 weeks ago
- 9840d38 cmd/internal/obj/riscv: add support of PCALIGN directive by Meng Zhuo · 3 weeks ago
- dc5a0d2 crypto/tls: mark RSA KEX cipher suites insecure by Filippo Valsorda · 9 days ago
- 059a9ee crypto/tls: check and record godebugs more granularly by Filippo Valsorda · 9 days ago
- ff722e6 internal/trace/v2: dump text trace on failure only if it fits in the log by Michael Anthony Knyszek · 9 days ago
- e6b76bf testing: simplify concurrency and cleanup logic by Bryan C. Mills · 5 months ago
- f5bf9fb crypto/tls: check client's supported versions when using QUIC by Marten Seemann · 5 weeks ago
- 74993bf runtime: disable trace v2 optimistic deadlock debugger by Michael Anthony Knyszek · 9 days ago
- b6b72c7 runtime: emit a ProcSteal from entersyscall_gcwait by Michael Anthony Knyszek · 10 days ago
- ff05cdb internal/syscall/unix: add PidFDSendSignal for Linux by Kir Kolyshkin · 3 months ago
- 5a6f1b3 runtime: add lock partial order edge between wakeableSleep and hchan by Michael Anthony Knyszek · 9 days ago
- ef7b713 errors: clarify references to Unwrap in doc by Olivier Mengué · 5 weeks ago
- 4a24082 syscall: check SyscallIsNotSupported in TestPidFDWithUserNS by Michael Pratt · 9 days ago
- 41f58b2 runtime: enable the exectracer2 experiment by default by Michael Anthony Knyszek · 3 weeks ago
- 4e3ac99 cmd/trace/v2: emit regions in the goroutine-oriented task view by Michael Anthony Knyszek · 10 days ago
- 28f8734 cmd/trace/v2: add support for the goroutine-oriented task view by Michael Anthony Knyszek · 10 days ago
- 971f593 cmd/trace/v2: add thread-oriented mode for v2 traces by Michael Anthony Knyszek · 11 days ago
- 90ba445 cmd/trace/v2: add support for a task-oriented procs-based view by Michael Anthony Knyszek · 11 days ago
- 64c12ba cmd/trace/v2: add support for goroutine filtering by Michael Anthony Knyszek · 13 days ago
- 7105216 cmd/trace/v2: add support for task and region endpoints by Michael Anthony Knyszek · 2 weeks ago
- 7e32d8d cmd/trace: factor out durationHistogram by Michael Anthony Knyszek · 2 weeks ago
- 816ee0b internal/trace: add task analysis for v2 traces by Michael Anthony Knyszek · 2 weeks ago
- 5dde69f internal/trace/v2: redefine NoTask and add BackgroundTask by Michael Anthony Knyszek · 13 days ago
- d1dcffd cmd/trace/v2: add support for pprof endpoints by Michael Anthony Knyszek · 2 weeks ago
- b839348 cmd/trace: refactor pprof HTTP SVG serving into traceviewer by Michael Anthony Knyszek · 3 weeks ago
- ff07b73 internal/trace/traceviewer: make the mmu handler more self-contained by Michael Anthony Knyszek · 3 weeks ago
- c785be4 cmd/trace: common up the mmu page and add it to cmd/trace/v2 by Michael Anthony Knyszek · 3 weeks ago
- 48a6362 cmd/trace/v2: add goroutine analysis pages by Michael Anthony Knyszek · 3 weeks ago
- 351d852 internal/trace: use the correct stack for goroutine naming in v2 traces by Michael Anthony Knyszek · 9 days ago
- 450ecbe runtime: profile contended lock calls by Rhys Hiltner · 10 days ago
- 539b4d8 internal/trace/v2: forward Event.Stack to StateTransition.Stack by Michael Anthony Knyszek · 9 days ago
- 748952f cmd/trace: add almost full support for v2 traces in the trace viewer by Michael Anthony Knyszek · 2 weeks ago
- 3548f9a os: remove useless if from Wait on unix by Kir Kolyshkin · 10 days ago
- 00715d0 cmd/compile/internal/walk: copy SSA-able variables by Matthew Dempsky · 3 weeks ago
- e5615ad cmd/compile, internal/buildcfg: enable regABI on loong64, and add loong64 in test func hasRegisterABI by Guoqi Chen · 4 months ago
- f7b2779 syscall: fix getting pidfd when using CLONE_NEWUSER by Kir Kolyshkin · 2 weeks ago
- cfb2817 cmd/compile/internal/inline: revise -m=2 status messages by Than McIntosh · 3 weeks ago
- 2e77b51 runtime/internal/syscall: use ABIInternal for Syscall6 on loong64 by Guoqi Chen · 3 months ago
- b3b4424 cmd/compile: fix If lowering on loong64 by Guoqi Chen · 4 months ago
- e58c9ba cmd/internal/obj: set morestack arg spilling and regabi prologue on loong64 by Guoqi Chen · 4 months ago
- c83b5fe runtime: add regABI support in memclr and memmove functions on loong64 by Guoqi Chen · 4 months ago
- 1052d09 internal/bytealg: add regABI support in bytealg functions on loong64 by Guoqi Chen · 4 months ago
- 4e6bbbe reflect, runtime: add reflect support for regABI on loong64 by Guoqi Chen · 4 months ago
- f6f141a runtime: support regABI and add spill functions in runtime for loong64 by Guoqi Chen · 4 months ago
- 3107fa9 runtime: make duff device as ABIInternal for loong64 by Guoqi Chen · 4 months ago
- 6b77d1b cmd/compile: update loong64 CALL* ops by Guoqi Chen · 4 months ago
- bd224fa cmd/compile/internal: add spill support for loong64 regABI by Guoqi Chen · 4 months ago
- ebca52e cmd/compile/internal: add register info for loong64 regABI by Guoqi Chen · 4 months ago
- 4bfed5c runtime/internal/atomic: deduplicate And/Or code on arm by Mauri de Souza Meneguzzo · 10 days ago
- d7fcb5c cmd/dist, cmd/link, internal, runtime: implement buildmode=plugin for linux/loong64 by WANG Xuerui · 12 months ago
- 7b26cb9 internal/abi: define loong64 regABI constants by Guoqi Chen · 4 months ago
- 070139a cmd/compile,cmd/internal,runtime: change registers on loong64 to avoid regABI arguments by Guoqi Chen · 4 months ago
- 945c2bc cmd/compile: add ABI register definations for loong64 by Guoqi Chen · 4 months ago
- 08b9640 cmd/compile: teach regalloc to rightly do nothing on loong64 in case of dynlinking by WANG Xuerui · 12 months ago
- 346e06c cmd/internal/obj,cmd/link: access global data via GOT in -dynlink mode on loong64 by Guoqi Chen · 7 weeks ago
- f435811 cmd/compile, cmd/internal, runtime: change the registers used by the duff device for loong64 by Guoqi Chen · 4 months ago
- 4f55a5a sync: do not unnecessarily keep alive functions wrapped by Once(Func|Value|Values) by Carlo Alberto Ferraris · 8 months ago
- 5239c91 cmd/compile/internal/inline: minor compile time improvements in func flags by Than McIntosh · 4 weeks ago