0
1
mirror of https://github.com/golang/go synced 2025-06-25 19:04:42 +00:00

Commit Graph

  • 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
  • 7546c79e91 cmd: update vendored golang.org/x/mod Dmitri Shuralyov 2023-06-02 10:16:56 -04:00
  • 0046c1414c net/http: pull http2 underflow fix from x/net/http2 Mauri de Souza Meneguzzo 2023-10-26 01:52:57 +00:00
  • 1af424c196 runtime: clear g0 stack bounds in dropm Michael Pratt 2023-10-25 11:40:56 -04:00
  • 5fe2035927 internal/profile: actually return errors in postDecode Daniel Martí 2023-04-07 18:53:49 +01:00
  • 555af99bcc runtime/internal/atomic: add riscv64 operators for And/Or Mauri de Souza Meneguzzo 2023-10-25 10:51:58 +00:00
  • e7908ab9a2 cmd/go: allow suffixed toolchains to satisfy toolchain lines for the same base version Bryan C. Mills 2023-10-13 16:43:39 -04:00
  • 55b8e16b2e testing: use monotonic counts to attribute races in subtests Bryan C. Mills 2023-06-26 18:08:44 -04:00
  • a57c5736c5 cmd/go: remove unused (*testgoData).acquireNet test helper Tobias Klauser 2023-10-25 10:20:29 +02:00
  • 9f84df7f01 cmd/go: remove unused (*testgoData).mustHaveContent test helper Tobias Klauser 2023-09-06 11:31:58 +02:00
  • 37788b8b9e cmd/go: remove unused (*testgoData).runGit test helper Tobias Klauser 2023-09-06 11:31:56 +02:00
  • 57322b3cbf debug/elf: return error in DynString for invalid dynamic section size Ian Lance Taylor 2023-10-18 17:30:31 -07:00
  • 9cdcb01320 runtime/pprof: include labels for caller of goroutine profile Rhys Hiltner 2023-10-24 13:10:13 -07:00
  • 884c93a6df cmd/compile/internal/typecheck: use strings.Contains Tobias Klauser 2023-10-05 17:29:49 +02:00
  • 067f28ad73 Revert "crypto/internal/boring: use noescape and nocallback cgo directives" Michael Stapelberg 2023-10-25 15:04:45 +00:00
  • b5f87b5407 runtime: use max/min func qiulaidongfeng 2023-10-10 12:43:40 +00:00
  • 9ab5121691 cmd/compile: use new runtime type mechanism for type switches and asserts Keith Randall 2023-10-12 10:57:04 -07:00
  • 2d9e8ded94 cmd/compile: reorganize compiler type descriptor generation Keith Randall 2023-10-09 13:34:51 -07:00
  • 9162c4be9c cmd/compile/internal/ir: update CallExpr comment reference Michael Pratt 2023-10-23 14:51:51 -04:00
  • 25ad137cf4 runtime/internal/atomic: add memory barrier for mips Cas on failure Mauri de Souza Meneguzzo 2023-10-17 22:54:27 +00:00
  • 983d90e11d testing/slogtest: test no source key with empty PC in record Nakul Bajaj 2023-10-17 23:24:20 -07:00
  • 6f87db509a go/types: fix (*T)(nil)-to-interface conversion bug Alan Donovan 2023-10-23 18:45:06 -04:00
  • f09db2bb93 log: add available godoc link cui fliter 2023-10-14 20:11:42 +08:00
  • f9c54f9cd4 net/http: remove outdated comment about a support of CONNECT method Keiichi Hirobe 2023-10-22 17:30:37 +09:00
  • e46e8610ab crypto/internal/boring: use noescape and nocallback cgo directives qmuntal 2023-09-01 09:26:56 +02:00
  • c65f74d339 net,internal/poll: mark it as handled even if sendfile(2) succeeded with 0 bytes sent Andy Pan 2023-10-19 18:50:21 +08:00
  • 255ed03a94 runtime: allow for 10 more threads in TestWindowsStackMemory* Cuong Manh Le 2023-10-23 10:22:17 +07:00
  • 1f3f851a6e runtime: ignore ETIMEDOUT for kevent conservatively Andy Pan 2023-08-23 23:31:08 +08:00
  • bc2124dab1 bufio: allow terminating Scanner early cleanly without a final token or an error favonia 2023-05-24 21:43:15 -04:00
  • 6ba6e72e39 database/sql: add godoc links Olivier Mengué 2023-04-19 21:29:59 +02:00
  • 95974b379f net: set IsNotFound on windows and plan9 DNS queries Mateusz Poliwczak 2023-10-20 08:35:15 +00:00
  • 3839447ac3 doc: add missing space in godebug.md Roland Shoemaker 2023-10-20 09:41:39 -04:00
  • 566d94fe69 cmd/internal/obj/ppc64: refactor maskgen Paul E. Murphy 2023-09-27 10:42:37 -05:00
  • 693def151a crypto/rand,runtime: switch RtlGenRandom for ProcessPrng Roland Shoemaker 2023-10-18 11:25:08 -04:00
  • 3de6033d0e syscall: stop counting trailing NUL for abstract addresses starting with NUL F Y 2023-10-17 21:59:17 +00:00
  • c75a617af0 cmd/go/internal/work: set Incomplete to true if there is an error Quan Tong 2023-10-19 11:44:32 +07:00
  • 2968f5623c test: add tests that gofrontend failed Ian Lance Taylor 2023-10-19 16:45:00 -07:00
  • 3754ca0af2 cmd/compile: improve the implementation of Lowered{Move,Zero} on linux/loong64 Guoqi Chen 2023-04-25 03:27:23 +08:00
  • c729dc187a all: update vendored dependencies Dmitri Shuralyov 2023-10-17 15:39:54 -04:00
  • da2d7e92ca misc: drop old +build lines Dmitri Shuralyov 2023-10-17 15:21:15 -04:00
  • bf97e724b5 all: drop old +build lines Dmitri Shuralyov 2023-10-17 15:19:33 -04:00
  • b2fd76ab8d test: migrate remaining files to go:build syntax Dmitri Shuralyov 2023-10-17 15:07:58 -04:00
  • ff6dd7125e cmd/go: move all Shell methods to shell.go Austin Clements 2023-10-19 13:43:51 -04:00
  • 5bddb52a0b cmd/go: add Shell.RemoveAll Austin Clements 2023-10-17 15:05:32 -04:00
  • 4c31dfe850 cmd/go: introduce Shell abstraction Austin Clements 2023-09-20 17:01:40 -04:00
  • eabf3bf688 cmd/go: serialize access to scriptDir with output Austin Clements 2023-10-19 10:51:07 -04:00
  • ab5bd15941 cmd/go: clean up adding import path to command error Austin Clements 2023-10-11 12:15:57 -04:00
  • 9299547e4d image: add available godoc link cui fliter 2023-10-14 01:24:33 +08:00
  • 28f1bf61b7 go: add available godoc link cui fliter 2023-10-14 00:45:28 +08:00
  • d57303e65f math: add available godoc link cui fliter 2023-10-14 21:09:16 +08:00
  • bb53047f54 internal/nettrace: fix comment typo flaxinger 2023-10-16 08:55:11 +00:00
  • 1f25f96463 cmd/compile: report mismatched version set by //go:build Cuong Manh Le 2023-10-12 08:35:37 +07:00
  • 40cdf69fc9 internal/poll: add SPLICE_F_NONBLOCK flag for splice to avoid inconsistency with O_NONBLOCK Andy Pan 2023-10-17 22:38:17 +08:00
  • f3a2459caa slices: avoid an unnecessary check in Replace go101 2023-10-18 17:17:18 +00:00
  • 1c5862cc0a test/codegen: fix PPC64 AddLargeConst test Paul E. Murphy 2023-10-18 13:42:25 -05:00
  • 3803c85880 cmd/go: work around race in fmtCmd Austin Clements 2023-10-18 16:49:50 -04:00
  • 1d400cdfc9 encoding/json: use reflect.Value.IsZero andig 2023-10-14 09:32:20 +00:00
  • d1cb2483b7 database: add available godoc link cui fliter 2023-10-13 13:07:28 +08:00
  • 166063510a embed: add available godoc link cui fliter 2023-10-13 14:53:49 +08:00
  • 5d0a277fac flag: add available godoc link cui fliter 2023-10-13 15:20:55 +08:00
  • 345f6cd1bd io: add available godoc link cui fliter 2023-10-14 17:47:57 +08:00
  • 1340662ab4 debug: add available godoc link cui fliter 2023-10-13 14:48:33 +08:00
  • b78aa6c2e7 cmd/go/internal/modcmd: do not copy test embed files when vendoring Quan Tong 2023-10-11 01:55:24 +00:00
  • d580460f07 cmd/internal/obj/ppc64: refactor maskgen64 usage Paul E. Murphy 2023-09-27 10:31:52 -05:00
  • 061d77cb70 cmd/compile/internal/ssa: on PPC64, generate large constant paddi Paul E. Murphy 2023-09-15 15:20:56 -05:00
  • 3550a84840 cmd/compile: update to rules on PPC64 folding bit reversal to load Jayanth Krishnamurthy 2023-09-27 08:11:49 -05:00
  • 91bb19a59a cmd/internal/obj/arm64: replace the migrated url address cui fliter 2023-09-20 00:01:26 +08:00
  • 67359829a2 runtime: speed up readvarintUnsafe Cuong Manh Le 2023-10-16 23:07:49 +07:00
  • 070c1fcbc5 cmd/compile: move ssagen.dvarint to objw.Uvarint Cuong Manh Le 2023-10-16 15:47:08 +07:00
  • da7ac77380 cmd/compile: fix funcdata encode for functions with large frame size Cuong Manh Le 2023-10-13 10:32:57 +07:00
  • 80834af206 cmd/compile: avoid ANDCCconst on PPC64 if condition not needed Lynn Boger 2023-09-27 12:15:04 -05:00
  • 144252d2e6 cmd/go: make pkg-config check less picky Austin Clements 2023-10-18 10:48:50 -04:00
  • 4bf4c7d2e2 cmd/go: drop unnecessary Package argument to reportCmd Austin Clements 2023-10-17 12:39:32 -04:00
  • 66287d5506 cmd/go: drop unnecessary Package arguments Austin Clements 2023-10-17 12:32:52 -04:00
  • ce25ad60bb cmd/go: move fmtcmd's side effect to Showcmd Austin Clements 2023-10-12 10:54:40 -04:00
  • 1ec427e7ee cmd/go: use Builder.writeFile more extensively Austin Clements 2023-09-21 20:07:41 -04:00
  • 045ce51b05 cmd/go: delete showOutput, formatOutput, and processOutput Austin Clements 2023-09-17 18:20:11 -04:00
  • 7ee9980105 cmd/go: replace formatOutput/showOutput with reportCmd Austin Clements 2023-09-15 12:45:17 -04:00
  • 5ae9724d90 cmd/go: consolidate showOutput, formatOutput, and processOutput into reportCmd Austin Clements 2023-09-05 11:07:29 -04:00
  • fb726698b7 cmd/cgo/internal/testfortran: relax test output Cuong Manh Le 2023-10-17 20:50:30 +07:00
  • 416bc85f61 runtime: fix comments for itab bestgopher 2023-10-18 00:13:21 +00:00
  • ab2e3ce77c runtime: use cgo_import_dynamic for QueryPerformanceCounter qmuntal 2023-10-05 12:35:35 +02:00
  • a30967f4ce runtime: unconditionally load AddVectoredContinueHandler on Windows qmuntal 2023-10-05 12:28:42 +02:00
  • ff7986d670 go/printer: fix invalid output for empty decls Mauri de Souza Meneguzzo 2023-10-17 18:36:31 +00:00
  • 860c2557ab cmd/internal/testdir: accept build go1.x build tag Cuong Manh Le 2023-10-18 00:26:42 +07:00
  • 408b31dcc5 cmd/go: rename ld, ldShared "out" argument to "targetPath" Austin Clements 2023-10-11 12:31:55 -04:00
  • aa05674b1d spec: explain eval order of binary operator examples with comments Robert Griesemer 2023-10-16 09:08:51 -07:00
  • 5873bd1d7e html/template: track brace depth for each nested expression Roland Shoemaker 2023-10-05 06:16:18 -07:00
  • bc9dc8d415 all: fix function names cui fliter 2023-07-03 13:41:45 +08:00
  • dd491cfa54 bufio: link "too large to fit" to Scanner.Buffer Ian Lance Taylor 2023-10-13 12:38:57 -07:00
  • cc47df017d runtime: use real type size in map keys and values functions Ian Lance Taylor 2023-10-13 10:34:30 -07:00
  • dc12cb179a compress: some minor corrections or adjustments for godoc link cui fliter 2023-10-13 11:28:53 +08:00
  • 34f2365d88 strconv: add example for QuotedPrefix Joe Tsai 2021-07-22 15:41:53 -07:00
  • 74f47206cf expvar: add available godoc link cui fliter 2023-10-13 15:04:09 +08:00
  • 0700bcfa2e hash: add available godoc link cui fliter 2023-10-14 00:54:45 +08:00