0
1
mirror of https://github.com/golang/go synced 2025-05-05 03:21:36 +00:00

Commit Graph

  • 66e6f5c920 cmd/doc: add support for starting pkgsite instance for docs Michael Matloob 2024-09-03 11:19:39 -04:00
  • 39ceaf7961 all: use slices.Contains to simplify code cuishuang 2025-01-01 00:17:54 +08:00
  • 3caf5bd09e text/scanner: add required ScanComments in example Sean Liao 2025-02-01 16:42:22 +00:00
  • 3a81ebea0d net/http: use strings.FieldsFuncSeq to reduce memory allocations cuishuang 2025-01-01 09:08:26 +08:00
  • 691b7ff1c7 internal/fuzz: use a lookup table for SnapshotCoverage Jakub Ciolek 2024-11-13 11:34:50 +01:00
  • 52e32ad79e crypto/x509/internal/macos: remove unused types and functions qmuntal 2025-01-22 12:26:10 +01:00
  • 1118da2514 text/template improved comparison error addresses issue #71421 Diego Lara 2025-01-31 20:57:20 +00:00
  • e57769d5ad cmd/compile: on AMD64, prefer XOR/AND for (x & 1) == 0 check Jakub Ciolek 2025-01-07 07:00:24 +01:00
  • f7dbbf2519 cmd/compile: distribute 8 and 16-bit multiplication Jakub Ciolek 2025-01-11 17:56:04 +01:00
  • f7b8dd9033 io/fs: add ReadLinkFS interface Roxy Light 2024-07-16 10:21:30 -07:00
  • 9896da303a internal/poll: use ignoringEINTR2 in (*FD).Pread Tobias Klauser 2025-01-14 11:26:06 +01:00
  • cc874072f3 math/big: use built-in max function Eng Zer Jun 2025-01-12 18:02:45 +08:00
  • 6adf54a3eb cmd/cgo: declare _GoString{Len,Ptr} in _cgo_export.h Ian Lance Taylor 2025-01-10 16:35:24 -08:00
  • bf351677c4 cmd/cgo: add C declaration parameter unused attribute Ian Lance Taylor 2025-01-10 16:22:20 -08:00
  • 9d6af4082b crypto/tls: disable additional SSLv2 bogo tests Roland Shoemaker 2025-01-24 10:38:45 -08:00
  • 4ac729283c go/types, types2: don't register interface methods in Info.Types map Robert Griesemer 2025-01-07 10:15:19 -08:00
  • b25b5f3ff4 runtime: fix GODEBUG=gccheckmark=1 and add smoke test Michael Anthony Knyszek 2024-08-27 21:02:02 +00:00
  • 4f11d5879a crypto/internal/cryptotest: print stderr if go tool fails Ian Lance Taylor 2025-01-31 12:39:19 -08:00
  • 5aa3d162d5 cmd/go/internal/modindex: correct isDir doc comment Ian Lance Taylor 2025-01-30 13:36:00 -08:00
  • caedd0a8f7 cmd/go/internal/auth: reduce to a single package coment Ian Lance Taylor 2025-01-30 18:25:45 -08:00
  • e5ae12ab82 net/url: add panic to unhex for imposible error case alirezaarzehgar 2025-01-21 00:24:28 +03:30
  • e2f342fc51 doc: initialize next directory for Go 1.25 Cherry Mui 2025-02-03 10:25:05 -05:00
  • 9da530f11a internal/goversion: update Version to 1.25 Cherry Mui 2025-02-03 09:59:25 -05:00
  • 4241f582fc [release-branch.go1.24] all: merge master (37f27fb) into release-branch.go1.24 Carlos Amedee 2025-01-31 12:45:08 -05:00
  • 6644ed63b1 [release-branch.go1.23] crypto/internal/fips140/nistec: make p256NegCond constant time on ppc64le Roland Shoemaker 2025-01-21 16:03:14 -08:00
  • 0cc45e7ca6 [release-branch.go1.22] crypto/internal/fips140/nistec: make p256NegCond constant time on ppc64le Roland Shoemaker 2025-01-21 16:03:14 -08:00
  • 37f27fbecd cmd/go: enable fips test and fix caching bug Russ Cox 2024-11-17 17:17:50 -05:00
  • 77d20838e9 cmd: update golang.org/x/tools to CL 645697, and revendor Rob Findley 2025-01-31 15:06:15 +00:00
  • ce7ea0a6a5 cmd/go: refine GOAUTH user parsing to be more strict Sam Thanawalla 2025-01-28 16:13:52 +00:00
  • e81f715515 lib/fips140: freeze v1.0.0 FIPS 140 module zip file Filippo Valsorda 2025-01-29 03:49:06 +01:00
  • 4f48ad5c6b cmd/link/internal/loader: fix linknames from FIPS 140 frozen tree Filippo Valsorda 2025-01-29 03:18:01 +01:00
  • 1f58ad5d6d Revert "os: employ sendfile(2) for file-to-file copying on Linux when needed" Michael Pratt 2025-01-27 14:05:22 -08:00
  • 90ec9996cb crypto/pbkdf2: add keyLength limit Roland Shoemaker 2025-01-24 14:08:03 -08:00
  • 62cd7cb6cd crypto/hkdf: check error in TestFIPSServiceIndicator Ian Lance Taylor 2025-01-23 15:50:32 -08:00
  • 7764c502e2 crypto/internal/sysrand: skip TestNoGetrandom without cgo Filippo Valsorda 2025-01-10 00:06:43 +01:00
  • 50455385b0 internal/coverage: fix bug in text-format coverage output with multiple packages Than McIntosh 2024-11-12 12:32:39 -05:00
  • 28d389ef30 internal/godebug: check error from os.ReadFile in test Ian Lance Taylor 2025-01-23 17:37:29 -08:00
  • 8071f2a169 runtime: mapiter linkname compatibility layer Michael Pratt 2025-01-24 16:29:13 -05:00
  • 78e6f2a1c8 runtime: rename mapiterinit and mapiternext Michael Pratt 2025-01-24 13:34:26 -05:00
  • 4ebd5bf855 internal/goexperiment: update location of baseline experiment in comment Ian Lance Taylor 2025-01-27 20:41:55 -08:00
  • f8937cb625 archive/zip, archive/tar: writer appends slash to directory names yincong 2025-01-22 02:23:08 +00:00
  • 11e08d9d96 strconv: adjust comment so that gofmt doesn't mung it Ian Lance Taylor 2025-01-13 10:28:19 -08:00
  • b9872221cd crypto/internal/fips140/rsa: avoid CAST unsetting the service indicator Filippo Valsorda 2025-01-27 14:21:43 +01:00
  • 3f791c8dfb crypto/internal/fips140/aes: set FIPS 140 service indicator for CTR and CBC Filippo Valsorda 2025-01-27 14:18:02 +01:00
  • e0aeee82f3 crypto/ecdsa: avoid needless ScalarBaseMult in s390x Filippo Valsorda 2025-01-27 19:56:42 +01:00
  • f70aa3824b cmd/go: do not call base.fatal for an unset HOME for GOAUTH=netrc Sam Thanawalla 2025-01-23 19:35:34 +00:00
  • 475e08349d Revert "runtime: Check LSE support on ARM64 at runtime init" Cherry Mui 2025-01-27 09:11:36 -08:00
  • e2e700f8b1 crypto/internal/boring: keep ECDH public key alive during cgo calls Roland Shoemaker 2025-01-24 12:21:36 -08:00
  • 608acff847 go/types: avoid importer.Default Alan Donovan 2025-01-22 10:43:44 -05:00
  • 9d21ef3bd4 runtime: fix the equality check in AddCleanup Carlos Amedee 2025-01-21 11:52:41 -05:00
  • 5a46b17b5f os: force a goroutine to be scheduled on WASM Carlos Amedee 2025-01-03 16:53:32 -05:00
  • 6fc23a3cff crypto/internal/fips140/nistec: make p256NegCond constant time on ppc64le Roland Shoemaker 2025-01-21 16:03:14 -08:00
  • 70b603f4d2 go/importer: document limitations of this API Alan Donovan 2025-01-22 10:24:11 -05:00
  • f6d17c5400 net/http: update bundled golang.org/x/net/http2 [generated] Dmitri Shuralyov 2025-01-21 14:41:15 -05:00
  • 3aa7c5ef01 testing: fix reference to B.N in docstring Kir Kolyshkin 2025-01-20 17:38:26 -08:00
  • 3f4164f508 runtime: delete out of date comment Bill Morgan 2025-01-20 04:11:23 +00:00
  • 40b3c0e58a internal/coverage: refactor EmitTextual in preparation for bugfix Than McIntosh 2024-11-12 12:12:44 -05:00
  • ab44565bcd [release-branch.go1.23] cmd/go/internal/modfetch: do not trust server to send all tags in shallow fetch Russ Cox 2025-01-13 23:00:14 -05:00
  • c3c6a50095 [release-branch.go1.22] cmd/go/internal/modfetch: do not trust server to send all tags in shallow fetch Russ Cox 2025-01-13 23:00:14 -05:00
  • 87023bb27f go/types, types2: ensure deterministic output when reporting an init cycle Wingrez 2025-01-17 00:38:59 +00:00
  • e0a01acd04 [release-branch.go1.22] cmd/compile: fix write barrier coalescing Keith Randall 2025-01-10 17:33:26 -08:00
  • 9cbbf5e0f4 [release-branch.go1.23] cmd/compile: fix write barrier coalescing Keith Randall 2025-01-10 17:33:26 -08:00
  • 80bf7d83ed go/types, types2: remove superfluous assertion (fix build) Robert Griesemer 2025-01-16 16:08:26 -08:00
  • 1a93e4a2cf lib/time: update to 2025a/2025a Tobias Klauser 2025-01-16 20:42:39 +01:00
  • 0b632d26b9 cmd/internal/obj/wasm, runtime: detect wasmexport call before runtime initialization Cherry Mui 2025-01-16 13:56:15 -05:00
  • 8a4c24f9bb [release-branch.go1.24] go1.24rc2 go1.24rc2 Gopher Robot 2025-01-16 11:43:43 -08:00
  • f072884354 [release-branch.go1.22] go1.22.11 go1.22.11 Gopher Robot 2025-01-16 11:41:48 -08:00
  • d04e3cbc92 [release-branch.go1.23] go1.23.5 go1.23.5 Gopher Robot 2025-01-16 11:41:53 -08:00
  • 3de5aca7d0 [release-branch.go1.24] crypto/x509: avoid panic when parsing partial PKCS#1 private keys Filippo Valsorda 2025-01-09 16:03:08 +01:00
  • 8336dfde70 [release-branch.go1.24] cmd/go: restore netrc preferences for GOAUTH and fix domain lookup Sam Thanawalla 2025-01-08 20:38:32 +00:00
  • 6b60550504 [release-branch.go1.24] net/http: persist header stripping across repeated redirects Damien Neil 2024-11-22 12:34:11 -08:00
  • 468fad45a2 [release-branch.go1.24] crypto/x509: properly check for IPv6 hosts in URIs Roland Shoemaker 2024-12-09 11:31:22 -08:00
  • b72d56f98d [release-branch.go1.22] net/http: persist header stripping across repeated redirects Damien Neil 2024-11-22 12:34:11 -08:00
  • 19d2103415 [release-branch.go1.22] crypto/x509: properly check for IPv6 hosts in URIs Roland Shoemaker 2024-12-09 11:31:22 -08:00
  • 6a4effa08b crypto/x509: avoid panic when parsing partial PKCS#1 private keys Filippo Valsorda 2025-01-09 16:03:08 +01:00
  • 139d6eedae cmd/go: restore netrc preferences for GOAUTH and fix domain lookup Sam Thanawalla 2025-01-08 20:38:32 +00:00
  • bb8230f805 [release-branch.go1.23] net/http: persist header stripping across repeated redirects Damien Neil 2024-11-22 12:34:11 -08:00
  • fdb8413fe5 [release-branch.go1.23] crypto/x509: properly check for IPv6 hosts in URIs Roland Shoemaker 2024-12-09 11:31:22 -08:00
  • 2b2314e9f6 crypto/x509: properly check for IPv6 hosts in URIs Roland Shoemaker 2024-12-09 11:31:22 -08:00
  • 6783377295 net/http: persist header stripping across repeated redirects Damien Neil 2024-11-22 12:34:11 -08:00
  • 368a9ec998 encoding/json: cleanup tests Joe Tsai 2025-01-14 12:43:27 -08:00
  • bd80d8956f cmd/go/internal/modfetch: do not trust server to send all tags in shallow fetch Russ Cox 2025-01-13 23:00:14 -05:00
  • 4fa61d6f9c cmd/api: report error in test instead of crashing Russ Cox 2025-01-14 08:22:08 -05:00
  • c5e205e928 internal/runtime/maps: re-enable some tests Keith Randall 2025-01-13 16:21:29 -08:00
  • befc43655b testing/fstest: fix function name and comment cuishuang 2025-01-14 01:11:22 +08:00
  • c83f2ca4b3 cmd/dist: ignore packages with no Go files in BenchmarkAll Ian Lance Taylor 2025-01-14 06:58:32 -08:00
  • 6da16013ba cmd/go: check go version when parsing go.mod fails Sean Liao 2024-12-28 11:19:23 -05:00
  • de9fdc7b71 syscall/js: adjust comments to that gofmt does not change them Ian Lance Taylor 2025-01-13 09:56:13 -08:00
  • 17ed215958 go/types, types2: don't panic when instantiating generic alias with wrong number of type arguments Robert Griesemer 2025-01-09 15:01:03 -08:00
  • c53307c3fd spec: fix grammar issue Oleksandr Redko 2025-01-10 17:00:24 +02:00
  • 47a56b2b6d encoding/json: add cases to TestUnmarshal for fatal syntactic errors Joe Tsai 2025-01-11 12:48:33 -08:00
  • 7bb192a1c5 encoding/json: always check resulting Go value for unmarshaling Joe Tsai 2025-01-10 11:49:07 -08:00
  • 44a6f817ea cmd/compile: fix write barrier coalescing Keith Randall 2025-01-10 17:33:26 -08:00
  • 19e923182e crypto/internal/fips140test: add hmac DRBG ACVP tests Daniel McCarney 2025-01-02 13:27:09 -05:00
  • 7255b94920 crypto/internal/fips140test: add ML-KEM ACVP tests Daniel McCarney 2024-12-18 13:26:20 -05:00
  • 932ec2be8d crypto/rsa: fix GenerateKey flakes for toy-sized keys Filippo Valsorda 2025-01-09 15:12:49 +01:00
  • d0c9142ce3 runtime/pprof: hide map runtime frames from heap profiles Michael Pratt 2025-01-09 12:22:53 -05:00
  • c7c4420ae4 cmd/go: clarify GODEBUG in go help environment Sean Liao 2024-11-28 16:10:52 +00:00
  • c6ab13fc43 cmd/go/internal/mmap: reslice to file size on Windows Michael Matloob 2025-01-03 15:06:42 -05:00
  • f5a89dff67 crypto: fix fips140=only detection of SHA-3 Filippo Valsorda 2025-01-06 18:52:35 +01:00