0
1
mirror of https://github.com/golang/go synced 2025-02-22 03:46:14 +00:00

Commit Graph

  • 3c4efa7d48 feat: add getter to current num line marcosadsj 2025-02-09 00:40:34 -03:00
  • cae569f4c4 cmd/internal/bio: remove unused MustWriter Mateusz Poliwczak 2025-02-08 14:31:21 +01:00
  • a5d3622331 cmd/compile/internal/gc: handle errors from *bio.Writer Mateusz Poliwczak 2025-02-08 14:25:43 +01:00
  • 3dbcc8bded simplify the unit test for windows Albert Sundjaja 2025-02-08 17:57:32 +11:00
  • 40a763c3d1 added comment on test for clarity Albert Sundjaja 2025-02-08 17:57:09 +11:00
  • 215de81513 cmd/compile: don't merge symbols on riscv64 when dynamic linking Meng Zhuo 2024-09-12 19:46:20 +08:00
  • d23e90da0d fix typo in func name and simplify test Albert Sundjaja 2025-02-08 17:43:29 +11:00
  • a4fcfaa167 go/types, types2: better error messages for channel sends and receives Robert Griesemer 2025-02-06 13:51:51 -08:00
  • 2eacdbe9ea database/sql: use t.Context in tests apocelipes 2025-02-08 09:12:05 +08:00
  • ff627d28db os: improve comments for process support, minor code cleanup Ian Lance Taylor 2024-12-23 11:44:42 -08:00
  • 646d285d7d os: simplify Process.Release Ian Lance Taylor 2024-12-23 11:27:13 -08:00
  • bdbc5ca1bd os: use AddCleanup, not SetFinalizer, for Process Ian Lance Taylor 2024-12-22 21:23:55 -08:00
  • 130d370525 fix: wrap doc Luca Maltagliati 2025-02-07 23:57:42 +01:00
  • 5bd70dd8c8 fix: drop FileContentDisposition, address review comment Luca Maltagliati 2025-02-07 23:55:50 +01:00
  • d91903543f fix: typo malta895 2024-12-10 09:33:29 +01:00
  • b733233282 doc: add doc file malta895 2024-12-09 22:45:55 +01:00
  • 5cadf4eb72 fix bad change malta895 2023-11-09 22:40:11 +01:00
  • ab68456ed3 fix: fix api file issues malta895 2023-10-03 08:21:51 +02:00
  • edd499d3e0 fix: revert to previous formatting malta895 2023-10-03 08:05:00 +02:00
  • 23cb19f785 fix: remove test of removed function malta895 2023-10-03 07:57:52 +02:00
  • 7cf216a2a9 fix: apply changes review malta895 2023-10-03 07:53:49 +02:00
  • ce387aae9d fix: add new APIs to api list malta895 2023-10-02 23:04:19 +02:00
  • 0e3cebf9a4 fix: apply suggestions from code review malta895 2023-10-02 22:52:51 +02:00
  • 55d207156c revert changes introduces by mistake malta895 2023-10-01 20:11:02 +02:00
  • bcfa0c2199 multipart: add helper funcs to build content-disposition header malta895 2023-10-01 20:04:16 +02:00
  • 58ac490df3 perf: improve image/jpeg decoder performance Roman Sharkov 2025-02-07 22:43:13 +01:00
  • 8028731648 internal/trace: rename "oldtrace" to trace v1 Michael Anthony Knyszek 2025-01-24 20:17:20 +00:00
  • a4ef655ede internal/trace: move SchedReqs out of events package Michael Anthony Knyszek 2025-01-24 18:10:31 +00:00
  • ca1cfea371 internal/trace: refactor how experimental batches are exposed Michael Anthony Knyszek 2025-01-09 18:17:49 +00:00
  • d7f6f6fd54 bufio: skip network test if unixpacket socket not supported Ian Lance Taylor 2025-02-06 18:04:00 -08:00
  • cb47156e90 testing/synctest: add an example of testing networked code Damien Neil 2025-01-30 10:55:36 -08:00
  • 1bfbefa159 make.bat: pass through all arguments to "dist bootstrap" qmuntal 2025-02-06 11:13:19 +01:00
  • 580a383103 {all,clean,make,race,run}.bat: use || instead of "if errorlevel 1" qmuntal 2025-02-06 10:55:59 +01:00
  • 302bf36314 crypto/internal/fips140test: add AES ACVP tests Daniel McCarney 2024-12-11 14:48:00 -05:00
  • 273db12cee crypto/internal/fips140test: add DetECDSA ACVP tests Daniel McCarney 2024-12-11 16:31:22 -05:00
  • 78132a1f57 crypto/internal/fips140test: add ECDSA ACVP tests Daniel McCarney 2024-11-14 15:54:54 -05:00
  • f99a214d96 crypto/internal/fips140test: add EDDSA ACVP tests Daniel McCarney 2024-11-14 16:00:43 -05:00
  • d9d87edc56 Revert "cmd/go: report gcc ld error message when linking fails" Quim Muntal 2025-02-06 13:16:34 -08:00
  • 9125e214a1 crypto/internal/fips140/edwards25519/field: speed up Element.Bytes Alexander Yastrebov 2025-02-07 11:29:34 +00:00
  • 6563a23560 run.bat: pass through all arguments to "go tool dist test" qmuntal 2025-02-06 09:19:20 +01:00
  • 09fdcdc97d {all,clean,make,race,run}.bat: remove %GOBUILDEXIT% and %GOBUILDFAIL% qmuntal 2025-02-06 09:07:08 +01:00
  • d0e1583a4f crypto/internal/fips140/edwards25519/field: speed up Element.Bytes Alexander Yastrebov 2025-02-07 12:10:00 +01:00
  • e7d8573fbe crypto/internal/fips140/edwards25519/field: add benchmark for Element.Bytes Alexander Yastrebov 2025-02-07 12:08:07 +01:00
  • 7a2f757c52 cmd/internal/obj/riscv: update references to RISC-V specification Joel Sing 2024-11-24 14:38:33 +11:00
  • b8fb95becd crypto/internal/fips140/subtle: combine xor_<goarch>.go files Joel Sing 2025-01-03 19:06:13 +11:00
  • 85b5d11246 crypto/subtle: add additional benchmarks for XORBytes Joel Sing 2025-01-03 19:06:07 +11:00
  • 6f27f1193c add missing import package unsafe pgxiaolianzi 2025-02-07 16:31:59 +08:00
  • ae9fee34c5 text/template: update failed case report for TestIsTrue pgxiaolianzi 2024-12-13 20:13:46 +08:00
  • a52a197fa1 text/template: add test case for type unsafe.Pointer in expression if pgxiaolianzi 2024-12-13 20:08:46 +08:00
  • 21fd7174bc text/template: add test case for function IsTrue pgxiaolianzi 2024-12-05 20:15:32 +08:00
  • 067a97968c text/template: miss isTrue report for type reflect.UnsafePointer pgxiaolianzi 2024-11-22 14:54:46 +08:00
  • 76c18e2ed2 cmd/link: add -e (no limit on errors) flag qmuntal 2025-02-04 11:16:40 +01:00
  • e7c9667def os: simplify process status Ian Lance Taylor 2024-12-22 21:15:30 -08:00
  • caf29da4cc os: don't store reference count in Process.state Ian Lance Taylor 2024-12-22 21:00:58 -08:00
  • 637c235b51 lib/time: build with Ubuntu backward compatibility options Ian Lance Taylor 2025-01-27 10:21:57 -08:00
  • 290ec2d92b bufio: don't do empty Write at start of WriteTo Ian Lance Taylor 2025-01-26 21:52:58 -08:00
  • 7c6b047ea1 encoding/base64: use internal/byteorder Ian Lance Taylor 2025-01-09 14:42:16 -08:00
  • 5c9b13d90f crypto/internal/fips140/drbg: add package comment Ian Lance Taylor 2025-01-07 10:47:01 -08:00
  • 88108cc563 cmd/go: adjust testsuite to add reraised panic message Ian Lance Taylor 2025-02-06 15:01:17 -08:00
  • 372f2d8022 unicode/utf8: remove init from utf8_test Luka Krmpotic 2025-02-06 21:33:18 +00:00
  • b7b4c60585 [release-branch.go1.24] weak: prevent unsafe conversions using weak pointers thepudds 2025-02-06 08:07:38 -05:00
  • 8163ea1458 weak: prevent unsafe conversions using weak pointers thepudds 2025-02-06 08:07:38 -05:00
  • 478ad013f9 runtime: don't duplicate reraised panic values in printpanics Damien Neil 2025-01-31 15:03:15 -08:00
  • 6565a8f4e5 crypto/aes: more precise description for AES keys Pasha Radchenko 2025-02-06 21:31:28 +03:00
  • 9b4a462a7d cmd/cgo: use strings.Builder to build long strings Ian Lance Taylor 2024-12-25 16:01:58 -08:00
  • d7224c1837 unicode/utf8: remove test's init function Luka Krmpotic 2025-02-06 17:18:45 +01:00
  • 0da7fafac4 net: fix ListenMulitcastUDP to work properly when interface has no IPv4 Jesse Rittner 2025-01-25 16:21:53 -05:00
  • 65004c7bf4 cmd/go: report gcc ld error message when linking fails qmuntal 2025-02-03 21:05:51 +01:00
  • cd595be6d6 cmd/compile: prefer an add when shifting left by 1 Jakub Ciolek 2025-01-11 19:26:57 +01:00
  • a8e532b0f2 runtime/cgo: clarify that C code must not retain pointer Ian Lance Taylor 2025-02-05 17:22:43 -08:00
  • 4cc7705e56 testing: use strings.SplitSeq and bytes.SplitSeq apocelipes 2025-02-05 12:19:12 +00:00
  • 51bf2cf7cf Revert "cmd/go/internal/work: allow @ character in some -Wl, linker flags on darwin" Roland Shoemaker 2025-01-29 08:03:59 -08:00
  • 220fe79871 cmd/go: add '-skip' to list of cacheable test flags Michael Matloob 2025-02-05 15:27:29 -05:00
  • 18068cb96a [release-branch.go1.24] go1.24rc3 go1.24rc3 Gopher Robot 2025-02-05 12:02:05 -08:00
  • d0a26c6f44 Merge a3c91979252fb8d4866b9cd3d8f580c9721b4961 into b45c7d546669c37bbfdb1dedffa1b3e12acfc18c Ryan Currah 2025-02-05 15:14:43 -05:00
  • b45c7d5466 internal/trace: skip TestTraceCgoCallback on freebsd-amd64-race builders Dmitri Shuralyov 2025-02-03 22:50:29 -05:00
  • c43ac38b3b [release-branch.go1.24] Revert "cmd/go/internal/work: allow @ character in some -Wl, linker flags on darwin" Roland Shoemaker 2025-01-29 08:03:59 -08:00
  • ee6e0a5ed6 internal/routebsd: fix typo in sockAddrLen identifer name Dmitri Shuralyov 2025-02-05 13:52:56 -05:00
  • 59f309a5a5 Add a new output writer and use it in t.Log suntala 2025-02-05 19:24:06 +01:00
  • 721f5ca4ed runtime: adjust comments for auxv getAuxv Tobias Klauser 2025-02-04 17:04:26 +01:00
  • a7cbea8332 cmd/go: skip bzr tests if 'bzr help' has non-zero exit code Dmitri Shuralyov 2025-02-04 19:54:25 -05:00
  • f6ea0621d2 internal/routebsd: fix parsing network address of length zero Ian Lance Taylor 2025-02-04 15:11:42 -08:00
  • b7c9cdd53c cmd/compile: establish limits of bool to uint8 conversions Jakub Ciolek 2025-01-14 22:13:29 +01:00
  • bcfa00cbd2 cpu/internal: provide runtime detection of RISC-V extensions on Linux Mark Ryan 2023-08-25 11:22:02 +02:00
  • 664aebab7d cmd/go: add rva23u64 as a valid value for GORISCV64 Mark Ryan 2024-12-02 15:47:25 +01:00
  • 2e7a6ad40c testing: use strings.SplitSeq and bytes.SplitSeq apocelipes 2025-02-05 19:26:01 +08:00
  • 842e4b5207 net/rpc: move frozen notice to the start of the package doc Ian Lance Taylor 2025-02-04 10:33:38 -08:00
  • be2b809e5b os: fix race condition in readdir by atomically initializing dirinfo Amirhossein Akhlaghpour 2025-02-03 05:56:31 +00:00
  • a1ea78c470 net: use strings.SplitSeq and bytes.SplitSeq apocelipes 2025-02-05 00:37:18 +00:00
  • 0e35fb2f99 net: ignore unnamed interfaces on DragonFly Ian Lance Taylor 2025-02-04 14:23:14 -08:00
  • 5fb196a073 net: use strings.SplitSeq and bytes.SplitSeq apocelipes 2025-02-04 14:16:24 +08:00
  • b485e5bceb os: remove Process.mode field Ian Lance Taylor 2024-12-22 20:26:23 -08:00
  • 5c2b5e02c4 os: separate Process.handle into a separate memory allocation Ian Lance Taylor 2024-12-22 20:20:17 -08:00
  • 0825475599 cmd/compile: do not treat OpLocalAddr as load in DSE Youlin Feng 2024-11-18 17:34:20 +08:00
  • 5cb5437b6d cmd/go/internal/vcsweb/vcstest: skip bzr test if deps not found Ian Lance Taylor 2025-02-04 11:56:38 -08:00
  • 7472b4c324 cmd/compile: include liveness info in GOSSAFUNC output David Chase 2025-01-08 17:01:05 -05:00
  • 46fd6b4e37 cmd/compile: remove reduntant Zero rule Jakub Ciolek 2025-01-05 11:31:11 +01:00
  • bdc2d856a8 cmd/compile: use isGenericIntConst() in prove Jakub Ciolek 2025-01-14 21:29:50 +01:00
  • 3981b446dd cmd/internal/sys: allow unaligned loads on big-endian ppc64 Keith Randall 2024-11-22 15:24:54 -08:00
  • ef7f09149b cmd/compile: prefer hv2 <= 127 over hv2 < 128 Jakub Ciolek 2025-01-13 21:35:04 +01:00