0
1
mirror of https://github.com/golang/go synced 2025-06-13 17:21:47 +00:00

Commit Graph

  • 643865856c cmd/compile: Fix SSA building bug for CAS atomics on ARM64 Andrey Bokhanko 2024-05-07 23:09:14 +03:00
  • 1a349fc92b unsafe: document the behavior of Sizeof on an interface Nayef Ghattas 2024-05-16 23:04:29 +02:00
  • 180ea45566 runtime/coverage: remove uses of //go:linkname Russ Cox 2024-05-15 16:06:23 -04:00
  • 647870becc cmd/go: turn back on build_plugin_reproducible script test Than McIntosh 2024-05-14 15:03:30 +00:00
  • c6d142c4a7 cmd/compile/internal/ssa: fix ppc64 merging of (CLRLSLDI (SRD ...)) Paul E. Murphy 2024-05-20 14:44:21 -05:00
  • 3bcefa5276 cmd/link/internal/ld: rewrite LC_UUID for darwin external links Than McIntosh 2024-05-20 14:52:57 +00:00
  • f9ba2cff22 runtime: improve runtime-internal mutex profile tests Rhys Hiltner 2024-05-16 15:48:36 -07:00
  • 87e930f728 runtime: remove GODEBUG=runtimecontentionstacks Rhys Hiltner 2024-05-14 14:44:37 -07:00
  • ba1c5b2c45 runtime: profile mutex contention during unlock Rhys Hiltner 2024-05-14 12:32:14 -07:00
  • d881ed6384 runtime: double-link list of waiting Ms Rhys Hiltner 2024-05-13 13:00:52 -07:00
  • dfb7073bb8 runtime: use semaphore structure for futex locks Rhys Hiltner 2024-05-14 12:37:14 -07:00
  • be0b569caa runtime: prepare for extensions to waiting M list Rhys Hiltner 2024-05-13 12:23:58 -07:00
  • d68d485405 go/types, types2: use GOEXPERIMENT to enable alias type parameters Robert Griesemer 2024-05-20 15:53:48 -07:00
  • c3591cb30c internal/goexperiment: add aliastypeparams GOEXPERIMENT flag Robert Griesemer 2024-05-20 14:00:06 -07:00
  • dbe2e757bb os: make FindProcess use pidfd on Linux Kir Kolyshkin 2023-11-16 01:42:39 -08:00
  • 0bc684a994 runtime: push vdsoClockgettimeSym linkname on linux/arm64 Austin Clements 2024-05-21 10:24:59 -04:00
  • 66cc2b7ca7 runtime: make profstackdepth a GODEBUG option Felix Geisendörfer 2024-04-27 13:41:05 +02:00
  • 1b9dc3e178 runtime: increase profiling stack depth to 128 Felix Geisendörfer 2024-05-17 15:07:07 +02:00
  • 47187a4f4f runtime: fix profile stack trace depth regression Felix Geisendörfer 2024-05-19 15:21:53 +02:00
  • 1cb13ac7f6 cmd/compile: disable AlignHot on plan9/386 David du Colombier 2024-05-20 19:00:09 +02:00
  • 22344e11f2 cmd/compile: add structs.HostLayout David Chase 2024-04-11 17:22:53 -04:00
  • ecad164da7 cmd/vendor: pull in golang.org/x/telemetry@bf80d56 Michael Matloob 2024-05-20 16:54:23 -04:00
  • 8b990f2592 cmd/compile/internal/syntax: implement Pos.FileBase method (cleanup) Robert Griesemer 2024-05-16 21:17:23 -07:00
  • b8a410c434 cmd/compile: initialize posBaseMap correctly Robert Griesemer 2024-05-16 20:12:26 -07:00
  • 1028d973d2 doc: add release notes for hot block alignment David Chase 2024-05-20 14:21:30 -04:00
  • 183b6b4963 embed: simplify the code apocelipes 2024-05-20 11:13:36 +00:00
  • f6653e6b0b cmd/go/internal/modget: warn -d is a no-op Zxilly 2024-03-19 00:12:05 +00:00
  • 569a0ef4c7 syscall: use internal/byteorder in plan9 directory marshaling helpers Tobias Klauser 2024-05-15 12:27:48 +02:00
  • d51fc260e4 internal/fmtsort: use cmp.Compare for value comparisons aimuz 2024-05-17 04:15:53 +00:00
  • 447ad32a1d encoding/binary: speed up Size Lorenz Bauer 2024-05-16 11:22:36 +01:00
  • 04bf36e973 encoding/binary: add Append, Encode and Decode Lorenz Bauer 2024-05-16 21:24:53 +01:00
  • a55edb7b55 cmd/go: add telemetry for a predefined set of GOROOT values Michael Matloob 2024-05-16 17:28:52 -04:00
  • 80964338a5 cmd/dist: set GOPROXY=off when GOPATH is set to be in GOROOT Michael Matloob 2024-05-20 10:44:43 -04:00
  • fd54936ea5 doc: simplify links for release notes Jes Cok 2024-05-18 08:05:08 +08:00
  • f726c8d0fd ppc64x: code cleanup in assembly files Jayanth Krishnamurthy 2024-05-14 02:00:09 -05:00
  • 2b0f2f8169 maps: add All, Keys, Values, Insert, Collect aimuz 2024-05-20 09:04:15 +00:00
  • 4edb367bac cmd/cgo: don't force rewritten code onto a single line Ian Lance Taylor 2024-05-19 17:28:53 -07:00
  • 7ffa8d0a5b cmd/go: accept -mcmodel and -mlarge-data-threshold compiler flags Ian Lance Taylor 2024-05-18 15:33:57 -07:00
  • 834f9710c3 cmd/internal/telemetry: fix typo in comments guoguangwu 2024-05-18 01:37:36 +00:00
  • 9a9dd72d5c cmd/link: add runtime.text.N symbols to macho symbol table in dynlink mode Cherry Mui 2024-05-17 19:59:31 -04:00
  • e3d87d1932 hash: use more internal/byteorder functions to simplify the code apocelipes 2024-05-17 21:40:55 +00:00
  • e7bf9959fd runtime: remove unused code in (*pallocBits).findLargeN Michael Mitchell 2024-05-17 08:20:50 -04:00
  • 1667dbd7be net: use stringslite package for string operations aimuz 2024-05-17 06:13:32 +00:00
  • 105ac94486 cmd/asm: on PPC64, fix assembling of FCMPO opcode Paul E. Murphy 2024-05-14 08:21:14 -05:00
  • b4376b8513 runtime: skip coro cgo test on platforms without cgo Austin Clements 2024-05-17 17:07:33 -04:00
  • 6ec291f495 internal/runtime/atomic: fix missing linknames Austin Clements 2024-05-17 15:32:13 -04:00
  • dfe781e1eb runtime: fix coro interactions with thread-locked goroutines Michael Anthony Knyszek 2024-05-06 15:52:09 +00:00
  • 5890b023a5 internal/trace: move v2 tracer into trace directory Carlos Amedee 2024-05-09 10:45:01 -04:00
  • 192d65e46b sync/atomic: public And/Or ops and race instrumentation Mauri de Souza Meneguzzo 2024-05-16 22:12:47 +00:00
  • 664088b898 internal/trace: remove remnanats of v1 tracer Carlos Amedee 2024-05-07 15:37:10 -04:00
  • e95f6af008 cmd/go/internal/envcmd: remove duplicate env value set Michael Matloob 2024-05-17 12:58:10 -04:00
  • 01ad44bc08 cmd/trace: collapse v2 directory into trace Carlos Amedee 2024-05-07 10:37:48 -04:00
  • 003683f41d cmd/link: enable checklinkname by default Cherry Mui 2024-05-15 14:52:35 -04:00
  • 41aab30bd2 all: add push linknames to allow legacy pull linknames Cherry Mui 2024-05-16 17:19:15 -04:00
  • f73dd8173a go/types: re-enable suppressed gcimporter tests Robert Griesemer 2024-05-16 14:32:54 -07:00
  • a61729b880 net/http: return correct error when reading from a canceled request body Damien Neil 2024-05-16 16:26:04 -07:00
  • 2c635b68fd runtime: make use of stringslite.{HasPrefix, HasSuffix} Jes Cok 2024-05-15 02:37:41 +08:00
  • d11e417285 cmd/compile/internal/ssa: cleanup ANDCCconst rewrite rules on PPC64 Paul E. Murphy 2024-05-02 15:05:27 -05:00
  • 2f6426834c os: make use of pidfd on linux Kir Kolyshkin 2023-09-13 01:07:10 -07:00
  • 69105d79ef cmd/go: unexport loadImport qiulaidongfeng 2024-05-16 22:44:16 +00:00
  • 1b8117b34a cmd/compile: fix indentation level in generic.rules Jorropo 2024-01-10 09:17:52 +01:00
  • c89318667f runtime: cleanup crashstack code Mauri de Souza Meneguzzo 2024-05-06 12:21:37 +00:00
  • 185457da9b [release-branch.go1.22] crypto/x509: remove TestPlatformVerifierLegacy tests Roland Shoemaker 2023-12-11 14:23:12 -08:00
  • 6f5219571c [release-branch.go1.21] crypto/x509: remove TestPlatformVerifierLegacy tests Roland Shoemaker 2023-12-11 14:23:12 -08:00
  • 036e93ba76 cmd/go: add go telemetry command and GOTELEMETRY, GOTELEMETRYDIR Michael Matloob 2024-05-08 15:54:12 -04:00
  • 26ed0528c7 go/types, types2: report error for floating-point iteration variable Robert Griesemer 2024-04-22 15:52:59 -07:00
  • a523152ea1 net/http: add Pattern field in Request to return matched pattern info Chen.Zhidong 2024-05-16 16:27:58 +00:00
  • 06b4578160 doc/README.md: give example of package-less symbol link Jonathan Amsterdam 2024-05-16 12:09:38 -04:00
  • 78e50d0fa0 crypto/tls: don't call tlsrsakex.IncNonDefault with FIPS Mike Beaumont 2024-04-29 12:14:32 +02:00
  • 18104621ce crypto/x509: fix certificate request creation with RSA-PSS Yoann Congal 2024-05-16 09:19:20 +00:00
  • 6ed31e3c3e net: fix typo in ctrlCtxFn parameter name Tobias Klauser 2024-05-16 15:44:57 +02:00
  • 2b42ed6483 crypto: use byteorder to simplify consumeUint32 and consumeUint64 apocelipes 2024-05-16 12:58:48 +00:00
  • 4c1cc1c97f doc/next/64910.md: reword release note Jonathan Amsterdam 2024-05-16 12:26:59 -04:00
  • 6a05055780 go/ast: fix bug handling the result of yield in Preorder Rob Findley 2024-05-16 14:08:12 +00:00
  • db7bb2742c log/slog: handle times with undefined UnixNanos Jonathan Amsterdam 2024-05-16 08:14:52 -04:00
  • 505000b2d3 net/http: simplify HTTP/1 request cancelation Damien Neil 2023-12-01 16:26:14 -08:00
  • 33d725e575 archive/zip: treat truncated EOCDR comment as an error Damien Neil 2024-05-14 14:39:10 -07:00
  • 2b3d98f2ba doc: make symbol links simpler for relnotes Jes Cok 2024-05-16 22:47:59 +08:00
  • 643ad42d5c cmd/go/internal/envcmd: fix showing GODEBUG env value Michael Matloob 2024-05-16 10:51:49 -04:00
  • a22cb5cabe runtime/debug: eliminate temporary variadicity from SetCrashOutput Alan Donovan 2024-05-15 17:41:56 -04:00
  • 6cd066f8b2 cmd/go: add -changed to query for non-defaults in the env qiulaidongfeng 2024-05-09 22:11:00 +00:00
  • d367b2a475 cmd/vendor/golang.org/x/telemetry: update to 9ff3ad9 Alan Donovan 2024-05-15 17:39:28 -04:00
  • ee0bf1d1b6 doc/README.md: mention adding the proposal issue Jonathan Amsterdam 2024-05-09 14:09:32 -04:00
  • 722d59436b crypto/x509: add text and binary marshal methods to OID Mateusz Poliwczak 2024-05-15 17:36:53 +00:00
  • 8ce2fedaeb cmd/compile: add test case for using Alias types Cuong Manh Le 2024-03-01 23:54:39 +07:00
  • 63a0a905fa math/rand/v2: use max builtin in tests Tobias Klauser 2024-05-15 11:04:10 +02:00
  • e9f3c9b7cd [release-branch.go1.21] cmd/go: set global .gitconfig location more robustly in tests Bryan C. Mills 2023-12-07 10:24:55 -05:00
  • a6023db835 [release-branch.go1.21] cmd/go/internal/modfetch/codehost: add new git tags before statLocal instead of after Bryan C. Mills 2023-12-04 18:29:35 -05:00
  • 1ffc296717 runtime: always update stack bounds on cgocallback Michael Pratt 2024-05-09 16:54:41 -04:00
  • fba90c9096 cmd/go/internal/script: Fix build tags of isETXTBSY Hiroaki Nakamura 2024-05-15 17:57:05 +09:00
  • ae5ee7042e net/http, reflect: rename Test function names Jes Cok 2024-05-16 06:49:49 +08:00
  • 13d36a9b46 cmd/go: don't start upload until after toolchain selection Michael Matloob 2024-05-13 14:59:02 -04:00
  • 7730e5b783 go/ast: add Preorder go1.23 iterator Alan Donovan 2024-03-11 17:16:44 -04:00
  • 3c8f925606 go/types, types2: factor out type parameter access into genericType Robert Griesemer 2024-04-25 16:10:22 -07:00
  • bf279b71e2 go/types, types2: add Alias.{TypeParams, SetTypeParams, TypeArgs, Origin} Robert Griesemer 2024-05-07 09:38:28 -07:00
  • 36b06c3d2f cmd/vendor/golang.org/x/telemetry: update to ac8fed8 Alan Donovan 2024-05-15 15:06:14 -04:00
  • 3f7a030e02 runtime/debug: add SetCrashOutput(...CrashOptions) parameter Alan Donovan 2024-05-15 14:55:19 -04:00
  • 3d80761531 go/types, types2: add additional documentation for Underlying Rob Findley 2024-05-14 19:19:48 +00:00
  • c4772d30bf cmd/link: disallow pull-only linknames Cherry Mui 2024-05-14 00:01:49 -04:00
  • 849770dec9 cmd/compile: disallow linkname referring to instantiations Cherry Mui 2024-05-14 22:34:58 -04:00