0
1
mirror of https://github.com/golang/go synced 2025-06-28 19:27:35 +00:00

Commit Graph

  • 009c628b4d time: amend time resolution docs qmuntal 2023-08-03 10:07:21 +02:00
  • 6f1b895daf go/ast: deprecate Object Alan Donovan 2023-06-21 13:49:42 -04:00
  • 0236686382 os: fix test failure when Workstation service is not enabled qiulaidongfeng 2023-07-29 08:27:21 +00:00
  • 088f953fd0 all: add a few more godoc links Daniel Martí 2023-07-07 11:06:05 +02:00
  • ea565f156b cmd/compile: fix missing init nodes for len(string([]byte)) optimization Cuong Manh Le 2023-08-05 22:51:49 +07:00
  • 4198193035 cmd/compile/internal/ssagen: sort locals by alignment, not size Matthew Dempsky 2023-08-04 12:53:11 -07:00
  • cd162d27dc cmd/compile/internal/ir: remove unused Name.{Offset,SetOffset} Matthew Dempsky 2023-08-04 12:37:52 -07:00
  • dfde9e8361 os: replace "used to used" with "used to use" in description text Jes Cok 2023-08-04 04:58:40 +00:00
  • 9701d078c6 crypto/rand, internal/syscall/unix: use simpler random seed on NetBSD Maya Rashish 2023-08-02 08:32:07 +00:00
  • 20b5f3ae8b encoding/base32: optimize Encode korzhao 2023-07-05 20:23:35 +08:00
  • 2d2662f8d0 cmd/fix: use reflect.TypeFor for known types cui fliter 2023-08-02 16:38:12 +08:00
  • 834a3f844a archive/tar: add FileInfoNames interface qiulaidongfeng 2023-08-04 05:15:41 +00:00
  • a04f5adc3c encoding/xml, image/jpeg, image/png: use the builtin min function apocelipes 2023-08-04 03:15:12 +00:00
  • b55e4a7e26 os: use t.Fatalf instead of t.Errorf in TestErrProcessDone Jes Cok 2023-08-03 23:50:14 +00:00
  • 6ab8dfbe6b regexp: improve Regexp.ReplaceAll documentation and tests related to Expand part Eduard Bondarenko 2023-08-01 14:48:16 +00:00
  • 7889ae3b12 cmd/compile/internal/base: optimize the readImportCfg function to make it clearer cui fliter 2023-08-05 15:52:52 +00:00
  • 5ad1ed2aa6 arm64: replace "PCALGIN with PCALIGN" in package documentation adetunjii 2023-08-05 21:14:36 +00:00
  • dfc1437580 internal/bytealg: optimize Index/IndexString in amd64 Mauri de Souza Meneguzzo 2023-08-06 23:34:18 +00:00
  • 460dc37c88 io: remove manual SectionReader.Size in SectionReader.ReadAt Jorropo 2023-06-02 20:20:18 +02:00
  • 9fc3feb441 runtime,syscall: invert openbsd architecture tests Joel Sing 2023-08-04 21:27:20 +10:00
  • 5d5305026e internal/testenv: replace “go run.” with “go run”. in comments Jes Cok 2023-08-04 20:50:12 +00:00
  • a0c02df519 runtime/pprof: correct field alignment in machVMRegionBasicInfoData Cherry Mui 2023-08-04 16:30:40 -04:00
  • a4b6685c4c doc: move Go 1.21 release notes to x/website David Chase 2023-08-04 12:57:32 -04:00
  • c0eea2d16d doc/go1.21: update crypto release notes Filippo Valsorda 2023-08-04 15:47:36 +02:00
  • 611706b171 cmd/compile: don't use BTS when OR works, add direct memory BTS operations Keith Randall 2023-08-01 14:32:56 -07:00
  • 51cb12e83b runtime: add deferreturn fast path for linked defers Matthew Dempsky 2023-08-03 13:52:00 -07:00
  • e973d24261 [release-branch.go1.21] Revert "net/http: use Copy in ServeContent if CopyN not needed" Damien Neil 2023-07-24 16:19:49 +00:00
  • 55d08e5010 crypto/md5: optimize amd64 assembly Klaus Post 2021-10-06 16:11:40 +00:00
  • f7b4f02ba0 cmd/go: default to PIE linking on darwin/amd64 Cherry Mui 2022-09-16 18:10:56 -04:00
  • 74caf475e3 net: use fake DNS dialer for /etc/hosts aliases tests Mateusz Poliwczak 2023-08-03 09:34:44 +00:00
  • 2e6276df34 [release-branch.go1.21] spec: remove unnecessary sentence Robert Griesemer 2023-08-02 17:03:55 -07:00
  • aeef93cd64 [release-branch.go1.21] runtime/internal: switch GOWASIRUNTIME default Johan Brandhorst-Satzkorn 2023-08-01 16:01:13 -07:00
  • 73667209c1 log/slog: catch panics during formatting Andy Pan 2023-07-30 11:42:14 +08:00
  • 873f76d27b encoding/gob: skip TestLargeSlice on machines with small address space miller 2023-05-18 11:25:48 +01:00
  • 976a84b1ff spec: remove unnecessary sentence Robert Griesemer 2023-08-02 17:03:55 -07:00
  • e59eaee2e3 go/types, types2: collect per-file Go version in Info.FileVersions Robert Griesemer 2023-08-01 18:02:41 -07:00
  • d2ee7821d3 go/types, types2: don't panic during interface completion Robert Findley 2023-08-03 10:07:09 -04:00
  • 499a120099 cmd/internal/obj/arm64: move register encoding into opxrrr Joel Sing 2023-01-08 03:00:21 +11:00
  • 9ff0116229 cmd/asm,cmd/internal/obj/riscv,cmd/link: improve TLS handling on riscv64 Joel Sing 2022-09-16 02:29:12 +10:00
  • b7c826d2c4 runtime,runtime/pprof: get memory mappings on darwin. Cosmos Nicolaou 2023-06-14 14:33:43 -07:00
  • d50272a8c1 cmd/cgo/internal/testerrors: unskip TestPointerChecks on Windows qmuntal 2023-07-31 16:56:01 +02:00
  • e4aec1fa8a text/template: use "IsValid" instead of "!= zero" to compare zero Value Jes Cok 2023-08-01 13:28:14 +00:00
  • 3687f77069 runtime/internal: switch GOWASIRUNTIME default Johan Brandhorst-Satzkorn 2023-08-01 16:01:13 -07:00
  • 64939f62aa net/rpc: use reflect.TypeFor for known types Ian Lance Taylor 2023-08-01 12:38:43 -07:00
  • f8966594fa archive: use predeclared function min qiulaidongfeng 2023-08-01 05:08:08 +00:00
  • 54a540ffa2 image/jpeg, image/png: replace Fatal with Error in tests Hiro 2023-08-01 07:25:46 +00:00
  • 8657603731 net: use the extended RCode from EDNS(0) OPT resources Mateusz Poliwczak 2023-08-01 18:02:54 +00:00
  • 3ca90ed866 doc/go1.21: document changes in crypto/tls related to client authentication alerts Anit Gandhi 2023-06-27 16:55:45 +00:00
  • 3c25d832af doc: fix html tags cui fliter 2023-08-02 14:39:11 +08:00
  • a4e694b8d4 doc/go1.21: consistently use spaces for indentation Tobias Klauser 2023-07-17 14:32:44 +02:00
  • 83c4e533bc cmd/internal/obj/mips: add WSBH/DSBH/DSHD instructions Junxian Zhu 2023-05-09 19:11:20 +08:00
  • 431612eacb doc/go1.21: finish last TODO for go/types.Package.GoVersion Matthew Dempsky 2023-07-26 10:40:12 -07:00
  • ed8cbaf6ac cmd/asm: add s390x crypto related instructions Srinivas Pokala 2023-07-12 14:47:31 +02:00
  • fbf9076ee8 internal/goexperiment: add "NewInliner" experiment Than McIntosh 2023-07-11 10:34:48 -04:00
  • 35de5f2b0e [release-branch.go1.21] crypto/tls: change SendSessionTicket to take an options struct Damien Neil 2023-08-01 13:33:37 -07:00
  • a3b092d65e [release-branch.go1.21] cmd/link: use symbol-targeted relocation for initializers on Mach-O Cherry Mui 2023-06-12 13:42:30 -04:00
  • ce5e37ec21 go/types, types2: move posVers field into group of package-specific fields (cleanup) Robert Griesemer 2023-08-01 15:48:17 -07:00
  • a915b999c9 crypto/tls: change SendSessionTicket to take an options struct Damien Neil 2023-08-01 13:33:37 -07:00
  • 07c72a0915 [release-branch.go1.21] cmd/go: missing name in failed command error Mauri de Souza Meneguzzo 2023-08-02 13:47:16 +00:00
  • a09ea59198 runtime: cpu profiler to use high resolution timers on Windows qmuntal 2023-07-31 17:33:40 +02:00
  • 54e9d6d5ef reflect: update Type.FieldByName documentation qiulaidongfeng 2023-08-02 00:37:49 +00:00
  • 0f1491ded5 encoding/json: adjust comment to keep the same style as comment above Jes Cok 2023-08-02 12:30:56 +00:00
  • 76b8e80fab cmd/go: missing name in failed command error Mauri de Souza Meneguzzo 2023-08-02 13:47:16 +00:00
  • 2350afd2e8 crypto/tls: restrict RSA keys in certificates to <= 8192 bits Roland Shoemaker 2023-06-07 15:27:13 -07:00
  • 041dd5ce05 [release-branch.go1.21] go1.21rc4 go1.21rc4 Gopher Robot 2023-08-02 02:38:41 +00:00
  • fb6f38dda1 cmd/distpack: test for .DS_Store files in all directories Dmitri Shuralyov 2023-08-01 13:43:08 -04:00
  • f719de0798 cmd/dist: tolerate macOS writing .DS_Store to GOROOT/bin Dmitri Shuralyov 2023-07-29 16:33:13 -04:00
  • a51957fb0b [release-branch.go1.21] crypto/tls: restrict RSA keys in certificates to <= 8192 bits Roland Shoemaker 2023-06-07 15:27:13 -07:00
  • f32e0c30e4 encoding/json: replace "between or" with "between and" in comment Jes Cok 2023-08-01 20:22:13 +00:00
  • 0ae54ddd37 [release-branch.go1.19] go1.19.12 go1.19.12 Gopher Robot 2023-08-01 19:15:31 +00:00
  • 319504ce43 cmd/compile: implement float min/max in hardware for amd64 and arm64 Keith Randall 2023-07-31 14:08:42 -07:00
  • ca36301228 reflect: make linkable cross-references in documentation Keith Randall 2023-08-01 10:03:40 -07:00
  • adb775e309 [release-branch.go1.20] go1.20.7 go1.20.7 Gopher Robot 2023-08-01 19:15:22 +00:00
  • 659f2a2207 [release-branch.go1.20] crypto/tls: restrict RSA keys in certificates to <= 8192 bits Roland Shoemaker 2023-06-07 15:27:13 -07:00
  • 2300f7ef07 [release-branch.go1.19] crypto/tls: restrict RSA keys in certificates to <= 8192 bits Roland Shoemaker 2023-06-07 15:27:13 -07:00
  • 363f2594aa [release-branch.go1.21] cmd/go: make go list -m -u all not complain about missing checksums Russ Cox 2023-07-27 15:56:37 -04:00
  • 6fe976545d runtime: handle SIGPE exception for p256 crypto package on s390x root 2023-05-31 12:06:02 +00:00
  • b6898dde3d go/types, types2: instantiated interfaces must be concurrency safe Rob Findley 2023-07-25 11:57:37 -04:00
  • 8597d052b2 go/types, types2: remove internal constant enableInterfaceInference Robert Griesemer 2023-07-31 21:46:31 -07:00
  • 68a32ced0f cmd/compile/internal/mips: use hardware NOP instruction as NOOP on mips platform Junxian Zhu 2023-07-12 19:07:55 +08:00
  • 64c2072a94 text/template, html/template: use reflect.TypeFor for known types Ian Lance Taylor 2023-07-31 15:24:18 -07:00
  • 56d3e84bb0 encoding/json: use reflect.TypeFor for known types Ian Lance Taylor 2023-07-31 15:18:12 -07:00
  • db25bc19e5 encoding/xml: use reflect.TypeFor for known types Ian Lance Taylor 2023-07-31 15:20:54 -07:00
  • 29253f4d51 os/exec: Use the built-in function min instead of minInt apocelipes 2023-07-31 19:40:37 +00:00
  • 840ec052f6 archive/tar: narrow trim range for formatter'formatString Jes Cok 2023-06-12 12:09:44 +00:00
  • d4b46b0956 encoding/gob: use reflect.TypeFor for known types Ian Lance Taylor 2023-07-31 10:30:27 -07:00
  • 9138743679 time: mention time resolution in docs qmuntal 2023-07-31 11:00:40 +02:00
  • be0e0b06ac sync: panic rather than throw on nil *Pool Ian Lance Taylor 2023-07-29 08:59:20 -07:00
  • a2905e95a0 net/http: fix doc comment on FormValue function Eduard Bondarenko 2023-07-26 16:28:28 +00:00
  • ee61186b33 regexp/syntax: accept (?<name>...) syntax as valid capture Mauri de Souza Meneguzzo 2023-07-29 20:26:00 +00:00
  • 977e23a707 doc/go_mem: explain arrays, structs, and complex numbers Russ Cox 2023-07-31 14:01:00 -04:00
  • ceb95ea6ae [release-branch.go1.4] all: fixes for modern compilers release-branch.go1.4 Russ Cox 2023-07-31 12:30:43 -04:00
  • 26fc4aa956 errors: optimize *joinError's Error method for less allocation and faster execution Jes Cok 2023-06-06 23:25:42 +00:00
  • 17d67ed0c9 debug/buildinfo: read full data segment to lookup buildinfo magic Alexander Yastrebov 2023-07-29 17:00:35 +00:00
  • 1eaeec1095 encoding/json: optimize Unmarshal for maps korzhao 2023-07-30 15:02:15 +08:00
  • bac4e2f241 cmd/compile: try to rewrite loops to count down Jorropo 2023-07-25 16:19:10 +02:00
  • 8613ef81e6 .github: fix templates with multiple labels Sean Liao 2023-07-30 09:46:55 +01:00
  • 9b53b9b585 [release-branch.go1.21] misc/wasm: switch default WASI runtime Johan Brandhorst-Satzkorn 2023-07-25 15:54:16 -07:00
  • 734de5e526 debug/elf: don't use reflection in File.Symbols Tolya Korniltsev 2023-07-24 13:11:48 +07:00
  • 845fff35c6 archive/zip: add AddFS method to zip Writer Mauri de Souza Meneguzzo 2023-07-27 23:11:59 +00:00