0
1
mirror of https://github.com/golang/go synced 2025-06-16 17:48:47 +00:00

Commit Graph

  • a65a2bbd8e [release-branch.go1.22] all: tidy dependency versioning after release Dmitri Shuralyov 2024-04-03 13:16:43 -04:00
  • 170862d683 slices: simplify slice expression for Replace Jes Cok 2024-03-30 10:32:20 +08:00
  • dddf0ae40f [release-branch.go1.22] go1.22.2 go1.22.2 Gopher Robot 2024-04-03 15:18:03 +00:00
  • d8392e6997 [release-branch.go1.21] go1.21.9 go1.21.9 Gopher Robot 2024-04-03 15:17:56 +00:00
  • e55d7cf843 [release-branch.go1.22] net/http: update bundled golang.org/x/net/http2 Damien Neil 2024-03-28 16:57:51 -07:00
  • ae5913347d [release-branch.go1.21] net/http: update bundled golang.org/x/net/http2 Damien Neil 2024-03-28 16:49:40 -07:00
  • d8e47e257e fmt: add available godoc link cui fliter 2023-10-13 23:14:30 +08:00
  • cf8010d221 text/template: more godoc links Olivier Mengué 2024-03-30 16:22:13 +01:00
  • d08a957298 all: add reflect.SliceAt function Cuong Manh Le 2023-08-08 12:58:33 +07:00
  • 3d61f24835 reflect: handle String kind in Value.{Pointer,UnsafePointer} Cuong Manh Le 2023-08-08 09:51:22 +07:00
  • e074fcc945 internal/poll, net, os: remove poll.Splice syscall name return value Tobias Klauser 2024-04-02 11:23:47 +02:00
  • b6efc3b755 cmd/go/internal/modload: close modules.txt guoguangwu 2024-04-02 01:05:42 +00:00
  • 5038ce82b6 cmd/compile: add missing OASOP case in mayModifyPkgVar Cuong Manh Le 2024-03-30 06:09:57 +07:00
  • 973befe714 cmd/compile: check ODEREF for safe lhs in assignment during static init Cuong Manh Le 2024-03-30 17:35:46 +07:00
  • 94dba61276 internal/abi: clean up type of Kind and Type.Kind_ Austin Clements 2024-04-01 15:39:41 -04:00
  • cb6d15a747 cmd/compile/internal/ssa: fix typos in comment and log guoguangwu 2024-03-30 04:14:55 +00:00
  • e0cd90528e reflect: add available godoc link cui fliter 2023-11-03 19:33:51 +08:00
  • daaf1f2220 all: use kind* of abi qiulaidongfeng 2024-04-02 13:08:24 +00:00
  • e3ec1ca17e os: define wrapSyscallError only on linux Tobias Klauser 2024-04-02 00:10:47 +02:00
  • 88b1d6115a encoding/json: prevent duplicate slicebytetostring Shengyu Zhang 2024-03-30 03:56:30 +00:00
  • 0611816216 regexp/syntax: cleanup code generation in perl_groups.go Olivier Mengué 2024-01-16 00:16:25 +01:00
  • be50b58d70 internal/zstd: optimize window reset using make for buffer allocation aimuz 2024-03-05 03:02:57 +00:00
  • 3b29222ffd cmd: update vendored x/tools to 904c6ba Alan Donovan 2024-03-29 15:49:38 -04:00
  • e565720e49 database/sql: refactor unused variables to use blank identifiers Mohammad Abbasi 2023-03-12 00:23:14 +00:00
  • cd294f55ca cmd: update and vendor golang.org/x/telemetry@3640ba5 Michael Matloob 2024-04-01 15:56:03 -04:00
  • dfb17c126c cmd/compile: support float min/max instructions on PPC64 Paul E. Murphy 2024-03-22 11:41:58 -05:00
  • a49952445f cmd/compile: close files in the startProfile function guoguangwu 2024-03-30 03:46:09 +00:00
  • 7c89ad6a80 os: support relative paths in fixLongPath qmuntal 2024-03-27 14:24:10 +01:00
  • 6bfaafd3c3 database/sql: use slices to simplify the code apocelipes 2024-03-29 20:09:37 +00:00
  • d49a14c609 cmd/cgo: update outdated docs about cgocheck2 Kévin Dunglas 2024-03-30 09:13:39 +00:00
  • ba9c445f16 cmd/go: close elf file in the readpkglist function guoguangwu 2024-03-29 06:21:14 +00:00
  • 0bf6071066 Revert "cmd/compile/internal: merge stack slots for selected local auto vars" Cuong Manh Le 2024-03-29 23:44:59 +00:00
  • 89f7805c2e cmd/compile/internal: merge stack slots for selected local auto vars Than McIntosh 2023-12-28 14:26:34 +00:00
  • 754f870381 crypto/tls,regexp: remove always-nil error results Daniel Martí 2023-09-17 21:46:35 +01:00
  • dcf046f021 cmd/compile/internal: refactor coverage ir.Name flags Than McIntosh 2024-03-05 15:52:28 +00:00
  • 7979c8f588 cmd/compile/internal/liveness: introduce "live intervals" utility Than McIntosh 2024-02-22 14:06:28 +00:00
  • 593daf785f cmd/compiler/internal/ssagen: refactor code to sort stack vars Than McIntosh 2024-02-22 14:12:06 +00:00
  • 29fcd1569a Revert "cmd/compile: add missing OINLCAll case in mayModifyPkgVar" Than McIntosh 2024-03-29 21:31:56 +00:00
  • 9a028e14a5 cmd/compile: add missing OINLCAll case in mayModifyPkgVar Cuong Manh Le 2024-03-29 15:00:09 +07:00
  • 27c7a3dcc3 regexp/syntax: use the Regexp.Equal static method directly Daniel Martí 2024-03-28 08:19:22 +09:00
  • 2830d5457e runtime: make use of builtin clear in tests Jes Cok 2024-03-28 12:50:04 +08:00
  • 8f59b28fb3 cmd/cgo: close the file opened in the dynimport function guoguangwu 2024-03-28 01:24:19 +00:00
  • d0051be847 runtime: simplify timers.siftDown Russ Cox 2024-03-27 22:14:27 -04:00
  • bb7a29991c runtime: move whenHeap into heap slice Russ Cox 2024-03-27 22:33:44 -04:00
  • bb523c9542 net/http: correct doc for ServeFileFS Jes Cok 2024-03-28 22:33:37 +08:00
  • 8f618c1f53 cmd/compile: put constants before variables in initialization order Keith Randall 2024-03-28 08:47:52 -07:00
  • 3f90ba7f1f go/ast: more godoc links Olivier Mengué 2024-03-27 23:09:23 +01:00
  • fae6eb5f2f runtime: fix timer race introduced in CL 573455 Russ Cox 2024-03-27 10:08:25 -04:00
  • 77d9cb8937 runtime: adjust when timers.adjust is called Russ Cox 2024-03-27 21:46:12 -04:00
  • 97f1b76b4b runtime: optimize timers.cleanHead Russ Cox 2024-03-27 22:00:31 -04:00
  • 84b190ad3c runtime: avoid unnecessary netpoll wakeups during timer creation Russ Cox 2024-03-27 22:44:52 -04:00
  • 4edf4bb2c6 [release-branch.go1.22] all: update golang.org/x/net Damien Neil 2024-03-27 15:01:59 -07:00
  • 30d8550669 [release-branch.go1.21] all: update golang.org/x/net Damien Neil 2024-03-27 15:04:33 -07:00
  • 33fd95b820 encoding/asn1: simplify appendFourDigits apocelipes 2024-03-26 06:44:26 +00:00
  • ed9aed1c9d internal/sysinfo: implement CPUName on bsd systems Russ Cox 2023-08-17 15:44:20 -04:00
  • 2e1003e2f7 cmd/go: replace reflect.DeepEqual with slices.Equal and maps.Equal Daniel Martí 2024-03-26 22:59:41 +02:00
  • 0c5612092d cmd/compile: rename cmd/compile/internal/pgo to cmd/compile/internal/pgoir Michael Pratt 2024-03-05 11:04:26 -05:00
  • 63deaf00ea cmd/compile,cmd/preprofile: move logic to shared common package Michael Pratt 2024-03-04 13:29:39 -05:00
  • efb7cc4275 [release-branch.go1.21] go/types, types2: don't do version checks for embedded types of imported interfaces Robert Griesemer 2024-03-12 09:31:06 -07:00
  • 2860e01853 os: make readdir more robust on Windows qmuntal 2024-03-25 16:37:05 +01:00
  • 2c6d106541 [release-branch.go1.22] cmd/compile: don't assume args are always zero-extended Keith Randall 2024-03-12 12:56:03 -07:00
  • 46587483e3 [release-branch.go1.22] cmd/compile: fix sign/zero-extension removal Keith Randall 2024-03-02 19:22:07 -08:00
  • 0a5b33a883 [release-branch.go1.22] encoding/gob: make x509.Certificate marshalable again Russ Cox 2024-03-12 12:51:44 -04:00
  • 132f9fa9f8 test: issue16016: use fewer goroutines for gccgo Ian Lance Taylor 2024-03-26 13:18:34 -07:00
  • d4cc35c4fd all: make use of builtin clear Jes Cok 2024-03-27 20:44:18 +08:00
  • 979b34b37c cmd/preprofile: drop output directory check Michael Pratt 2024-03-04 13:20:43 -05:00
  • a16b4bf30c cmd/preprofile: clean up error handling Michael Pratt 2024-03-04 12:38:43 -05:00
  • 0c53f93faa [release-branch.go1.22] cmd/go/internal/modfetch: pass "-c" arguments to git before subcommands Bryan C. Mills 2024-03-06 17:50:45 -05:00
  • abfd578156 [release-branch.go1.22] runtime: fix EvFrequency event value on Windows in the new tracer Michael Anthony Knyszek 2024-02-28 22:24:48 +00:00
  • 50dcffb384 crypto/internal/boring: don't shadow named returns Roland Shoemaker 2024-03-25 17:11:26 +01:00
  • b47f2febea runtime,hash/maphash: reuse hashSets to save memory pressure Keith Randall 2024-03-26 09:23:16 -07:00
  • d3e5e9fdf6 crypto/aes: fix regression for ppc64x Lynn Boger 2024-03-25 11:14:27 -05:00
  • 1e12eab870 all: fix a large number of comments cui fliter 2024-03-22 23:31:44 +08:00
  • 4217877670 cmd/internal/ssa: fix typo in comment guoguangwu 2024-03-22 06:17:00 +00:00
  • 8bf9f4bb66 cmd/link: close memory profile guoguangwu 2024-03-26 06:38:55 +00:00
  • 51a96f86f7 regexp/syntax: simplify the code apocelipes 2024-03-25 14:13:35 +00:00
  • 7fb7acb82d [release-branch.go1.22] cmd/link/internal/riscv64: generate local text symbols for R_RISCV_CALL Joel Sing 2024-02-27 23:57:43 +11:00
  • e23707b59c [release-branch.go1.22] go/types, types2: handle Alias types in substitution Robert Griesemer 2024-02-21 12:54:10 -08:00
  • 3826650c99 [release-branch.go1.22] cmd/compile: fix early deadcode with label statement Cuong Manh Le 2024-02-21 18:50:11 +07:00
  • e71b0b1fee [release-branch.go1.22] cmd/compile: fix copying SSA-able variables optimization Cuong Manh Le 2024-03-07 14:49:30 +07:00
  • 0bd1a2289d [release-branch.go1.21] cmd/internal/obj/ppc64: don't modify runtime.elf_* symbols Paul E. Murphy 2024-03-12 15:00:08 -05:00
  • 9508eae5d1 [release-branch.go1.22] cmd/internal/obj/ppc64: don't modify runtime.elf_* symbols Paul E. Murphy 2024-03-12 15:00:08 -05:00
  • 2b5e99455d runtime,hash/maphash: make tests use less memory Keith Randall 2024-03-25 13:53:07 -07:00
  • 340f73ce34 net/http: fix typo in log message Damien Neil 2024-03-25 13:03:37 -07:00
  • f6b93a4c35 slices: add examples Jes Cok 2024-03-21 13:50:37 +08:00
  • aab837dd46 net/http: panic early in do when Client is nil Kevin Burke 2022-06-24 13:13:05 -07:00
  • 1f354a60ff runtime: don't call lockOSThread for every syscall call on Windows qmuntal 2024-03-11 10:49:44 +01:00
  • 3659b8756a cmd/internal/obj/riscv: use native rotation instructions for rva22u64 Joel Sing 2024-03-19 22:36:42 +11:00
  • 3fefec96ad runtime: fix the failures from longtest builders Andy Pan 2024-03-26 07:13:57 +08:00
  • e7bdc8819a internal/trace/v2: fix reader version for dumping text output Michael Anthony Knyszek 2024-03-25 17:00:55 +00:00
  • 4c2b1e0feb runtime: migrate internal/atomic to internal/runtime Andy Pan 2024-02-01 10:21:14 +08:00
  • b1182f22c0 cmd/go/internal/modget: remove duplicate exit Zxilly 2024-03-19 01:09:54 +00:00
  • 8ed0d35fef regexp: use slices to simplify the code apocelipes 2024-03-25 05:58:00 +00:00
  • b37fb8c6ca test/stress: fix typo in comment guoguangwu 2024-03-25 02:21:10 +00:00
  • 2c6773618d crypto/rand: close /dev/random on plan9 after seeding guoguangwu 2024-03-25 00:52:53 +00:00
  • 051e99292f os: reuse buffer pool more aggressively in readdir qmuntal 2024-03-25 12:19:47 +01:00
  • 15b2f69aa9 net/http: also log TLS errors which look like HTTP sent to an HTTPS port Damien Neil 2024-03-25 08:41:34 -07:00
  • 13a1f39ade log/slog: use plain string concatenation for Attr.String Kevin Burke 2024-03-21 15:59:30 -07:00
  • 25aa45afcf os: fix typo in test guoguangwu 2024-03-24 12:06:41 +00:00
  • 2c150f401b crypto/aes: speed up AES by reducing allocations Marten Seemann 2024-02-04 12:59:59 +07:00