0
1
mirror of https://github.com/golang/go synced 2025-07-17 22:04:48 +00:00

Commit Graph

  • ec6e84df74 [release-branch.go1.23] internal/godebugs: fix changed version for winsymlink and winreadlinkvolume to 1.23 Jordan Liggitt 2025-03-18 20:27:07 -04:00
  • aaf9b46800 testing: streamline logic in loopSlowPath Austin Clements 2025-03-20 12:44:07 -04:00
  • 5918101d67 testing: detect a stopped timer in B.Loop Austin Clements 2025-03-20 12:16:17 -04:00
  • b7f8c2a110 testing: detect early return from B.Loop Austin Clements 2025-03-20 10:26:54 -04:00
  • c72e274725 go/build: prioritize build constraints in docs Sean Liao 2025-03-21 23:06:54 +00:00
  • 710476495a testing: remove redundant variable capture from subtest example Jake Bailey 2025-03-21 22:34:52 -07:00
  • 2d2bcdd2ad cmd/go: upgrade go install pkg@version's go using local mod, work Michael Matloob 2025-03-05 15:17:20 -05:00
  • 7372b64425 net/url: document referenced RFCs Sean Liao 2025-03-22 01:15:22 +00:00
  • d2d1fd68b6 os: add Root.Link Damien Neil 2025-03-20 12:41:21 -07:00
  • 4ae6ab2bdf cmd/asm: add LCDBR instruction on s390x Vishwanatha HD 2025-02-10 10:50:59 +00:00
  • 3ada42ffed go/types, types2: align trace output a bit better for easier debugging Robert Griesemer 2025-03-20 16:12:15 -07:00
  • b70244ff7a cmd/compile: intrinsify math/bits.Len on riscv64 Joel Sing 2025-02-24 00:27:34 +11:00
  • af133d86e4 cmd/internal/obj/riscv: factor out shift constant code Joel Sing 2025-02-18 18:23:27 +11:00
  • 574e836055 cmd/asm/internal/asm: add additional tests for constant loads on riscv64 Joel Sing 2025-02-18 17:53:19 +11:00
  • 9003154206 testing: separate b.Loop counter from b.N Austin Clements 2025-03-19 11:46:41 -04:00
  • afe11db4a7 cmd/compile/internal/abi: fix ComputePadding Derek Parker 2025-03-21 19:43:32 +00:00
  • ba01453bbe cmd/link/internal/ld: change pe64 from int to bool qmuntal 2025-03-19 09:57:36 +01:00
  • 3108366214 runtime: deduplicate context call injection on Windows qmuntal 2025-03-14 11:56:20 +01:00
  • 2cc0ea46e4 internal/syscall/unix: add missing cgo_import_dynamics for AIX Damien Neil 2025-03-20 16:02:58 -07:00
  • a39046f6ad internal/syscall/windows: set SYNCHRONIZE flag in Deleteat Damien Neil 2025-03-20 12:50:21 -07:00
  • c0392e7e49 runtime: fix interactions between synctest, race detector, and timers Damien Neil 2025-03-17 13:48:50 -07:00
  • 69ea62fe95 Revert "cmd/compile/internal/abi: fix ComputePadding" Cherry Mui 2025-03-21 08:46:14 -07:00
  • c386ed107e cmd/internal/obj/riscv: fix the encoding for REV8 and ORCB Mark Ryan 2024-12-11 18:09:32 +01:00
  • c558f017ef runtime/race: fix reversed conditional in test for fatal map access Damien Neil 2025-03-20 15:03:43 -07:00
  • a20d583bb9 cmd/compile/internal/abi: fix ComputePadding Derek Parker 2025-03-19 01:54:41 +00:00
  • 2ffda87f2d os: add Root.Rename Damien Neil 2025-03-19 11:15:06 -07:00
  • 686128a9f3 runtime/race: don't complain about unrun tests when fatal map access happens Damien Neil 2025-03-20 13:33:49 -07:00
  • 93fe8c0415 strings: don't assert on Replace's allocs for ASAN Julien Cretel 2025-03-20 20:33:46 +00:00
  • b613d21ffd testing: allow manual timer control in testing.B.Loop Junyang Shao 2025-03-18 21:13:23 +00:00
  • ba50de8429 os: skip atime checks in TestRootChtimes on plan9 Damien Neil 2025-03-20 09:30:19 -07:00
  • 9dc572eab5 cmd/compile/internal/ssa: remove linkedBlocks and its uses Mateusz Poliwczak 2025-03-20 14:49:56 +01:00
  • e9558d3947 all: use exec.Command.String in test logs qmuntal 2025-03-20 10:02:31 +01:00
  • a4a5ef08bd cmd/cgo/internal/testshared: log stdout when go command fails qmuntal 2025-03-20 09:41:28 +01:00
  • 665af86992 cmd/go: fail go clean command when failed to find go cache directory Max Neverov 2025-03-18 20:02:03 +00:00
  • 84e0061460 net/http/httputil: document ReverseProxy removal of response headers Sean Liao 2025-03-17 18:39:31 +00:00
  • 2fb5610c3a strings: speed up Replace Julien Cretel 2025-03-19 20:07:38 +00:00
  • 19b6f01161 go/parser: add *ast.BlockStmt depth test Mateusz Poliwczak 2025-03-20 09:12:17 +01:00
  • 02014706f0 doc: go 1.26 remove support for windows/arm qiulaidongfeng 2025-03-16 14:40:40 +08:00
  • b59b0580a1 os: don't wrap os.Getgroups error in tests Kir Kolyshkin 2025-03-18 16:33:22 -07:00
  • 03cb8d408e cmd/compile/internal/ssagen: use an alias for math/bits.OnesCount Joel Sing 2025-03-20 00:09:52 +11:00
  • af0d51c70f os: fix typos in comments Kir Kolyshkin 2025-03-18 16:28:31 -07:00
  • b1ec5ad00a crypto/tls: add missing RUnlock in ticketKeys Edoardo Spadolini 2024-07-26 14:06:55 +00:00
  • dc49aba8e4 net/smtp: make test certificate FIPS 140-3 compliant Filippo Valsorda 2025-03-18 20:28:34 +01:00
  • 57dac327d1 misc/linkcheck: remove unused tool Sean Liao 2025-03-19 16:34:43 +00:00
  • 4bc6c71ee0 os: skip Root.Chtimes atime check on netbsd, truncate a/mtime on plan9 Damien Neil 2025-03-19 16:37:16 -07:00
  • f233739850 internal/syscall/unix: fix number of params for unlinkat Kir Kolyshkin 2025-03-19 16:56:21 -07:00
  • 48240ad3f9 internal/syscall/unix: use correct number of params in unlinkat, fchownat Damien Neil 2025-03-19 13:13:51 -07:00
  • cb0d767a10 os: add Root.Readlink Damien Neil 2025-03-18 15:12:31 -07:00
  • 1eb1579fba os: add Root.Lchown Damien Neil 2025-02-13 16:38:08 -08:00
  • f9f5d1e844 runtime/race: detect when TestRace fails to run all tests, skip failures Damien Neil 2025-03-18 10:22:04 -07:00
  • 011b7ce8d1 go/types, types2: fix silly logic error in commonUnder Robert Griesemer 2025-03-19 09:38:51 -07:00
  • 1aa9c31ffc net/http/httputil: don't call WriteHeader after Hijack Damien Neil 2025-03-19 09:26:31 -07:00
  • deb6790fcf cmd/compile: remove implicit deref from len(p) where p is ptr-to-array Keith Randall 2025-03-14 13:19:18 -07:00
  • 56e5476e10 runtime: in asan mode unregister root regions on free Florian Zenker 2025-03-19 10:55:55 +00:00
  • 1aee4f3464 cmd/internal/obj/riscv: prevent panics on bad branches Mark Ryan 2024-12-11 14:03:17 +01:00
  • 24b395119b cmd/internal/obj/riscv: prevent duplicate error reports Mark Ryan 2024-12-10 17:02:26 +01:00
  • 2e749a645a internal/godebugs: fix changed version for winsymlink and winreadlinkvolume to 1.23 Jordan Liggitt 2025-03-18 20:27:07 -04:00
  • 2148309963 os: add Root.Chtimes Damien Neil 2025-02-11 10:47:20 -08:00
  • 3309658d39 doc: document change in nil-ptr checking behavior Keith Randall 2025-03-18 14:04:26 -07:00
  • bfb27fb36f bytes,strings: document Fields trimming of leading and trailing characters Sean Liao 2025-03-17 15:21:39 +00:00
  • fcb27f717b cmd/compile/internal/amd64: disable FIPS 140-3 mode for TestGoAMD64v1 Filippo Valsorda 2025-03-18 20:21:51 +01:00
  • c8eced8580 net/http/httputil: document ProxyRequest.SetURL limitations Sean Liao 2025-03-17 19:20:32 +00:00
  • ac1f5aa3d6 [release-branch.go1.24] net/http: reject newlines in chunk-size lines Damien Neil 2025-02-26 13:40:00 -08:00
  • 6b18311bbc cmd/go/internal/clean: add logging to help debug openbsd flakes Michael Matloob 2025-03-18 13:00:42 -04:00
  • a17c092c2c net/http: add onClose hook to fake net listener Damien Neil 2025-03-17 15:43:47 -07:00
  • 5916bc5b57 runtime, time: don't use monotonic clock inside synctest bubbles Damien Neil 2025-03-12 16:00:26 -07:00
  • 0694718389 runtime: add function runtime.cgoSigtramp support on loong64 and enable cgo-traceback testcases limeidan 2025-03-06 10:25:01 +08:00
  • 180795ceac runtime, runtime/cgo: use libc for sigaction syscalls when cgo is enabled on loong64 limeidan 2025-03-05 15:07:07 +08:00
  • 15e01a2e43 [release-branch.go1.23] net/http: reject newlines in chunk-size lines Damien Neil 2025-02-26 13:40:00 -08:00
  • fd29397dca [release-branch.go1.24] net/http: don't modify caller's tls.Config.NextProtos Damien Neil 2025-03-04 15:20:28 -08:00
  • 4524009ba6 [release-branch.go1.24] runtime: Added usage example for the runtime.AddCleanup() function. Alexandr Primak 2025-02-15 16:52:57 +03:00
  • cd2f347c61 crypto/tls: fix ECH compatibility 古大羊 2025-02-10 12:49:15 +08:00
  • bd1bc8a6e7 [release-branch.go1.24] crypto/tls: allow P-521 in FIPS 140-3 mode and Go+BoringCrypto Filippo Valsorda 2025-03-12 16:36:08 +01:00
  • c7ea87132f log/slog: document Logger ignores Handler.Handle errors Sean Liao 2025-03-17 18:18:48 +00:00
  • eb7ab11aaf crypto/internal/hpke: propagate hkdf error value qmuntal 2025-03-17 16:16:53 +01:00
  • 44d1d2e5ad crypto/internal/hpke: use crypto/hkdf qmuntal 2025-03-17 11:43:32 +01:00
  • 7a8ce5e3de cmd/go: point tidy errors to correct URL Mohammed Al Sahaf 2024-12-06 20:22:56 +03:00
  • 5e98202455 internal/buildcfg: expand spinbitmutex platforms Rhys Hiltner 2025-03-14 12:04:51 -07:00
  • e41ec30c8a reflect: document Method(ByName) w.r.t dead code elimination Ilya Priven 2025-03-15 22:58:18 +00:00
  • bceade5ef8 doc/next: add release note for work package pattern Michael Matloob 2025-03-17 11:53:22 -04:00
  • 57c44fdefc html/template: document comment stripping Sean Liao 2025-03-15 00:14:14 +00:00
  • 7dd7d70c03 runtime: skip TestCgoCallbackPprof on platforms with broken profiling Michael Pratt 2025-03-17 12:11:42 +00:00
  • f41fdd962d cmd/internal/obj/loong64: add {V,XV}NEG{B/H/W/V} instructions support Xiaolin Zhao 2024-12-13 17:20:38 +08:00
  • 38d146d572 doc/go_mem: fix grammar issue Julien Cretel 2025-03-16 13:55:23 +00:00
  • 6fb7bdc96d cmd/compile: intrinsify math/bits.TrailingZeros on riscv64 Joel Sing 2025-02-23 22:17:53 +11:00
  • e6ffe764cf strings: add FuzzReplace test Jorropo 2025-03-14 21:29:08 +01:00
  • e0edd3e155 html/template: replace end-of-life link cui fliter 2024-01-15 14:52:10 +08:00
  • bb6a400028 os: use slices.Clone Tobias Klauser 2025-03-14 14:07:45 +01:00
  • 35139d6e45 runtime: log profile when mutex profile test fails Rhys Hiltner 2025-03-14 13:47:54 -07:00
  • 21417518a9 cmd/compile: combine negation and word sign extension on riscv64 Joel Sing 2022-10-12 17:37:23 +11:00
  • 10d070668c cmd/compile/internal/ssa: remove double negation with addition on riscv64 Joel Sing 2025-02-24 00:37:45 +11:00
  • a8f2e63f2f test/codegen: add a test for negation and conversion to int32 Joel Sing 2025-02-24 23:24:42 +11:00
  • e1f9013a58 test/codegen: add riscv64 codegen for arithmetic tests Joel Sing 2025-02-24 23:08:46 +11:00
  • c01fa0cc21 test/codegen: add riscv64/rva23u64 specifiers to existing tests Joel Sing 2025-02-23 22:31:35 +11:00
  • 3c3b8dd4f0 internal/runtime/atomic: add Xchg8 for s390x and wasm Rhys Hiltner 2025-03-14 09:36:06 -07:00
  • 580b6ee646 cmd/go: enable fuzz testing on OpenBSD Maciej Żok 2023-05-30 18:29:05 +00:00
  • 5bb73e6504 debug/elf: add riscv attributes definitions Meng Zhuo 2025-03-13 16:29:16 +08:00
  • 853b514417 time: optimize quote using byte(c) for ASCII 1911860538 2025-03-13 11:57:51 +00:00
  • c1c7e5902f test/codegen: tighten the TrailingZeros64 test on 386 Joel Sing 2025-02-26 21:03:15 +11:00
  • 577bb3d0ce runtime: only set isExtraInC if there are no Go frames left Michael Pratt 2025-03-14 10:50:25 -04:00