Commit Graph

  • 5715d73559 all: use strings.ReplaceAll where applicable Marcel Meyer 2025-04-14 15:34:30 +00:00
  • 2cb9e7f68f crypto/cipher: use AEAD.NonceSize to make nonce in the example najeira 2021-09-14 04:47:41 +00:00
  • 5413abc440 net/http: set Request.TLS when net.Conn implements ConnectionState Weidi Deng 2022-11-02 01:19:16 +00:00
  • 786e62bcd3 runtime: don't use cgo_unsafe_args for syscall9 wrapper Keith Randall 2025-04-15 09:19:36 -07:00
  • 9d7de04838 runtime: fix 9-arg syscall on darwin/amd64 Keith Randall 2025-04-14 09:52:31 -07:00
  • 2c9689ab0e cmd/compile/internal/escape: add hash for bisecting stack allocation of variable-sized makeslice thepudds 2025-04-08 07:35:11 -04:00
  • 30aca0674e strings: duplicate alignment test from bytes package Constantin Konstantinidis 2025-04-13 16:21:52 +02:00
  • f4803ddc2c math/big: fix loong64 assembly for vet Keith Randall 2025-04-15 09:36:06 -07:00
  • 2869d55366 net/http: test intended behavior in TestClientInsecureTransport Damien Neil 2025-03-06 17:33:27 -08:00
  • 64371adcf4 cmd/go/internal/imports: remove test dependency on json internals Damien Neil 2025-04-15 11:17:03 -07:00
  • fcd73b0ac3 cmd/compile/internal/importer: correct a matching error Lin Lin 2025-03-27 04:21:01 +00:00
  • 79b809afb3 os: handle trailing slashes in os.RemoveDir on Windows Damien Neil 2025-04-10 13:58:17 -07:00
  • 396a48bea6 math/big: optimize subVV function for loong64 Huang Qiqi 2024-06-11 19:06:29 +08:00
  • 72fa8adbdc math/big: optimize mulAddVWW function for loong64 Huang Qiqi 2024-06-19 06:31:00 +00:00
  • 24daaeea09 math/big: optimize subVW function for loong64 Huang Qiqi 2024-06-11 20:33:50 +08:00
  • 2fe0330cd7 math/big: optimize addVW function for loong64 Huang Qiqi 2024-06-11 16:09:10 +08:00
  • b8ed752d6f internal/chacha8rand: implement func block in assembly Xiaolin Zhao 2025-04-09 10:10:16 +08:00
  • 005d7f29d1 cmd/internal/obj/loong64: add support for {V,XV}SET{EQ,NE}Z.V series instructions limeidan 2025-04-10 09:59:21 +08:00
  • 57508059e8 encoding/json: correct method comment to reflect actual argument Alex S 2025-04-14 13:37:21 +00:00
  • e0dba45c62 runtime: size field for gQueue and gList Dmitrii Martynov 2025-04-07 17:08:19 +03:00
  • ba7b8ca336 iter: reduce memory footprint of iter.Pull functions Achille Roussel 2023-12-21 16:54:24 -08:00
  • adf21a9b56 internal/cpu: add a detection for Neoverse(N3, V3, V3ae) cores fanzha02 2025-04-07 10:12:06 +00:00
  • e278a789b6 path: add Join benchmark Keith Randall 2025-04-11 16:35:13 -07:00
  • 80bff42fdd errors: optimize errors.Join for single unwrappable errors dmathieu 2024-12-11 09:55:27 +00:00
  • 0c0d257241 internal/poll: disable SIO_UDP_NETRESET on Windows James Tucker 2025-04-11 21:41:00 +00:00
  • f414dfe4f5 os,internal/poll: support I/O on overlapped files not added to the poller qmuntal 2025-04-10 16:03:46 +02:00
  • 13b7c7d8d2 runtime: optimize the function memmove using SIMD on loong64 Guoqi Chen 2025-03-19 16:17:56 +08:00
  • 47ab9cbd82 cmd: fix DWARF gen bug with packages that use assembly Than McIntosh 2025-04-05 18:59:59 -04:00
  • 21acfdc4ef cmd/compile: turn off variable-sized make() stack allocation with -N Keith Randall 2025-04-10 12:46:52 -07:00
  • 03640f688b all: use built-in min, max functions Marcel Meyer 2025-04-11 22:19:49 +00:00
  • 56fad21c22 cmd/compile/internal/ssa: small cleanups Marcel Meyer 2025-04-11 20:14:04 +00:00
  • f967078712 os: fix TestRootChtimes on illumos Tobias Klauser 2025-04-11 14:11:37 +02:00
  • 3968a5bca4 runtime: handle m0 padding better Russ Cox 2025-03-04 10:31:02 -05:00
  • c77ada1b78 cmd/compile/internal/ssa: simplify with built-in min, max functions Marcel Meyer 2025-04-10 21:52:25 +00:00
  • bbf4d57c22 cmd/compile/internal/ssa: use built-in min, max function Marcel Meyer 2025-04-10 21:52:15 +00:00
  • c3a0859720 runtime: use built-in min function Marcel Meyer 2025-04-10 15:31:03 +00:00
  • 5c2c1cde9c time: remove redundant int conversion in tzruleTime 1911860538 2025-04-06 09:15:51 +00:00
  • 432fd9c60f math/big: remove copy responsibility from, rename shlVU, shrVU Russ Cox 2025-04-05 14:36:32 -04:00
  • 4dffdd797b math/big: replace addMulVVW with addMulVVWW Russ Cox 2025-04-05 14:29:00 -04:00
  • 037112464b cmd/compile/internal/ssa: use built-in min function Marcel Meyer 2025-04-10 21:52:32 +00:00
  • 9d915d6870 cmd/compile/internal/ssa: remove unused round function Marcel Meyer 2025-04-10 21:52:43 +00:00
  • 835e36fc7f cmd/go: add subdirectory support to go-import meta tag Sam Thanawalla 2024-10-29 14:22:11 +00:00
  • 2c35900fe4 net: deduplicate sendfile files qmuntal 2025-04-09 12:07:03 +02:00
  • 96537d5044 [release-branch.go1.23] cmd/link: choose one with larger size for duplicated BSS symbols Cherry Mui 2025-03-25 16:55:54 -04:00
  • a9d9b55709 [release-branch.go1.24] cmd/link: choose one with larger size for duplicated BSS symbols Cherry Mui 2025-03-25 16:55:54 -04:00
  • 9aad012a6e net: reenable sendfile on Windows qmuntal 2025-04-09 11:15:38 +02:00
  • d60a684c87 cmd/internal/obj/wasm: use i64 for large return addr Zxilly 2025-04-09 12:17:21 +00:00
  • 7a82b6a9e1 net/http: initialize Value with File length in cloneMultipartForm 1911860538 2025-04-09 22:28:56 +00:00
  • a42e337ede runtime: explicitly exclude a potential deadlock in the scheduler Dmitrii Martynov 2025-04-02 13:58:18 +03:00
  • 8898450841 cmd/go: only print GOCACHE value in env -changed if it's not the default qiulaidongfeng 2024-10-23 22:45:58 +08:00
  • 4820816b0d cmd/go/internal/modcmd: remove documentation for auto-converting legacy formats thepudds 2025-04-03 12:01:16 -04:00
  • cfb78d63bd net/http: reduce memory usage when hijacking Jakob Ackermann 2025-03-03 22:16:38 +00:00
  • cac276f81a internal/poll: fix race in Close qmuntal 2025-04-08 15:31:02 +02:00
  • 7007dfcd0c os: clean-up NewFile tests qmuntal 2025-04-08 12:12:37 +02:00
  • 09d76e59d2 cmd/compile: set unalignedOK to make memcombine work properly on loong64 limeidan 2025-03-25 15:02:03 +08:00
  • ecc06f0db7 cmd/compile: fix the test for ABI specification so it works right w/ generics David Chase 2025-04-08 11:38:01 +10:00
  • 0909bcd9e4 syscall: remove unused windows function Keith Randall 2025-04-08 15:16:50 -07:00
  • 53badd4836 net/http: push roundTrip panic higher in the stack Neal Patel 2025-04-01 17:04:29 -04:00
  • ec4a9fb321 context: don't return a nil Cause for a canceled custom context Damien Neil 2025-04-08 13:39:08 -07:00
  • 3acd440219 time: add examples for AppendBinary and AppendText cuishuang 2025-04-01 11:46:17 +08:00
  • 8433412b74 go/types: document that Defs[id] may be missing in ill-typed code Alan Donovan 2025-04-08 14:12:00 -04:00
  • 559b5d814f go/types, types2: fix failing error message test for s390x Mark Freeman 2025-04-07 17:28:47 -04:00
  • 3a4f077710 syscall: fix dangling pointers in Windows' process attributes qmuntal 2025-04-08 11:19:57 +02:00
  • 58b6891108 go/ast: don't MergeLine in SortImports when last import on the same line as RParen Mateusz Poliwczak 2025-04-08 06:43:33 +00:00
  • 38a2a3c7ce runtime: use internal/byteorder apocelipes 2025-04-08 10:00:13 +00:00
  • 14b15a2bea internal/runtime/maps: pass proper func PC to race.WritePC/race.ReadPC Mateusz Poliwczak 2025-04-05 19:29:49 +02:00
  • af278bfb1f cmd/compile: add additional flag constant folding rules Keith Randall 2025-04-07 10:33:31 -07:00
  • 92309ff771 doc/next: fix link Brad Fitzpatrick 2025-04-02 16:12:37 -07:00
  • 8054d2da5b strconv: use switch for '+'/'-' prefix handling zhi.wang 2025-04-06 13:08:57 +00:00
  • b2819d13db net/http: add link to types abemotion 2025-04-04 18:40:06 -07:00
  • ffe47d9789 go/ast: move sortimports test directly to go/ast Mateusz Poliwczak 2025-04-07 20:38:54 +02:00
  • 465097b2b5 all: use built-in max/min to simplify the code cuishuang 2025-03-31 18:10:43 +08:00
  • d584d2b3dd cmd/go: fix version stamping for v2 modules and subdirectories Sam Thanawalla 2025-03-31 19:06:43 +00:00
  • a08d2db6d1 doc/go1.25: document macOS requirements Carlos Amedee 2025-04-07 11:45:45 -04:00
  • adb29670fc runtime: protect plan9 time_now function with !faketime build tag Richard Miller 2025-04-04 20:48:18 +01:00
  • 20a924fe87 log/slog: make examples playable Xin Hao 2025-04-06 16:29:46 +00:00
  • 3046b49991 crypto/tls: add offered cipher suites to the handshake error Nicola Murino 2024-11-24 15:28:34 +01:00
  • a6e7445457 cmd/go/internal/load: join incompatible and dirty build specifiers with . Dimitri John Ledkov 2022-07-19 11:07:00 -04:00
  • e8adc39332 cmd/go: fix GOAUTH parsing for trailing slash Sam Thanawalla 2025-04-02 20:30:37 +00:00
  • 16dbd2be39 cmd/compile: be more conservative about arm64 insns that can take zero register Keith Randall 2025-04-05 08:34:12 -07:00
  • 6fd9ee3da9 all: use slices.Equal to simplify code cuishuang 2025-03-31 18:46:54 +08:00
  • 1647896aa2 cmd/compile: on 32-bit, bump up align for values that may contain 64-bit fields Keith Randall 2025-04-04 13:05:23 -07:00
  • e373771490 cmd/compile: use zero register instead of specialized *zero instructions khr@golang.org 2024-11-24 15:29:56 -08:00
  • 2d050e91a3 cmd/compile: allow pointer-containing elements in stack allocations Keith Randall 2025-03-14 17:52:33 -07:00
  • 7e60bdd7aa os: support overlapped IO with NewFile qmuntal 2025-04-02 12:47:32 +02:00
  • 5fc596ebe7 cmd/compile: aggregate scalar allocations for heap escapes Keith Randall 2025-02-11 18:58:13 -08:00
  • 6839e71d82 internal/syscall/windows: use unsafe.Pointer instead of uintptr qmuntal 2025-04-04 12:16:09 +02:00
  • 7a427143b6 cmd/compile: stack allocate variable-sized makeslice Keith Randall 2025-02-28 17:01:36 -08:00
  • 16a6b71f18 cmd/compile: improve store-to-load forwarding with compatible types Alexander Musman 2025-04-01 18:43:38 +03:00
  • 822031dffc sync: add WaitGroup.Go qiulaidongfeng 2025-04-03 23:10:16 +08:00
  • d164776615 internal/poll: simplify execIO qmuntal 2025-04-02 10:43:47 +02:00
  • 8969771cc3 runtime: add thread exit plus vgetrandom stress test Michael Pratt 2025-04-03 15:16:36 +00:00
  • 5eaeb7b455 go/types, types2: better error messages for invalid qualified identifiers Mark Freeman 2025-04-03 14:26:55 -07:00
  • ab2926291b testing: clarify how B.Loop avoids optimizing away all the useful work thepudds 2025-04-02 17:23:24 -04:00
  • ce94e916fe internal/syscall/windows: define NtQueryInformationFile buffer as unsafe.Pointer qmuntal 2025-04-03 14:55:21 +02:00
  • 9302a57134 cmd/link/internal/ld: introduce -funcalign=N option Aleksey Markin 2025-03-26 18:47:15 +03:00
  • fa7217f74d [release-branch.go1.24] os: avoid panic in Root when symlink references the root Damien Neil 2025-03-27 16:22:38 -07:00
  • 5b36f61356 internal/bytealg: optimize Index/IndexString/IndexByte/IndexByteString on arm64 Vasily Leonenko 2025-04-02 21:31:41 +03:00
  • f2e9076764 internal/bytealg: optimize Count/CountString on arm64 Vasily Leonenko 2025-03-31 23:25:00 +03:00
  • 9326d9d012 make.bat: fix GOROOT_BOOTSTRAP detection 0x2b3bfa0 2025-02-28 10:05:52 +01:00