0
1
mirror of https://github.com/golang/go synced 2025-06-24 18:54:42 +00:00

Commit Graph

  • 9d836d41d0 boring: update documentation to include arm64 Christian Kruse 2023-11-02 15:32:08 -07:00
  • d33548d178 cmd/internal/obj/riscv: fix the offset of JALR transformed from JAL Wang Yaduo 2023-10-27 14:48:25 +08:00
  • b54cae276a go/version: add new package Russ Cox 2023-10-31 19:51:18 -04:00
  • 6458c8e45f net/http/cgi: the PATH_INFO should be empty or start with a slash aimuz 2023-11-03 23:42:21 +00:00
  • 42b20297d3 net/http: remove Content-Encoding header in roundtrip_js carl.tao 2023-09-21 23:38:33 +08:00
  • f83bbaf3af net/netip: allow only valid prefix digits in ParsePrefix Mauri de Souza Meneguzzo 2023-11-01 23:19:39 +00:00
  • 8a360d68c4 net/http: set/override Content-Length for encoded range requests Mitar 2023-11-06 11:00:51 +00:00
  • f5ec2e46d9 net/http/httptest: remove unnecessary creation of http.Transport Zeke Lu 2023-11-01 13:47:23 +00:00
  • be26ae18ca cmd/go/internal/vcs: error out if the requested repo does not support a secure protocol Bryan C. Mills 2023-11-02 15:06:35 -04:00
  • 17211b64b6 cmd/link/internal/loadpe: allocate comdat definitions map lazily Than McIntosh 2023-11-06 14:18:43 -05:00
  • 36f3ec5912 runtime/internal/atomic: add 386/amd64 And/Or operators Mauri de Souza Meneguzzo 2023-11-01 02:36:36 +00:00
  • 954a9630c9 unicode: add available godoc link cui fliter 2023-11-04 16:42:48 +08:00
  • 9341046302 cmd/compile: adding rule to eliminate ANDCCconst Jayanth Krishnamurthy 2023-11-01 14:43:42 -05:00
  • f8c5d04e55 plugin: add available godoc link cui fliter 2023-11-03 19:19:58 +08:00
  • 7dd9437133 runtime: add crash stack support for mips64x Mauri de Souza Meneguzzo 2023-11-02 22:15:03 +00:00
  • 7e5ed466bb cmd/internal/asm/ppc64: avoid generating exser nops Paul E. Murphy 2023-10-26 09:23:12 -05:00
  • 8d2eb290f8 syscall: fix syntax error in mkall.sh Tobias Klauser 2023-11-01 11:46:59 +01:00
  • 0354ee3aab testing: correct comments on runCleanup Evan Jones 2023-10-31 09:04:15 -04:00
  • d5b5ab929b cmd/go: handle '@' in local path when running 'go mod edit -replace' Quan Tong 2023-11-01 18:08:23 +07:00
  • 4cd201b14b runtime: fix badmorestackg0 never called on wasm Mauri de Souza Meneguzzo 2023-11-05 16:48:15 +00:00
  • d72f4542fe cmd/go: allow 'go mod download' to switch toolchains if called with explicit arguments Bryan C. Mills 2023-08-30 10:06:00 -04:00
  • ab79684cdf runtime: donate racectx to g0 in ReadMetricsSlow Michael Anthony Knyszek 2023-11-03 17:16:51 +00:00
  • 6a32ecc059 runtime: eliminate possible stack movements in ReadMetricsSlow Michael Anthony Knyszek 2023-11-02 05:51:20 +00:00
  • 8b14e998fb cmd/go/internal/modfetch: show real URL in response body read errors Dmitri Shuralyov 2023-10-01 17:17:44 -04:00
  • e2d9574b14 crypto/x509: fix certificate policy marshaling Roland Shoemaker 2023-11-02 10:04:21 -07:00
  • 1764da77c2 cmd/link/internal/ld: use strings.TrimPrefix in expandFile Jes Cok 2023-11-01 15:34:27 +00:00
  • 642b131111 runtime: remove getcallerpc on riscv64 Joel Sing 2023-11-02 21:46:38 +11:00
  • 450f469c3c misc/wasm: silence Wasmtime 14 CLI warning Dmitri Shuralyov 2023-11-01 23:08:53 -04:00
  • b7cbcf0c27 syscall: copy rlimit.go's build constraint to rlimit_test.go Dmitri Shuralyov 2023-11-02 14:36:30 -04:00
  • 2d428cfd85 cmd/compile: fix unstable selection of hottest edge Michael Pratt 2023-11-02 14:16:16 -04:00
  • 547eb8d699 net/http: remove arbitrary timeouts in tests of Server.ErrorLog Bryan C. Mills 2023-11-02 10:29:08 -04:00
  • 39d3c4ad35 debug/elf,cmd/link: add additional relocations for loong64 Guoqi Chen 2023-10-24 16:24:39 +08:00
  • 925a4d93dc errors: add available godoc link cui fliter 2023-10-13 14:59:10 +08:00
  • f31a030e90 runtime: remove unused getOSRev on openbsd Tobias Klauser 2023-11-02 10:29:29 +01:00
  • 2ffe600dfa cmd/go/internal/modfetch: avoid path.Join in URL errors, part 2 Dmitri Shuralyov 2023-10-01 16:03:01 -04:00
  • 4e9509303b cmd/compile/internal/syntax: use strings.TrimPrefix in typeOf Jes Cok 2023-11-02 12:59:24 +00:00
  • a334c45273 os/signal: skip nohup tests on darwin builders Michael Pratt 2023-11-01 11:55:10 -04:00
  • cdf1362179 runtime: move userArenaHeapBitsSetType into mbitmap.go Michael Anthony Knyszek 2023-10-28 17:42:51 +00:00
  • 7a606fef66 runtime: split out pointer/scalar metadata from heapArena Michael Anthony Knyszek 2023-10-28 16:20:04 +00:00
  • 04575ce53f reflect: pass the right element type in verifyGCBitsSlice Michael Anthony Knyszek 2023-10-28 16:30:57 +00:00
  • 607e020150 cmd/cgo: disable #cgo noescape/nocallback until Go 1.23 Russ Cox 2023-11-02 08:15:44 -04:00
  • 5622a4b205 os/signal: remove go t.Run from TestNohup Michael Pratt 2023-11-01 17:06:08 -04:00
  • cfe36fd122 runtime: add crash stack support for riscv64 Joel Sing 2023-11-01 01:34:33 +11:00
  • 285ac5a11e go/parser: better error messages for incorrect type parameter list Robert Griesemer 2023-10-31 14:22:05 -07:00
  • 54452b963c syscall: call getfsstat via libc on openbsd Joel Sing 2023-11-01 23:43:15 +11:00
  • 4e896d179d runtime: remove map stack version handling for openbsd Joel Sing 2023-10-31 00:25:52 +11:00
  • 6a7ef36466 test: run range-over-integer tests without need for -goexperiment Robert Griesemer 2023-11-01 16:09:45 -07:00
  • 11677d983e go/types, types2: enable range over int w/o need for goexperiment Robert Griesemer 2023-10-31 16:13:21 -07:00
  • e5ef484691 spec: document range over integer expression Robert Griesemer 2023-10-31 15:38:35 -07:00
  • 08b2f1f761 os: fix PathError.Op for dirFS.Open Joe Tsai 2023-11-01 13:12:43 -07:00
  • 23711f8ef7 internal/bytealg: optimize indexbyte in amd64 qiulaidongfeng 2023-11-01 11:36:55 +00:00
  • ea3010d994 crypto/x509: optimize the performance of checkSignature dchaofei 2022-05-19 02:02:50 +00:00
  • a05a25cb19 bytes,internal/bytealg: add func bytealg.LastIndexRabinKarp Jes Cok 2023-10-31 18:34:07 +00:00
  • 0330aad038 os: report IO_REPARSE_TAG_DEDUP files as regular in Stat and Lstat Bryan C. Mills 2023-10-26 12:06:04 -04:00
  • b7a695bd68 cmd/compile/internal/syntax: better error messages for incorrect type parameter list Robert Griesemer 2023-10-31 13:29:25 -07:00
  • 34a5830c26 cmd/compile/internal/syntax: fix/update various comments Robert Griesemer 2023-10-31 09:50:00 -07:00
  • 0aa2197279 os/signal: use syscall.Wait4 directly in tests Joel Sing 2023-10-29 02:07:01 +11:00
  • 1a58fd0fda syscall: regen zsyscall for openbsd/riscv64 Joel Sing 2023-10-29 03:14:32 +11:00
  • 6ecadb4d87 syscall: regenerate zsyscall for dragonfly/freebsd/netbsd Joel Sing 2023-10-31 00:51:25 +11:00
  • e73e25b624 internal/cpu: add comments to copied functions apocelipes 2023-10-25 10:29:01 +00:00
  • d2f3a68bf0 runtime: use testenv.Command in TestG0StackOverflow Cherry Mui 2023-10-31 16:26:52 -04:00
  • b11defeaed runtime: make select fairness test less picky Keith Randall 2023-10-31 09:54:54 -07:00
  • 962ccbef91 cmd/compile: ensure pointer arithmetic happens after the nil check Keith Randall 2023-10-25 13:35:13 -07:00
  • 43b57b8516 cmd/compile: handle constant pointer offsets in dead store elimination Keith Randall 2023-10-29 21:00:29 -07:00
  • 66b8107a26 runtime: on arm32, detect whether we have sync instructions Keith Randall 2023-08-29 14:23:59 -07:00
  • dd84bb6824 crypto/x509: add new OID type and use it in Certificate Mateusz Poliwczak 2023-10-31 17:26:43 +00:00
  • 68e52bc03c bytes,internal/bytealg: eliminate IndexRabinKarpBytes using generics Jes Cok 2023-10-27 16:20:44 +00:00
  • cbc403af1d cmd/compile/internal/ssa: adjust default to the end in *Block.AuxIntString Jes Cok 2023-10-29 06:51:14 +00:00
  • 3dea7c3f69 hash/maphash: weaken avalanche test a bit more Cuong Manh Le 2023-10-31 18:34:42 +07:00
  • 289b823ac9 internal/bytealg: optimize Count/CountString in arm64 cui fliter 2023-10-28 21:21:31 +08:00
  • e293c4b509 runtime: allocate crash stack via stackalloc Joel Sing 2023-10-31 00:27:58 +11:00
  • b7a66be69c cmd/compile/internal/syntax: set up dummy name and type if func name is missing Robert Griesemer 2023-10-30 17:00:07 -07:00
  • 25a59decd5 go/types, types2: more concise error if conversion fails due to integer overflow Robert Griesemer 2023-10-30 13:51:04 -07:00
  • b6a3c0273e cmd/dist,internal/platform: enable openbsd/ppc64 port Joel Sing 2023-08-10 03:32:21 +10:00
  • f215a0be4d cmd/compile/internal/ssa: add missing space in comment Jes Cok 2023-10-29 02:11:19 +00:00
  • 434af8537e [release-branch.go1.21] net/http: pull http2 underflow fix from x/net/http2 Mauri de Souza Meneguzzo 2023-10-26 01:52:57 +00:00
  • 998fdce3ae [release-branch.go1.20] net/http: pull http2 underflow fix from x/net/http2 Mauri de Souza Meneguzzo 2023-10-26 01:52:57 +00:00
  • 9c2ab20d48 internal/fmtsort: makeChans pin pointer qiulaidongfeng 2023-10-28 07:09:01 +00:00
  • 7b04d81cbc [release-branch.go1.21] runtime/cgo: avoid taking the address of crosscall2 in code Cherry Mui 2023-10-06 20:53:27 -04:00
  • 214ce28503 cmd/go/internal/help: update the documentation to match the design and implementation Quan Tong 2023-10-16 15:39:48 +07:00
  • 1e95fc7ffe log/slog: Reorder doc comment for level constants Allen Li 2023-08-10 22:01:32 +00:00
  • 8abde68f19 math/rand/v2: delete Mitchell/Reeds source Russ Cox 2023-06-06 13:50:26 -04:00
  • 8631fcbf31 math/rand/v2: add PCG-DXSM Russ Cox 2023-06-06 13:50:08 -04:00
  • f2e2637227 math/rand/v2: simplify Perm Russ Cox 2023-06-06 10:51:09 -04:00
  • 488e2a56b9 math/rand/v2: remove bias in ExpFloat64 and NormFloat64 Branden Brown 2023-08-05 09:24:57 -04:00
  • ecda959b99 math/rand/v2: optimize Float32, Float64 Russ Cox 2023-06-06 10:49:19 -04:00
  • c266587846 math/rand/v2: add, optimize N, UintN, Uint32N, Uint64N Russ Cox 2023-06-06 09:43:20 -04:00
  • c7dddb02d3 math/rand/v2: change Source to use uint64 Russ Cox 2023-06-06 09:16:34 -04:00
  • 8fc043ccfa cmd/compile: optimize right shifts of int32 on riscv64 Ubuntu 2023-09-22 13:14:25 +00:00
  • 1f4db9dbd6 math/rand/v2: update benchmarks Russ Cox 2023-06-06 12:44:46 -04:00
  • 1cc5b34d28 math/rand/v2: remove Rand.Seed Russ Cox 2023-06-06 09:13:57 -04:00
  • 48bd1fc93b math/rand/v2: clean up regression test Russ Cox 2023-08-06 00:06:18 -04:00
  • d6c1ef52ad math/rand/v2: remove Read Russ Cox 2023-06-06 08:53:54 -04:00
  • d42750b17c math/rand/v2: rename various functions Russ Cox 2023-08-05 23:49:01 -04:00
  • 59f0ab4036 math/rand/v2: start of new API Russ Cox 2023-06-06 08:46:45 -04:00
  • 8c92897e15 cmd/compile: rework TestPGOHash to not rebuild dependencies Cherry Mui 2023-10-16 22:36:57 -04:00
  • 5613882df7 internal/testenv: use cmd.Environ in CleanCmdEnv Cherry Mui 2023-10-27 12:30:53 -04:00
  • b46aec0765 bytes,internal/bytealg: eliminate HashStrBytes,HashStrRevBytes using … Jes Cok 2023-10-27 15:01:35 +00:00
  • 0262ea1ff9 runtime: print a stack trace at "morestack on g0" Cherry Mui 2023-08-28 14:57:29 -04:00
  • 29b80397a8 crypto/subtle: use PCALIGN in xorBytes Alexander Yastrebov 2023-10-26 16:43:42 +00:00