0
1
mirror of https://github.com/golang/go synced 2025-05-07 03:41:34 +00:00

Commit Graph

  • c19e5887f4 [release-branch.go1.22] cmd/cgo/internal/testcarchive: remove 1-minute timeout Cherry Mui 2024-07-17 14:34:00 -04:00
  • b79314289b os: skip TestPipeThreads on aix Paul E. Murphy 2024-10-31 11:49:44 -05:00
  • d6df73ce40 net/http: clarify ServeMux path sanitization Sean Liao 2024-10-31 00:21:38 +00:00
  • f7a14ae0cd math/big: properly linkify a reference Adam 2024-10-31 07:12:15 +00:00
  • ac396b4b91 all: update golang.org/x/sys to v0.26.0 Xiaolin Zhao 2024-10-31 11:18:38 +08:00
  • 325ee1ce3d os: fix findOneDriveDir to expand REG_SZ registry values George Adams 2024-10-30 11:07:27 +00:00
  • 99d60c24e2 all: enable GOEXPERIMENT=swissmap by default Michael Pratt 2024-06-24 16:56:22 -04:00
  • 2bb820fd5b cmd/go: if GOPATH and GOROOT are the same, refer to wiki page Ian Lance Taylor 2024-10-30 15:21:33 -07:00
  • 5dbb0a5c6b internal/runtime/atomic: fix uintptr usage in arm And8/Or8 Mauri de Souza Meneguzzo 2024-10-31 10:48:14 +00:00
  • 6d39245514 cmd/internal/obj/arm64: make sure prologue and epilogue are pattern matched for small frames Hao Liu 2024-10-22 01:14:48 -07:00
  • 4efd519165 internal/poll: avoid overflow in sendfile limit, simplify Solaris Damien Neil 2024-10-29 11:46:25 -07:00
  • 0fd414c652 internal/poll: handle (0, EINVAL) return from sendfile on Solaris Damien Neil 2024-10-29 10:31:23 -07:00
  • 76a8409eb8 runtime: update and restore g0 stack bounds at cgocallback Cherry Mui 2024-07-22 16:23:43 -04:00
  • 555ef55460 cmd/internal/osinfo: stop importing golang.org/x/sys/unix Ian Lance Taylor 2024-10-29 17:46:40 -07:00
  • 060bd25310 internal/runtime/atomic: add Xchg8 for arm Mauri de Souza Meneguzzo 2024-10-28 23:10:31 +00:00
  • 1207de4f6c [release-branch.go1.23] runtime: reduce syscall.SyscallX stack usage qmuntal 2024-10-08 18:10:17 +02:00
  • a0d15cb9c8 [release-branch.go1.23] runtime: fix MutexProfile missing root frames Felix Geisendörfer 2024-09-07 13:44:09 +02:00
  • 958f3a0309 [release-branch.go1.23] internal/poll: handle the special case of sendfile(2) sending the full chunk Andy Pan 2024-10-24 13:10:54 +08:00
  • 6ba3a8a6ba [release-branch.go1.23] internal/poll: keep copying after successful Sendfile return on BSD Damien Neil 2024-10-23 16:01:08 -07:00
  • 5472853843 [release-branch.go1.23] cmd/link: generate Mach-O UUID when -B flag is specified Cherry Mui 2024-10-07 11:11:06 -04:00
  • e3fd4ba7f9 [release-branch.go1.22] cmd/link: generate Mach-O UUID when -B flag is specified Cherry Mui 2024-10-07 11:11:06 -04:00
  • cfe0ae0b70 [release-branch.go1.23] runtime: uphold goroutine profile invariants in coroswitch Michael Anthony Knyszek 2024-10-23 16:28:52 +00:00
  • 63ba2b9d84 cmd/compile,internal/runtime/maps: stack allocated maps and small alloc Michael Pratt 2024-10-25 15:08:54 -04:00
  • aefb173b0a internal/runtime/maps: store group across Iter.Next calls Michael Pratt 2024-10-18 16:31:28 -04:00
  • 7b3ac0ca5d internal/runtime/maps: avoid table lookup on most Iter.Next calls Michael Pratt 2024-10-18 16:17:12 -04:00
  • d51f92e737 internal/runtime/maps: optimize small map lookups with int keys Michael Pratt 2024-10-14 15:08:27 -04:00
  • 0b652e3ef6 internal/runtime/maps: use uintptr instead of uint32 for index in group Michael Pratt 2024-10-14 15:05:07 -04:00
  • d95b7980aa internal/runtime/maps: cleanup seed usage Michael Pratt 2024-09-23 14:46:09 -04:00
  • f782e16162 runtime,internal/runtime/maps: specialized swissmaps Michael Pratt 2024-09-19 16:06:40 -04:00
  • b5fec2cf54 cmd/compile,runtime: add indirect key/elem to swissmap Michael Pratt 2024-09-17 18:00:21 -04:00
  • 2220fd3636 runtime: add concurrent write checks to swissmap Michael Pratt 2024-09-17 16:30:04 -04:00
  • 3a6795554d internal/runtime/maps: enable race for map functions in internal/runtime/maps Michael Pratt 2024-09-17 15:42:26 -04:00
  • e25b913127 internal/race,runtime: linkname contents of internal/race Michael Pratt 2024-09-16 11:22:02 -04:00
  • 3b424cfa9d internal/runtime/maps: proper capacity hint handling Michael Pratt 2024-09-12 10:44:38 -04:00
  • 89d7f03172 cmd/internal/obj/riscv: update RISC-V instruction table Joel Sing 2024-10-24 00:56:07 +11:00
  • 67f1314855 runtime: skip TestMemmoveOverflow with asan Michael Anthony Knyszek 2024-10-29 21:13:41 +00:00
  • 0564fa6820 runtime: move mapaccess1 and mapassign to internal/runtime/maps Michael Pratt 2024-09-11 14:02:30 -04:00
  • 0c934b5645 runtime: skip most map benchmark combinations by default Michael Pratt 2024-10-29 15:32:09 -04:00
  • ed035af7b7 internal/runtime/maps: remove type fields Michael Pratt 2024-08-21 16:17:16 -04:00
  • cf96717209 internal/poll: use io.Seek* constants Tobias Klauser 2024-10-29 16:27:58 +01:00
  • 4b30a40d88 strings,bytes: use result of copy in subsequent slicing Keith Randall 2024-10-28 14:15:13 -07:00
  • 4dcbb00be2 cmd/compile: teach prove about min/max phi operations Keith Randall 2024-10-26 14:19:32 -07:00
  • f5526b56db runtime: skip TestNewOSProc0 with asan and msan Michael Anthony Knyszek 2024-10-29 14:57:06 +00:00
  • b813465c4f os: check for valid Windows path when creating files George Adams 2024-10-08 10:52:54 +01:00
  • fdfb3067a8 cmd/internal/obj/ppc64: support for extended mnemonics of BC Jayanth Krishnamurthy 2024-09-11 09:44:16 -05:00
  • b03b1acfb0 cmd/internal/obj/ppc64: add double-decimal arithmetic instructions Jayanth Krishnamurthy 2024-09-11 09:58:04 -05:00
  • f505d6c581 crypto/internal/fips: add self-test mechanism Filippo Valsorda 2024-10-18 18:54:45 +02:00
  • ff86b8b62f database/sql: allocate once when assigning a time.Time to a byte slice Charlie Vieth 2024-10-26 18:59:47 -04:00
  • 851ebc2dca cmd/internal/objfile,cmd/objdump: add disassembly support for riscv64 Joel Sing 2024-10-24 23:17:28 +11:00
  • aef81a7551 cmd/compile: add rules to optimize go codes to constant 0 on loong64 Xiaolin Zhao 2024-10-10 19:46:13 +08:00
  • 98b3be702b os, net, internal/poll: combine unix sendfile implementations Damien Neil 2024-10-25 11:47:53 -07:00
  • cd54b9bae9 internal/runtime/maps: shift optimizations Michael Pratt 2024-08-21 16:17:16 -04:00
  • 775837f51f internal/runtime/maps: avoid passing unused key return Michael Pratt 2024-08-21 16:17:16 -04:00
  • 579eb79f62 all: skip and fix various tests with -asan and -msan Michael Anthony Knyszek 2024-10-28 17:23:40 +00:00
  • 808da68c1c internal/runtime/maps: linear scan of small map Michael Pratt 2024-08-19 17:45:41 -04:00
  • 77e3d8cf13 internal/runtime/maps: small maps point directly to a group Michael Pratt 2024-08-14 11:21:28 -04:00
  • bb46b754be internal/runtime/maps: speed up modulo Michael Pratt 2024-08-12 16:38:58 -04:00
  • efa43c57b1 internal/runtime/maps: reuse deleted slots on insert Michael Pratt 2024-10-04 15:20:48 -04:00
  • 7de87ebd59 internal/runtime/maps: merge Iter.groupIdx and Iter.slotIdx Michael Pratt 2024-10-07 17:07:34 -04:00
  • 3387be0eb1 cmd: use internal/syscall/windows to get Windows version qmuntal 2024-10-28 14:24:10 +01:00
  • 201b9f6d6b cmd/go: clarify that -coverpkg uses import paths Matt T. Proud 2024-10-03 07:57:46 +00:00
  • b33fc480a2 crypto/internal/hpke: use internal/byteorder instead of encoding/binary qmuntal 2024-10-25 14:34:46 +02:00
  • d8f9c4c1ac os: don't check for developer mode in TestSymlinkCreation qmuntal 2024-10-24 17:41:43 +02:00
  • 9f8bf04057 crypto/aes: fix key size typo Eric Lagergren 2022-04-10 23:38:23 -07:00
  • e738f06a12 crypto/internal/fips: add SHA2,SHA3,HMAC ACVP tests Daniel McCarney 2024-09-25 15:58:32 -04:00
  • f0b51a2099 crypto/internal/fips: add service indicator mechanism Filippo Valsorda 2024-10-17 12:48:11 +02:00
  • ba1caa8b30 crypto/internal/fips/sha3: test alternative s390x implementation Filippo Valsorda 2024-10-02 21:25:31 +02:00
  • d75fb40e52 crypto/internal/fips/sha3: reduce s390x divergence Filippo Valsorda 2024-10-02 13:29:47 +02:00
  • 312e7e9f8a crypto/internal/fips/sha3: restructure as an internal package Filippo Valsorda 2024-10-02 11:37:38 +02:00
  • 7557a24927 crypto/internal/fips/sha3: import x/crypto/sha3@750a45fe5e4 Filippo Valsorda 2024-09-30 16:54:12 +02:00
  • 0138c1abef Revert "crypto/rand: add randcrash=0 GODEBUG" Filippo Valsorda 2024-10-23 20:21:50 +02:00
  • 7a256adbaf os: add File.Close for TestFileStatNUL changwang ma 2024-10-25 23:41:42 +08:00
  • c77ca70f44 cmd/link, go/internal/gccgoimporter: get ar from env by default in tests changwang ma 2024-10-24 23:02:46 +08:00
  • c5d424bfca internal/runtime/atomic: add arm native implementations of And8/Or8 Mauri de Souza Meneguzzo 2024-10-23 17:06:39 +00:00
  • bbdc65bb38 test: add a test for wasm memory usage Cherry Mui 2024-10-25 17:30:26 -04:00
  • 889abb17e1 cmd/compile: use a non-fragile test for "does f contain closure c?" David Chase 2024-10-25 14:04:22 -04:00
  • 6dc99aa7eb cmd/link: for asan align coverage counter section to 8 bytes Ian Lance Taylor 2024-10-24 21:50:29 -07:00
  • 46b576be72 net/http/pprof: replace sort.Slice with slices.SortFunc Ruslan Semagin 2024-10-25 11:24:04 +03:00
  • 4bf98186b5 runtime: fix mallocgc for asan Michael Anthony Knyszek 2024-10-25 18:38:57 +00:00
  • 58babf6e0b [release-branch.go1.23] runtime,time: use atomic.Int32 for isSending Michael Anthony Knyszek 2024-10-21 17:34:22 +00:00
  • 3320ce94b6 internal/poll: handle the special case of sendfile(2) sending the full chunk Andy Pan 2024-10-24 13:10:54 +08:00
  • 22664f33b7 runtime: reserve fewer memory for aligned reservation on sbrk systems Cherry Mui 2024-10-21 17:45:01 -04:00
  • 0addb2a4ea runtime: document that Caller and Frame.File always use forward slashes qmuntal 2024-08-06 11:02:35 +02:00
  • bb07aa644b cmd/compile: add shift optimization test Youlin Feng 2024-10-22 12:57:13 +08:00
  • dd4fee7ec6 net/http/pprof: fix typo in the symbol profile description Oleksandr Redko 2024-10-24 14:11:30 +03:00
  • b45c7f1661 cmd/internal/obj: add prologue_end DWARF stmt for riscv64 Lin Runze 2024-10-15 15:18:08 +08:00
  • e5e552b816 cmd/internal/obj/riscv: update references to RISC-V specification Joel Sing 2024-09-27 00:23:45 +10:00
  • 2ef8e41f95 net/smtp: ignore HELO error in QUIT Ian Lance Taylor 2024-10-24 17:20:42 -07:00
  • 4226fc597b doc: document new http.Transport limit on 1xx responses Damien Neil 2024-10-24 09:28:58 -07:00
  • 711552e98a cmd/compile: optimize type switch for a single runtime known type with a case var Youlin Feng 2024-10-08 12:49:30 +08:00
  • 15c5580160 cmd/link: don't pass --build-id if C linker doesn't support it Cherry Mui 2024-10-22 12:02:02 -04:00
  • c2b580a474 cmd/compile: spell "go.runtime" correctly for inline "cheap" test David Chase 2024-10-24 14:17:39 -04:00
  • 1846dd5a31 cmd/compile/internal/ssa: fix PPC64 shift codegen regression Paul E. Murphy 2024-10-24 09:08:47 -05:00
  • 2a98a1849f runtime: uphold goroutine profile invariants in coroswitch Michael Anthony Knyszek 2024-10-23 16:28:52 +00:00
  • fb2a7f8ce1 runtime: fix ASAN poison calculation in mallocgc Michael Anthony Knyszek 2024-10-24 14:11:39 +00:00
  • 06cb3fbe62 crypto/internal/cryptotest: skip hardware support check on non-Linux builders Filippo Valsorda 2024-10-24 11:18:40 +02:00
  • bf2aa6c233 net/http: limit 1xx based on size, do not limit when delivered Damien Neil 2024-09-23 11:43:19 -07:00
  • 76f3208367 runtime: support cgo index into pointer-to-array Ian Lance Taylor 2024-10-23 17:27:44 -07:00
  • 4646556ba4 cmd/internal/obj,cmd/asm: add vector registers to riscv64 assembler Joel Sing 2024-06-28 00:03:53 +10:00
  • 77c53c16e9 cmd/internal/obj/riscv: add vector instruction encodings Joel Sing 2024-06-16 23:01:27 +10:00