0
1
mirror of https://github.com/golang/go synced 2025-06-09 16:49:31 +00:00

Commit Graph

  • 5b17e2f927 crypto/subtle: optimize function xorBytes using SIMD on loong64 Xiaolin Zhao 2025-05-16 11:05:03 +08:00
  • a2eb643cbf cmd/dist, internal/platform: enable internal linking feature and test on loong64 limeidan 2023-10-09 17:32:03 +08:00
  • d37a1bdd48 cmd/compile: fix the implementation of NORconst on loong64 Xiaolin Zhao 2025-05-19 17:02:48 +08:00
  • 74304cda29 cmd/compile/internal/escape: improve order of work to speed up analyzing many locations thepudds 2025-03-12 17:29:25 -04:00
  • a070533633 reflect: turn off allocation test if instrumentation is on khr@golang.org 2025-05-20 15:59:02 -07:00
  • 4cdca1342b runtime: disable stack allocation test when instrumentation is on khr@golang.org 2025-05-20 15:56:29 -07:00
  • fccac5fe98 crypto/ecdsa,crypto/ed25519: cache FIPS private keys Filippo Valsorda 2025-01-08 11:16:48 +01:00
  • 0afcf9192c runtime: record synctest bubble ownership in hchan Damien Neil 2025-05-20 11:16:23 -07:00
  • 68bc0d84e9 encoding/json: avoid supurious synctest deadlock detection Damien Neil 2025-05-15 11:03:15 -07:00
  • 49a660e22c testing/synctest: add Test Damien Neil 2025-05-12 11:15:08 -07:00
  • 609197b406 cmd/doc: use golang.org/x/pkgsite/cmd/internal/doc to start server Michael Matloob 2025-05-19 15:31:37 -04:00
  • 546761aff4 cmd/doc: use go list to determine import path if it's missing Michael Matloob 2025-05-19 15:31:37 -04:00
  • 1972493904 cmd/doc: show page for the requested object Michael Matloob 2025-05-19 15:31:37 -04:00
  • 113b25774e cmd/compile: memcombine different size stores Junyang Shao 2025-03-31 17:50:10 +00:00
  • fa42585dad internal/pkgbits: rename RelocEnt to RefTableEntry Mark Freeman 2025-05-19 16:06:42 -04:00
  • 96d2211c61 cmd/compile/internal/noder: mark Ref[T] as a primitive Mark Freeman 2025-05-19 15:51:03 -04:00
  • 2541a68a70 reflect: add TypeAssert[T] Mateusz Poliwczak 2025-05-20 15:39:22 +00:00
  • d596bc0e81 runtime: disallow closing bubbled chans from outside bubble Damien Neil 2025-05-09 16:18:49 -07:00
  • b7382cc1f0 runtime: print blocking status of bubbled goroutines in stacks Damien Neil 2025-05-09 11:07:14 -07:00
  • e27a6e9e53 doc: add release notes for cleanups and the unique package Michael Anthony Knyszek 2025-05-09 19:45:25 +00:00
  • 5b0b4c01ba runtime: add package doc for checkfinalizer mode Michael Anthony Knyszek 2025-04-02 01:46:45 +00:00
  • 0d42cebacd runtime: report finalizer and cleanup queue length with checkfinalizer>0 Michael Anthony Knyszek 2025-05-09 19:33:22 +00:00
  • 2aac5a5cba runtime: skip testprogcgo tests in race mode on freebsd Michael Pratt 2025-05-19 17:28:45 -04:00
  • ca3b474702 unique: add alloc test for Make Jake Bailey 2025-05-14 22:36:57 -07:00
  • eec8dd0836 runtime: add scan trace for checkfinalizers>1 Michael Anthony Knyszek 2025-04-02 01:37:30 +00:00
  • 89af77deef internal/filepathlite: fix comment MaineK00n 2025-05-14 21:44:19 +00:00
  • c58f58b9f8 runtime: mark and identify tiny blocks in checkfinalizers mode Michael Anthony Knyszek 2025-05-09 18:53:06 +00:00
  • 913c069819 runtime: annotate checkfinalizers reports with source and type info Michael Anthony Knyszek 2025-04-01 19:38:39 +00:00
  • dfebef1c04 cmd/compile: fold negation into addition/subtraction on arm64 Julian Zhu 2025-05-17 14:30:07 +08:00
  • be0cc937ec net: avoid using Windows' TransmitFile on non-server machines Shibi J M 2025-05-20 03:59:15 +00:00
  • 0c7311e9ca cmd/go: do not try to load 'all' packages with invalid import paths Michael Matloob 2025-05-16 16:40:55 -04:00
  • 3e82316a43 cmd/compile: don't instrument counter globals in internal/fuzz Mateusz Poliwczak 2025-05-16 21:07:46 +02:00
  • 123141166b cmd/compile: add generic simplifications on riscv64 Julian Zhu 2025-05-17 21:45:50 +08:00
  • 3df078fc74 runtime: add new GODEBUG checkfinalizer Michael Anthony Knyszek 2024-12-09 19:07:40 +00:00
  • 2a65100e68 cmd/internal/testdir: filter out errors outside input file set Jake Bailey 2025-05-13 22:01:43 -07:00
  • ff9da9bcd5 cmd/dist: pass GO_GCFLAGS to cpuN runtime tests khr@golang.org 2025-05-20 08:42:24 -07:00
  • 326e5e1b7a cmd/compile/internal/escape: additional constant and zero value tests and logging thepudds 2025-02-12 18:39:08 -05:00
  • 1635aed941 hash/maphash: hash channels in purego version of maphash.Comparable Vladislav Yarmak 2025-05-10 17:58:48 +00:00
  • b69f50faef net/http: upon http redirect, copy Request.GetBody in new request Marc-Antoine Ruel 2025-04-18 13:48:04 -04:00
  • df9888ea4e runtime: prevent unnecessary zeroing of large objects with pointers Michael Anthony Knyszek 2025-03-21 16:26:15 +00:00
  • 24ea1aa25c runtime: only update freeIndexForScan outside of the mark phase Michael Anthony Knyszek 2025-05-13 20:09:57 +00:00
  • 693d8d920c cmd/go: extend the ignore directive for indexed modules Sam Thanawalla 2025-05-19 16:49:57 +00:00
  • 7b91ec07eb cmd/go: add 2 scripts test for git sha256 fetching David Finkel 2025-05-13 20:54:15 -04:00
  • 312ceba318 cmd/go/internal/modload: remove likely vestigial ability to infer module path from Godeps.json and vendor.json thepudds 2025-04-09 17:43:14 -04:00
  • 4f1146e661 testing: use a pattern to match the elapsed time in TestTRun Mateusz Poliwczak 2025-05-20 09:46:53 +02:00
  • c8bf388bad cmd/compile: align stack-allocated backing stores higher than required Keith Randall 2025-04-16 22:48:06 -07:00
  • 524946d247 cmd/compile: don't preload registers if destination already scheduled khr@golang.org 2025-05-13 17:53:45 -07:00
  • ce88e341b9 cmd/compile: allocate backing store for append on the stack Keith Randall 2025-04-09 14:38:03 -07:00
  • 3baf53aec6 cmd/compile: derive bounds on signed %N for N a power of 2 Keith Randall 2025-04-24 18:37:49 -07:00
  • 498899e205 math: fix portable FMA implementation when x*y ~ 0, x*y < 0 and z = 0 ICHINOSE Shogo 2025-05-18 17:28:09 +00:00
  • 2cde950049 runtime: disable TestSegv in race mode Michael Pratt 2025-05-19 16:20:47 -04:00
  • fd6afa352d cmd/compile/internal/noder: mark Sync as a primitive Mark Freeman 2025-05-19 15:45:41 -04:00
  • db956262ac runtime: rename ncpu to numCPUStartup Michael Pratt 2025-05-13 13:12:47 -04:00
  • 76e7bfbb4e runtime: move atoi to internal/runtime/strconv Michael Pratt 2025-05-14 15:53:58 -04:00
  • d93bea0e59 cmd/compile/internal/noder: document SectionPkg Mark Freeman 2025-05-19 13:16:15 -04:00
  • 2a29cddec3 internal/runtime/syscall: add basic file system calls Michael Pratt 2025-05-05 15:51:05 -04:00
  • 195e64232d cmd/compile/internal/noder: format grammar Mark Freeman 2025-05-16 10:58:45 -04:00
  • 2ab210bc74 cmd/compile/internal/noder: document the PosBase section Mark Freeman 2025-05-16 10:42:06 -04:00
  • 177d5eb630 net/http: clarify ServeMux.Handler behavior Jonathan Amsterdam 2025-05-19 09:20:04 -04:00
  • 3602cec3af net/http: fix ServeMux.Handler on trailing-slash redirect Jonathan Amsterdam 2025-05-17 19:36:06 -04:00
  • d52679006c cmd/compile: fold negation into addition/subtraction on mipsx Julian Zhu 2025-05-17 00:27:37 +08:00
  • 972639fc4c go/token: add FileSet.AddExistingFiles Alan Donovan 2025-05-14 15:22:36 -04:00
  • 11c86ddcb8 runtime: check for gsignal in asancall/msancall/racecall Michael Pratt 2025-01-22 14:13:33 -05:00
  • bc5aa2f7d3 go/types, types2: improve error message for init without body Mark Freeman 2025-04-04 10:44:38 -07:00
  • 2c929d6f4c runtime: pass through -asan/-msan/-race to testprog tests Michael Pratt 2025-01-22 17:18:19 -05:00
  • 5afada035c go/ast: add PreorderStack, a variant of Inspect that builds a stack Alan Donovan 2025-05-14 16:15:40 -04:00
  • a74ae95282 strings,bytes: add internal docs about perennial noCopy questions Alan Donovan 2025-05-19 13:05:24 -04:00
  • bd29985212 cmd/distpack: use positive list of tools to keep Michael Matloob 2025-05-16 19:53:21 -04:00
  • 198c3cb785 std: pass bytes.Buffer and strings.Builder by pointer Alan Donovan 2024-12-11 15:42:06 -05:00
  • da9c5b142c cmd/compile: add prefetch intrinsic support on loong64 Guoqi Chen 2025-05-12 11:01:44 +08:00
  • f212b6499a cmd/link/internal: add support for internal linking on loong64 limeidan 2023-10-09 17:31:14 +08:00
  • 42f9ee904c text/template: limit expression parenthesis nesting Ville Vesilehto 2025-05-14 18:16:54 +00:00
  • 6425749695 cmd/distpack: remove more tools from packaged distribution Michael Matloob 2025-05-15 15:30:57 -04:00
  • 8798f9e7a4 cmd/distpack: remove some tools from packaged distribution Michael Matloob 2025-02-06 16:11:50 -05:00
  • 8097cf14d2 cmd/compile: fold negation into addition/subtraction on mips64x Julian Zhu 2025-05-17 00:14:31 +08:00
  • 07a279794d cmd/go/internal/modget: check in workspace mode if go.work present Michael Matloob 2025-04-30 22:17:21 -04:00
  • e6cd9c083e sync: set GOMAXPROCS to 1 in TestPoolGC Michael Anthony Knyszek 2025-05-16 04:42:38 +00:00
  • 2b3794e3e8 cmd/go/internal/work: update minimum supported s390x version on go Srinivas Pokala 2025-04-21 09:42:45 +02:00
  • f529d56508 cmd/go: add global ignore mechanism Sam Thanawalla 2025-01-08 18:30:50 +00:00
  • b450b5409d runtime: prevent cleanup goroutines from missing work Michael Anthony Knyszek 2025-05-10 18:53:14 +00:00
  • 045b5c1bfb cmd/internal/obj/loong64: change the plan9 format of the prefetch instruction PRELDX Guoqi Chen 2025-05-15 15:21:06 +08:00
  • 4b5a64f467 os: set FILE_FLAG_BACKUP_SEMANTICS when opening without I/O access qmuntal 2025-05-15 08:05:52 +02:00
  • 7b4a3d93d7 crypto/tls: fix bogo IgnoreClientVersionOrder skip reason Daniel McCarney 2025-05-09 10:29:47 -04:00
  • d681270714 cmd/compile: allow load-op merging in additional situations Keith Randall 2025-05-14 16:00:25 -07:00
  • a88f093aaa strings,bytes: make benchmark work deterministic Keith Randall 2025-05-14 12:46:28 -07:00
  • 19f05770b0 cmd/compile: schedule induction variable increments late Keith Randall 2025-05-14 15:57:58 -07:00
  • 11fa0de475 cmd/compile: use OpMove instead of memmove more on arm64 Keith Randall 2025-04-24 14:34:10 -07:00
  • fc641e7fae cmd/compile: create LSym for closures with type conversion Yongyue Sun 2025-05-15 13:53:23 +00:00
  • 6df855ebac testing: fix panic in t.Log Jonathan Amsterdam 2025-05-15 11:16:34 -04:00
  • fac2ccbed3 doc: add a release note for greenteagc GOEXPERIMENT Michael Anthony Knyszek 2025-05-09 19:54:01 +00:00
  • 01e0e8b6b3 runtime/pprof: include PCs for deduplication in TestMutexBlockFullAggregation Nick Ripley 2025-05-15 07:01:14 -04:00
  • b338f6bfa6 cmd/link: fix outdated output mmap check Zxilly 2025-05-15 10:50:40 +00:00
  • 8105ea53c3 net: avoid windows hang in TestCloseWrite qmuntal 2025-05-13 14:28:01 +02:00
  • bb0c14b895 os: don't fallback to the Stat slow path if file doesn't exist on Windows qmuntal 2025-05-13 17:26:06 +02:00
  • 3be537e663 net: use closesocket when closing socket os.File's on Windows qmuntal 2025-05-13 13:31:22 +02:00
  • a197a471b9 sync: use blockUntilCleanupQueueEmpty instead of busy-looping in tests Michael Anthony Knyszek 2025-05-10 16:14:25 +00:00
  • 3ea94ae446 runtime: help the race detector detect possible concurrent cleanups Michael Anthony Knyszek 2025-02-25 22:50:10 +00:00
  • b30fa1bcc4 runtime: improve scan inner loop Keith Randall 2025-04-24 11:10:05 -07:00
  • c31a5c571f cmd/compile: fold negation into addition/subtraction on loong64 Xiaolin Zhao 2025-05-14 14:35:41 +08:00
  • de86d02c32 crypto/internal/fips140/subtle: add assembly implementation of xorBytes for arm Julian Zhu 2025-04-25 21:03:53 +08:00