0
1
mirror of https://github.com/golang/go synced 2025-05-31 15:40:52 +00:00

Commit Graph

  • fe69121bc5 cmd/compile: optimize []byte(string1 + string2) Paschalis Tsilias 2023-09-13 12:44:17 +03:00
  • 3da4281df1 runtime: Goexit on C-created thread report more useful error message qiulaidongfeng 2024-09-09 09:01:23 +00:00
  • 77e42fdeaf net/http: make use of maps.Clone for Transport.{Clone, RegisterProtocol} Jes Cok 2024-09-09 16:26:41 +00:00
  • af0c40311e cmd/compile: emit tail call wrappers when possible amusman 2024-04-11 10:57:32 +03:00
  • adf220a5d5 cmd/go/testdata/script: skip part of test on unsupported platforms Michael Matloob 2024-09-09 12:47:33 -04:00
  • cc912bd8eb all: remove unnecessary symbols and add missing symbols cuishuang 2024-09-09 12:22:05 +08:00
  • 5858205831 cmd/go: add an exception for 'go telemetry off' to not open counters Michael Matloob 2024-09-06 13:59:16 -04:00
  • 807e01db48 syscall: follow convention for generated code comment Tobias Klauser 2024-09-05 14:02:38 +02:00
  • 464aae706b go/printer: check whether !isTypeElem, instead of combinesWithName when ParenExpr Mateusz Poliwczak 2024-09-06 16:28:20 +00:00
  • 42d1f08cbb src/cmd/go/internal/load: remove PackageError.Hard Michael Matloob 2024-09-03 11:26:09 -04:00
  • 557211c150 cmd/internal/obj/arm64: Add helpers for span7 passes Sebastian Nickolls 2024-06-26 17:10:20 +01:00
  • e6598e7baa [release-branch.go1.23] os: dup pidfd if caller sets PidFD manually Wei Fu 2024-08-22 16:22:53 +08:00
  • 82575f76b8 [release-branch.go1.23] internal/weak: shade pointer in weak-to-strong conversion Michael Anthony Knyszek 2024-09-04 03:08:26 +00:00
  • a886959aa2 [release-branch.go1.23] runtime: size maps.Clone destination bucket array safely Keith Randall 2024-08-29 15:08:33 -07:00
  • 6fab4b9a9e [release-branch.go1.22] runtime: size maps.Clone destination bucket array safely Keith Randall 2024-08-29 15:08:33 -07:00
  • 8cd550a232 internal/syscall/unix: Eaccess: return ENOSYS on Android Kir Kolyshkin 2024-09-05 14:14:59 -07:00
  • a0d7bfa286 internal/syscall/unix: implement Eaccess on all unix platforms Kir Kolyshkin 2024-09-05 11:48:00 -07:00
  • 8f2486d2e0 cmd/internal: use t.TempDir in tests Kir Kolyshkin 2024-09-04 18:59:49 -07:00
  • a77b93c0b2 cmd/internal/script: use sync.OnceValue Kir Kolyshkin 2024-09-04 18:38:05 -07:00
  • a1c3e24b54 cmd/internal/objabi: use sync.OnceValue Kir Kolyshkin 2024-09-04 18:19:44 -07:00
  • ca2cb8d7a7 cmd/internal/testdir: remove temp files Kir Kolyshkin 2024-09-04 22:40:31 -07:00
  • 2b832b4296 cmd/internal/testdir: use sync.OnceValue Kir Kolyshkin 2024-09-04 18:15:04 -07:00
  • 46bccdebfa cmd/internal/testdir: use os.ReadDir Kir Kolyshkin 2024-09-04 21:56:06 -07:00
  • 29a3a39b61 cmd/nm: use t.TempDir Kir Kolyshkin 2024-09-04 17:34:58 -07:00
  • 2be9309983 cmd/addr2line: use t.TempDir Kir Kolyshkin 2024-09-04 17:34:29 -07:00
  • 86d74894cc os: use Mkdir in TestCopyFSWithSymlinks Kir Kolyshkin 2024-09-04 17:31:56 -07:00
  • 6cb8e5ca9f os: use t.TempDir in TestRemoveAllRace Kir Kolyshkin 2024-09-04 17:31:31 -07:00
  • 8cb6143fed go/printer: mention that input file is formatted in TestFiles error message Mateusz Poliwczak 2024-09-05 16:07:13 +00:00
  • d1ce116e40 cmd/go/internal: use sync.OnceFunc, sync.OnceValue Kir Kolyshkin 2024-09-04 17:16:03 -07:00
  • 4777fd3d31 cmd/go/internal/toolchain: use sync.OnceValue Kir Kolyshkin 2024-09-04 17:11:40 -07:00
  • ba2a16cb63 cmd/go/internal/auth: use sync.OnceValues Kir Kolyshkin 2024-09-04 15:42:26 -07:00
  • e6ae2d83ac cmd/asm/internal: use slices.Contains Tobias Klauser 2024-09-05 11:17:41 +02:00
  • 12dcbed451 compress/flate: use built-in clear to simplify the code apocelipes 2024-09-04 12:02:38 +00:00
  • 123594d386 runtime: remove cloudwego/frugal unused linkname from comment Kyle Xiao 2024-09-04 11:55:52 +08:00
  • 9e9b1f57c2 reflect: gofmt all_test.go Ian Lance Taylor 2024-09-05 16:53:17 -07:00
  • 71655f14ce [release-branch.go1.22] cmd/cgo: correct padding required by alignment Ian Lance Taylor 2024-08-27 10:19:17 -07:00
  • 9e621c3ae0 go/types, types2: remove unused argument from Checker.updateExprType0 Robert Griesemer 2024-09-05 14:40:24 -07:00
  • e4f9cb5f77 go/types, types2: remove unused argument from Checker.compositeLit Robert Griesemer 2024-09-05 14:29:50 -07:00
  • 0fc3b127a0 go/types, types2: factor type checking of basic literals and generate go/types code Robert Griesemer 2024-09-04 18:06:50 -07:00
  • 0f12e51ce7 go/types: factor out opPos computation Robert Griesemer 2024-09-04 17:46:28 -07:00
  • a17356cd23 go/types, types2: factor type checking of func literals and generate go/types code Robert Griesemer 2024-09-04 17:15:57 -07:00
  • 829d1b346f go/types, types2: factor out endPos call Robert Griesemer 2024-09-04 17:19:14 -07:00
  • e3f3083113 go/types: generate literals.go from corresponding types2 source Robert Griesemer 2024-09-04 16:37:45 -07:00
  • aca0e2bb27 go/types, types2: factor out isdddArray and inNode helper functions Robert Griesemer 2024-09-04 16:42:56 -07:00
  • 0fb35efe5b go/types, types2: factor out code for type checking composite literals Robert Griesemer 2024-09-04 16:01:32 -07:00
  • 80ff7cd35a [release-branch.go1.23] cmd/cgo: correct padding required by alignment Ian Lance Taylor 2024-08-27 10:19:17 -07:00
  • 1e2114349d cmd/compile/internal/syntax: handle parentheses around constraints consistently Robert Griesemer 2024-09-04 13:20:36 -07:00
  • 32bd777a37 cmd/compile: use slices.SortStableFunc Cuong Manh Le 2024-09-05 01:21:40 +07:00
  • f15095f543 cmd/compile: use slices.{Sort,SortFunc} Cuong Manh Le 2024-09-05 01:13:30 +07:00
  • 634363e3ca cmd/cgo: use slices.Index Tobias Klauser 2024-09-04 13:31:19 +02:00
  • c3f16307b3 go/printer: do not treat comments inside a ast.Decl as godoc Mateusz Poliwczak 2024-09-04 07:05:17 +00:00
  • 89958ab4ae cmd/go/internal: use t.TempDir in tests Kir Kolyshkin 2024-09-04 14:51:44 -07:00
  • f22d731976 go/build/constraint: add parsing limits Roland Shoemaker 2024-06-20 10:45:30 -07:00
  • 08c84420bc encoding/gob: cover missed cases when checking ignore depth Roland Shoemaker 2024-05-03 09:21:39 -04:00
  • dd2019528b go/parser: track depth in nested element lists Roland Shoemaker 2024-06-10 15:34:12 -07:00
  • 73fa90e290 types2, go/types: use slices.SortFunc Cuong Manh Le 2024-09-05 01:18:10 +07:00
  • 7529d09a11 [release-branch.go1.22] go1.22.7 go1.22.7 Gopher Robot 2024-09-05 15:06:44 +00:00
  • 69234ded30 [release-branch.go1.23] go1.23.1 go1.23.1 Gopher Robot 2024-09-05 15:06:10 +00:00
  • d4c53812e6 [release-branch.go1.22] go/build/constraint: add parsing limits Roland Shoemaker 2024-06-20 10:45:30 -07:00
  • 2092294f2b [release-branch.go1.22] encoding/gob: cover missed cases when checking ignore depth Roland Shoemaker 2024-05-03 09:21:39 -04:00
  • b232596139 [release-branch.go1.22] go/parser: track depth in nested element lists Roland Shoemaker 2024-06-10 15:34:12 -07:00
  • 032ac075c2 [release-branch.go1.23] go/build/constraint: add parsing limits Roland Shoemaker 2024-06-20 10:45:30 -07:00
  • fa8ff1a46d [release-branch.go1.23] encoding/gob: cover missed cases when checking ignore depth Roland Shoemaker 2024-05-03 09:21:39 -04:00
  • 53487e5477 [release-branch.go1.23] go/parser: track depth in nested element lists Roland Shoemaker 2024-06-10 15:34:12 -07:00
  • 2707d42966 runtime: use regabi for riscv64 cputicks Meng Zhuo 2024-09-02 17:36:12 +08:00
  • db07c8607a cmd/internal/obj/loong64: add support for instructions ANDN and ORN Xiaolin Zhao 2024-09-04 16:19:22 +08:00
  • 501b389efc runtime: optimize the function memclrNoHeapPointers on loong64 Xiaolin Zhao 2024-06-03 15:49:23 +08:00
  • 1bc795633e crypto/sha256: implement sha256block in hardware on loong64 Xiaolin Zhao 2024-06-04 09:40:14 +08:00
  • 137e91832a crypto/sha512: implement sha512block in hardware on loong64 Xiaolin Zhao 2024-06-04 11:21:16 +08:00
  • d102c2ed01 os: don't fail TestGetwdDeepWithPWDSet if TMPDIR has a symlink Ian Lance Taylor 2024-09-04 15:57:51 -07:00
  • a2891aef75 cmd/link/internal/ld: rm os.Getwd from elf_test Kir Kolyshkin 2024-09-03 20:00:56 -07:00
  • 9ba8ac253e cmd/link/internal/ld: rm os.Getwd from dwarf_test Kir Kolyshkin 2024-09-03 19:46:46 -07:00
  • de0aafa3c7 vendor/golang.org/x/tools: update to v0.24.1-0.20240904143311-70f56264139c Alan Donovan 2024-09-04 12:24:55 -04:00
  • 004686b6e5 crypto/internal/nistec: Avo port of p256_asm_amd64.s Garrett Bodley 2024-07-20 20:23:05 -04:00
  • d61b73c1d1 crypto/aes: Avo port of asm_amd64.s Garrett Bodley 2024-07-22 23:39:44 -04:00
  • 6ee8c07c3c crypto/aes: Avo port of gcm_amd64.s Garrett Bodley 2024-07-26 23:17:02 -04:00
  • 1e0cba8ee1 crypto/md5: Avo port of md5block_amd64.s Garrett Bodley 2024-07-21 01:00:56 -04:00
  • 3b78ca0626 crypto/sha512: Avo port of sha512block_amd64.s Garrett Bodley 2024-07-17 20:00:53 -04:00
  • f9eb06c302 crypto/sha1: Avo port of sha1block_amd64.s Garrett Bodley 2024-07-16 22:44:17 -04:00
  • dbd50a16dc crypto/sha256: Avo port of sha256block_amd64.s Garrett Bodley 2024-06-28 00:46:32 -04:00
  • d6d5d8c8fb cmd/compile: remove NameSet.Sorted Cuong Manh Le 2024-09-05 00:38:06 +07:00
  • e7047bd14d cmd/compile/internal/liveness: use slices.Reverse Cuong Manh Le 2024-09-04 23:57:41 +07:00
  • a5708231ac crypto/internal/boring: disable LFS64 interfaces Roland Shoemaker 2024-08-30 21:11:09 -07:00
  • dfae83c9db cmd/link/internal/ld: simplify gobuildTestdata Kir Kolyshkin 2024-09-03 19:32:40 -07:00
  • fbe74d8ddb go/parser: convert *ast.CallExpr into *ast.ParenExpr in extractName Mateusz Poliwczak 2024-09-04 16:11:06 +00:00
  • c541aabfc3 cmd: remove notsha256 package Cuong Manh Le 2024-09-04 18:32:07 +07:00
  • 5ca785d48d cmd: use 16 bytes hash when possible Cuong Manh Le 2024-09-04 18:45:17 +07:00
  • f033bc1819 cmd: use 20 bytes hash when possible Cuong Manh Le 2024-09-04 18:39:52 +07:00
  • 4fd73e5d4c cmd: do not use notsha256 Cuong Manh Le 2024-09-04 18:30:35 +07:00
  • ad8b5f7fe9 cmd/internal: add hash package Cuong Manh Le 2024-09-04 18:08:30 +07:00
  • cd9a300afc all: fix printf(var) mistakes detected by latest printf checker Alan Donovan 2024-09-04 13:14:17 -04:00
  • 21ac23a96f unique: don't retain uncloned input as key Michael Anthony Knyszek 2024-09-04 16:46:33 +00:00
  • 79fd633632 internal/weak: shade pointer in weak-to-strong conversion Michael Anthony Knyszek 2024-09-04 03:08:26 +00:00
  • 1b4cf43e42 runtime: size maps.Clone destination bucket array safely Keith Randall 2024-08-29 15:08:33 -07:00
  • a4eba85fad cmd/internal/obj: drop NOFRAME TODO Michael Pratt 2024-09-04 10:34:40 -04:00
  • c55a170083 crypto/cipher: update documentation for aead Open komuw 2024-08-28 14:12:31 +00:00
  • 3473d2f8ef math: add large exact float rounding tests Meng Zhuo 2024-07-24 14:49:18 +08:00
  • 700920bbb7 go/printer: do not panic on *ast.ParenExpr in combinesWithName Mateusz Poliwczak 2024-09-02 12:37:51 +00:00
  • 794b0a0748 encoding/xml: allow ]]> in attribute values Demi Marie Obenour 2024-09-03 01:33:29 +00:00
  • 6450a988a7 runtime: update comment for golinkname Wei Fu 2024-09-02 10:40:39 +08:00