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

Commit Graph

  • 1b5ae45181 os/user: User.GroupIds shouldn't error on users with no groups qmuntal 2024-08-19 15:14:23 +02:00
  • af86efbe6d os: treat Getwd result of ENOMEM the same as ENAMETOOLONG Ian Lance Taylor 2024-09-03 15:13:01 -07:00
  • a00195d304 all: use t.Chdir in tests Kir Kolyshkin 2023-09-07 17:21:16 -07:00
  • debfcb5ad8 crypto/internal/bigmod: provide assembly addMulVVW* for loong64 Xiaolin Zhao 2024-06-19 15:09:21 +08:00
  • 0c16278124 cmd: use built-in clear for maps instead of range+delete Keith Randall 2024-09-03 13:53:37 -07:00
  • f90f7e90b3 cmd: use built-in min/max instead of bespoke versions Keith Randall 2024-09-03 13:29:42 -07:00
  • 820f58a27f cmd/compile: compute Negation's limits from argument's limits Jorropo 2024-08-15 04:54:46 +02:00
  • 2f3165973f cmd/compile: compute Complement's limits from argument's limits Jorropo 2024-08-14 22:28:00 +02:00
  • 4f2c0e5d08 cmd/compile: compute Trunc's limits from argument's limits Jorropo 2024-08-14 21:25:08 +02:00
  • 68c431e89f cmd/compile: propagate unsigned limits for Div and Mod if arguments are positive Jorropo 2024-08-13 18:40:44 +02:00
  • d91a2e5b11 cmd: replace many sort.Interface with slices.Sort and SortFunc Zxilly 2024-09-03 17:46:10 +00:00
  • 7cd0a4be5c all: omit unnecessary 0 in slice expression nlwkobe30 2024-08-30 19:05:07 +00:00
  • b8e533a7cd unicode: improve SimpleFold performance by 2x for non-foldable code points Charlie Vieth 2022-12-02 22:53:26 -05:00
  • 57f4cf2099 os: treat Getwd result of EINVAL/ERANGE the same as ENAMETOOLONG Ian Lance Taylor 2024-09-03 11:28:42 -07:00
  • 8eefc3b8f0 os: improve TestExecutable Kir Kolyshkin 2024-08-29 23:37:08 -07:00
  • 1ae6b9e31b syscall: use t.TempDir in tests Kir Kolyshkin 2024-08-29 23:22:21 -07:00
  • 763781c6ec syscall: use testenv.Executable Kir Kolyshkin 2024-08-29 22:24:30 -07:00
  • c3f346a485 math,os,os/*: use testenv.Executable Kir Kolyshkin 2024-08-29 19:51:22 -07:00
  • 76a42d7435 internal/testenv: add missing t.Helper calls Kir Kolyshkin 2024-08-29 18:23:25 -07:00
  • 995c816a7a internal/testenv: use sync.OnceValues for hasSymlink Kir Kolyshkin 2024-08-30 00:23:50 -07:00
  • 6fa224a809 testing: use testenv.Executable Kir Kolyshkin 2024-08-29 19:06:57 -07:00
  • f26c29723f cmd: use testenv.Executable helper Kir Kolyshkin 2024-08-29 19:00:00 -07:00
  • b4d4744059 internal/testenv: add Executable Kir Kolyshkin 2024-08-29 18:51:10 -07:00
  • 7303a283c4 testing: skip TestChdir/relative when on Windows when GOROOT and TMPDIR are on different drives qiulaidongfeng 2024-09-01 00:55:35 +00:00
  • e23ebec90d cmd/compile: compute Divu's limits from argument's limits Jorropo 2024-08-13 18:27:38 +02:00
  • 194fa2eb6c cmd/compile: compute Modu's maximum limits from argument's limits Jorropo 2024-08-13 17:17:06 +02:00
  • 57df33814a cmd/compile: compute OR's maximum limits from argument's limits Jorropo 2024-08-09 16:35:46 +02:00
  • 49621cc311 cmd/compile: compute XOR's limits from argument's limits Jorropo 2024-08-09 15:45:39 +02:00
  • 9a4fe7e14a cmd/compile: remove outdated comment in prove.go Jorropo 2024-08-09 15:22:28 +02:00
  • f49fe2955d cmd/compile: compute bits.TrailingZeros*'s limits from argument's limits Jorropo 2024-08-07 22:16:00 +02:00
  • 090f03fd2f cmd/compile: do constant folding for BitLen* Jorropo 2024-08-07 21:40:43 +02:00
  • 0c7523ff59 cmd/compile: compute bits.Len*'s limits from argument's limits Jorropo 2024-08-07 20:20:21 +02:00
  • 9b6efc25cd go/ast: remove unused code qiulaidongfeng 2024-08-30 01:13:44 +00:00
  • bc7e378b34 os: Getwd: fallback to slow method on ENAMETOOLONG Kir Kolyshkin 2024-08-26 23:04:40 -07:00
  • 0fe6347732 encoding/json: add embedded structs to the UnmarshalTypeError's Field j2gg0s 2024-08-27 14:35:59 +00:00
  • 3da6c94d5e internal/poll: check return value instead of errno for copy_file_range(2) Andy Pan 2024-08-29 13:01:12 +08:00
  • acce4558a0 os: update the linux minimal version and fix a typo for zero-copy Andy Pan 2024-08-29 12:58:35 +08:00
  • d555358bf8 cmd/cgo: parallelize loadDefines calls Michael Podtserkovskii 2024-04-18 12:28:13 +01:00
  • 3d4daa38a7 net: enable multipath TCP by default for listeners Aperence 2024-08-28 17:45:58 +00:00
  • a9e6a96ac0 context: document that WithValue returns a derived context Ian Lance Taylor 2024-08-17 17:53:19 -07:00
  • fc9f02c7ae image: use Rectangle{} instead of ZR tomocy 2024-08-29 12:47:40 +00:00
  • 239666cd73 os: dup pidfd if caller sets PidFD manually Wei Fu 2024-08-22 16:22:53 +08:00
  • 894ead51c5 doc: fix wording of GODEBUG history item from CL 606055 Paschalis T 2024-08-30 23:24:40 +03:00
  • 88dee90d6a cmd/dist: do not rewrite "any" -> "interface{}" Cuong Manh Le 2024-08-31 00:26:37 +07:00
  • 44483133fd syscall: honor prlimit set by a different process Ian Lance Taylor 2024-08-21 13:43:42 -07:00
  • 7b0fdd1323 encoding/base32, encoding/base64: document Decode to short buffer Ian Lance Taylor 2024-08-22 13:47:13 -07:00
  • d0baac37e6 syscall: always use prlimit for getrlimit/setrlimit on Linux Ian Lance Taylor 2024-08-28 16:20:44 -07:00
  • c209892905 cmd/cgo: correct padding required by alignment Ian Lance Taylor 2024-08-27 10:19:17 -07:00
  • 6781ff226d misc/wasm: move wasm runtime files to lib/wasm Zxilly 2024-08-24 08:39:47 +00:00
  • 4f327f271d debug/macho: fix DWARF for section names longer than 16 chars Alessandro Arzilli 2024-08-28 10:16:10 +02:00
  • 7300b9e633 internal/testenv: simplify hasSymlink for windows Kir Kolyshkin 2024-08-29 17:35:13 -07:00
  • b648cd620f internal/testenv: use sync.OnceValue[s] Kir Kolyshkin 2024-08-29 17:31:03 -07:00
  • 46985f4ec2 internal/testenv: MustHaveExec: use sync.OnceValue Kir Kolyshkin 2024-08-29 16:46:16 -07:00
  • ffb3e57401 cmd/go/testdata/script: add a test case for issue #68658 Michael Matloob 2024-08-29 14:11:15 -04:00
  • 00c48ad615 os/exec: document interaction of Dir, PWD, os.Getwd and C Alan Donovan 2024-08-28 18:13:05 -04:00
  • f84dea3a01 net/http: add HTTP2Config Damien Neil 2024-06-04 11:06:44 -07:00
  • 4f852b9734 cmd: vendor golang.org/x/telemetry@a797f33 Rob Findley 2024-08-28 20:32:37 +00:00
  • 0f003f9d15 internal/cpu, runtime: make linux/loong64 HWCAP data available WANG Xuerui 2023-04-05 15:56:42 +08:00
  • 3d1f1f27cf [release-branch.go1.23] cmd: vendor golang.org/x/telemetry@internal-branch.go1.23-vendor Michael Pratt 2024-08-28 17:45:44 -04:00
  • 9e8ea567c8 cmd/compile/internal/noder: write V2 bitstream aliastypeparams=1 Tim King 2024-08-26 15:49:09 -07:00
  • 6d52d7d22b slices: clarify Insert behavior if i == len(s) Ian Lance Taylor 2024-08-28 09:33:49 -07:00
  • 6de5a7180c [release-branch.go1.23] database/sql: fix panic with concurrent Conn and Close Nic Klaassen 2024-08-22 23:37:00 +00:00
  • 9625a7faae [release-branch.go1.23] go/types, types2: unalias tilde terms in underIs Tim King 2024-08-15 16:48:42 -07:00
  • 9c939a1e60 [release-branch.go1.23] runtime: store bp on cgocallback as unsafe.Pointer Michael Anthony Knyszek 2024-08-27 15:34:10 +00:00
  • fe63d483f4 cmd/go: print the proper error message for setting telemetry vars Michael Matloob 2024-08-28 11:15:32 -04:00
  • 7afe17bbdb [release-branch.go1.23] go/types, types2: use max(fileVersion, go1.21) if fileVersion present Michael Matloob 2024-08-16 15:13:39 -04:00
  • e126129d76 cmd/compile/internal/ssa: combine shift and addition for riscv64 rva22u64 Joel Sing 2024-08-19 23:54:17 +10:00
  • aeac0b6cbf go/types, types2: use max(fileVersion, go1.21) if fileVersion present Michael Matloob 2024-08-16 15:13:39 -04:00
  • 54fe0fd43f runtime: store bp on cgocallback as unsafe.Pointer Michael Anthony Knyszek 2024-08-27 15:34:10 +00:00
  • 7b4ecaa902 html/template: track continue nodes correctly when escaping cuishuang 2024-08-24 01:23:24 +08:00
  • 994d1d4466 net/http: simplify http.Request.Clone Jes Cok 2024-08-26 13:33:06 +00:00
  • 61e00ae134 debug/buildinfo: stop searchMagic search at EOF Michael Pratt 2024-08-27 11:13:46 -04:00
  • aa2e8b9ce2 cmd/dist: update tryDirs list to match make scripts Dmitri Shuralyov 2024-08-20 19:12:19 -04:00
  • 6f00a4efe4 debug/buildinfo: don't crash on corrupt object file Ian Lance Taylor 2024-08-26 15:17:07 -07:00
  • 7c54e024e8 cmd/compile/internal/ssagen: add check for duplicate intrinsics Joel Sing 2024-08-05 00:33:25 +10:00
  • f490a8d8fa cmd/compile/internal/ssagen: improve intrinsic test Joel Sing 2024-08-16 01:17:05 +10:00
  • dff15aa610 cmd/compile/internal/ssagen: provide intrinsicBuilders Joel Sing 2024-08-04 04:45:14 +10:00
  • 5d82dbb59c os/user: test that Current does not depend on netapi32.dll qmuntal 2024-08-09 10:57:51 +02:00
  • 36b45bca66 cmd/compile: regalloc: drop values that aren't used until after a call Keith Randall 2023-07-12 15:31:25 -07:00
  • a7689a0134 cmd/go: avoid making some paths relative in go work use Michael Matloob 2024-08-05 16:10:14 -04:00
  • bd3bb5adf9 go/internal/gcimporter: parse materialized aliases Tim King 2024-08-22 13:38:25 -07:00
  • 7f05a255a0 cmd/go: scale go list with GOMAXPROCS goto1134 2024-08-26 19:27:00 +00:00
  • 5de9811f37 cmd/compile: deprecate derived info needed field Cuong Manh Le 2024-08-25 21:06:49 +07:00
  • c586dbb8b7 internal/pkgbits: add DerivedInfoNeeded Cuong Manh Le 2024-08-25 21:05:00 +07:00
  • 2b0a157d68 cmd/compile: intrinsify math.MulUintptr on PPC64 Paul E. Murphy 2024-03-27 16:03:11 -05:00
  • 7c7d6d31f3 internal/runtime/sys: fix typo in comment Kevin Z 2024-08-24 17:36:18 +00:00
  • 96d8ff00c2 bytes: fix a typo Jes Cok 2024-08-23 13:19:17 +00:00
  • 08707d66c3 database/sql: fix panic with concurrent Conn and Close Nic Klaassen 2024-08-22 23:37:00 +00:00
  • 3b36d92c96 cmd/compile/internal: write type parameters for aliases Tim King 2024-08-20 12:43:59 -07:00
  • 02a9f51011 test/codegen: add initial codegen tests for integer min/max Joel Sing 2024-08-20 23:41:40 +10:00
  • 1e9c5bbc8a crypto/aes: add missing aes-gcm buffer overlap checks to PPC64 Paul E. Murphy 2024-08-22 09:50:08 -05:00
  • 2cee5d8109 math/big: implement addMulVVW in riscv64 assembly Joel Sing 2024-06-27 20:03:28 +10:00
  • 86cd5c4034 math/big: implement mulAddVWW in riscv64 assembly Joel Sing 2024-06-27 20:03:13 +10:00
  • 6d55a017fa crypto/sha256: provide optimised assembly for riscv64 Joel Sing 2023-08-16 01:03:51 +10:00
  • b2f3a427dd os: improve Getwd documentation Kir Kolyshkin 2024-08-21 12:47:04 -07:00
  • ea08952aa2 cmd/internal/obj/loong64: add support for instructions BSTRPICK.{W/D} and BSTRINS.{W/D} Xiaolin Zhao 2024-08-12 15:18:45 +08:00
  • 10ed134afe os: improve Windows fixLongPath Kir Kolyshkin 2024-08-21 15:11:38 -07:00
  • d2879efd02 cmd/go: document unsettable GOTELEMETRY and GOTELEMETRYDIR go env vars Michael Matloob 2024-08-22 12:00:10 -04:00
  • 422f4705ca cmd/dist: set go version in bootstrap go.mod file Michael Matloob 2024-08-13 13:53:50 -04:00
  • c7faf7f514 runtime: fix nanotime1 on windows/arm qmuntal 2024-08-22 15:02:49 +02:00