0
1
mirror of https://github.com/golang/go synced 2025-05-11 04:15:10 +00:00

Commit Graph

  • 722ecf3447 archive/tar: use hash/crc32 instead of crypto/md5 for test checksums qmuntal 2024-10-03 09:34:42 +02:00
  • 47a9935920 syscall: use SYS_EXIT_GROUP in CLONE_PIDFD feature check child Michael Pratt 2024-10-02 17:20:12 -04:00
  • ce60f70374 runtime: clear isSending bit earlier Ian Lance Taylor 2024-10-02 13:38:25 -07:00
  • 9593684438 go/types, types: always record a type for inner composite literals Robert Griesemer 2024-10-01 17:04:51 -07:00
  • 5b0f8596b7 runtime/pprof: make TestBlockMutexProfileInlineExpansion stricter Nick Ripley 2024-10-01 13:51:09 -04:00
  • 268eaf9acb cmd/go/internal/security: add -ftls-model to valid compiler flags Michael Matloob 2024-10-01 15:29:36 -04:00
  • 8c269479ed runtime: don't acquirem() in vgetrandom unless necessary Jason A. Donenfeld 2024-10-01 22:19:23 +02:00
  • dc8902f4eb cmd/compile/internal/ssa: intrinsify atomic.Xchg8 on amd64 Rhys Hiltner 2024-08-19 13:58:42 -07:00
  • 841bb62f19 internal/runtime/atomic: add Xchg8 for amd64 Rhys Hiltner 2024-08-19 13:51:59 -07:00
  • 9563300f6e [release-branch.go1.23] os: ignore SIGSYS in checkPidfd cions 2024-09-24 01:27:40 +00:00
  • 29252e4c5a [release-branch.go1.22] runtime: fix TestGdbAutotmpTypes on gdb version 15 Shulhan 2024-07-13 12:18:04 +07:00
  • f8080edefd [release-branch.go1.23] runtime: fix TestGdbAutotmpTypes on gdb version 15 Shulhan 2024-07-13 12:18:04 +07:00
  • 03103a54d8 hash/maphash: add WriteComparable and Comparable qiulaidongfeng 2024-09-25 10:32:49 +00:00
  • 658a6a6e1f src/net/http: remove ServeMux.patterns Jonathan Amsterdam 2024-09-27 13:46:56 -04:00
  • 1e338a2fe3 syscall: gofmt after CL 592078 Tobias Klauser 2024-10-02 12:34:45 +02:00
  • bb5339196f all: use slices.Sorted(maps.Keys(m)) Tobias Klauser 2024-10-02 13:00:17 +02:00
  • e86982c515 encoding/json: add omitzero option Jes Cok 2024-10-01 03:15:08 +00:00
  • 41d189a3f6 text/template: use correct verbs for reflect.Value Jes Cok 2024-09-30 15:04:36 +00:00
  • 630d4fb600 spec: document that alias declarations can have type parameters with 1.24 Robert Griesemer 2024-10-01 15:03:25 -07:00
  • aa42d7b402 spec: clarify that identical structs must have identical field embeddings Robert Griesemer 2024-09-30 15:55:14 -07:00
  • 8c52cd3da5 cmd/internal/obj: make asmidx error less cryptic Austin Clements 2024-09-06 07:19:18 -04:00
  • 441770461f cmd/cgo: add srcdir & trimpath docs, sort options Ian Lance Taylor 2024-10-01 09:57:52 -07:00
  • 8e478de4e6 net: document possible networks that can be passed to Control favonia 2024-10-01 05:49:19 -05:00
  • b37b27b595 cmd/cgo: document errno value semantics Brian Palmer 2024-09-27 14:09:11 -06:00
  • e470a00cdf test: fix test issue 69434 for riscv64 Cuong Manh Le 2024-10-01 16:50:04 +07:00
  • 89228ca439 runtime/pprof: add context to short stack panic Michael Pratt 2024-10-01 13:12:39 -04:00
  • aeccd613c8 [release-branch.go1.22] go1.22.8 go1.22.8 Gopher Robot 2024-10-01 16:57:30 +00:00
  • ed07b321ae [release-branch.go1.23] go1.23.2 go1.23.2 Gopher Robot 2024-10-01 16:56:29 +00:00
  • 8194d735cf cmd/go: add GOAUTH mechanism for HTTP authentication Sam Thanawalla 2024-08-13 16:48:11 +00:00
  • b2a856e82c all: use slices.Delete Tobias Klauser 2024-10-01 11:33:50 +02:00
  • bae2e968e2 go/parser, syntax: better error message for parameter missing type Robert Griesemer 2024-09-30 14:10:40 -07:00
  • 0206eb9679 README.vendor: add note about GOROOT, recommend fresh go Davis Goodin 2024-09-30 10:08:24 -07:00
  • 7f87b82955 context: link to context and structs blog post Matt T. Proud 2024-09-29 05:23:33 +00:00
  • aec9b916a2 net: use correct address family when testing for MPTCP support Ian Lance Taylor 2024-09-27 10:17:48 -07:00
  • ba10a38ed0 runtime, internal/syscall/unix: mark getrandom vDSO as non-escaping Mateusz Poliwczak 2024-09-30 18:01:10 +00:00
  • 1d0f5c478a errors: reference Go 1.13 article about errors Matt T. Proud 2024-09-28 14:25:38 +00:00
  • 846fc6345d runtime: use canonical wireguard-go repo for procyield() linkname usage Jason A. Donenfeld 2024-09-30 18:47:34 +02:00
  • c7f70433d9 go/ast: update (*File).Imports field in SortImports Mateusz Poliwczak 2024-09-30 16:29:40 +00:00
  • f4b7291d73 crypto/internal/randutil: use math/rand/v2 Damien Neil 2024-09-27 14:19:30 -07:00
  • 3637ebf1e0 crypto/internal/cryptotest: fix typos in AEAD test comments Davis Goodin 2024-09-27 11:04:33 -07:00
  • 86781963cc runtime: align vgetrandom states to cache line Jason A. Donenfeld 2024-09-29 04:24:00 +02:00
  • 327074551a cmd/go: exit non-zero if version -m is used with a non-Go file qiulaidongfeng 2024-04-15 13:19:48 +00:00
  • 7fd0b133dc cmd/go: add Mercurial based version stamping for binaries Sam Thanawalla 2024-08-28 16:26:30 +00:00
  • 49dd7726a9 internal/testlog: use atomic.Pointer instead of atomic.Value Mateusz Poliwczak 2024-09-28 16:50:03 +00:00
  • 6536c207c2 net: improve GODEBUG=netdns=1 debug messages Mateusz Poliwczak 2024-09-27 19:57:12 +00:00
  • 0fb33863b7 net,os: use os.LookupEnv instead of syscall.Getenv Mateusz Poliwczak 2024-09-28 16:20:58 +00:00
  • 869932d700 net: improve documentation of netgo/netcgo build tags Mateusz Poliwczak 2024-09-27 19:20:58 +00:00
  • 2bffb8b3fb slices: prevent Clone keeping alive the array when cloning empty slices Jorropo 2024-07-17 14:15:32 +02:00
  • eb6f2c24cd runtime: use vDSO for getrandom() on linux Jason A. Donenfeld 2024-09-22 03:45:29 +02:00
  • 677b6cc175 test: simplify issue 69434 test Cuong Manh Le 2024-09-26 01:37:07 +07:00
  • 676d427f77 go/types, types2: remove Checker.pos from types2 code - not needed anymore Robert Griesemer 2024-09-27 11:03:58 -07:00
  • 6ad3933e28 go/types, types2: move go/types-only Scope methods into scopes2.go Robert Griesemer 2024-09-27 10:54:26 -07:00
  • 62452bed48 cmd/go: fix the accuracy of Mercurial vcs.* stamped data Matt Harbison 2024-08-03 00:06:30 +00:00
  • 3b2e846e11 [release-branch.go1.23] runtime: if stop/reset races with running timer, return correct result Ian Lance Taylor 2024-09-06 17:19:34 -07:00
  • 99bf122de8 go/types, types2: remove need for Scope.LookupParent from TestObjectString Robert Griesemer 2024-09-27 10:41:55 -07:00
  • 80316510d3 go/types, types2: remove non-test uses of Scope.LookupParent Robert Griesemer 2024-09-27 10:24:16 -07:00
  • 1646f725bb Revert "cmd/go: relax the regular expression of TestScript/list_pkgconfig_error" qiu laidongfeng2 2024-09-27 17:24:38 +00:00
  • de46eaadb5 go/types, types2: replace 2 uses of Scope.LookupParent with Checker.lookup Robert Griesemer 2024-09-27 09:42:41 -07:00
  • 5fe3b31cf8 go/types, types2: remove dependency on Scope.Contains in resolver Robert Griesemer 2024-09-26 16:56:45 -07:00
  • 0a8dea10ce cmd/internal/obj/loong64: mark functions with small stacks NOSPLIT Xiaolin Zhao 2024-09-25 17:27:24 +08:00
  • 6a730e1ef0 cmd/internal/obj/riscv: rename the iIEncoding Mark Ryan 2024-09-13 09:33:03 +02:00
  • ff695ca2e3 runtime: fix TestGdbAutotmpTypes on gdb version 15 Shulhan 2024-07-13 12:18:04 +07:00
  • 2ebaff4890 runtime: if stop/reset races with running timer, return correct result Ian Lance Taylor 2024-09-06 17:19:34 -07:00
  • 3587430899 cmd/go: don't print dynimport link error messages Ian Lance Taylor 2024-09-25 21:03:54 -07:00
  • 712d47ce15 text/template: support range-over-int qiulaidongfeng 2024-09-25 20:20:06 +08:00
  • b7e4d2067c unique: clarify concurrent use of Make and Handle.Value Michael Anthony Knyszek 2024-09-26 19:44:00 +00:00
  • 1596a6c8ec unique,internal/concurrent: add some more tests Michael Anthony Knyszek 2024-09-19 15:43:14 +00:00
  • 3f2737f5dd net/http: use sync.OnceFunc, sync.OnceValue apocelipes 2024-09-26 08:23:13 +00:00
  • 9ace960d54 hash/crc32,hash/crc64: use sync.OnceFunc apocelipes 2024-09-26 08:08:07 +00:00
  • ca3b1b13de cmd/cgo: add missing args for fatalf Jes Cok 2024-09-22 03:41:38 +00:00
  • ca1123f9c5 internal/zstd: optimize skipFrame by using io.CopyN aimuz 2024-09-25 14:25:58 +00:00
  • ba42120723 runtime: properly compute whether PC is inside vDSO pages Jason A. Donenfeld 2024-09-26 01:14:18 +02:00
  • 4aa5aa63c9 cmd/link/internal/ld: fix error print in decodetypeGcprog zhangjian 2024-09-07 14:04:00 +00:00
  • 9b1f8f32b8 go/types: compute effective Go version independent of token.Pos Alan Donovan 2024-09-16 18:50:52 -04:00
  • 906338f82f cmd/go: relax the regular expression of TestScript/list_pkgconfig_error qiulaidongfeng 2024-09-18 13:42:40 +00:00
  • 6d856a804c cmd/compile: generalize struct load/store Cuong Manh Le 2024-09-05 14:56:43 +07:00
  • a3a05ed04c os: ignore SIGSYS in checkPidfd cions 2024-09-24 01:27:40 +00:00
  • 607975cfa1 cmd/dist: enforce the lowest bootstrap version qiulaidongfeng 2024-09-24 12:53:21 +00:00
  • 80143607f0 internal/syscall/unix: allow calling getrandom(..., 0, ...) Jason A. Donenfeld 2024-09-24 03:06:38 +02:00
  • 3d6173aa12 all: fix typos of possessive its Brad Fitzpatrick 2024-09-24 20:41:28 -07:00
  • 7d91cc26ab cmd/go: support both .netrc and _netrc in windows Sam Thanawalla 2024-08-20 20:14:59 +00:00
  • 8ed18d2cef crypto/rsa: move PSS hash override above boring block Roland Shoemaker 2024-09-19 09:20:56 -07:00
  • 49e542aa85 runtime: fix GoroutineProfile stacks not getting null terminated Felix Geisendörfer 2024-08-30 08:17:19 +02:00
  • c64ca8c6ef runtime: fix MutexProfile missing root frames Felix Geisendörfer 2024-09-07 13:44:09 +02:00
  • 8c8948c375 cmd/go: add support for go get -u tool Conrad Irwin 2024-02-10 21:51:12 -07:00
  • fbddfae62f [release-branch.go1.23] cmd/compile: fix wrong esacpe analysis for rangefunc Cuong Manh Le 2024-09-18 22:39:05 +07:00
  • 4a1167dfe1 all: enable alias type parameters GOEXPERIMENT by default Tim King 2024-09-05 16:22:50 -07:00
  • 6cb107452a runtime: print fatal messages without interleaving Keith Randall 2024-09-24 15:11:54 -07:00
  • b17a55d095 go/types, types2: move Checker.indexedElts into literals.go where it belongs Robert Griesemer 2024-09-24 14:08:28 -07:00
  • 681751a1fe go/types, types2: implement underIs, coreType, coreString via typeset iterator Robert Griesemer 2024-09-19 15:20:30 -07:00
  • d39b366841 runtime: disable epipe check for wasm platform Zxilly 2024-09-22 19:04:36 +00:00
  • 944a2ac3c7 cmd/compile: small cleanups to rewrite rule helpers khr@golang.org 2024-09-19 11:16:19 -07:00
  • be86f09e01 cmd/compile: use generics for isPowerOfTwo predicates khr@golang.org 2024-09-19 10:06:55 -07:00
  • b92f3f29c1 cmd/compile: simplify naming for arm64 bitfield accessors khr@golang.org 2024-08-05 11:22:07 -07:00
  • 1e5a72e980 go/types, types2: introduce typeset iterators Robert Griesemer 2024-09-19 14:55:36 -07:00
  • 5a1de4ed34 go/types, types2: check that alias type arguments satisfy constraints Robert Griesemer 2024-09-23 13:02:16 -07:00
  • 68bcef7e9f cmd/go: add support for go get -tool Conrad Irwin 2024-07-23 23:11:10 -06:00
  • 03fecda02b go/types, types2: follow-up on comment in CL 615195 Robert Griesemer 2024-09-24 10:57:49 -07:00
  • 2f24fdde4e cmd/go: add tools to "all" Conrad Irwin 2024-07-18 21:37:57 -06:00
  • e3cbda934c go/types, types2: print type parameters for Alias tyoes Robert Griesemer 2024-09-23 10:46:41 -07:00