0
1
mirror of https://github.com/golang/go synced 2025-05-07 03:41:34 +00:00

Commit Graph

  • 7eeb0a188e runtime: reserve 4kB for system stack on windows-386 Russ Cox 2024-11-12 23:23:12 +01:00
  • ab55465098 cmd/compile: wire up math/bits.TrailingZeros intrinsics for loong64 Xiaolin Zhao 2024-11-01 16:09:32 +08:00
  • 65ba6f94b3 cmd/internal/obj/loong64: add support of VMOVQ and XVMOVQ Guoqi Chen 2024-11-04 18:14:00 +08:00
  • 0ff1d42507 cmd/compile/internal/importer: exportdata section ends with the last index of "\n$$\n" Tim King 2024-11-08 14:00:49 -08:00
  • 1f8fa4941f runtime: fix iterator returns map entries after clear (pre-swissmap) Youlin Feng 2024-11-05 17:21:57 +08:00
  • 3efbc30f3d cmd/compile/internal/noder,go/internal/gcimporter: return an error if not an archive file Tim King 2024-11-08 11:49:00 -08:00
  • 95c729cf06 time: regenerate zoneinfo_abbrs_windows.go Ian Lance Taylor 2024-11-08 16:03:52 -08:00
  • 70f6c139ec image/color/palette: add godoc link to generator program Ian Lance Taylor 2024-11-08 16:02:10 -08:00
  • 745ec75719 cmd/compile/internal/ssa: improve carry addition rules on PPC64 Paul E. Murphy 2024-11-08 16:07:58 -06:00
  • c969491ed7 doc/go_mem: fix broken paper link in go_mem.html shenleban tongying 2024-11-12 02:10:06 +00:00
  • c96939fbed cmd: update github.com/google/pprof dependencies Emmanuel T Odeke 2024-11-10 12:31:16 -08:00
  • fb9b946adc cmd/compile: optimize math/bits.OnesCount{16,32,64} implementation on loong64 Guoqi Chen 2024-10-18 16:31:29 +08:00
  • 4c8ab993cd internal/runtime/maps: don't hash twice when deleting Keith Randall 2024-11-09 09:53:09 -08:00
  • f9159b11e5 internal/runtime/maps: get rid of a few obsolete TODOs Keith Randall 2024-11-08 19:58:26 -08:00
  • fe2da30cb5 cmd/compile: keep variables alive in testing.B.Loop loops sunnymilk 2024-09-10 12:27:55 -04:00
  • 73ac82f990 runtime, syscall: use pointer types on wasmimport functions Cherry Mui 2024-11-08 23:10:41 -05:00
  • 6051da46d0 crypto/internal/fips: avoid some non-relocatable global initializers Russ Cox 2024-11-05 13:50:00 -05:00
  • 5a9aeef9d5 cmd/compile: allow more types for wasmimport/wasmexport parameters and results Cherry Mui 2024-11-08 12:43:06 -05:00
  • 583d750fa1 cmd/compile: wire up bits.Reverse intrinsics for loong64 Xiaolin Zhao 2024-11-02 15:40:13 +08:00
  • 4b89120b12 cmd/internal/obj/loong64: switch Lookup function call to ABIInternal mode Guoqi Chen 2023-11-22 08:55:40 +08:00
  • 4b0da6b13f cmd/compiler,internal/runtime/atomic: optimize And{64,32,8} and Or{64,32,8} on loong64 Guoqi Chen 2024-09-23 11:38:36 +08:00
  • 72a92ab5b7 cmd/compiler,internal/runtime/atomic: optimize xchg{32,64} on loong64 Guoqi Chen 2023-04-01 08:49:58 +08:00
  • 5123f38e05 cmd/compile: update comment for initLimit in prove pass Youlin Feng 2024-11-04 07:43:43 +08:00
  • e67c0f0c8f cmd/compile/internal/noder: replace recompile library error messages Tim King 2024-11-08 11:21:18 -08:00
  • 99253ea4f4 cmd/internal/goobj: regenerate builtinlist Ian Lance Taylor 2024-11-08 12:51:28 -08:00
  • b0bbfb1e0f cmd/compile/internal/importer: drop support for indexed format Tim King 2024-11-08 10:54:18 -08:00
  • 64e7f66b26 encoding/json, text/template: use reflect.Value.Equal instead of == Emmanuel T Odeke 2024-11-07 17:40:08 -08:00
  • 2b33434287 cmd/asm: use single-instruction forms for all loong64 sign and zero extensions Xiaolin Zhao 2024-11-07 10:17:18 +08:00
  • e6cc9d228a cmd/compile: implement FMA codegen for loong64 Xiaolin Zhao 2024-11-05 15:30:45 +08:00
  • 2751443e92 cmd/internal/obj/loong64: add {V,XV}PCNT.{B,H,W,D} instructions support Guoqi Chen 2024-10-17 16:26:52 +08:00
  • e534989d18 cmd/compile/internal: intrinsify publicationBarrier on loong64 Guoqi Chen 2024-09-19 19:50:23 +08:00
  • 4f7af5d192 cmd/compiler,internal/runtime/atomic: optimize xadd{32,64} on loong64 Guoqi Chen 2023-04-03 12:11:46 +08:00
  • acad0c2e9a cmd/go/internal/lockedfile: fix function name in error message for test changwang ma 2024-10-25 23:16:12 +08:00
  • bccd686f9d runtime/cgo: use pthread_getattr_np on Android Cherry Mui 2024-11-06 21:13:44 -05:00
  • 411ba0ae86 runtime/pprof: add label benchmark Felix Geisendörfer 2024-03-26 20:23:30 +01:00
  • 4582f239c3 cmd/internal/objabi, cmd/link: introduce SymKind helper methods Russ Cox 2024-10-31 09:49:47 -04:00
  • 43f889b9e5 cmd/internal/objabi, cmd/link: add FIPS symbol kinds Russ Cox 2024-10-31 10:53:48 -04:00
  • 2e97c30d8d debug/elf: add SHT_GNU_VERDEF section parsing benbaker76 2024-11-06 23:13:37 +00:00
  • fc5e8f2f6b runtime/race: treat map concurrent access detection as a race detector hit Keith Randall 2024-11-06 13:53:02 -08:00
  • daa6c9310e cmd/link: remove dummy argument from ld.Errorf Russ Cox 2024-11-01 14:56:25 -04:00
  • 5b20eec8a0 cmd/internal/obj: replace obj.Addrel func with LSym.AddRel method Russ Cox 2024-11-05 13:33:17 -05:00
  • 4ce8c0604e cmd/internal/obj/loong64: add {V,XV}SEQ.{B,H,W,D} instructions support Guoqi Chen 2024-09-26 19:11:50 +08:00
  • 751a817ccc cmd/internal/obj/loong64: add {V,XV}LD/{V,XV}LDX/{V,XV}ST/{V,XV}STX instructions support Guoqi Chen 2024-09-26 17:39:04 +08:00
  • ac345fb7e7 cmd/compiler,internal/runtime/atomic: optimize Store{64,32,8} on loong64 Guoqi Chen 2024-09-13 18:47:56 +08:00
  • c390a1c22e [release-branch.go1.23] go1.23.3 go1.23.3 Gopher Robot 2024-11-06 22:21:42 +00:00
  • 8af39d30a4 [release-branch.go1.22] go1.22.9 go1.22.9 Gopher Robot 2024-11-06 22:21:19 +00:00
  • 9088883cf4 image/jpeg: initialize dct_test constants at compile time Nigel Tao 2024-11-03 23:21:45 +11:00
  • eb29beb0ad cmd/objdump: add s390x plan9 disasm support Srinivas Pokala 2024-10-29 07:33:44 +01:00
  • 23493579ea net/http: 308 redirects should use the previous hop's body Damien Neil 2024-11-06 11:08:51 -08:00
  • 2c7b5ba8ca crypto/internal/fips: fix Avo generators Filippo Valsorda 2024-11-06 20:15:59 +01:00
  • 840ac5e037 context: listen on localhost in example Russ Cox 2024-11-06 11:19:37 -05:00
  • 72801623cb cmd/link/internal/ld: fix sort comparison Russ Cox 2024-10-30 19:23:47 -04:00
  • 7fff741016 syscall: mark SyscallN as noescape qmuntal 2024-11-05 16:01:45 +01:00
  • 067d58b534 net/http: handle new HTTP/2 error for 1xx limit exceeded Damien Neil 2024-11-04 14:31:30 -08:00
  • d6fb0ab2c7 cmd/compile: wire up Bswap/ReverseBytes intrinsics for loong64 Xiaolin Zhao 2024-11-02 14:30:31 +08:00
  • d98c51809d cmd/compile: wire up math/bits.Len intrinsics for loong64 Xiaolin Zhao 2024-11-02 10:59:20 +08:00
  • 671f2841cb all: update golang.org/x/sys [generated] Dmitri Shuralyov 2024-11-01 11:57:48 -04:00
  • bfc8f28068 net/http: add Protocols field to Server and Transport Damien Neil 2024-05-29 09:24:20 -07:00
  • 635c2dce04 cmd/go: add built in git mode for GOAUTH Sam Thanawalla 2024-08-13 17:01:47 +00:00
  • 3b94c357f8 io: simplify tests by removing redundant statements Oleksandr Redko 2024-11-05 13:09:37 +02:00
  • 1e740c7669 cmd/compile: fix an internal crash in embed Russ Cox 2024-10-30 10:18:00 -04:00
  • d92e8fe25c io/fs: clarify that "." may only be used for root Ian Lance Taylor 2024-11-01 21:50:12 -07:00
  • dacf253afa net/internal/cgotest: don't try to use cgo with netgo build tag Markus 2024-11-04 19:17:55 +00:00
  • 293a205f3c internal/platform: fix 'reportsr' typo in comment Kristóf Havasi 2024-11-04 13:25:34 +01:00
  • 08d2403576 time: add examples for Since, Until, Abs and fix some comments cuishuang 2024-10-31 21:45:00 +08:00
  • cb163ff60b cmd/compile: init limit for newly created value in prove pass Youlin Feng 2024-11-03 12:10:26 +08:00
  • 4f092a9f34 cmd/go: fix typo in ExtraEnvVarsCostly qiulaidongfeng 2024-10-23 21:33:00 +08:00
  • 0140aae6d0 cmd/compile: optimize Ctz64 on 386 Youlin Feng 2024-10-22 17:18:11 +08:00
  • bea9b91f0f time: accept "+01" in TestLoadFixed on OpenBSD Dmitri Shuralyov 2024-11-04 17:36:26 -05:00
  • 5f88755f43 cmd/compile: add loong64-specific inlining for runtime.memmove Xiaolin Zhao 2024-10-09 15:42:23 +08:00
  • 47a48ebf34 hash/crc32: optimize the loong64 crc32 implementation Xiaolin Zhao 2024-11-01 14:39:35 +08:00
  • 6f59c11155 go/types, types2: better error message when selecting on a built-in Robert Griesemer 2024-10-30 15:57:42 -07:00
  • d72b5bc3d7 cmd/go/internal/web: split interceptor into separate package Michael Matloob 2024-11-04 13:32:36 -05:00
  • e8bb9129d1 runtime/pprof: relax TestProfilerStackDepth Nick Ripley 2024-11-01 13:43:34 -04:00
  • ea38fa5345 cmd/compile: fix mis-compilation with labeled fallthrough Cuong Manh Le 2024-11-03 21:27:00 +07:00
  • 324f41b748 cmd/compile: fix inlining name mangling for blank label Cuong Manh Le 2024-11-03 15:52:29 +07:00
  • 76f3e0ac8d go/types, types2: print variadic argument in dotdotdot form in error message Youlin Feng 2024-11-01 11:17:49 +08:00
  • 9c5f5bd6d3 go/parser: set File{Start,End} correctly in all cases Alan Donovan 2024-11-02 13:38:44 -04:00
  • 9c93d99c61 image/jpeg: add more theHuffmanSpec comments Nigel Tao 2024-11-03 23:09:45 +11:00
  • 989eed2849 slice, sort: correct triple of xorshift RNG Meng Zhuo 2024-11-01 09:51:08 +08:00
  • 375129ab4c cmd/dist, internal/syslist: update UnixOS comments Ian Lance Taylor 2024-10-28 17:12:41 -07:00
  • 3ae5ff2a27 cmd/asm: add support for loong64 FMA instructions Xiaolin Zhao 2024-10-31 16:57:23 +08:00
  • 4a0d5d601e cmd/go: permit linker flag -Wl,--push-state,--as-needed Ian Lance Taylor 2024-10-24 17:40:32 -07:00
  • 3452f07457 runtime: fix out-of-date comment doc changwang ma 2024-10-24 00:43:28 +08:00
  • 2fd2718f6b bufio: add example for ReadFrom and remove unused code cuishuang 2024-11-01 17:55:50 +08:00
  • 65235e137f all: update golang.org/x/text to v0.19.0 Xiaolin Zhao 2024-10-31 11:43:31 +08:00
  • 43725ba283 internal/runtime/maps: return after fatal to help register allocator khr@golang.org 2024-10-31 16:04:33 -07:00
  • 47cd14f268 internal/runtime/maps: clean up put slot calls khr@golang.org 2024-10-31 10:42:23 -07:00
  • 378c48e6c7 internal/runtime/maps: use matchEmptyOrDeleted instead of matchEmpty khr@golang.org 2024-10-31 10:10:08 -07:00
  • 900578d09c internal/runtime/maps: removed unused convertNonFullToEmptyAndFullToDeleted Keith Randall 2024-10-25 14:22:23 -07:00
  • 490f6a7933 internal/runtime/maps: simplify emptyOrDeleted condition Keith Randall 2024-10-25 13:58:44 -07:00
  • b813e6fd73 cmd/cgo/internal/testsanitizers: disable ASLR for TSAN tests Michael Anthony Knyszek 2024-10-31 20:41:51 +00:00
  • 7240c6cb97 cmd/asm: add support for loong64 CRC32 instructions Xiaolin Zhao 2024-10-31 15:11:05 +08:00
  • 3f694f73d0 cmd/asm: add support for the rest of loong64 unary bitops Xiaolin Zhao 2024-10-31 16:18:08 +08:00
  • a69fffbaf8 net,os: consolidate poll.SendFile sending until EOF with 0 Andy Pan 2024-10-30 08:18:25 +08:00
  • 970dfe0ff0 internal/poll: fix the inaccurate comment and add a edge test case Andy Pan 2024-10-29 16:27:22 +08:00
  • 6df37f70de internal/poll: make sendfile(2) work on Androids Andy Pan 2024-10-29 14:18:38 +08:00
  • 91ec6b6321 internal/poll: confine runtime OS-checks to sendFileChunk Andy Pan 2024-10-29 12:27:30 +08:00
  • d74defe8d3 crypto/rand: skip TestAllocations on plan9 Richard Miller 2024-10-31 16:06:48 +00:00
  • 81f89f2011 crypto/internal/fips/sha3/testdata: remove unused KATS Daniel McCarney 2024-10-30 15:18:35 -04:00