0
1
mirror of https://github.com/golang/go synced 2025-06-23 18:46:05 +00:00

Commit Graph

  • 8eecf26e3f crypto/tls: disable ExportKeyingMaterial without EMS Filippo Valsorda 2023-11-21 16:37:07 +01:00
  • 78d037b0e0 os: avoid TestFileChdir fail when GOROOT is a symbolic link qiulaidongfeng 2023-11-20 23:08:53 +00:00
  • 8be8bfeaa2 cmd/compile/internal/ir: add batch-mode reassignment detection oracle Than McIntosh 2023-11-02 11:25:07 -04:00
  • 515f3c0da6 reflect: tweak logic for 'case Array' in IsZero Jes Cok 2023-11-20 13:37:33 +00:00
  • dc094f9c96 runtime: disable crash stack on Windows Cherry Mui 2023-11-20 16:33:29 -05:00
  • 195c88b202 net/http: use pointers to array for copyBufPool Jorropo 2023-11-08 16:08:26 +01:00
  • cc7b4b3c36 cmd/vet: add lost checks in doc Anton Telyshev 2023-10-29 23:06:44 +02:00
  • 841e63e480 cmd/go: don't warn about GOROOT equal to GOPATH when both are the empty string Bryan C. Mills 2023-11-20 15:20:58 -05:00
  • af1242932e cmd: go get golang.org/x/tools@8966034e and revendor Tim King 2023-11-20 12:56:26 -08:00
  • 369ce90d2c runtime: add crash stack support for wasm Mauri de Souza Meneguzzo 2023-11-19 20:21:22 +00:00
  • ddb38c3f54 cmd/compile/internal/devirtualize: use CallExpr.GoDefer for PGO Matthew Dempsky 2023-11-20 08:19:49 -08:00
  • 82fc03f9c9 Revert "math/rand/v2: add ChaCha8" Michael Knyszek 2023-11-20 18:02:20 +00:00
  • 4a90cdb03d cmd/compile: interleave devirtualization and inlining Matthew Dempsky 2023-11-18 20:16:47 -08:00
  • ee6b34797b all: add floating point option for ARM targets Ludi Rehak 2023-07-29 18:25:42 -07:00
  • e6b154defb ssa: clarify semantics of ID-to-PC translation function Andrei Matei 2023-06-05 19:14:01 -04:00
  • d33ad2d8f3 syscall: support O_SYNC flag for os.OpenFile on windows Jes Cok 2023-11-15 13:08:23 +00:00
  • 1d187fd0be src: a/an grammar fixes Ville Skyttä 2023-11-18 11:58:34 +00:00
  • 752379113b runtime/race: update race syso for PPC64LE Cherry Mui 2023-11-19 10:24:22 -05:00
  • 95712fe70b cmd/compile/internal/inline: remove useless code Matthew Dempsky 2023-11-19 22:01:07 -08:00
  • 28a8896d57 cmd/compile/internal/inline: allow inlining of checkptr arguments Matthew Dempsky 2023-11-19 21:00:17 -08:00
  • 0709f1bb00 cmd/compile/internal/ir: add CallExpr.GoDefer Matthew Dempsky 2023-11-19 20:18:50 -08:00
  • 468bc94188 Revert "runtime: profile contended lock calls" Matthew Dempsky 2023-11-20 06:27:20 +00:00
  • 237715cf7c runtime/internal/atomic: add generic implementation for And/Or Mauri de Souza Meneguzzo 2023-11-18 17:52:22 +00:00
  • 6382893890 math/rand/v2: add ChaCha8 Russ Cox 2023-08-05 23:18:31 -04:00
  • 06145fe03c misc/wasm: support new wasmtime CLI Johan Brandhorst-Satzkorn 2023-11-09 22:20:27 -08:00
  • ada5c2edb4 reflect: optimize Value.IsZero for struct types qiulaidongfeng 2023-11-19 11:22:05 +00:00
  • 2551fffd2c slices: improve Insert panic message for index out of range go101 2023-11-16 15:34:32 +00:00
  • 1c15291fa0 hash: simplify binary operations apocelipes 2023-10-26 02:28:28 +00:00
  • d67ac93895 slices: optimize Delete go101 2023-11-15 17:55:46 +00:00
  • aa9dd50095 runtime: add support for crash stack on ppc64/ppc64le Joel Sing 2023-11-12 23:01:34 +11:00
  • 631a6c2abf all: add missing copyright header Jes Cok 2023-11-13 08:57:14 +00:00
  • f664031bc1 net,os: arrange zero-copy of os.File and net.TCPConn to net.UnixConn Andy Pan 2023-02-28 16:39:15 +08:00
  • f67b2d8f0b runtime: use span.elemsize for accounting in mallocgc Michael Anthony Knyszek 2023-11-17 16:45:45 +00:00
  • 0b31a46f1f runtime: profile contended lock calls Rhys Hiltner 2023-09-12 15:44:48 -07:00
  • 3cdc2a13b9 slices: add cases for TestInsertPanics when there are values Jes Cok 2023-11-15 23:18:20 +00:00
  • 0ef169abb1 runtime: put allocation headers back at the start the object Michael Anthony Knyszek 2023-11-16 17:42:25 +00:00
  • 0b90c7d445 cmd/go: use a nil *Origin to represent "uncheckable" Bryan C. Mills 2023-11-16 17:03:06 -05:00
  • bb8a96fa54 cmd/go: check that expected Origin fields are present to reuse module info Bryan C. Mills 2023-11-16 14:11:18 -05:00
  • 3ff5632d63 cmd/internal/obj/ppc64: cleanup and remove usage of getimpliedreg Paul E. Murphy 2022-09-26 13:58:37 -05:00
  • a9722bf918 net: document IsNotFound field Mateusz Poliwczak 2023-11-17 13:52:01 +00:00
  • e5ce93d7bf cmd/internal/obj/ppc64: remove unused C_XER optab class Paul E. Murphy 2023-10-26 11:29:23 -05:00
  • 1cecbb38f4 net/netip: optimize AddrPort.String for IPv4 addresses Tobias Klauser 2023-11-14 22:39:41 +01:00
  • 128d96b3ca net/netip: optimize AddrPort.String for IPv6 addresses Tobias Klauser 2023-11-14 22:39:13 +01:00
  • 1f38fd578b internal/zstd: s/thees/these/ Jes Cok 2023-11-14 13:47:44 +00:00
  • 4988a65f2a all: make more use of the new atomic integer types Daniel Martí 2023-11-12 10:04:15 +00:00
  • ae9fdbd8bc internal/zstd: fix seek offset bounds check in skipFrame aimuz 2023-11-15 15:21:23 +00:00
  • 2184a76fb8 embed: fix variable name in example Olivier Mengué 2023-11-02 22:15:25 +01:00
  • 11e9c8e6a1 internal/bytealg: use PCALIGN in memequal Alexander Yastrebov 2023-11-10 10:41:19 +00:00
  • 7bf540012c log/slog: fix comments for *handleState.appendAttr Jes Cok 2023-11-11 05:32:13 +00:00
  • 7bd08a49c2 runtime: optimize aeshashbody with PCALIGN in amd64 Max Riveiro 2023-11-05 22:13:30 +03:00
  • 66c22cdb84 runtime: remove unused _CTL_KERN on openbsd Tobias Klauser 2023-11-16 15:14:04 +01:00
  • c50e7ded1f log/slog: make hex a const Jes Cok 2023-11-11 01:33:17 +00:00
  • b34059032e go/types, types2: avoid type inference error if arguments are invalid Robert Griesemer 2023-11-16 16:04:17 -08:00
  • 8f7006a6df runtime: gofmt -w -s Jes Cok 2023-11-16 07:06:03 +00:00
  • e41fb0fd1a slog: factoring out code to make the examples playable lotusirous 2023-10-18 22:13:40 +07:00
  • 5b6d3dea87 cmd/compile: use internal/buildcfg for checking newinliner enable Cuong Manh Le 2023-11-16 22:19:37 +07:00
  • b9a08f159d cmd/go: propagate origin information for inexact module queries Bryan C. Mills 2023-11-15 13:02:11 -05:00
  • 3e8000393e runtime: disable automatic GC for STW metric tests Rhys Hiltner 2023-11-16 09:44:21 -08:00
  • 3a9254636c runtime: print g pointer in crash stack dump Cherry Mui 2023-11-13 12:31:31 -05:00
  • 1ab9df4849 cmd/compile: allow disable of PGO function value devirtualization with flag Michael Pratt 2023-11-16 13:00:55 -05:00
  • 3fd5c357a3 cmd/compile: don't devirtualize calls to runtime.memhash_varlen Michael Pratt 2023-11-16 14:58:37 -05:00
  • e62bf150cc go/types, types2: move exported predicates into separate file Robert Griesemer 2023-11-13 16:46:47 -08:00
  • a95c5d37f2 cmd/link/internal/loadpe: fix xrels search "not found" detection Davis Goodin 2023-11-16 10:20:56 -08:00
  • 3f04f959d2 cmd/compile/internal/inline: refactor AnalyzeFunc Than McIntosh 2023-10-31 13:21:41 -04:00
  • d21afcdf00 cmd/compile/internal/inline: refactor heuristics analyzers Than McIntosh 2023-10-27 08:15:38 -04:00
  • 322cd4e807 cmd/compile/internal/inline: refactor call site scoring Than McIntosh 2023-11-01 14:20:05 -04:00
  • 8d41d053e0 cmd/compile/internal/inline: debug flag to alter score adjustments Than McIntosh 2023-09-28 14:07:29 -04:00
  • 6b43a172d8 runtime/race: update race syso files to support atomic And, Or Cherry Mui 2023-11-16 10:23:23 -05:00
  • d573a8a8e8 internal/reflectlite: allow Value be stack allocated Cherry Mui 2023-11-16 01:00:22 -05:00
  • 0434ca9ce8 reflect: uncomment allocation test Cherry Mui 2023-11-16 01:01:58 -05:00
  • 23ca330095 reflect: remove go121noForceValueEscape Cherry Mui 2023-11-15 21:35:37 -05:00
  • c5e812234c cmd/compile: minor change to simplify addition of experimental CLs David Chase 2023-11-15 19:21:41 -05:00
  • d411b3197c cmd/compile: add compiler debug flag to disable range func iterator checking David Chase 2023-11-11 15:32:45 -05:00
  • d6ef98b8fa runtime: optimize bulkBarrierPreWrite with allocheaders Michael Anthony Knyszek 2023-11-14 22:05:53 +00:00
  • 17eb0a2bac runtime: fix liveness issue in test-only getgcmask Michael Anthony Knyszek 2023-11-15 21:54:45 +00:00
  • 0011342590 test: ignore MemProfileRecords with no live objects in finprofiled.go Michael Anthony Knyszek 2023-11-15 21:05:02 +00:00
  • 22278e3835 math/big: faster FloatPrec implementation Robert Griesemer 2023-11-13 16:46:47 -08:00
  • 2f5bd4e4f2 cmd/compile: extend profiling-per-package-into-directory to other profiling flags David Chase 2023-11-15 14:31:30 -05:00
  • 0ce94d79bc cmd/compile: modify -memprofile flag for multiple profiles in a directory David Chase 2023-10-24 13:57:35 -04:00
  • 2380862c7c cmd/compile: small inlining tweak for range-func panics David Chase 2023-11-09 11:43:13 -05:00
  • b5e31780b6 cmd/compile: check for iteration after range func loop exit David Chase 2023-11-07 17:20:35 -05:00
  • 6f5aba995f cmd/compile: replace magic numbers "2" and "1" with named constant David Chase 2023-11-07 16:37:17 -05:00
  • fdc21f3eaf net/http: don't set length for non-range encoded content requests Damien Neil 2023-11-15 09:45:16 -08:00
  • 8f262a2843 internal/cpu: detect support of AVX512 Achille Roussel 2023-10-18 19:21:55 +00:00
  • 6ef98ac87c runtime/metrics: add STW stopping and total time metrics Michael Pratt 2023-10-10 15:28:32 -04:00
  • a0df23888f cmd/compile/internal/inline: score call sites exposed by inlines Than McIntosh 2023-09-21 15:22:28 -04:00
  • 15fa7a84b8 cmd/compile/internal/inline: rework call scoring for non-inlinable funcs Than McIntosh 2023-11-10 07:57:46 -05:00
  • d3d5173759 cmd/compile/internal/inline: fix buglet in panic path scoring Than McIntosh 2023-11-14 10:34:59 -05:00
  • 12051f7d95 reflect: optimize Value.IsZero for array types qiulaidongfeng 2023-11-07 13:39:17 +00:00
  • b7cdc277e1 cmd/compile/internal/ir: fix doc Park Zhou 2023-11-14 16:17:05 +08:00
  • 56c91c0502 go/types, types2: remove local version processing in favor of go/version Robert Griesemer 2023-11-09 15:37:34 -08:00
  • 3073f3f941 runtime: prevent send on closed channel in wakeableSleep Michael Anthony Knyszek 2023-11-14 18:56:21 +00:00
  • 67d555e089 crypto/tls: remove RSA KEX ciphers from the default list Roland Shoemaker 2023-11-10 10:42:42 -08:00
  • 362bf4fc6d crypto/tls: change default minimum version to 1.2 Roland Shoemaker 2023-11-10 10:12:48 -08:00
  • e7d582b55d runtime: remove useless nil checking during init of itab Ezzno J 2023-11-14 02:52:31 +00:00
  • e21dc702d5 slices: zero the slice elements discarded by Delete, DeleteFunc, Compact, CompactFunc, Replace. Deleplace 2023-11-13 09:32:33 +01:00
  • e14b96cb51 math/big: update comment in the implementation of FloatPrec Robert Griesemer 2023-11-13 16:46:47 -08:00
  • c32362125b cmd/link/internal/loadpe: remove unused dynimports in peImportSymsState Jes Cok 2023-11-13 14:51:33 +00:00
  • c06beb9eff internal/trace/v2: resolve syscall parsing ambiguity Michael Anthony Knyszek 2023-11-10 22:46:47 +00:00
  • 859c13a5ad internal/trace/v2: halve the memory footprint of the gc-stress test Michael Anthony Knyszek 2023-11-14 15:36:39 +00:00