Commit Graph

  • 5afe237d65 mime: add missing path for mime types in godoc Taichi Maeda 2025-11-18 19:05:12 +09:00
  • c1b7112af8 os/signal: make NotifyContext cancel the context with a cause Filippo Valsorda 2025-11-18 17:19:04 +01:00
  • e3d4645693 [dev.simd] all: merge master (ca37d24) into dev.simd Cherry Mui 2025-11-20 14:40:43 -05:00
  • ca37d24e0b net/http: drop unused "broken" field from persistConn Damien Neil 2025-11-19 14:35:20 -08:00
  • 4b740af56a cmd/internal/obj/x86: handle global reference in From3 in dynlink mode Cherry Mui 2025-11-19 17:32:12 -05:00
  • 790384c6c2 spec: adjust rule for type parameter on RHS of alias declaration Robert Griesemer 2025-11-18 15:47:44 -08:00
  • a49b0302d0 net/http: correctly close fake net.Conns Damien Neil 2025-11-19 11:25:49 -08:00
  • 95b4ad525f [dev.simd] simd: reorganize internal tests so that simd does not import testing David Chase 2025-11-19 12:06:19 -05:00
  • 32f5aadd2f cmd/compile: stack allocate backing stores during append khr@golang.org 2025-09-12 14:43:19 -07:00
  • a18aff8057 runtime: select GC mark workers during start-the-world Michael Pratt 2025-11-17 16:08:21 -05:00
  • 829779f4fe runtime: split findRunnableGCWorker in two Michael Pratt 2025-11-17 15:09:50 -05:00
  • ab59569099 go/version: use "custom" as an example of a version suffix Dmitri Shuralyov 2025-11-14 15:40:43 -05:00
  • c4bb9653ba cmd/compile: Implement LoweredZeroLoop with LSX Instruction on loong64 Guoqi Chen 2025-11-17 11:33:04 +08:00
  • 7f2ae21fb4 cmd/internal/obj/loong64: add MULW.D.W[U] instructions Xiaolin Zhao 2025-11-18 10:55:19 +08:00
  • a2946f2385 crypto: add Encapsulator and Decapsulator interfaces Filippo Valsorda 2025-09-22 14:12:53 +02:00
  • 6b83bd7146 crypto/ecdh: add KeyExchanger interface Filippo Valsorda 2025-09-22 14:12:15 +02:00
  • 4fef9f8b55 go/types, types2: fix object path for grouped declaration statements Mark Freeman 2025-11-19 15:10:24 -05:00
  • 33529db142 spec: escape double-ampersands zigo101 2025-11-17 02:33:01 +00:00
  • dc42565a20 cmd/compile: fix control flow for unsigned divisions proof relations Jorropo 2025-11-18 01:26:01 +01:00
  • e64023dcbf cmd/compile: cleanup useless if statement in prove Jorropo 2025-11-18 01:18:30 +01:00
  • 2239520d1c test: go fmt prove.go tests Jorropo 2025-11-18 00:54:38 +01:00
  • 489d3dafb7 math: switch s390x math.Pow to generic implementation Srinivas Pokala 2025-11-14 14:21:37 +01:00
  • 3fe246ae0f [dev.simd] simd: make 'go generate' generate everything Austin Clements 2025-11-18 12:03:51 -05:00
  • cf45adf140 [dev.simd] simd: move template code generator into _gen Austin Clements 2025-11-18 12:08:40 -05:00
  • 8c41a482f9 runtime: add dlog.hexdump Austin Clements 2025-06-10 19:19:34 -04:00
  • e912618bd2 runtime: add hexdumper Austin Clements 2025-06-10 19:19:08 -04:00
  • 2cf9d4b62f Revert "net/http: do not discard body content when closing it within request handlers" Nicholas S. Husin 2025-11-18 12:32:44 -05:00
  • 19b4a30899 [dev.simd] simd/_gen/simdgen: remove outdated asm.yaml.toy Austin Clements 2025-11-17 15:21:12 -05:00
  • 4d0658bb08 cmd/compile: prefer fixed registers for values Keith Randall 2025-11-17 15:33:01 -08:00
  • ba634ca5c7 cmd/compile: fold boolean NOT into branches Keith Randall 2025-11-17 22:40:26 -08:00
  • 9461db5c59 [dev.simd] simd: fix comment in file generator David Chase 2025-11-17 15:37:47 -05:00
  • 4004ff3523 [dev.simd] simd: remove FlattenedTranspose from exports David Chase 2025-11-12 16:33:03 -05:00
  • 896f293a25 [dev.simd] cmd/compile, simd: change DotProductQuadruple and add peepholes Junyang Shao 2025-11-17 23:19:56 +00:00
  • 8806d53c10 cmd/link: align sections, not symbols after DWARF compress Cherry Mui 2025-11-17 17:27:21 -05:00
  • be9c50c6a0 [dev.simd] cmd/compile, simd: change SHA ops names and types Junyang Shao 2025-11-17 21:34:18 +00:00
  • c93766007d runtime: do not print recovered when double panic with the same value Youlin Feng 2025-10-29 13:11:48 +08:00
  • 9859b43643 cmd/asm,cmd/compile,cmd/internal/obj/riscv: use compressed instructions on riscv64 Joel Sing 2025-09-26 05:05:49 +10:00
  • b9ef0633f6 cmd/internal/sys,internal/goarch,runtime: enable the use of compressed instructions on riscv64 Joel Sing 2023-08-27 19:35:33 +10:00
  • a087dea869 debug/elf: sync new loong64 relocation types up to LoongArch ELF psABI v20250521 WANG Xuerui 2025-09-13 15:57:12 +08:00
  • e1a12c781f cmd/compile: use 32x32->64 multiplies on arm64 Keith Randall 2025-11-17 12:47:04 -08:00
  • 6caab99026 runtime: relax TestMemoryLimit on darwin a bit more Keith Randall 2025-10-02 13:09:03 -07:00
  • 0978935a99 [dev.simd] cmd/compile, simd: change AES op names and add missing size Junyang Shao 2025-11-17 20:45:30 +00:00
  • 95871e4a00 [dev.simd] cmd/compile, simd: add VPALIGNR Junyang Shao 2025-10-23 20:55:57 +00:00
  • 934dbcea1a [dev.simd] simd: update CPU feature APIs Junyang Shao 2025-11-12 19:56:09 +00:00
  • e4d9484220 [dev.simd] cmd/compile: fix unstable output Junyang Shao 2025-11-13 17:07:16 +00:00
  • eda2e8c683 runtime: clear frame pointer at thread entry points Nick Ripley 2025-11-17 11:47:20 -05:00
  • 6919858338 runtime: rename findrunnable references to findRunnable Michael Pratt 2025-11-17 13:34:51 -05:00
  • 8e734ec954 go/ast: fix BasicLit.End position for raw strings containing \r Alan Donovan 2025-11-12 17:13:40 -05:00
  • 592775ec7d crypto/mlkem: avoid a few unnecessary inverse NTT calls Filippo Valsorda 2025-10-27 18:58:52 +01:00
  • 590cf18daf crypto/mlkem/mlkemtest: add derandomized Encapsulate768/1024 Filippo Valsorda 2025-09-05 19:37:45 +02:00
  • c12c337099 cmd/compile: teach prove about subtract idioms Keith Randall 2025-11-14 15:26:36 -08:00
  • bc15963813 cmd/compile: clean up prove pass Keith Randall 2025-11-14 14:57:47 -08:00
  • 1297fae708 go/token: add (*File).End method Alan Donovan 2025-11-12 18:17:35 -05:00
  • 65c09eafdf runtime: hoist invariant code out of heapBitsSmallForAddrInline Archana Ravindar 2025-11-07 13:15:02 +05:30
  • 594129b80c internal/runtime/maps: update doc for table.Clear Jes Cok 2025-11-15 18:14:27 +00:00
  • c58d075e9a crypto/rsa: deprecate PKCS#1 v1.5 encryption Filippo Valsorda 2025-09-07 16:07:43 +02:00
  • d55ecea9e5 runtime: usleep before stealing runnext only if not in syscall Michael Anthony Knyszek 2025-11-14 17:41:58 +00:00
  • 410ef44f00 cmd: update x/tools to 59ff18c Alan Donovan 2025-11-11 14:56:59 -05:00
  • 50128a2154 runtime: support runtime.freegc in size-specialized mallocs for noscan objects thepudds 2025-11-09 09:24:22 -05:00
  • c3708350a4 cmd/go: tests: rename git-min-vers->git-sha256 David Finkel 2025-11-13 20:43:11 -05:00
  • aea881230d std: fix printf("%q", int) mistakes Alan Donovan 2025-11-14 14:59:36 -05:00
  • 120f1874ef runtime: add more precise test of assist credit handling for runtime.freegc thepudds 2025-11-03 16:40:40 -05:00
  • fecfcaa4f6 runtime: add runtime.freegc to reduce GC work thepudds 2025-11-04 09:33:17 -05:00
  • 5a347b775e runtime: set GOEXPERIMENT=runtimefreegc to disabled by default thepudds 2025-11-12 20:50:39 -05:00
  • 1a03d0db3f runtime: skip tests for GOEXPERIMENT=arenas that do not handle clobberfree=1 thepudds 2025-11-05 12:18:49 -05:00
  • cb0d9980f5 net/http: do not discard body content when closing it within request handlers Nicholas S. Husin 2025-11-14 16:11:23 -05:00
  • 03ed43988f cmd/compile: allow multi-field structs to be stored directly in interfaces Keith Randall 2025-06-14 20:10:50 -07:00
  • 1bb1f2bf0c runtime: put AddCleanup cleanup arguments in their own allocation Michael Anthony Knyszek 2025-11-13 18:29:23 +00:00
  • 9fd2e44439 runtime: add AddCleanup benchmark Michael Anthony Knyszek 2025-11-13 17:17:35 +00:00
  • 80c91eedbb runtime: ensure weak handles end up in their own allocation Michael Anthony Knyszek 2025-11-07 18:22:29 +00:00
  • 7a8d0b5d53 runtime: add debug mode to extend _Grunning-without-P windows Michael Anthony Knyszek 2025-10-30 17:24:47 +00:00
  • 710abf74da internal/runtime/cgobench: add Go function call benchmark for comparison Michael Anthony Knyszek 2025-10-16 00:58:20 +00:00
  • b24aec598b doc, cmd/internal/obj/riscv: document the riscv64 assembler Mark Ryan 2025-02-26 08:57:30 +01:00
  • a0e738c657 cmd/compile/internal: remove incorrect riscv64 SLTI rule Mark Ryan 2025-11-13 12:28:29 +01:00
  • 2cdcc4150b cmd/compile: fold negation into multiplication Meng Zhuo 2025-11-14 12:47:35 +08:00
  • b57962b7c7 bytes: fix panic in bytes.Buffer.Peek Aaron Chen 2025-11-13 01:43:03 +00:00
  • 0a569528ea cmd/compile: optimize comparisons with single bit difference Michael Munday 2025-08-26 21:17:36 +01:00
  • 1e5e6663e9 cmd/compile: remove unnecessary casts and types from riscv64 rules Michael Munday 2025-11-07 00:00:50 +00:00
  • ddd8558e61 go/types, types2: swap object.color for Checker.objPathIdx Mark Freeman 2025-10-28 17:54:52 -04:00
  • 9daaab305c cmd/link/internal/ld: make runtime.buildVersion with experiments valid matloob@golang.org 2025-11-11 13:54:52 -05:00
  • d50a571ddf test: fix tests to work with sizespecializedmalloc turned off matloob@golang.org 2025-11-13 17:04:54 -05:00
  • 704f841eab cmd/trace: annotation proc start/stop with thread and proc always Michael Anthony Knyszek 2025-11-13 22:36:45 +00:00
  • 17a02b9106 net/http: remove unused isLitOrSingle and isNotToken 1911860538 2025-11-10 11:17:01 +00:00
  • d7a0c45642 [dev.simd] all: merge master (57362e9) into dev.simd Cherry Mui 2025-11-13 16:43:45 -05:00
  • ff61991aed cmd/go: fix flaky TestScript/mod_get_direct Russ Cox 2025-11-13 14:33:53 -05:00
  • 129d0cb543 net/http/cgi: accept INCLUDED as protocol for server side includes Peter Beard 2025-10-28 10:26:26 -06:00
  • 77c5130100 go/types: minor simplification Mark Freeman 2025-10-27 15:57:57 -04:00
  • 7601cd3880 go/types: generate cycles.go Mark Freeman 2025-10-27 14:22:04 -04:00
  • 7a372affd9 go/types, types2: rename definedType to declaredType and clarify docs Mark Freeman 2025-08-13 14:55:50 -04:00
  • 57362e9814 go/types, types2: check for direct cycles as a separate phase Robert Griesemer 2025-11-03 16:54:43 -08:00
  • 099e0027bd cmd/go/internal/modfetch: consolidate global vars Ian Alexander 2025-11-11 13:50:51 -05:00
  • 028375323f cmd/go/internal/modfetch/codehost: fix flaky TestReadZip Russ Cox 2025-11-13 11:43:55 -05:00
  • 4ebf295b0b runtime: prefer to restart Ps on the same M after STW Michael Pratt 2025-10-24 15:14:59 -04:00
  • 625d8e9b9c runtime/pprof: fix goroutine leak profile tests for noopt Michael Anthony Knyszek 2025-11-13 00:09:05 +00:00
  • 4684a26c26 spec: remove cycle restriction for type parameters Robert Griesemer 2025-10-13 16:57:34 -07:00
  • 0f9c8fb29d cmd/asm,cmd/internal/obj/riscv: add support for riscv compressed instructions Joel Sing 2025-09-10 00:17:00 +10:00
  • a15d036ce2 cmd/internal/obj/riscv: implement better bit pattern encoding Joel Sing 2025-09-10 01:16:00 +10:00
  • abb241a789 cmd/internal/obj/loong64: add {,X}VS{ADD,SUB}.{B/H/W/V}{,U} instructions support Guoqi Chen 2025-11-10 15:57:14 +08:00
  • 0929d21978 cmd/go: keep objects alive while stopping cleanups Michael Anthony Knyszek 2025-11-12 18:22:58 +00:00
  • f03d06ec1a runtime: fix list test memory management for mayMoreStack Michael Pratt 2025-11-12 15:20:54 -05:00