Commit Graph

  • 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
  • 7e3d2aa69f encoding/asn1: make sure implicit fields roundtrip Roland Shoemaker 2025-03-03 09:04:35 -08:00
  • a1ddbdd3ef cmd/compile: don't move nilCheck operations during tighten Keith Randall 2025-03-13 16:15:15 -07:00
  • 80f068928f cmd/internal/obj/loong64: add {V,XV}{FSQRT/FRECIP/FRSQRT}.{S/D} instructions support Xiaolin Zhao 2024-12-16 10:53:00 +08:00
  • 937368f84e crypto/x509: change how we retrieve chains on darwin Roland Shoemaker 2025-03-03 16:27:36 -08:00
  • 3b456ff421 crypto/x509,ecoding/asn1: better handling of weird encodings Roland Shoemaker 2025-02-20 17:05:04 -08:00
  • d704ef7606 crypto/tls/internal/fips140tls: use crypto/fips140 qmuntal 2025-01-10 13:38:35 +01:00
  • 6114b69e0c crypto/tls: relax native FIPS 140-3 mode Filippo Valsorda 2025-02-19 12:29:31 +01:00
  • 59afdd3ed0 crypto/tls: clean up supported/default/allowed parameters Filippo Valsorda 2025-02-19 12:29:31 +01:00
  • 0f5d86c5a0 cmd/go: permit additional cflags when compiling Holger Hans Peter Freyther 2023-07-09 22:24:12 +08:00
  • 6bd5741a4c crypto/tls: add ConnectionState.CurveID Filippo Valsorda 2025-02-27 14:01:13 +01:00
  • fbdd994166 crypto/tls: allow P-521 in FIPS 140-3 mode and Go+BoringCrypto Filippo Valsorda 2025-03-12 16:36:08 +01:00
  • 12ea4f7785 doc/next: add release note for new toolchain line behavior Michael Matloob 2025-03-12 15:14:44 -04:00
  • f3c69c2e78 cmd/go/internal/load,cmd/link/internal/ld: use objabi.LookupPkgSpecial(pkg).Runtime Jes Cok 2025-03-12 15:46:37 +00:00
  • fb8691edae syscall: use testing.T.Context Tobias Klauser 2025-03-12 10:59:10 +01:00
  • af92bb594d test/codegen: remove plan9/amd64 specific array zeroing/copying tests Joel Sing 2025-03-12 23:11:30 +11:00
  • bdfa604b2e cmd/internal/dwarf: always use AT_ranges for scopes with DWARF 5 Than McIntosh 2025-03-12 14:08:21 -04:00
  • d7f58834cb doc/next: add tentative DWARF 5 release note fragment Than McIntosh 2025-03-12 13:27:25 -04:00
  • 8cdef129fb cmd/link: only check PIE size difference when the linkmode is the same Joel Sing 2025-03-13 00:39:27 +11:00
  • b143c98169 cmd/compile: simplify bounded shift on loong64 Xiaolin Zhao 2024-11-16 16:27:20 +08:00
  • b10c35945d cmd/internal/obj/loong64: add {V,XV}DIV{B/H/W/V}[U] and {V,XV}MOD{B/H/W/V}[U] instructions support Xiaolin Zhao 2024-12-16 10:24:17 +08:00
  • d729053edf mime/multipart: add helper to build content-disposition header contents Luca Maltagliati 2025-03-12 21:40:12 +00:00
  • c2a34bedee [release-branch.go1.24] cmd/compile: use inline-Pos-based recursion test David Chase 2025-03-05 13:44:12 -05:00
  • a68bf75d34 cmd/go: don't write own toolchain line when updating go line Michael Matloob 2025-03-10 13:32:23 -04:00
  • 485480faaa net: deflake recently added TestCloseUnblocksReadUDP Brad Fitzpatrick 2025-03-11 21:14:01 -07:00
  • 955cf0873f cmd/internal/dwarf: fix bug in inlined func DIE range DWARF 5 info Than McIntosh 2025-03-12 12:05:11 -04:00