Commit Graph

  • 6851795fb6 runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacks David Finkel 2025-05-23 16:04:08 -04:00
  • 0921e1db83 net/http: add Transport.NewClientConn Damien Neil 2025-11-18 14:15:05 -08:00
  • 6465818435 all: update to x/net@bff14c5256 Damien Neil 2025-11-24 11:32:38 -08:00
  • 1a53ce9734 context: don't return the wrong error when Cause races cancellation Damien Neil 2025-06-06 15:38:28 -07:00
  • c6f882f6c5 crypto/x509: add ExtKeyUsage.String and KeyUsage.String methods Filippo Valsorda 2025-11-22 16:26:24 +01:00
  • 97d5295f6f crypto/internal/fips140test: add ML-DSA coverage Daniel McCarney 2025-11-07 11:36:05 -05:00
  • 62cd044a79 cmd/compile: add cases for StringLen to prove David Chase 2025-11-24 15:00:11 -05:00
  • f1e376f342 cmd/go/internal/auth: fix typo Jes Cok 2025-11-21 15:59:20 +00:00
  • 1265ebfe27 [dev.simd] internal/buildcfg: turn GOEXPERIMENT=simd back on Cherry Mui 2025-11-24 16:43:45 -05:00
  • 7fbd141de5 runtime: use m.profStack in traceStack Michael Anthony Knyszek 2025-11-19 23:42:06 +00:00
  • 0bc192368a runtime: don't write unique string to trace if it's length zero Michael Anthony Knyszek 2025-11-19 03:51:20 +00:00
  • d4f5650cc5 all: REVERSE MERGE dev.simd (7d65463) into master Cherry Mui 2025-11-24 16:02:01 -05:00
  • 7d65463a54 [dev.simd] all: merge master (e704b09) into dev.simd Cherry Mui 2025-11-24 15:48:06 -05:00
  • e704b0993b go/types, types2: shorten object map assertion Mark Freeman 2025-11-14 15:04:28 -05:00
  • afd1721fc5 [dev.simd] all: merge master (02d1f3a) into dev.simd Cherry Mui 2025-11-24 15:29:27 -05:00
  • 02d1f3a06b runtime: respect GOTRACEBACK for user-triggered runtime panics Joe Tsai 2025-02-13 15:59:32 -08:00
  • a9914886da [dev.simd] internal/buildcfg: don't enable SIMD experiment by default Cherry Mui 2025-11-24 14:41:26 -05:00
  • a593ca9d65 runtime/cgo: add support for any param and return type Alexandre Daubois 2025-11-24 08:14:18 +00:00
  • 61a5a6b016 [dev.simd] simd: add goexperiment tag to generate.go Cherry Mui 2025-11-24 11:24:00 -05:00
  • 89552911b3 cmd/compile, internal/buildcfg: enable regABI on s390x, and add s390x Srinivas Pokala 2025-11-11 05:52:28 +01:00
  • 2fe0ba8d52 internal/bytealg: port bytealg functions to reg ABI on s390x Srinivas Pokala 2025-11-11 05:26:42 +01:00
  • 4529c8fba6 runtime: port memmove, memclr to register ABI on s390x Srinivas Pokala 2025-11-11 05:22:32 +01:00
  • 58a48a3e3b internal/runtime/syscall: Syscall changes for s390x regabi Srinivas Pokala 2025-11-11 05:19:47 +01:00
  • 2a185fae7e reflect, runtime: add reflect support for regabi on s390x Srinivas Pokala 2025-11-11 05:07:49 +01:00
  • e92d2964fa runtime: mark race functions on s390x as ABIInternal Srinivas Pokala 2025-11-11 04:57:22 +01:00
  • 41af98eb83 runtime: add runtime changes for register ABI on s390x Srinivas Pokala 2025-11-11 04:53:03 +01:00
  • 85e6080089 cmd/internal/obj: set morestack arg spilling and regabi prologue on s390x Srinivas Pokala 2025-11-11 04:47:55 +01:00
  • 24697419c5 cmd/compile: update s390x CALL* ops Srinivas Pokala 2025-11-11 04:41:50 +01:00
  • 81242d034c cmd/compile/internal/s390x: add initial spill support Srinivas Pokala 2025-11-11 04:37:44 +01:00
  • 73b6aa0fec cmd/compile/internal: add register ABI information for s390x Srinivas Pokala 2025-11-11 04:33:33 +01:00
  • 1036f6f485 internal/abi: define s390x ABI constants Srinivas Pokala 2025-11-11 04:25:23 +01:00
  • 2e5d12a277 cmd/compile: document register-based ABI for s390x Srinivas Pokala 2025-11-11 04:13:51 +01:00
  • f045ed4110 [dev.simd] go/doc/comment: don't include experimental packages in std list Cherry Mui 2025-11-24 12:03:59 -05:00
  • 220d73cc44 [dev.simd] all: merge master (8dd5b13) into dev.simd Cherry Mui 2025-11-24 11:03:06 -05:00
  • 0c69e77343 Revert "[dev.simd] internal/runtime/gc: add simd package based greentea kernels" Cherry Mui 2025-11-21 18:17:10 -08:00
  • 8dd5b13abc cmd/compile: relax stmtline_test on amd64 David Chase 2025-11-24 09:37:43 -05:00
  • feae743bdb cmd/compile: use 32x32->64 multiplies on loong64 Xiaolin Zhao 2025-11-18 13:00:15 +08:00
  • e88be8a128 runtime: fix stale comment for mheap/malloc Lidong Yan 2025-11-21 11:14:46 +08:00
  • a318843a2a cmd/internal/obj/loong64: optimize duplicate optab entries Xiaolin Zhao 2025-11-18 17:36:24 +08:00
  • a18294bb6a cmd/internal/obj/arm64, image/gif, runtime, sort: use math/bits to calculate log2 Axel Wagner 2025-11-19 09:28:16 +01:00
  • 437323ef7b slices: fix incorrect comment in slices.Insert function documentation cuishuang 2025-11-21 10:47:06 +08:00
  • 1993dca400 doc/next: pre-announce end of support for macOS 12 in Go 1.27 Sean Liao 2025-11-21 21:50:09 +00:00
  • 337f7b1f5d cmd/go: update default go directive in mod or work init Ian Alexander 2025-11-13 16:38:20 -05:00
  • 3c26aef8fb cmd/internal/obj/riscv: improve large branch/call/jump tests Joel Sing 2025-11-18 18:35:45 +11:00
  • 31aa9f800b crypto/tls: use inner hello for earlyData when using QUIC and ECH Roland Shoemaker 2025-11-16 16:09:16 -08:00
  • d68aec8db1 runtime: replace trace seqlock with write flag Michael Anthony Knyszek 2025-11-19 03:17:54 +00:00
  • 8d9906cd34 runtime/trace: add Log benchmark Michael Anthony Knyszek 2025-11-19 03:37:09 +00:00
  • 6aeacdff38 cmd/go: support sha1 repos when git default is sha256 David Finkel 2025-11-13 21:16:43 -05:00
  • 9570036ca5 crypto/sha3: make the zero value of SHAKE useable qiulaidongfeng 2025-11-07 01:58:58 +08:00
  • 155efbbeeb crypto/sha3: make the zero value of SHA3 useable qiulaidongfeng 2025-10-23 17:20:10 +08:00
  • 6f16669e34 database/sql: don't ignore ColumnConverter for unknown input count Jonathan Hall 2024-07-08 18:14:43 +02:00
  • 121bc3e464 runtime/pprof: remove hard-coded sleep in CPU profile reader Nick Ripley 2025-11-21 16:01:29 +00:00
  • b604148c4e runtime: fix double wakeup in CPU profile buffer Nick Ripley 2025-11-21 14:09:57 +00:00
  • da92168ec8 [dev.simd] internal/runtime/gc: add simd package based greentea kernels Junyang Shao 2025-03-09 17:19:48 +00:00
  • 22f24f90b5 cmd/compile: change testing.B.Loop keep alive semantic Junyang Shao 2025-10-30 19:14:57 +00:00
  • cfb9d2eb73 net: remove unused linknames Sean Liao 2025-11-17 19:25:21 +00:00
  • 65ef314f89 net/http: remove unused linknames Sean Liao 2025-11-17 19:34:55 +00:00
  • 0f32fbc631 net/http: populate Response.Request when using NewFileTransport Sean Liao 2025-11-16 00:26:27 +00:00
  • 3e0a8e7867 net/http: preserve original path encoding in redirects Sean Liao 2025-11-16 00:13:40 +00:00
  • 831af61120 net/http: use HTTP 307 redirects in ServeMux Sean Liao 2025-11-15 23:58:58 +00:00
  • 87269224cb net/http: update Response.Request.URL after redirects on GOOS=js Sean Liao 2025-11-16 00:45:28 +00:00
  • 7aa9ca729f net/http/cookiejar: treat localhost as secure origin Sean Liao 2025-11-04 22:47:42 +00:00
  • f870a1d398 net/url: warn that JoinPath arguments should be escaped Sean Liao 2025-11-08 18:16:48 +00:00
  • 9962d95fed crypto/internal/fips140/mldsa: unroll NTT and inverseNTT Filippo Valsorda 2025-11-21 19:24:37 +01:00
  • f821fc46c5 crypto/internal/fisp140test: update acvptool, test data Daniel McCarney 2025-11-11 14:41:43 -05:00
  • b59efc38a0 crypto/internal/fips140/mldsa: new package Filippo Valsorda 2025-11-04 19:04:00 +01:00
  • 62741480b8 runtime: remove linkname for gopanic Sean Liao 2025-11-17 21:16:06 +00:00
  • 7db2f0bb9a crypto/internal/hpke: separate KEM and PublicKey/PrivateKey interfaces Filippo Valsorda 2025-11-11 13:10:17 +01:00
  • e15800c0ec crypto/internal/hpke: add ML-KEM and hybrid KEMs, and SHAKE KDFs Filippo Valsorda 2025-09-22 14:50:31 +02:00
  • 7c985a2df4 crypto/internal/hpke: modularize API and support more ciphersuites Filippo Valsorda 2025-09-06 21:37:09 +02:00
  • e7d47ac33d cmd/compile: simplify negative on multiplication Meng Zhuo 2025-11-18 09:53:21 +08:00
  • 35d2712b32 net/http: fix typo in Transport docs Victor 2025-11-16 00:00:59 +00:00
  • 90c970cd0f net: remove unnecessary loop variable copies in tests Plamerdi Makela 2025-11-11 15:10:53 +00:00
  • 9772d3a690 cmd/cgo: strip top-level const qualifier from argument frame struct Ian Lance Taylor 2025-11-03 15:54:39 -08:00
  • 1903782ade errors: add examples for custom Is/As matching Sean Liao 2025-10-22 13:13:51 +01:00
  • ec92bc6d63 cmd/compile: rewrite Rsh to RshU if arguments are proved positive Jorropo 2025-11-18 01:42:37 +01:00
  • 3820f94c1d cmd/compile: propagate unsigned relations for Rsh if arguments are positive Jorropo 2025-11-18 01:33:40 +01:00
  • d474f1fd21 cmd/compile: make dse track multiple shadowed ranges Jakub Ciolek 2025-05-21 09:34:48 +02:00
  • d0d0a72980 cmd/compile/internal/ssa: correct type of ARM64 conditional instructions Ch1n-ch1nless 2025-11-21 12:58:40 +03:00
  • a9704f89ea internal/runtime/gc/scan: add AVX512 impl of filterNil. Junyang Shao 2025-11-19 20:13:31 +00:00
  • 3fdd183aef [dev.simd] cmd/compile, simd: update conversion API names Junyang Shao 2025-11-18 20:39:10 +00:00
  • ccd389036a cmd/internal/objabi: remove -V=goexperiment internal special case Dmitri Shuralyov 2025-11-14 13:00:28 -05:00
  • d3a0321dba [dev.simd] cmd/compile: fix incorrect mapping of SHA256MSG2128 Neal Patel 2025-11-20 22:28:41 +00:00
  • e7787b9eca runtime: go fmt Michael Pratt 2025-11-20 16:25:40 -05:00
  • 17b3b98796 internal/strconv: go fmt Michael Pratt 2025-11-20 16:25:40 -05:00
  • c851827c68 internal/trace: go fmt Michael Pratt 2025-11-20 16:25:40 -05:00
  • f87aaec53d cmd/compile: fix integer overflow in prove pass Jakub Ciolek 2025-11-19 11:17:47 +01:00
  • dbd2ab9992 cmd/compile/internal: fix typos Jes Cok 2025-11-21 16:08:00 +00:00
  • b9d86baae3 cmd/compile/internal/devirtualize: fix typos Jes Cok 2025-11-21 15:51:03 +00:00
  • 4b0e3cc1d6 cmd/link: support loading R_LARCH_PCREL20_S2 and R_LARCH_CALL36 relocs WANG Xuerui 2025-10-06 18:09:14 +08:00
  • 74ebdd28d1 [dev.simd] simd, cmd/compile: add more element types for Select128FromPair David Chase 2025-11-19 17:17:54 -05:00
  • 4d26d66a49 [dev.simd] simd: fix signatures for PermuteConstant* methods David Chase 2025-11-17 15:31:36 -05:00
  • cdba82c7d6 cmd/internal/obj/loong64: add {,X}VSLT.{B/H/W/V}{,U} instructions support Guoqi Chen 2025-11-18 21:10:51 +08:00
  • bd2b117c2c crypto/tls: add QUICErrorEvent Damien Neil 2025-11-08 11:22:59 -08:00
  • 3ad2e113fc net/http/httputil: wrap ReverseProxy's outbound request body so Close is a noop Nicholas S. Husin 2025-11-19 17:10:02 -05:00
  • d58b733646 runtime: track goroutine location until actual STW Michael Pratt 2025-11-20 16:21:09 -05:00
  • 1bc54868d4 cmd/vendor: update to x/tools@68724af Alan Donovan 2025-11-20 16:45:17 -05:00
  • 8c3195973b runtime: disable stack allocation tests on sanitizers Keith Randall 2025-11-20 10:37:10 -08:00
  • ff654ea100 net/url: permit colons in the host of postgresql:// URLs Damien Neil 2025-11-19 15:32:04 -08:00
  • a662badab9 encoding/json: remove linknames Sean Liao 2025-11-17 19:16:37 +00:00