0
1
mirror of https://github.com/golang/go synced 2025-06-18 18:08:01 +00:00

Commit Graph

  • 8a0fbd75a5 encoding/xml: reject XML declaration after start of document Axel Wagner 2024-02-14 09:38:46 +01:00
  • d892cb496a internal/trace/v2: make readBatch param more permissive Nicolas Hillegeer 2024-02-22 13:50:47 -08:00
  • db57e5a040 go/types, types2: remove unreachable func (minor cleanup) Robert Griesemer 2024-02-22 11:00:31 -08:00
  • f278f756bd go/types: : generate operand.go from types2 source Robert Griesemer 2024-02-21 14:57:02 -08:00
  • 55bb3d1c10 go/types: : generate assignments.go from types2 source Robert Griesemer 2024-02-21 13:51:28 -08:00
  • 638b9023e3 runtime: be careful about crash FD changes during panic Michael Pratt 2024-01-31 14:10:56 -05:00
  • 7fd62ba821 cmd/fix: support go versions with patch release Alex Bozhenko 2024-02-07 15:19:06 +00:00
  • 5d4e8f5162 go/doc: fix typo in comment guoguangwu 2024-02-22 01:25:52 +00:00
  • 507d1b22f4 cmd: remove support for GOROOT_FINAL Constantin Konstantinidis 2023-11-05 10:35:12 +01:00
  • 05c0579621 runtime: migrate internal/syscall to internal/runtime Andy Pan 2024-01-31 17:10:49 +08:00
  • cdf3249d74 os: make FindProcess use pidfd on Linux Kir Kolyshkin 2023-11-16 01:42:39 -08:00
  • ccb6077d11 go/types, types2: handle Alias types in substitution Robert Griesemer 2024-02-21 12:54:10 -08:00
  • 750738b5d1 os: make use of pidfd on linux Kir Kolyshkin 2023-09-13 01:07:10 -07:00
  • 4cd743e27e os: use atomic.Uintptr for Process.handle Kir Kolyshkin 2023-11-23 11:43:56 -08:00
  • b27d02c07b runtime/debug: clarify SetCrashOutput dup behavior Michael Pratt 2024-01-31 14:01:12 -05:00
  • 806aeb1e76 cmd/go: fail fast across packages Alexander Yastrebov 2024-02-17 04:35:24 +00:00
  • c07b9b0036 net: support context cancellation in acquireThread Mateusz Poliwczak 2024-02-21 17:18:43 +00:00
  • cd17032721 cmd/go: remove unused var BuildToolchainLinker and BuildToolchainCompiler qiulaidongfeng 2024-02-21 09:29:17 +00:00
  • 6c979d2522 go/types: generate typestring.go from types2 source Robert Griesemer 2024-02-20 16:14:42 -08:00
  • cc276a768f go/types: generate conversions.go from types2 source Robert Griesemer 2024-02-20 15:40:44 -08:00
  • 3374dad1d9 go/types: generate builtins_test.go from types2 source Robert Griesemer 2024-02-08 15:13:11 -08:00
  • 81609c454b go/types: generate builtins.go from types2 source Robert Griesemer 2024-02-08 14:29:26 -08:00
  • 808c8fb815 cmd/go: change the naming of flag counters Michael Matloob 2024-02-16 15:01:47 -05:00
  • 3f60da7944 cmd/go/internal/modcmd: correctly filter out main modules in verify Michael Matloob 2024-02-20 16:13:33 -05:00
  • 3580c212c2 cmd/asm, cmd/internal/obj: enable rounding mode suffix for riscv64 Meng Zhuo 2023-06-20 11:16:56 +08:00
  • d4112310a4 net: harmonize the time units used for TCP keep-alive on DragonFly and other UNIX's by seconds Andy Pan 2024-02-20 16:17:06 +08:00
  • 1a8ee033f8 runtime/internal/atomic: add s390x operators for And/Or Mauri de Souza Meneguzzo 2024-02-17 10:30:01 +00:00
  • 2908352980 cmd/compile: make jump table symbol static Cherry Mui 2024-02-20 15:05:29 -05:00
  • 5428cc4f14 cmd/compile/internal/typecheck: remove constant bounds check Cuong Manh Le 2024-02-02 09:35:07 +07:00
  • 53708d86b0 cmd/go/testdata/script: add darwin skips for selected buildrepro tests Than McIntosh 2024-02-20 16:49:43 +00:00
  • de65aa41d8 Revert "hash/maphash: parallel run test" Michael Pratt 2024-02-20 20:39:53 +00:00
  • e1e466f80c internal/msan: add new package Mauri de Souza Meneguzzo 2024-02-16 23:24:12 +00:00
  • 4ce008d7d3 log/slog: correct formatting Joel Sing 2024-02-17 02:21:11 +11:00
  • 5a41204504 net: mention the cgo thread limit in package docs Mateusz Poliwczak 2024-02-20 17:15:51 +00:00
  • 67361bf868 cmd/compile/internal/types2: use ExprString instead of syntax.String Robert Griesemer 2024-02-08 15:35:22 -08:00
  • c1828fbcbf crypto/x509: remove TestPlatformVerifierLegacy tests Roland Shoemaker 2023-12-11 14:23:12 -08:00
  • 027853627d crypto/x509: remove bad generate statement Roland Shoemaker 2024-02-20 08:53:57 -08:00
  • ff4e45fbc2 cmd/compile/internal/reflectdata,reflect: merge MaxPtrmaskBytes const into internal/abi qiulaidongfeng 2024-01-24 02:54:56 +00:00
  • af3f94ce64 cmd/cgo/internal/test: disable issue8694 and issue9510 on ppc64x with internal linking Paul E. Murphy 2024-02-14 16:42:27 -06:00
  • 6a36e55d4a runtime/pprof: update outdated google/pprof link hi-rustin 2024-02-19 15:22:37 +00:00
  • ff0b46cfbb testing/fstest: return base name from mapfs FileInfo.Name Shang Ding 2024-02-17 12:21:54 -06:00
  • a3c35430fc runtime/internal/syscall: merge duplicate constants Andy Pan 2024-02-16 14:32:27 +08:00
  • d068c2cb62 runtime: use eventfd as the event wait/notify mechanism for epoll Andy Pan 2024-02-02 11:22:57 +08:00
  • c4d55ab912 regexp/syntax: regenerate docs with mksyntaxgo Mauri de Souza Meneguzzo 2024-02-18 12:23:20 +00:00
  • 0a04641871 hash/maphash: parallel run test qiulaidongfeng 2024-02-16 01:51:54 +00:00
  • 098a87fb19 net/http: add missing call to decConnsPerHost Julian Tibble 2024-02-14 13:24:52 +00:00
  • d42cd452dc net: add KeepAliveConfig and implement SetKeepAliveConfig Andy Pan 2023-11-14 23:56:51 +08:00
  • aaf8e844ed net: prevent unintended retries upon receiving an empty answer response from the DNS server. kkhaike 2023-12-16 18:08:16 +08:00
  • e5f4c68c44 net/netip: optimize parseIPv4 and refactor IPv6 embedded IPv4 parsing aimuz 2023-11-18 03:35:07 +00:00
  • 0882ca7a73 hash/crc32: fix code generator to use the Go standard Olivier Mengué 2024-01-16 23:30:12 +01:00
  • 7ecef2e344 net: move go/cgo resolver forcing functions to one file Mateusz Poliwczak 2024-02-10 18:52:27 +00:00
  • 968b71bce4 strings: make use of sizeclasses in (*Builder).Grow Mateusz Poliwczak 2024-02-02 15:54:24 +00:00
  • cf52e70997 runtime: use a high res timer to signal io completion ports on windows qmuntal 2023-04-25 18:27:35 +02:00
  • 5c92f43c51 math/rand/v2: use a doc link for crypto/rand Daniel Martí 2024-02-11 21:40:26 +00:00
  • 35fa852d6d runtime: use the right number of parameters in syscall_SyscallX on Windows qmuntal 2024-02-12 12:38:37 +01:00
  • af5943f90c context: update doc comment to link to context interface ALX99 2024-02-17 04:43:34 +00:00
  • 86a32d6d9c cmd/compile: remove unused code in walk.Walk Ezzno J 2024-01-04 09:49:56 +00:00
  • e41fabd688 reflect: make Value.Comparable return true for nil interface value Jes Cok 2024-02-16 21:16:29 +00:00
  • 1c9c9c8412 cmd/internal/obj/ppc64: cleanup optab entries after renaming Paul E. Murphy 2023-11-15 15:51:41 -06:00
  • cdd0ddaf45 internal/abi: get rid of itab blank field Keith Randall 2023-12-13 13:45:05 -08:00
  • b138b19d2f cmd/compile: use symbolic offsets of fields in internal/abi.ITab Keith Randall 2023-12-13 13:20:01 -08:00
  • f2db96cd6c reflect: use internal/abi itab type Keith Randall 2023-12-13 12:46:39 -08:00
  • e4ebd13f7a cmd/dist,cmd/go: define assembly macros, handle GOARM value with soft/hardfloat Cherry Mui 2024-02-09 14:17:18 -05:00
  • a0226c5680 runtime/internal/atomic: correct GOARM=7 guard at a DMB instruction Cherry Mui 2024-02-16 10:58:56 -05:00
  • 720eadead2 cmd/go: do not embed checksums when building with vendor Sam Thanawalla 2024-02-14 21:01:53 +00:00
  • b2a169be6f cmd/go: show Sum/GoModSum when listing modules Sam Thanawalla 2024-02-08 18:32:55 +00:00
  • 7f799f33b6 database/sql/driver: add a new test case for type t sivchari 2023-08-02 02:55:17 +00:00
  • 6cbe522fe1 [release-branch.go1.22] cmd/compile: fail noder.LookupFunc gracefully if function generic Michael Pratt 2024-02-08 13:07:33 -05:00
  • fb86598cd3 [release-branch.go1.22] cmd/compile: accept -lang=go1 as -lang=go1.0 Matthew Dempsky 2024-02-07 17:25:48 -08:00
  • 6fbd01a711 [release-branch.go1.22] runtime: don't call traceReadCPU on the system stack Michael Pratt 2024-02-09 13:49:21 -05:00
  • 74abbdfe62 crypto/subtle: remove unused code qiulaidongfeng 2024-02-16 09:52:40 +00:00
  • d6a271939f [release-branch.go1.22] cmd/cgo/internal/testsanitizers: disable location checking for clang Michael Anthony Knyszek 2024-02-08 15:59:07 +00:00
  • f38fca30a7 [release-branch.go1.21] cmd/cgo/internal/testsanitizers: disable location checking for clang Michael Anthony Knyszek 2024-02-08 15:59:07 +00:00
  • 6e5080470c crypto/subtle: use min builtin function in XORBytes qiulaidongfeng 2024-02-16 10:24:55 +00:00
  • 63dd79c07b cmd/pprof: update vendored github.com/google/pprof Dmitri Shuralyov 2024-02-15 23:59:52 -05:00
  • 3b51581261 cmd/link: replace function pointers to static calls in loadelf Cherry Mui 2024-02-15 17:05:05 -05:00
  • 5258d4ed60 cmd/link: add -randlayout flag to randomize function ordering Cherry Mui 2024-02-06 18:08:34 -05:00
  • 284e553035 runtime,cmd/link: merge pcbucketsize const into internal/abi qiulaidongfeng 2024-02-16 00:15:29 +00:00
  • daa58db486 cmd/compile: improve rotations for riscv64 Joel Sing 2024-02-01 23:58:54 +11:00
  • b634f6fdcb syscall: rm obsoleted comment Kir Kolyshkin 2023-11-14 16:28:29 -08:00
  • 185f31bf30 cmd/compile: update the incorrect assignment of call site offset. Jin Lin 2024-02-08 12:52:07 -08:00
  • b6ca586181 log/slog: add test case for level_test.go pgxiaolianzi 2024-02-07 07:45:14 +00:00
  • cfe7f21dd5 log/slog: document atomicity guarantees and ordering limitations of handlers Joe Tsai 2024-02-13 15:34:26 -08:00
  • 48d899dcdb net/http: reject requests with invalid Content-Length headers Andy Pan 2024-02-04 14:50:42 +08:00
  • d90a57ffe8 cmd/link/internal/ld: unify OS/SDK versions for macOS linking Dmitri Shuralyov 2024-02-14 11:52:22 -05:00
  • b19164d5b4 doc/go1.23: document macOS requirements Dmitri Shuralyov 2024-02-14 11:25:03 -05:00
  • 1de46564a7 runtime: make netpoll events sources identifiable on Windows qmuntal 2024-02-08 08:46:24 +01:00
  • 69d6c7b8ee net: skip TestModeSocket on older Windows versions qmuntal 2024-02-12 11:04:24 +01:00
  • 0286a0822b runtime/cgo: mark fatalf as noreturn Mauri de Souza Meneguzzo 2023-12-15 02:02:41 +00:00
  • db99b9b17c internal/asan: add new package Mauri de Souza Meneguzzo 2024-02-07 22:51:00 +00:00
  • 1b541502c2 cmd/internal/obj/ppc64: rename and remove aliased optab classifiers Paul E. Murphy 2023-11-14 14:58:49 -06:00
  • 62cebb2e91 net/http: close connection if OnProxyConnectResponse returns an error Damien Neil 2024-02-02 16:19:37 -08:00
  • e17e5308fd net/http: refine trailing-slash redirect logic Jonathan Amsterdam 2024-02-09 10:18:38 -05:00
  • 2a59041420 internal/safefilepath: use bytealg to search for zero byte Ian Lance Taylor 2024-02-11 19:54:52 -08:00
  • 0336d5eb43 time: fix typo in ExampleParseDuration Rob Pike 2024-02-12 11:35:29 +11:00
  • 718dc025e7 fmt: clear width and precision when recovering formatting object from the pool Rob Pike 2024-01-17 11:19:53 +11:00
  • 36fb6160ae fmt: document how %#g handles infinities and NaNs Rob Pike 2024-01-21 17:20:02 +11:00
  • e45c262fe5 runtime/cgo: add note about default stack bounds Michael Pratt 2024-02-12 14:32:22 -05:00
  • 4619121d84 runtime: skip failing traceback test on Android Alan Donovan 2024-02-12 10:34:54 -05:00
  • 9cc0f9cba2 internal/xcoff: change zeroReaderAt to nobitsSectionReader for .bss with all 0s Jes Cok 2024-02-10 01:25:05 +00:00