index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
internal
Age
Commit message (
Expand
)
Author
2025-07-19
cmd/internal/obj: enable got pcrel itype in fips140 for riscv64
Meng Zhuo
2025-07-16
cmd/link, runtime: on Wasm, put only function index in method table and func ...
Cherry Mui
2025-07-16
cmd/internal/obj/wasm: use 64-bit instructions for indirect calls
Cherry Mui
2025-07-15
cmd/internal/doc: upgrade godoc pkgsite to 01b046e
Michael Matloob
2025-07-07
cmd/internal/doc: fix GOROOT skew and path joining bugs
Michael Matloob
2025-06-29
cmd/doc: fix -http on Windows
qmuntal
2025-06-09
cmd/internal/doc: increase version of pkgsite doc command that's run
Michael Matloob
2025-06-03
cmd/doc: build cmd/doc directly into the go command
Michael Matloob
2025-05-29
cmd/internal/obj/s390x: fix potential recursive String call
Michael Anthony Knyszek
2025-05-21
testing: add Attr
Damien Neil
2025-05-21
internal/runtime/cgroup: add line-by-line reader using a single scratch buffer
Michael Pratt
2025-05-21
cmd/internal/obj/loong64: remove unused register alias definitions
Guoqi Chen
2025-05-21
cmd/internal/obj/riscv: fix vector integer multiply add
Mark Ryan
2025-05-20
cmd/internal/testdir: filter out errors outside input file set
Jake Bailey
2025-05-19
runtime: move atoi to internal/runtime/strconv
Michael Pratt
2025-05-15
cmd/internal/obj/loong64: change the plan9 format of the prefetch instruction...
Guoqi Chen
2025-05-14
cmd/internal/script: fix copying directory when symlink fails
Ian Alexander
2025-05-14
cmd/intarnal/obj: add new assembly format for VANDV and VANDB on loong64
Xiaolin Zhao
2025-05-12
cmd/internal/obj/loong64: Add preld{,x} instructions support
Guoqi Chen
2025-05-11
cmd/internal/obj/loong64: add [X]VFCLASS.{S/D} instructions
Xiaolin Zhao
2025-05-08
cmd/internal/obj/loong64: add [X]VF{ADD/SUB/MUL/DIV}.{S/D} instructions
Xiaolin Zhao
2025-05-08
runtime: schedule cleanups across multiple goroutines
Michael Anthony Knyszek
2025-05-08
cmd/internal/obj/riscv: reject invalid vadc/vsbc encodings
Mark Ryan
2025-05-08
cmd/internal/obj/riscv: fix LMUL encoding for MF2 and MF8
Mark Ryan
2025-05-07
cmd/internal/obj/loong64: add [X]VFRINT[{RNE/RZ/RP/RM}].{S/D} instructions
Xiaolin Zhao
2025-05-05
Revert "cmd/compile: allow all of the preamble to be preemptible"
Keith Randall
2025-05-02
cmd/internal/obj/riscv: add support for vector permutation instructions
Joel Sing
2025-05-02
cmd/internal/obj/riscv: add support for vector mask instructions
Joel Sing
2025-05-02
cmd/internal/obj/riscv: add support for vector reduction instructions
Joel Sing
2025-05-01
cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64
Joel Sing
2025-05-01
cmd/internal/obj/riscv: add support for vector floating-point instructions
Joel Sing
2025-04-30
cmd/go, cmd/internal/objabi: detect "devel" version by substring
Dmitri Shuralyov
2025-04-28
cmd/internal/obj/loong64: fix the error parameters when calling UnspillRegist...
Guoqi Chen
2025-04-25
cmd/compile: allow all of the preamble to be preemptible
Keith Randall
2025-04-24
cmd/internal/obj: add new assembly format for BFPT and BFPF on loong64
Guoqi Chen
2025-04-23
runtime: move sizeclass defs to new package internal/runtime/gc
Michael Anthony Knyszek
2025-04-16
all: use strings.ReplaceAll where applicable
Marcel Meyer
2025-04-15
cmd/internal/obj/loong64: add support for {V,XV}SET{EQ,NE}Z.V series instruct...
limeidan
2025-04-13
cmd: fix DWARF gen bug with packages that use assembly
Than McIntosh
2025-04-09
cmd/internal/obj/wasm: use i64 for large return addr
Zxilly
2025-04-09
cmd/compile: set unalignedOK to make memcombine work properly on loong64
limeidan
2025-04-03
cmd/internal/obj/arm64: return a bit shift from movcon
Joel Sing
2025-04-03
cmd/internal/obj/arm64: deduplicate con32class
Joel Sing
2025-04-03
cmd/internal/obj/arm64: simplify conclass
Joel Sing
2025-04-01
cmd/internal/obj/riscv: add support for vector fixed-point arithmetic instruc...
Joel Sing
2025-03-29
cmd/internal/obj/arm64: factor out constant classification code
Joel Sing
2025-03-29
cmd/internal/obj/riscv: add support for vector integer arithmetic instructions
Joel Sing
2025-03-27
cmd/internal/obj/riscv,internal/bytealg: synthesize MIN/MAX/MINU/MAXU instruc...
Joel Sing
2025-03-27
cmd/internal/obj/riscv: improve constant construction
Joel Sing
2025-03-26
cmd/internal/obj/arm64: add support for BTI instruction
Joel Sing
[next]