0
1
mirror of https://github.com/golang/go synced 2025-06-01 15:51:02 +00:00

Commit Graph

  • 64a5d1d7de crypto/sha1: implement sha1block in hardware on loong64 Xiaolin Zhao 2024-06-03 17:54:18 +08:00
  • 400e6b68b5 os: openDir: add O_DIRECTORY flag for unix Kir Kolyshkin 2024-05-28 17:23:15 -07:00
  • 4f18477db6 math/big: implement subVW in riscv64 assembly Joel Sing 2024-06-27 20:02:57 +10:00
  • c6f56985ad math/big: implement addVW in riscv64 assembly Joel Sing 2024-06-27 20:02:38 +10:00
  • 1a7a85359e cmd/compile/internal/ssagen: add initial test coverage for intrinsics Joel Sing 2024-08-03 03:09:13 +10:00
  • 6edc1c23ed crypto/md5: implement md5block in hardware on loong64 Xiaolin Zhao 2024-06-03 17:04:53 +08:00
  • 4a9d98d49a syscall: optimize Getwd on aix Kir Kolyshkin 2024-08-19 17:40:55 -07:00
  • b5ee80a85a sort: drop implementation for Go <1.21 Tobias Klauser 2024-08-21 23:17:26 +02:00
  • 440c9ee73d testing: rename testContext to testState Vladimir Varankin 2024-08-21 20:47:11 +02:00
  • 8002845759 [release-branch.go1.23] runtime: on AIX, fix call to _cgo_sys_thread_create in _rt0_ppc64_aix_lib Paul E. Murphy 2024-08-19 15:08:14 -05:00
  • e87be9833e [release-branch.go1.22] runtime: on AIX, fix call to _cgo_sys_thread_create in _rt0_ppc64_aix_lib Paul E. Murphy 2024-08-19 15:08:14 -05:00
  • 31a9c13941 crypto/internal/cryptotest: add tests for the cipher.AEAD interface Manuel Sabin 2024-07-01 10:49:11 -04:00
  • 0d5605832c cmd/objdump: add s390x GNU disasm support Srinivas Pokala 2024-04-23 07:24:51 +02:00
  • a96e736284 os/user: document Current improvements qmuntal 2024-08-09 10:28:52 +02:00
  • 854349eeb4 os/user: speed up Current on Windows qmuntal 2024-08-13 15:08:32 +02:00
  • fd985d23dc crypto/x509,math/rand/v2: implement the encoding.(Binary|Text)Appender apocelipes 2024-08-21 09:30:14 +00:00
  • c5a9c8d067 syscall: add O_DIRECTORY for wasip1 Kir Kolyshkin 2024-08-19 17:29:19 -07:00
  • f0f4e2d0af syscall: add O_DIRECTORY for js Kir Kolyshkin 2024-08-19 17:13:00 -07:00
  • 676d6100d8 [release-branch.go1.22] cmd/fix: support go versions with patch release Alex Bozhenko 2024-02-07 15:19:06 +00:00
  • 9166d2feec [release-branch.go1.23] go/types, types2: Named.cleanup must also handle *Alias types Robert Griesemer 2024-08-15 16:07:04 -07:00
  • 76346b3543 [release-branch.go1.23] unique: use TypeFor instead of TypeOf to get type in Make Michael Anthony Knyszek 2024-08-21 14:38:30 +00:00
  • 3c9340557c [release-branch.go1.23] os: use O_EXCL instead of O_TRUNC in CopyFS to disallow rewriting existing files does not exist Andy Pan 2024-08-16 08:04:57 +08:00
  • 92dd05682c internal/pkgbits: fix incorrect doc comment Robert Griesemer 2024-08-21 09:54:36 -07:00
  • 23c9efa244 unique: clean up handle test code Michael Anthony Knyszek 2024-08-21 14:42:33 +00:00
  • 755c18ecdf unique: use TypeFor instead of TypeOf to get type in Make Michael Anthony Knyszek 2024-08-21 14:38:30 +00:00
  • f38d42f2c4 cmd/link: support wasmexport on js/wasm Cherry Mui 2024-08-19 15:17:04 -04:00
  • 24fd1a043d cmd/compile: deprecate has init and derived func instance Tim King 2024-08-15 13:57:53 -07:00
  • 7dc1ee81f9 cmd/compile/internal/noder: reduce clutter a bit (cosmetic changes) Robert Griesemer 2024-08-20 10:35:23 -07:00
  • a5d61d75e3 runtime: deprecate GOROOT Dmitri Shuralyov 2024-02-14 19:08:02 -05:00
  • 830621bc09 internal/pkgbits: add Version type Tim King 2024-08-14 12:34:32 -07:00
  • 54c948de9a src: fix typos Alexander Cyon 2024-08-20 17:54:39 +00:00
  • a4cb37d4af cmd/dist: require Go 1.22.6 as minimum bootstrap toolchain Dmitri Shuralyov 2024-08-16 14:01:15 -04:00
  • 4e1cc09f8b doc/next: update 36532.md to wording suggested in CL Ian Lance Taylor 2024-08-20 09:38:47 -07:00
  • ab4182251b cmd/internal/testdir: add a -gomodversion flag Tim King 2024-08-09 13:32:12 -07:00
  • b292799ddd testing: use temp dir without symlinks in TestChdir/relative Dmitri Shuralyov 2024-08-20 10:07:05 -04:00
  • 98ed865a9e doc/next: revert incorrect change to 62516.md made in CL 603959 Ian Lance Taylor 2024-08-20 09:27:14 -07:00
  • 819b1b4575 time: implement the encoding.(Binary|Text)Appender for Time apocelipes 2024-08-19 20:02:37 +00:00
  • 1a90dcdaaf go/types, types2: unalias tilde terms in underIs Tim King 2024-08-15 16:48:42 -07:00
  • 6fb6ace308 internal/poll: raise Linux's maxCopyFileRangeRound to MAX_RW_COUNT Andy Pan 2024-08-19 14:06:40 +08:00
  • 1fd8557249 time: fix godoc links; remove redundant Sub mention Oleksandr Redko 2024-08-18 23:20:15 +03:00
  • 60e9cf0f93 os: rm reiserfs exception from TestSeek Kir Kolyshkin 2024-06-09 13:46:40 -07:00
  • 5187baeb4e os: use t.TempDir in TestMkdirTemp, TestCreateTemp Kir Kolyshkin 2024-08-19 15:46:15 -07:00
  • ef0b015407 os: use t.TempDir in TestReadOnlyWriteFile Kir Kolyshkin 2024-08-19 15:21:46 -07:00
  • 4b767cf6fd os: simplify TestRemoveAllDot Kir Kolyshkin 2024-08-19 14:28:41 -07:00
  • 5164f61697 os: simplify TestRemoveAllLongPath Kir Kolyshkin 2024-08-19 13:23:09 -07:00
  • f432b5f756 testing: add Context Vladimir Varankin 2024-08-20 09:19:22 +00:00
  • c6c9634515 cmd/compile/internal/ssagen: factor out intrinsics code Joel Sing 2024-08-03 01:22:58 +10:00
  • b6f05cc333 cmd/compile/internal/ssagen: improve intrinsic architecture handling Joel Sing 2024-08-04 14:19:57 +10:00
  • d49d0e0d3a runtime: on AIX, fix call to _cgo_sys_thread_create in _rt0_ppc64_aix_lib Paul E. Murphy 2024-08-19 15:08:14 -05:00
  • 7fcd4a7007 internal/pkgbits: s/errorf/panicf/ because that's what it is Robert Griesemer 2024-08-19 14:15:04 -07:00
  • 2e0a6f855b os.Getwd: wrap error on windows and plan9 Kir Kolyshkin 2024-08-19 13:08:32 -07:00
  • d2b6bdb035 math/rand: make calls to Seed no-op Paschalis T 2024-08-16 01:29:18 +03:00
  • d5f7da7987 all: remove duplicated words in comments Oleksandr Redko 2024-08-19 00:07:37 +03:00
  • 433c1d3b4a runtime: store zero-delay mutex contention events Rhys Hiltner 2024-08-15 18:47:38 -07:00
  • 3d9a89b057 cmd/compile: use integer min/max instructions on riscv64 Joel Sing 2024-02-01 00:39:30 +11:00
  • 27093581b2 cmd/mod/edit: add -tool and -droptool support Conrad Irwin 2024-07-18 20:26:13 -06:00
  • 0b23e477a2 strings: fix typo in examples Gökhan Özeloğlu 2024-08-16 23:41:25 +03:00
  • 79ca434ac6 testing: add Chdir Kir Kolyshkin 2023-09-07 17:08:56 -07:00
  • ff271cd391 cmd/cgo: enable #cgo noescape/nocallback doujiang24 2024-08-16 07:32:00 +00:00
  • 96ef6abcca os: only employ sendfile(3ext) on illumos when target is regular file Andy Pan 2024-08-16 11:42:25 +08:00
  • aa5d672a00 os: use O_EXCL instead of O_TRUNC in CopyFS to disallow rewriting existing files Andy Pan 2024-08-16 08:04:57 +08:00
  • 660e7d60f2 go/internal/gcimporter: indexed format imports for type parameters aliases Tim King 2024-08-09 14:36:21 -07:00
  • 0320616db9 runtime: use .Pointers() instead of .PtrBytes != 0 zhangyunhao 2024-08-15 10:04:00 +00:00
  • 818515fd3e go/types, types2: Named.cleanup must also handle *Alias types Robert Griesemer 2024-08-15 16:07:04 -07:00
  • 527610763b math/big,regexp: implement the encoding.TextAppender interface apocelipes 2024-08-15 18:13:58 +00:00
  • bd8977be0c encoding/json: merge FieldStack if the error's Field exists. j2gg0s 2024-08-15 02:11:44 +00:00
  • 970b1c042c os: increase the amount of data transfer for sendfile(2) to reduce syscalls Andy Pan 2024-08-13 19:11:58 +08:00
  • dc5389d859 crypto,hash: add t.Helper calls to test helpers apocelipes 2024-08-14 03:49:33 +00:00
  • 209ed1a9c7 cmd/compile/internal/importer: enable aliases Tim King 2024-08-09 10:50:00 -07:00
  • f7cdadafbe internal,os: employ copy_file_range(2) for file-to-file copying on FreeBSD Andy Pan 2024-08-10 11:26:02 +08:00
  • 2693f77b35 Revert "go/types, types2: only use fileVersion if 1.21 or greater" Michael Matloob 2024-08-14 20:04:08 +00:00
  • 1419d0e925 math/big: implement subVV in riscv64 assembly Joel Sing 2024-06-27 20:02:04 +10:00
  • 49adb8e460 cmd/internal/obj/loong64: add testcases for assembler limeidan 2024-08-07 17:59:54 +08:00
  • 370a6959e3 cmd/dist, internal/platform: mark windows/arm (32-bit ARM) broken Dmitri Shuralyov 2024-07-30 12:11:23 -04:00
  • 866e260f92 os: only employ sendfile(3ext) on illumos when target is regular file Andy Pan 2024-08-14 09:41:28 +08:00
  • 1416cebdd5 runtime: record all sampled mutex profile events Rhys Hiltner 2024-08-08 15:24:15 -07:00
  • 0f1db95414 maps, slices: fix variable name and comment in example cuishuang 2024-08-14 15:33:00 +08:00
  • 65a6e05070 byte,strings: improve IndexRune performance by ~45% Charlie Vieth 2023-11-02 00:18:59 -04:00
  • 9becf401de bytes, strings: add Lines, SplitSeq, SplitAfterSeq, FieldsSeq, FieldsFuncSeq aimuz 2024-08-09 07:33:36 +00:00
  • 3e3ce20df8 cmd/internal/obj/arm64: Emit UDF instruction for undefined Prog nodes Sebastian Nickolls 2024-08-13 11:47:40 +01:00
  • b2cdaf7346 cmd/compile: improve unneeded zeroing removal Keith Randall 2024-08-13 09:01:05 -07:00
  • 8b32ce586d net/http/httputil: close res body in test guoguangwu 2024-07-15 01:31:15 +00:00
  • d3c82937e9 crypto/tls: fix typo in quicError Jaeho Nam 2024-08-07 06:14:11 +00:00
  • 3c170ac018 slices: add examples for iterator-related functions jiahua wang 2024-08-07 14:43:14 +08:00
  • ea435a31f9 cmd/compile/internal/ssa: enable testcases TestDebugLinesPushback and TestDebugLinesConvert on loong64 limeidan 2024-03-12 19:55:39 +08:00
  • 32da8f51b8 crypto/tls: add support for additional alpn flags to bogo_shim_test Clide Stefani 2024-06-25 15:52:32 -04:00
  • 0a525a3ed0 [release-branch.go1.22] os: fix Chtimes test flakes Kir Kolyshkin 2024-08-08 13:11:14 -07:00
  • dbecb416d1 [release-branch.go1.23] os: fix Chtimes test flakes Kir Kolyshkin 2024-08-08 13:11:14 -07:00
  • 6d7760cb42 log/slog: implement encoding.TextAppender for Level and LevelVar apocelipes 2024-08-13 13:47:47 +00:00
  • 18fc547b21 runtime/cgo: create C pthreads in detached state Ian Lance Taylor 2024-08-13 11:25:31 -07:00
  • 0b1494f5d2 cmd/link, runtime: support library mode on wasip1 Cherry Mui 2024-08-08 18:45:18 -04:00
  • 0253c0f4ac cmd/compile/internal/types2: change inference error message Tim King 2024-08-05 12:57:33 -07:00
  • 206df8e7ad net/http: rename server receiver for consistency wineandchord 2024-08-12 20:52:05 +00:00
  • 85d2eadcf2 test: add test case for wasmexport parameter types Cherry Mui 2024-08-12 16:01:55 -04:00
  • 6885bad7dd [release-branch.go1.23] go1.23.0 go1.23.0 Gopher Robot 2024-08-13 15:39:36 +00:00
  • ec7d6094e6 [release-branch.go1.23] revert "go/types, types2: only use fileVersion if 1.21 or greater" Carlos Amedee 2024-08-13 13:53:09 +00:00
  • 7273509466 cmd/compile: add additional arm64 bit field rules khr@golang.org 2024-08-04 05:41:38 -07:00
  • 63b0f805cd [release-branch.go1.23] go/types, types2: only use fileVersion if 1.21 or greater Michael Matloob 2024-08-07 13:09:18 -04:00
  • 8aa2eed8fb cmd/go: stamp the version for binaries built with go build Sam Thanawalla 2024-07-15 14:37:52 +00:00
  • b67443459a spec: clarify prose for embedded struct fields Robert Griesemer 2024-08-08 21:03:13 -07:00