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
2024-08-13
[release-branch.go1.23] revert "go/types, types2: only use fileVersion if 1.2...
Carlos Amedee
2024-08-12
[release-branch.go1.23] go/types, types2: only use fileVersion if 1.21 or gre...
Michael Matloob
2024-07-26
[release-branch.go1.23] types2, go/types: fix instantiation of named type wit...
Cuong Manh Le
2024-07-26
[release-branch.go1.23] cmd/compile: more informative panic when importing ge...
Robert Griesemer
2024-07-22
cmd/compile: don't inline runtime functions in -d=checkptr build
Cherry Mui
2024-07-17
cmd: vendor golang.org/x/telemetry@0b706e1
Rob Findley
2024-07-17
cmd/cgo/internal/testcarchive: remove 1-minute timeout
Cherry Mui
2024-07-16
cmd/internal/cov: close counter data files eagerly
Than McIntosh
2024-07-16
cmd/compile: fix recursive generic interface instantiation
Cuong Manh Le
2024-07-12
cmd: vendor golang.org/x/telemetry@268b4a8ec2d7
Rob Findley
2024-07-12
go/types: fix assertion failure when range over int is not permitted
Tim King
2024-07-11
all: make struct comments match struct names
cuishuang
2024-07-07
cmd/dist: remove iter,slices,maps test on GOEXPERIMENT=rangefunc
qiulaidongfeng
2024-07-05
cmd/compile: correct RewriteMultiValueCall fatal message
Cuong Manh Le
2024-07-05
cmd/compile: fix ICE when compiling global a, b = f()
Cuong Manh Le
2024-07-03
cmd/link: don't disable memory profiling when pprof.WriteHeapProfile is used
Cherry Mui
2024-07-03
cmd/cgo: read CGO_LDFLAGS environment variable
Ian Lance Taylor
2024-07-03
cmd/compile: fix mis-compilation when switching over channels
Cuong Manh Le
2024-07-03
cmd/compile: emit error message on mismatch import path
Cuong Manh Le
2024-07-03
cmd/link: document -checklinkname option
Ian Lance Taylor
2024-07-01
cmd/go/internal/workcmd: remove a potentially confusing statement
Michael Matloob
2024-07-01
cmd/link: align .reloc block starts by 32 bits for PE target
Than McIntosh
2024-07-01
cmd/go: update go clean help message
Mohamed Yousif
2024-06-28
cmd/compile: drop internal range-over-func vars from DWARF output
Alessandro Arzilli
2024-06-28
cmd/compile: don't elide zero extension on top of signed values
Keith Randall
2024-06-27
cmd/go/internal/help: add documentation for language version downgrading
Michael Matloob
2024-06-26
cmd/link: don't skip code sign even if dsymutil didn't generate a file
Cherry Mui
2024-06-26
cmd/link: don't let dsymutil delete our temp directory
Cherry Mui
2024-06-25
cmd/internal/obj/arm64: fix return with register
Joel Sing
2024-06-25
cmd/compile: update README to reflect dead code elimination changes
func25
2024-06-24
cmd: run go mod tidy after CL 593684
Dmitri Shuralyov
2024-06-24
cmd/vendor: vendor x/telemetry@38a4430
Hana (Hyang-Ah) Kim
2024-06-24
cmd/internal/obj/arm64: Enable arm64 assembler tests for cross-compiler builds
Sebastian Nickolls
2024-06-23
cmd/link/internal/ld: handle "\r" in MinGW "--print-prog-name" output
Davis Goodin
2024-06-22
cmd/link: handle dynamic import variables on Darwin in plugin mode
Cherry Mui
2024-06-21
cmd: vendor golang.org/x/telemetry@a740542
Michael Matloob
2024-06-21
cmd/internal: separate counter package from telemetry package
Michael Matloob
2024-06-21
cmd/vendor: pull in golang.org/x/telemetry@b4de734
Michael Matloob
2024-06-21
cmd/cgo: fail on v, err := C.fn when fn is a builtin function
Ian Lance Taylor
2024-06-21
types2, go/types: correct NewTypeParam documentation
Cuong Manh Le
2024-06-20
cmd/compile: support generic alias type
Cuong Manh Le
2024-06-18
all: update vendored golang.org/x/tools
Dmitri Shuralyov
2024-06-18
cmd/go: fix go list -u -m all with too new retractions dependency
Sam Thanawalla
2024-06-17
cmd/go: set GoVersion for files on the command line with vet
Sam Thanawalla
2024-06-14
cmd/compile: give the closure generated for rangefunc bodies a name.
David Chase
2024-06-14
cmd/go: fix problems with coverage percentage reporting w/ -coverpkg
Than McIntosh
2024-06-14
internal/coverage: refactor EmitPercent in preparation for bugfix
Than McIntosh
2024-06-14
cmd/go: fix handling of builtin packages in WriteCoverMetaFilesFile
Than McIntosh
2024-06-13
cmd/go: fix "go test -n -cover" glitch with no-test packages
Than McIntosh
2024-06-13
go/types, types2: typecheck cases even if switch expression is invalid
Robert Griesemer
[next]