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

Commit Graph

  • 98a031193b runtime: check TestUsingVDSO ExitError type assertion Michael Pratt 2025-07-23 16:56:50 -04:00
  • 561964c9a8 [release-branch.go1.25] all: merge master (489868f) into release-branch.go1.25 Michael Anthony Knyszek 2025-07-23 18:52:55 +00:00
  • 6bb42997c8 doc/next: initialize Michael Anthony Knyszek 2025-07-23 17:50:06 +00:00
  • 2696a11a97 internal/goversion: update Version to 1.26 Michael Anthony Knyszek 2025-07-23 17:47:03 +00:00
  • 489868f776 cmd/link: scope test to linux & net.sendFile Derek Parker 2025-07-23 17:52:35 +00:00
  • 71c2bf5513 cmd/compile: fix loclist for heap return vars without optimizations Derek Parker 2025-07-22 22:05:06 +00:00
  • c74399e7f5 net: correct comment for ListenConfig.ListenPacket Lyle Dean 2025-07-21 00:20:11 +01:00
  • 4ed9943b26 all: go fmt Michael Pratt 2025-07-22 11:17:06 -04:00
  • 1aaf7422f1 cmd/internal/objabi: remove redundant word in comment cuishuang 2025-06-09 15:47:15 +08:00
  • d5ec0815e6 runtime: relax TestMemoryLimitNoGCPercent a bit Keith Randall 2025-07-21 13:37:27 -07:00
  • 41054cdb1c [dev.simd] simd, internal/cpu: support more AVX CPU Feature checks Junyang Shao 2025-07-15 21:38:28 +00:00
  • f7cc61e7d7 cmd/compile: for arm64 epilog, do SP increment with a single instruction Keith Randall 2025-07-21 10:09:35 -07:00
  • 957f06c410 [dev.simd] cmd/compile, simd: support load from bits for mask Junyang Shao 2025-07-18 04:26:59 +00:00
  • f0e9dc0975 [dev.simd] cmd/compile: fix opLen(2|3)Imm8_2I intrinsic function Junyang Shao 2025-07-17 22:23:15 +00:00
  • 5dac42363b runtime: fix asan wrapper for riscv64 Keith Randall 2025-07-19 09:34:04 -07:00
  • e5502e0959 cmd/go: check subcommand properties Ian Alexander 2025-05-30 17:59:34 -04:00
  • 2363897932 cmd/internal/obj: enable got pcrel itype in fips140 for riscv64 Meng Zhuo 2025-07-18 11:06:24 +08:00
  • e32255fcc0 cmd/compile/internal/ssa: restrict architectures for TestDebugLines_74576 thepudds 2025-07-18 18:25:08 -04:00
  • 0451816430 os: revert the use of AddCleanup to close files and roots Carlos Amedee 2025-07-16 12:05:48 -07:00
  • 34b70684ba go/types: infer correct type for y in append(bytes, y...) Alan Donovan 2025-07-18 13:16:21 -04:00
  • 03a3887f31 [dev.simd] simd: clean up masked op doc Junyang Shao 2025-07-16 17:02:47 +00:00
  • c61743e4f0 [dev.simd] cmd/compile, simd: reorder PairDotProdAccumulate Junyang Shao 2025-07-15 05:13:55 +00:00
  • 66536242fc cmd/compile/internal/escape: improve DWARF .debug_line numbering for literal rewriting optimizations thepudds 2025-07-12 17:01:44 -04:00
  • 385000b004 runtime: fix idle time double-counting bug Michael Anthony Knyszek 2025-07-15 17:11:18 +00:00
  • f506ad2644 cmd/compile/internal/escape: speed up analyzing some functions with many closures thepudds 2025-07-14 19:36:00 -04:00
  • 9c507e7942 cmd/link, runtime: on Wasm, put only function index in method table and func table Cherry Mui 2023-12-26 15:35:56 -05:00
  • 9782dcfd16 runtime: use 32-bit function index on Wasm Cherry Mui 2024-08-30 17:24:27 -04:00
  • c876bf9346 cmd/internal/obj/wasm: use 64-bit instructions for indirect calls Cherry Mui 2024-02-29 14:27:57 -05:00
  • ef5f6cc921 [dev.simd] cmd/compile: adjust param order for AndNot Junyang Shao 2025-07-14 22:00:29 +00:00
  • 6d10680141 [dev.simd] cmd/compile, simd: add Compress Junyang Shao 2025-07-14 20:29:46 +00:00
  • 17baae72db [dev.simd] simd: default mask param's name to mask Junyang Shao 2025-07-14 19:44:57 +00:00
  • 01f7f57025 [dev.simd] cmd/compile, simd: add variable Permute Junyang Shao 2025-07-14 19:39:44 +00:00
  • b4309ece66 cmd/internal/doc: upgrade godoc pkgsite to 01b046e Michael Matloob 2025-07-15 11:26:39 -04:00
  • 75a19dbcd7 runtime: use memclrNoHeapPointers to clear inline mark bits Michael Anthony Knyszek 2025-07-14 19:33:13 +00:00
  • 6d4a91c7a5 runtime: only clear inline mark bits on span alloc if necessary Michael Anthony Knyszek 2025-07-14 19:28:57 +00:00
  • 0c6296ab12 runtime: have mergeInlineMarkBits also clear the inline mark bits Michael Anthony Knyszek 2025-07-14 19:23:12 +00:00
  • 397d2117ec runtime: merge inline mark bits with gcmarkBits 8 bytes at a time Michael Anthony Knyszek 2025-07-14 19:13:27 +00:00
  • 7dceabd3be runtime/maps: fix typo in group.go comment (instrinsified -> intrinsified) dyma solovei 2025-07-15 12:21:38 +00:00
  • d826bf4d74 os: remove useless error check guoguangwu 2024-03-12 07:37:52 +00:00
  • bb07e55aff runtime: expand GOMAXPROCS documentation Michael Pratt 2025-07-01 16:36:22 -04:00
  • f5f42753ab [dev.simd] cmd/compile, simd: add VDPPS Junyang Shao 2025-07-14 17:23:19 +00:00
  • 08ffd66ab2 [dev.simd] simd: updates CPU Feature in doc Junyang Shao 2025-07-11 20:03:00 +00:00
  • 3f789721d6 [dev.simd] cmd/compile: mark SIMD types non-fat Junyang Shao 2025-07-12 08:13:04 +00:00
  • 9159cd4ec6 encoding/json: decompose legacy options Joe Tsai 2025-07-01 15:39:49 -07:00
  • c6556b8eb3 encoding/json/v2: add security section to doc Joe Tsai 2025-06-30 22:17:41 -07:00
  • b69622b83e [dev.simd] cmd/compile, simd: adjust Shift.* operations Junyang Shao 2025-07-11 17:56:22 +00:00
  • 4993a91ae1 [dev.simd] simd: change imm param name to constant Junyang Shao 2025-07-11 02:15:12 +00:00
  • bbb6dccd84 [dev.simd] simd: fix documentations Junyang Shao 2025-07-11 02:11:22 +00:00
  • 6ebb5f56d9 runtime: gofmt after CL 643897 and CL 662455 Tobias Klauser 2025-07-11 22:51:46 +02:00
  • 1e48ca7020 encoding/json: remove legacy option to EscapeInvalidUTF8 Joe Tsai 2025-07-09 17:08:49 -07:00
  • a0a99cb22b encoding/json/v2: report wrapped io.ErrUnexpectedEOF Joe Tsai 2025-07-09 16:55:14 -07:00
  • 9d04122d24 crypto/rsa: drop contradictory promise to keep PublicKey modulus secret Filippo Valsorda 2025-07-10 17:24:26 +02:00
  • 1ca23682dd crypto/rsa: fix documentation formatting Filippo Valsorda 2025-07-10 17:06:05 +02:00
  • 1440ff7036 [dev.simd] cmd/compile: exclude simd vars from merge local Junyang Shao 2025-07-10 22:04:21 +00:00
  • ccb43dcec7 [dev.simd] cmd/compile: add VZEROUPPER and VZEROALL inst Junyang Shao 2025-07-09 19:06:13 +00:00
  • 4bc3373c8e runtime: turn off large memmove tests under asan/msan Keith Randall 2025-07-11 09:10:53 -07:00
  • 21596f2f75 [dev.simd] all: merge master (88cf0c5) into dev.simd Cherry Mui 2025-07-11 11:41:23 -04:00
  • 88cf0c5d55 cmd/link: do size fixups after symbol references are loaded Cherry Mui 2025-07-10 00:46:00 -04:00
  • 7a38975a48 os: trivial comment fix Jakob Borg 2025-06-22 17:16:36 +00:00
  • aa5de9ebb5 synctest: fix comments for time.Now() in synctests Christian Hoeppner 2025-07-04 18:40:42 +00:00
  • ab7f839280 [dev.simd] cmd/compile: fix maskreg/simdreg chaos Junyang Shao 2025-07-09 22:33:25 +00:00
  • 390ffce7d6 [release-branch.go1.24] runtime: prevent unnecessary zeroing of large objects with pointers Michael Anthony Knyszek 2025-03-21 16:26:15 +00:00
  • b454859a8a [release-branch.go1.24] runtime: stash allpSnapshot on the M Michael Pratt 2025-06-27 17:21:20 -04:00
  • 317a3c130e [release-branch.go1.23] runtime: stash allpSnapshot on the M Michael Pratt 2025-06-27 17:21:20 -04:00
  • 63ec70d4e1 crypto/cipher: Fix comment punctuation Markus Kusano 2025-07-09 19:52:09 +00:00
  • 47b07a87a6 [dev.simd] cmd/compile, simd: fix Int64x2 Greater output type to mask Junyang Shao 2025-07-09 21:16:03 +00:00
  • 8131635e5a runtime: run TestSignalDuringExec in its own process group Michael Anthony Knyszek 2025-07-09 15:50:06 +00:00
  • 08cd62e9f5 [dev.simd] cmd/compile: remove X15 from register mask David Chase 2025-07-09 14:43:30 -04:00
  • 9ea33ed538 [dev.simd] cmd/compile: output of simd generator, more ... rewrite rules David Chase 2025-07-08 12:52:30 -04:00
  • aab8b173a9 [dev.simd] cmd/compile, simd: Int64x2 Greater and Uint* Equal Junyang Shao 2025-07-09 16:24:34 +00:00
  • 8db7f41674 [dev.simd] cmd/compile: use upper registers for AVX512 simd ops Junyang Shao 2025-07-08 21:06:59 +00:00
  • 574854fd86 [dev.simd] runtime: save Z16-Z31 registers in async preempt Junyang Shao 2025-07-08 19:24:30 +00:00
  • 5429328b0c [dev.simd] cmd/compile: change register mask names for simd ops Junyang Shao 2025-07-08 20:12:24 +00:00
  • 029d7ec3e9 [dev.simd] cmd/compile, simd: rename Masked$OP to $(OP)Masked. Junyang Shao 2025-07-08 18:18:55 +00:00
  • 983e81ce57 [dev.simd] simd: rename stubs_amd64.go to ops_amd64.go Junyang Shao 2025-07-08 17:29:32 +00:00
  • 67c1704444 crypto/tls: empty server_name conf. ext. from server Daniel McCarney 2025-06-28 14:29:48 -04:00
  • 56ca67682b [dev.simd] cmd/compile, simd: remove FP bitwise logic operations. Junyang Shao 2025-07-08 17:26:59 +00:00
  • 0870ed04a3 [dev.simd] cmd/compile: make compares between NaNs all false. Junyang Shao 2025-07-08 02:41:33 +00:00
  • 54c9d77630 cmd/go: disable support for multiple vcs in one module Roland Shoemaker 2025-06-09 11:23:46 -07:00
  • e73dadc758 [release-branch.go1.25] go1.25rc2 go1.25rc2 Gopher Robot 2025-07-08 10:22:01 -07:00
  • 9d828e80fa [release-branch.go1.24] go1.24.5 go1.24.5 Gopher Robot 2025-07-08 09:35:58 -07:00
  • 0a75dd7c2d [release-branch.go1.23] go1.23.11 go1.23.11 Gopher Robot 2025-07-08 09:35:25 -07:00
  • 2899144b8d [release-branch.go1.25] cmd/go: disable support for multiple vcs in one module Roland Shoemaker 2025-06-09 11:23:46 -07:00
  • 825eeee3f7 [release-branch.go1.24] cmd/go: disable support for multiple vcs in one module Roland Shoemaker 2025-06-09 11:23:46 -07:00
  • e9d2c032b1 [release-branch.go1.23] cmd/go: disable support for multiple vcs in one module Roland Shoemaker 2025-06-09 11:23:46 -07:00
  • fca43a8436 internal: make struct comment match struct name cuishuang 2025-07-08 14:53:13 +08:00
  • bb917bb030 cmd/compile: document that nosplit directive is unsafe Ian Lance Taylor 2025-07-07 13:01:34 -07:00
  • a5bda585d5 cmd/compile: run fmt on ssa Jorropo 2025-07-04 09:07:27 +02:00
  • 24f2b8ae2e [dev.simd] simd: {Int,Uint}{8x{16,32},16x{8,16}} subvector loads/stores from slices. David Chase 2025-06-26 17:41:40 -04:00
  • 2bb45cb8a5 [dev.simd] cmd/compile: minor tweak for race detector David Chase 2025-07-02 18:00:12 -04:00
  • 43a61aef56 [dev.simd] cmd/compile: add EXTRACT[IF]128 instructions David Chase 2025-06-25 18:20:50 -04:00
  • 292db9b676 [dev.simd] cmd/compile: add INSERT[IF]128 instructions David Chase 2025-06-25 16:06:00 -04:00
  • 86b5ba7310 internal/trace: only test for sync preemption if async preemption is off Michael Anthony Knyszek 2025-07-07 17:19:17 +00:00
  • ef46e1b164 cmd/internal/doc: fix GOROOT skew and path joining bugs Michael Matloob 2025-07-01 17:16:53 -04:00
  • 75b43f9a97 runtime: make traceStack testable and add a benchmark Michael Anthony Knyszek 2025-06-27 16:40:43 +00:00
  • d8fa853b37 [dev.simd] cmd/compile: make regalloc simd aware on copy Junyang Shao 2025-07-07 03:08:01 +00:00
  • 20978f46fd crypto/rsa: remove another forgotten note to future self Filippo Valsorda 2025-05-05 13:35:36 +02:00
  • 33fb4819f5 cmd/compile/internal/ssa: skip EndSequence entries in TestStmtLines qmuntal 2025-07-04 12:45:42 +02:00
  • a995269a93 sort: clarify Less doc John Giorshev 2025-07-06 18:41:28 +00:00
  • dfd75f82d4 [dev.simd] cmd/compile: output of simdgen with invariant type order David Chase 2025-07-02 15:13:24 -04:00