0
1
mirror of https://github.com/golang/go synced 2025-08-07 01:11:44 +00:00

Commit Graph

  • 6c50c8b892 [dev.simd] cmd/compile: move simd helpers into compiler, out of generated code David Chase 2025-06-13 16:10:22 -04:00
  • 7392dfd43e [dev.simd] cmd/compile: generated simd*ops files weren't up to date David Chase 2025-06-13 16:12:16 -04:00
  • 00a8dacbe4 [dev.simd] cmd/compile: remove unused simd intrinsics "helpers" David Chase 2025-06-13 15:55:58 -04:00
  • b9a548775f cmd/compile: add up-to-date test for generated files David Chase 2025-06-10 14:15:46 -04:00
  • ca01eab9c7 [dev.simd] cmd/compile: add fused mul add sub ops Junyang Shao 2025-06-12 16:45:00 +00:00
  • ded6e0ac71 [dev.simd] cmd/compile: add more dot products Junyang Shao 2025-06-12 16:43:10 +00:00
  • 3df41c856e [dev.simd] simd: update documentations Junyang Shao 2025-06-12 16:42:02 +00:00
  • 9ba7db36b5 [dev.simd] cmd/compile: add dot product ops Junyang Shao 2025-06-12 16:24:24 +00:00
  • 34a9cdef87 [dev.simd] cmd/compile: add round simd ops Junyang Shao 2025-06-12 16:21:35 +00:00
  • 96a6e147b2 runtime: comment that some linknames are used by runtime/trace Cherry Mui 2025-06-13 11:45:23 -04:00
  • 644905891f runtime: remove unused unique.runtime_blockUntilEmptyFinalizerQueue Cherry Mui 2025-06-13 11:39:00 -04:00
  • 683810a368 cmd/link: block new standard library linknames Cherry Mui 2025-06-13 11:31:06 -04:00
  • 5289e0f24e [dev.simd] cmd/compile: updates simd ordering and docs Junyang Shao 2025-06-12 03:54:34 +00:00
  • c81cb05e3e [dev.simd] cmd/compile: add simdGen prog writer Junyang Shao 2025-06-11 17:32:00 +00:00
  • 9b9af3d638 [dev.simd] internal/cpu: add AVX-512-CD and DQ, and derived "basic AVX-512" Austin Clements 2025-06-12 15:24:22 -04:00
  • dfa6c74263 [dev.simd] runtime: eliminate global state in mkpreempt.go Austin Clements 2025-06-12 18:37:01 -04:00
  • 9149876112 all: replace a few user-visible mentions of golang.org and godoc.org Alberto Donizetti 2025-06-12 10:19:28 +02:00
  • 934d5f2cf7 internal/trace: end test programs with SIGQUIT Michael Anthony Knyszek 2025-06-11 21:20:05 +00:00
  • 5a08865de3 net: remove some BUG entries Cherry Mui 2025-06-09 16:59:00 -04:00
  • 7d08a16fba [release-branch.go1.24] cmd/compile/internal/ssa: fix PPC64 merging of (AND (S[RL]Dconst ...) Paul Murphy 2025-06-04 08:51:11 -05:00
  • 3eedbde237 [release-branch.go1.23] cmd/compile: do nil check before calling duff functions, on arm64 and amd64 Keith Randall 2025-05-28 17:09:05 -07:00
  • 5f2cbe1f64 [release-branch.go1.24] cmd/compile: do nil check before calling duff functions, on arm64 and amd64 Keith Randall 2025-05-28 17:09:05 -07:00
  • d166a0b03e encoding/json/jsontext, encoding/json/v2: document experimental nature Damien Neil 2025-06-10 13:55:09 -07:00
  • 8ac5714ef2 [release-branch.go1.25] go1.25rc1 go1.25rc1 Gopher Robot 2025-06-11 11:52:14 -07:00
  • d4c6effaa7 cmd/compile: add up-to-date test for generated files David Chase 2025-06-10 14:15:46 -04:00
  • 9546293d22 [release-branch.go1.25] all: merge master (7fa2c73) into release-branch.go1.25 Cherry Mui 2025-06-11 09:16:16 -04:00
  • 7fa2c736b3 os: disallow Root.Remove(".") on Plan 9, js, and Windows Damien Neil 2025-06-05 14:27:45 -07:00
  • 281cfcfc1b runtime: handle system goroutines later in goroutine profiling Michael Anthony Knyszek 2025-06-10 16:42:59 +00:00
  • 4f86f22671 testing/synctest, runtime: avoid panic when using linker-alloc WG from bubble Damien Neil 2025-06-05 13:47:06 -07:00
  • b2e8ddba3c [dev.simd] all: merge master (773701a) into dev.simd Cherry Mui 2025-06-10 14:57:15 -04:00
  • 773701a853 internal/trace: pass GOTRACEBACK=crash to testprogs Michael Anthony Knyszek 2025-06-09 22:54:54 +00:00
  • fb0c27c514 os: do not follow dangling symlinks in Root when O_CREATE|O_EXCL on AIX Damien Neil 2025-05-30 14:05:10 -07:00
  • 1cafdfb63b net/http: make the zero value of CrossOriginProtection work Austin Clements 2025-06-10 12:26:03 -04:00
  • a35701b352 cmd/dist: only install necessary tools when doing local test Michael Matloob 2025-06-10 11:12:10 -04:00
  • a189516d3a runtime: don't do a direct G handoff in semrelease on systemstack Michael Anthony Knyszek 2025-06-09 21:45:33 +00:00
  • f18d046568 all.{bash,rc}: use "../bin/go tool dist" instead of "%GOTOOLDIR%/dist" print build info Guoqi Chen 2025-06-09 17:04:55 +08:00
  • ee7bfbdbcc cmd/compile/internal/ssa: fix PPC64 merging of (AND (S[RL]Dconst ...) Paul Murphy 2025-06-04 08:51:11 -05:00
  • 884f646966 [dev.simd] cmd/compile: add fp3m1fp1 shape to regalloc Junyang Shao 2025-06-09 20:05:57 +00:00
  • 6bc3505773 [dev.simd] cmd/compile: add fp3fp1 regsiter shape Junyang Shao 2025-06-09 16:57:38 +00:00
  • 985d600f3a runtime: use small struct TestSynctest to ensure cleanups run Damien Neil 2025-06-06 12:59:04 -07:00
  • 848a768ba7 runtime: clarify stack traces for bubbled goroutines Damien Neil 2025-06-05 14:21:47 -07:00
  • 049a5e6036 runtime: return a different bubble deadlock error when main goroutine is done Damien Neil 2025-06-05 13:55:35 -07:00
  • ac1686752b cmd/internal/doc: increase version of pkgsite doc command that's run Michael Matloob 2025-06-09 11:10:53 -04:00
  • 4b3a0b9785 [release-branch.go1.25] all: merge master (da0e8c4) into release-branch.go1.25 Cherry Mui 2025-06-09 12:41:15 -04:00
  • da0e8c4517 cmd/compile: relax reshaping condition Cuong Manh Le 2025-06-03 21:35:20 +07:00
  • 7800f4f0ad log/slog: fix level doc on handlers Jonathan Amsterdam 2025-06-08 08:49:25 -04:00
  • d184f8dc02 runtime: check for gsignal in racecall on loong64 Guoqi Chen 2025-06-05 19:23:55 +08:00
  • 0ccfbc834a os/signal: doc link to syscall.EPIPE Olivier Mengué 2025-04-24 16:46:44 +02:00
  • 5abb1d84f8 [release-branch.go1.25] update codereview.cfg for release-branch.go1.25 Carlos Amedee 2025-06-06 15:09:25 -04:00
  • 78eadf5b3d all: update vendored dependencies [generated] Carlos Amedee 2025-06-04 15:35:31 -04:00
  • 2eaa5a0703 [dev.simd] simd: add functions+methods to load-from/store-to slices David Chase 2025-06-05 15:09:19 -04:00
  • 4d1c255f15 net/http: strip sensitive proxy headers from redirect requests Neal Patel 2025-05-21 14:11:44 -04:00
  • 6796ebb2cb [release-branch.go1.24] go1.24.4 go1.24.4 Gopher Robot 2025-06-05 11:16:22 -07:00
  • d375ae5063 [release-branch.go1.23] go1.23.10 go1.23.10 Gopher Robot 2025-06-05 11:16:25 -07:00
  • b897e97c36 [release-branch.go1.23] net/http: strip sensitive proxy headers from redirect requests Neal Patel 2025-05-21 14:11:44 -04:00
  • 85897ca220 [release-branch.go1.24] net/http: strip sensitive proxy headers from redirect requests Neal Patel 2025-05-21 14:11:44 -04:00
  • 8ecbd59ebb [dev.simd] cmd/compile: generated codes for amd64 SIMD Junyang Shao 2025-05-22 19:59:12 +00:00
  • 3432c68467 runtime: make bubbled timers more consistent with unbubbled Damien Neil 2025-06-02 09:26:27 -07:00
  • 1aa3362093 Revert "cmd/compile: Enable inlining of tail calls" Cherry Mui 2025-06-03 15:44:32 -04:00
  • f537061e1b cmd/trace: handle Sync event at the beginning of the trace Michael Anthony Knyszek 2025-06-03 20:30:43 +00:00
  • d4bf716793 runtime: reduce per-P memory footprint when greenteagc is disabled Michael Anthony Knyszek 2025-06-03 19:28:00 +00:00
  • 1f2a4d192d test: add another regression test for issue 73309 Cuong Manh Le 2025-06-04 00:04:26 +07:00
  • 5b748eed9c cmd/compile: better error message when import embed package qiulaidongfeng 2025-06-03 23:01:27 +08:00
  • cfb4e9bc4a cmd/dist: don't install tools that won't be shipped in distribution Michael Matloob 2025-05-30 12:53:42 -04:00
  • 94764d0938 cmd/doc: build cmd/doc directly into the go command Michael Matloob 2025-05-30 18:20:05 -04:00
  • 74b70eead7 go/token: remove unreachable code Michael Pratt 2025-06-03 13:08:06 -04:00
  • 0c0094c893 go/token: tweak comment Alan Donovan 2025-06-03 10:43:55 -04:00
  • 792548a483 cmd/go/internal/cfg: fix GOROOT setting when forcing host config Michael Matloob 2025-05-30 16:16:27 -04:00
  • 49f6304724 runtime: additional memmove benchmarks Keith Randall 2025-06-02 16:24:07 -07:00
  • eebae283b6 go/token: FileSet: hold Files in a balanced tree Alan Donovan 2025-05-22 22:06:13 -04:00
  • 3bd0eab96f runtime: randomize order of timers at the same instant in bubbles Damien Neil 2025-05-29 11:48:06 -07:00
  • a379698521 go/{ast,parser,types}: add signpost to golang.org/x/tools/go/packages Alan Donovan 2025-05-29 10:29:39 -04:00
  • 497cb7c0c3 cmd/compile/internal/noder: document quirk of string elements Mark Freeman 2025-05-30 15:44:11 -04:00
  • cc119ee391 cmd/compile/internal/noder: stub type section and adjust others Mark Freeman 2025-05-30 14:45:38 -04:00
  • 25ca686a0b cmd/compile/internal/noder: begin filling in SectionObj Mark Freeman 2025-05-29 16:06:27 -04:00
  • 11660d537b cmd/compile/internal/noder: fill in SectionName Mark Freeman 2025-05-29 15:43:47 -04:00
  • baa72c25f1 [dev.simd] all: merge master (711ff94) into dev.simd Cherry Mui 2025-06-02 14:42:04 -04:00
  • 711ff943af testing: add Output method to TB Mateusz Poliwczak 2025-05-31 16:41:15 +02:00
  • e9d3b030ed slices,sort: explicitly discard results in benchmarks Alan Donovan 2025-06-02 11:27:08 -04:00
  • a8e99ab19c internal/trace: expose the go version read by the reader Carlos Amedee 2025-05-30 16:05:04 -04:00
  • 68b51e99f9 cmd/distpack: add test case for pack tool being excluded Michael Matloob 2025-05-30 15:23:36 -04:00
  • 67f052121e cmd/distpack: don't keep the pack tool Michael Matloob 2025-05-30 12:22:23 -04:00
  • 1947c4233a runtime: set HeapGoal to zero when the GC is disabled Carlos Amedee 2025-01-02 14:41:59 -05:00
  • 0ff18a9cca [dev.simd] cmd/compile: disable intrinsics test for new simd stuff David Chase 2025-05-30 12:45:11 -04:00
  • 8cd7f17248 testing, testing/synctest: report correct duration after panics Damien Neil 2025-05-23 16:21:19 -07:00
  • 29782bd347 os: add implementation of fs.ReadLinkFS to *rootFS Roxy Light 2025-05-24 16:07:58 -07:00
  • 7800f3813c [dev.simd] cmd/compile: flip sense of intrinsics test for SIMD David Chase 2025-05-30 11:39:02 -04:00
  • 78e86297f5 cmd/compile/internal/noder: rename RelIndex to match codebase Mark Freeman 2025-05-29 14:54:23 -04:00
  • eba2430c16 [dev.simd] simd, cmd/compile, go build, go/doc: test tweaks David Chase 2025-05-29 14:55:01 -04:00
  • fece9871bb cmd/compile: update default PGO profile Cherry Mui 2025-05-29 15:42:23 -04:00
  • 9f3dd846e2 cmd/internal/obj/s390x: fix potential recursive String call Michael Anthony Knyszek 2025-05-29 19:04:08 +00:00
  • 21b7e60c6b runtime, testing/synctest: breaking bubble isolation with Cond is fatal Damien Neil 2025-05-22 11:14:53 -07:00
  • 555d425d17 testing, testing/synctest: write bubble errors to parent test log Damien Neil 2025-05-28 10:55:26 -07:00
  • 71c0e550cd [dev.simd] cmd/dist: disable API check on dev branch Junyang Shao 2025-05-29 19:05:40 +00:00
  • 62e1fccfb9 [dev.simd] internal: delete unused internal/simd directory David Chase 2025-05-29 08:40:03 -04:00
  • f14f3aae1c internal/pkgbits: explain the rationale for reference tables Mark Freeman 2025-05-22 11:06:23 -04:00
  • 4878b4471b slices: document and test nilness behavior of all functions Alan Donovan 2025-05-12 13:16:23 -04:00
  • 9f9cf28f8f [release-branch.go1.24] os: don't follow symlinks on Windows when O_CREATE|O_EXCL Damien Neil 2025-05-13 15:35:19 -07:00
  • c2c89d9551 [release-branch.go1.23] os: don't follow symlinks on Windows when O_CREATE|O_EXCL Damien Neil 2025-05-13 15:35:19 -07:00
  • 7b4d065267 runtime: add vgetrandom lock rank Michael Pratt 2025-05-29 12:41:21 -04:00