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
2023-06-20
cmd/go: do not index std as a module in modcache
Russ Cox
2023-06-20
cmd/go: restore go.mod files during toolchain selection
Russ Cox
2023-06-20
cmd/distpack: rename go.mod to _go.mod in toolchain modules
Russ Cox
2023-06-20
cmd/go: disable sumdb less often for toolchain downloads
Russ Cox
2023-06-19
cmd/go/internal/modfetch: fix retractions slice initial length not zero
James Yang
2023-06-16
cmd/internal/moddeps: allow the "misc" module to be missing from GOROOT
Bryan C. Mills
2023-06-16
cmd/compile/internal/syntax: skip GOROOT/misc in TestStdLib if it doesn't exist
Bryan C. Mills
2023-06-16
cmd/internal/testdir: skip Test if GOROOT/test does not exist
Bryan C. Mills
2023-06-16
go/types: skip tests that require GOROOT/test if it is not present
Bryan C. Mills
2023-06-16
cmd/go/internal/test: don't wait for previous test actions when interrupted
Bryan C. Mills
2023-06-16
cmd/cgo/internal/testshared: disable gccgo tests on PPC64
Paul E. Murphy
2023-06-16
cmd/cgo/internal/testshared: strip newline from gccgo -dumpversion
Paul E. Murphy
2023-06-16
reflect: fix ArenaNew to match documentation
Michael Anthony Knyszek
2023-06-16
cmd/distpack: make go_$GOOS_$GOARCH_exec programs executable
Dmitri Shuralyov
2023-06-15
cmd/go: fix build config for 'go list -cover'
Than McIntosh
2023-06-15
cmd/compile: do not report division by error during typecheck
Cuong Manh Le
2023-06-15
cmd/api: skip TestIssue29837 when -short is set
qmuntal
2023-06-15
cmd/asm: fix encoding errors for FMOVD and FMOVS instructions on arm64
eric fang
2023-06-14
cmd/go: check for errors reading gccgo package list
Ian Lance Taylor
2023-06-14
cmd/go: use gover.Local for $goversion in TestScript
Bryan C. Mills
2023-06-14
all: fix spelling errors
Alexander Yastrebov
2023-06-13
all: update vendored dependencies
Michael Pratt
2023-06-13
go/types, types2: fix Hilbert test for stand-alone run
Robert Griesemer
2023-06-13
cmd/dist: more robust cleanup
Russ Cox
2023-06-13
cmd/internal/obj: make aix/ppc64 builds reproducible
Russ Cox
2023-06-13
cmd/link: fix log formats for log.Fatal calls
Russ Cox
2023-06-12
cmd/dist: do not use user build cache in versioned trees
Russ Cox
2023-06-12
cmd/compile: use callsite as line number for argument marshaling
Keith Randall
2023-06-12
cmd/go/internal/modload: address comment and test issues from CL 496635
Bryan C. Mills
2023-06-12
go/build: check for invalid import paths again
Michael Matloob
2023-06-12
go/types, types2: use correct reverse inference approach
Robert Griesemer
2023-06-12
cmd/compile/internal/types2: add missing tests from go/types
Robert Griesemer
2023-06-12
go/types, types2: use inexact unification when unifying against core types
Robert Griesemer
2023-06-12
cmd/go: omit checksums for go.mod files needed for go version lines more ofte...
Bryan C. Mills
2023-06-09
cmd/go: don't assume ImportStack always set on PackageError
Michael Matloob
2023-06-09
cmd/link: mangle certain instantiated function name in plugin mode
Cherry Mui
2023-06-09
cmd/go: fix TestScript/gotoolchain* when go.env doesn't set GOTOOLCHAIN=auto
qmuntal
2023-06-09
all: fix function names in comments
cui fliter
2023-06-08
cmd/compile: typo
cuiweixie
2023-06-07
cmd/cover: error out if a requested source file contains a newline
Bryan C. Mills
2023-06-07
cmd/cgo: error out if the source path used in line directives would contain a...
Bryan C. Mills
2023-06-07
cmd/go: fix TestScript/build_cwd_newline with CGO_ENABLED=0
Bryan C. Mills
2023-06-07
cmd/dist: disable PGO for toolchain2 build
Cherry Mui
2023-06-07
cmd/go: fix Script/build_cwd_newline test
Russ Cox
2023-06-07
cmd/go: skip TestScript/gccgo_link_ldflags on aix/ppc64
Cuong Manh Le
2023-06-07
go/types, types2: don't crash when using trace with an invalid argument
Robert Griesemer
2023-06-06
cmd/go: disallow package directories containing newlines
Bryan C. Mills
2023-06-06
cmd/go: enforce flags with non-optional arguments
Roland Shoemaker
2023-06-06
cmd/go,cmd/cgo: in _cgo_flags use one line per flag
Ian Lance Taylor
2023-06-06
cmd/go: document changes to go test -c and -o
Russ Cox
[next]