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

Commit Graph

  • 427a2401af cmd/go/testdata/script: update test_flags for new test output Michael Matloob 2024-12-13 17:33:16 -05:00
  • 75736cc169 fmt, strconv: document that exponent is always two digits Ian Lance Taylor 2024-12-16 15:38:43 -08:00
  • 1218566fe5 cmd/link: update runtime dependency list Cherry Mui 2024-12-16 17:06:35 -05:00
  • d92c34a387 cmd/go: don't create test actions for incomplete packages Michael Matloob 2024-12-13 17:33:16 -05:00
  • 3bd08b9792 runtime: usleep in TestWeakToStrongMarkTermination Michael Anthony Knyszek 2024-12-13 23:18:59 +00:00
  • 18b5435fc8 testing: don't measure cleanup time after B.Loop Austin Clements 2024-12-12 21:18:44 -05:00
  • c1f2542c8b testing: improve B.Loop test Austin Clements 2024-12-12 21:17:04 -05:00
  • 6bd56fcaeb testing: improve b.Loop example Austin Clements 2024-12-12 18:19:43 -05:00
  • 090748d6c7 testing: improve B.Loop docs, use B.Loop in examples Austin Clements 2024-12-12 15:43:37 -05:00
  • e39e965e0e cmd/go: drop FailedBuild field if gotestjsonbuildtext=1 Austin Clements 2024-12-13 15:36:47 -05:00
  • 08770a5b94 cmd/link: make dwarf name slice index self-describing Michael Pratt 2024-12-13 15:05:27 -05:00
  • c4f356dd86 crypto/ecdsa: fix s390x assembly with P-521 Filippo Valsorda 2024-12-13 16:59:20 +01:00
  • 08725f9de2 crypto/internal/cryptotest: skip TestAllocations on s390x Filippo Valsorda 2024-12-13 17:16:44 +01:00
  • 1cbfe8c482 fmt: add more function and allocation tests thepudds 2023-09-19 14:44:08 -04:00
  • 59b7d40774 [release-branch.go1.23] runtime: update and restore g0 stack bounds at cgocallback Cherry Mui 2024-07-22 16:23:43 -04:00
  • 16afa6a740 [release-branch.go1.24] go1.24rc1 go1.24rc1 Gopher Robot 2024-12-13 08:12:11 -08:00
  • 8391579ece runtime: migrate missing map linkname allowlists Michael Pratt 2024-12-13 10:26:50 -05:00
  • 80a2982a80 spec: align EBNF rules consistently (cosmetic change) Robert Griesemer 2024-12-12 11:28:09 -08:00
  • 38e9a671d7 syscall: on freebsd-386 only update written for certain errors Ian Lance Taylor 2024-12-12 14:07:13 -08:00
  • 6f7a4540b1 net: fix example function name for IP.To4 Oleksandr Redko 2024-12-12 20:08:35 +02:00
  • 14e5093ee5 cmd/internal/obj: disallow linknamed access to builtin symbols Cherry Mui 2024-12-12 14:31:45 -05:00
  • fb764cdad0 cmd/link: block new standard library linknames Cherry Mui 2024-12-12 13:03:49 -05:00
  • 817d7bdc0a [release-branch.go1.24] all: merge master (9118060) into release-branch.go1.24 Carlos Amedee 2024-12-12 12:06:37 -05:00
  • 9118060040 builtin: document clear is a no-op if its argument's value is nil apocelipes 2024-12-12 09:45:09 +00:00
  • 077d51909d internal/poll: in SendFile treat ENOTSUP like EOPNOTSUPP Ian Lance Taylor 2024-12-11 14:02:28 -08:00
  • fafd4477f3 cmd/cgo: use full prototype for main in C code Ian Lance Taylor 2024-12-10 20:05:06 -08:00
  • 14bb1e11b9 [release-branch.go1.24] all: merge master (0ca521f) into release-branch.go1.24 Carlos Amedee 2024-12-11 18:55:27 -05:00
  • 0ca521f9c1 debug/elf: adjust version API per issue discussion Ian Lance Taylor 2024-12-10 19:48:11 -08:00
  • 2297c34cdf [release-branch.go1.24] all: merge master (c93477b) into release-branch.go1.24 Carlos Amedee 2024-12-11 17:45:38 -05:00
  • c93477b5e5 crypto: use provided random Reader in FIPS mode Filippo Valsorda 2024-12-11 14:50:00 +01:00
  • 3104b6adbb log/slog: make DiscardHandler example package-level Jonathan Amsterdam 2024-12-11 14:38:57 -05:00
  • 5424f2e200 cmd/go: add more tests for GOAUTH's user provided authenticator Sam Thanawalla 2024-12-11 15:41:05 +00:00
  • d5c1333eb4 net/http: document zero value of Protocols Damien Neil 2024-12-11 09:49:36 -08:00
  • 69c8cfe29b [release-branch.go1.23] cmd/compile/internal/importer: enable aliases Tim King 2024-08-09 10:50:00 -07:00
  • a7c4cadce0 cmd/compile: update broken link Ian Lance Taylor 2024-12-11 08:59:04 -08:00
  • 979c1cfbe8 net: avoid unnecessary interface lookup fetching all interface addresses Antonio Ojea 2024-12-11 15:03:59 +00:00
  • e424d78c3d internal/goos: fix bug in gengoos.go zfdx123 2024-12-11 04:17:11 +00:00
  • 6c25cf1c5f cmd/internal/objfile: break out dissassemblers to another package Cherry Mui 2024-12-10 12:00:10 -05:00
  • e0c76d95ab syscall: remove a wrong comment in Clearenv Kir Kolyshkin 2024-12-10 12:10:13 -08:00
  • a9922d096f reflect: consistently document when value must be settable Ian Lance Taylor 2024-12-10 16:10:27 -08:00
  • 4ce116a884 runtime: avoid panic in expired synctest timer chan read dev.coretypes Damien Neil 2024-12-10 09:49:45 -08:00
  • e6de1b2deb html/template: escape script tags in JS errors case insensitively Roland Shoemaker 2024-12-09 11:53:32 -08:00
  • fce17b0c77 crypto/internal/fips140/ecdsa: fix reseed_counter check for HMAC_DRBG_Generate_algorithm Tom Thorogood 2024-12-10 23:22:49 +10:30
  • d87878c62b runtime: make special offset a uintptr Michael Anthony Knyszek 2024-12-09 19:21:48 +00:00
  • 6705ac6885 runtime: remove datadog-agent from prof labels hall of shame Paul Cacheux 2024-12-08 21:45:48 +01:00
  • 07398d2e57 weak: align weak.Pointer documentation with runtime.AddCleanup Michael Anthony Knyszek 2024-12-07 02:58:00 +00:00
  • e3e1d73528 bufio: make the description of Peek's behavior better Petr Osetrov 2024-12-06 21:51:36 +00:00
  • e79b2e1e3a cmd/go: document the build cache as safe for concurrent use Sean Liao 2024-12-02 18:32:36 +00:00
  • c8fb6ae617 lib/wasm: provide fs.constants.O_DIRECTORY definition Dmitri Shuralyov 2024-12-07 17:48:27 -05:00
  • 8c3e391573 runtime: improve AddCleanup documentation Austin Clements 2024-12-06 20:43:16 -05:00
  • 04cdaa9984 cmd/go: document c-shared buildmode for building WASI library/reactor Cherry Mui 2024-12-05 13:01:32 -05:00
  • 26682773ca [release-branch.go1.24] update codereview.cfg for release-branch.go1.24 Michael Anthony Knyszek 2024-12-06 21:09:39 +00:00
  • 312f7c1bd3 runtime: add note that Callers never returns an entry PC Michael Pratt 2024-12-06 15:37:34 -05:00
  • 0d453232db cmd/internal/goobj: add missing symbol align field in top level doc Paul Cacheux 2024-12-06 14:06:36 +01:00
  • 35caf4130e encoding/base64, encoding/base32: add doc details to DecodeString and AppendDecode Dmytro Yeroshkin 2024-12-06 15:49:52 +00:00
  • f0b8d79c96 cmd/go: add tool meta-pattern to go help packages Conrad Irwin 2024-11-30 22:08:44 -07:00
  • 2440717918 cmd/go: report tool errors in go list all Conrad Irwin 2024-12-05 22:25:14 -07:00
  • 1a193b43a2 cmd/go: use AppendPath(OrigEnv) as env for tool executable Michael Matloob 2024-11-25 20:29:11 -05:00
  • 18bbcffc46 all: update vendored dependencies [generated] Michael Anthony Knyszek 2024-12-05 21:52:49 +00:00
  • 98534fd1a0 cmd/go: consistently use DefaultExecName for executable name Michael Matloob 2024-12-05 15:31:39 -05:00
  • ec7817e385 cmd/go: add -modfile and -modcacherw to go tool Conrad Irwin 2024-11-30 23:22:49 -07:00
  • d3d4e7b0d1 testing: fix divide by zero when benchmark is faster than OS's clock resolution Jorropo 2024-12-06 06:51:04 +01:00
  • 3ae00f5d29 cmd/compile: update default PGO profile Cherry Mui 2024-12-05 11:39:07 -05:00
  • 4da905bcf0 cmd/internal/objabi, internal/runtime: increase nosplit limit on OpenBSD Damien Neil 2024-12-02 12:45:55 -08:00
  • ea86737810 crypto/hkdf: add package doc comment Ian Lance Taylor 2024-12-05 15:44:26 -08:00
  • 9d8273817c doc/next: delete Gopher Robot 2024-12-05 21:25:20 +00:00
  • d34e2ad194 api: promote next to go1.24 Gopher Robot 2024-12-05 21:15:57 +00:00
  • 5213e1e56c testing: improve documentation, examples, release notes for Junyang Shao 2024-12-04 20:11:18 +00:00
  • 32e19fc439 cmd/compile: document wasmexport directive, update permitted types for wasmimport Cherry Mui 2024-12-05 12:04:35 -05:00
  • 1fe65836ac cmd/go/testdata/script: skip EndSequence entries in build_trimpath_cgo Michael Matloob 2024-12-03 16:23:18 -05:00
  • 6293a06831 doc/next: introduce module tools Conrad Irwin 2024-11-30 22:13:52 -07:00
  • c3a706e1d2 crypto/internal/fips140/bigmod: add more //go:norace annotations Russ Cox 2024-12-04 22:08:35 -05:00
  • aa464fb953 doc/next: add release notes for Wasm changes Cherry Mui 2024-12-05 11:35:37 -05:00
  • be297ba9b3 cmd/go: drop -v from go help get Sean Liao 2024-11-28 16:23:53 +00:00
  • 080466fffb embed: document exclusions more explicitly Sean Liao 2024-12-04 21:56:45 +00:00
  • be0c4547d2 doc/next: add linker change release notes Cherry Mui 2024-12-04 17:24:54 -05:00
  • adfd81d8cd weak: fix subheading syntax in package doc thepudds 2024-12-04 23:36:17 -05:00
  • c46ba1f9ef weak: massage package docs a little bit Michael Anthony Knyszek 2024-12-04 19:33:26 +00:00
  • 795d95d6ba doc/next: add release notes for runtime and sync Michael Anthony Knyszek 2024-12-04 19:22:51 +00:00
  • 32ff485c7c math/bits: update reference to debruijn paper Sean Liao 2024-12-04 21:50:30 +00:00
  • 6123209657 cmd/go/internal/cache: always check error from stat in markUsed Michael Matloob 2024-12-03 15:09:41 -05:00
  • 6f42fe9141 bufio: document Reader must be created with New functions Sean Liao 2024-12-03 21:19:24 +00:00
  • d241ea8d5c sync/atomic: add missing leak tests for And & Or Jorropo 2024-12-04 04:50:29 +01:00
  • 4c3aa5d324 math/rand/v2: replace <= 0 with == 0 for Uint function docs Jorropo 2024-12-04 13:07:08 +01:00
  • ccf4ebbb61 runtime: remove "hall of shame" comment from public documentation Alexey Palazhchenko 2024-12-04 03:19:08 +00:00
  • bc0406333f sync: document RWMutex locks cannot be upgraded / downgraded Sean Liao 2024-12-03 22:41:38 +00:00
  • 2a0aeb1234 doc/next: minor grammar fix in release notes Robert Griesemer 2024-12-03 13:55:47 -08:00
  • 953a1bec48 runtime: avoid defer on system stack in synctestidle_c Damien Neil 2024-12-03 13:18:38 -08:00
  • 4daf7922f3 cmd/link/internal/ld: work around FreeBSD 14.1 cmd/cgo test link failure Michael Anthony Knyszek 2024-12-02 19:10:37 +00:00
  • 194de8fbfa [release-branch.go1.23] go1.23.4 go1.23.4 Gopher Robot 2024-12-03 17:22:32 +00:00
  • bdedc5c1d7 crypto/internal/fips140/bigmod: disable race detector on tight loops Russ Cox 2024-12-02 17:13:49 -05:00
  • 8f3f22eef8 [release-branch.go1.22] go1.22.10 go1.22.10 Gopher Robot 2024-12-03 17:22:36 +00:00
  • 9d76157e2d sort: add examples for SearchStrings, SliceIsSorted cuishuang 2024-12-02 18:12:12 +08:00
  • a8be834912 cmd/compile: fix a premature-deallocation of state in loopreschedchecks Junyang Shao 2024-11-30 04:15:07 +00:00
  • 485ed2fa5b crypto/rsa: return error if keygen random source is broken Filippo Valsorda 2024-12-02 21:04:15 +01:00
  • 106c804751 crypto/rsa: fix keys with p < q Filippo Valsorda 2024-12-02 20:08:12 +01:00
  • ab59a4f985 crypto/internal/fips140/rsa: add Pairwise Consistency Test Filippo Valsorda 2024-11-30 18:13:04 +01:00
  • 17b00789d3 crypto/rsa: allow keys larger than 16384 bits in FIPS mode Filippo Valsorda 2024-11-30 17:52:40 +01:00
  • fb41d5eb51 crypto/rsa: minor FIPS 186-5 compliance fixes Filippo Valsorda 2024-11-30 17:50:31 +01:00
  • 50a8b3a30e hash/maphash, cmd/compile: make Comparable[string] not escape its argument Cherry Mui 2024-12-01 23:53:23 -05:00