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
Age
Commit message (
Expand
)
Author
2025-05-20
cmd/compile/internal/escape: additional constant and zero value tests and log...
thepudds
2025-05-20
cmd/go: extend the ignore directive for indexed modules
Sam Thanawalla
2025-05-20
cmd/go: add 2 scripts test for git sha256 fetching
David Finkel
2025-05-20
cmd/go/internal/modload: remove likely vestigial ability to infer module path...
thepudds
2025-05-19
cmd/compile: align stack-allocated backing stores higher than required
Keith Randall
2025-05-19
cmd/compile: don't preload registers if destination already scheduled
khr@golang.org
2025-05-19
cmd/compile: allocate backing store for append on the stack
Keith Randall
2025-05-19
cmd/compile: derive bounds on signed %N for N a power of 2
Keith Randall
2025-05-19
cmd/compile/internal/noder: mark Sync as a primitive
Mark Freeman
2025-05-19
runtime: move atoi to internal/runtime/strconv
Michael Pratt
2025-05-19
cmd/compile/internal/noder: document SectionPkg
Mark Freeman
2025-05-19
cmd/compile/internal/noder: format grammar
Mark Freeman
2025-05-19
cmd/compile/internal/noder: document the PosBase section
Mark Freeman
2025-05-19
cmd/compile: fold negation into addition/subtraction on mipsx
Julian Zhu
2025-05-19
go/types, types2: improve error message for init without body
Mark Freeman
2025-05-19
runtime: pass through -asan/-msan/-race to testprog tests
Michael Pratt
2025-05-19
cmd/distpack: use positive list of tools to keep
Michael Matloob
2025-05-19
std: pass bytes.Buffer and strings.Builder by pointer
Alan Donovan
2025-05-19
cmd/compile: add prefetch intrinsic support on loong64
Guoqi Chen
2025-05-19
cmd/link/internal: add support for internal linking on loong64
limeidan
2025-05-16
cmd/distpack: remove more tools from packaged distribution
Michael Matloob
2025-05-16
cmd/distpack: remove some tools from packaged distribution
Michael Matloob
2025-05-16
cmd/compile: fold negation into addition/subtraction on mips64x
Julian Zhu
2025-05-16
cmd/go/internal/modget: check in workspace mode if go.work present
Michael Matloob
2025-05-16
cmd/go/internal/work: update minimum supported s390x version on go
Srinivas Pokala
2025-05-16
cmd/go: add global ignore mechanism
Sam Thanawalla
2025-05-15
cmd/internal/obj/loong64: change the plan9 format of the prefetch instruction...
Guoqi Chen
2025-05-15
cmd/compile: allow load-op merging in additional situations
Keith Randall
2025-05-15
cmd/compile: schedule induction variable increments late
Keith Randall
2025-05-15
cmd/compile: use OpMove instead of memmove more on arm64
Keith Randall
2025-05-15
cmd/compile: create LSym for closures with type conversion
Yongyue Sun
2025-05-15
cmd/link: fix outdated output mmap check
Zxilly
2025-05-14
cmd/compile: fold negation into addition/subtraction on loong64
Xiaolin Zhao
2025-05-14
cmd/go/internal/pkg: fail on bad filenames
Ian Alexander
2025-05-14
cmd/go: fix not print GCCGO when it's not the default
qiulaidongfeng
2025-05-14
internal/pkgbits, cmd/compile/internal/noder: document string section
Mark Freeman
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-13
cmd/go: add support for git sha256 hashes
David Finkel
2025-05-13
cmd/go: support -json flag in go version
xieyuschen
2025-05-12
cmd/link: ignore mapping symbols on riscv64
Yao Zi
2025-05-12
cmd/internal/obj/loong64: Add preld{,x} instructions support
Guoqi Chen
2025-05-12
internal/pkgbits: rename Reloc* to Section*
Mark Freeman
2025-05-12
cmd/link: use >4GB base address for 64-bit PE binaries
qmuntal
2025-05-11
cmd/internal/obj/loong64: add [X]VFCLASS.{S/D} instructions
Xiaolin Zhao
2025-05-09
cmd/go: change go tool to build tools missing from GOROOT/pkg/tool
Michael Matloob
2025-05-09
cmd/compile/internal/noder: begin documenting meta section
Mark Freeman
2025-05-08
cmd/internal/obj/loong64: add [X]VF{ADD/SUB/MUL/DIV}.{S/D} instructions
Xiaolin Zhao
2025-05-08
cmd/compile/internal/noder: begin a formal UIR grammar.
Mark Freeman
2025-05-08
runtime: schedule cleanups across multiple goroutines
Michael Anthony Knyszek
[prev]
[next]