aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2020-09-03[release-branch.go1.15] cmd/compile, runtime: mark R12 clobbered for write ba...Cherry Zhang
2020-09-03[release-branch.go1.15] cmd/internal/obj: stop removing NOPs from instruction...Keith Randall
2020-09-03[release-branch.go1.15] cmd/internal/obj/ppc64: don't remove NOP in assemblerLynn Boger
2020-09-02[release-branch.go1.15] cmd/test2json: do not emit a final Action if the resu...Bryan C. Mills
2020-09-02[release-branch.go1.15] cmd/go/internal/test: keep looking for go command fla...Bryan C. Mills
2020-09-01[release-branch.go1.15] testing: treat PAUSE lines as changing the active tes...Bryan C. Mills
2020-08-27[release-branch.go1.15] testing: fix Cleanup race with Logf and ErrorfMichał Łowicki
2020-08-21[release-branch.go1.15] cmd/compile: fix checkptr handling of &^Matthew Dempsky
2020-08-21cmd/compile: correct type of CvtBoolToUint8 valuesJosh Bleecher Snyder
2020-08-06cmd: update golang.org/x/xerrorsAlexander Rakoczy
2020-08-05cmd/go: fix error stacks when there are scanner errorsMichael Matloob
2020-07-31cmd/cgo: fix mangling of enum and union typesMatthew Dempsky
2020-07-30cmd/compile: don't addLocalInductiveFacts if there is no direct edge from if ...Cholerae Hu
2020-07-27cmd/compile: add floating point load+op operations to addressing modes passKeith Randall
2020-07-27cmd/link: don't mark shared library symbols reachable unconditionallyCherry Zhang
2020-07-17go/printer: remove exported StdFormat flagDmitri Shuralyov
2020-07-15cmd/link: skip TestOldLink if the old linker does not existCherry Zhang
2020-07-13cmd/go: include GOMODCACHE in 'go help environment'Jay Conrod
2020-07-07all: go get golang.org/x/net@ab3426394381Russ Cox
2020-07-06cmd/go: display test binary output if invoked with -helpIan Lance Taylor
2020-07-06cmd/oldlink: port bug fixes to old linkerCherry Zhang
2020-07-01cmd/link: skip fallocate test if not supported, and adjust allocation size on...Cherry Zhang
2020-07-01cmd/link: fix GC data reading from shared library (attempt 2)Cherry Zhang
2020-07-01cmd/link: mark special symbols reachableCherry Zhang
2020-06-30Revert "cmd/link: fix GC data reading from shared library"Cherry Zhang
2020-06-30cmd/link: fix GC data reading from shared libraryCherry Zhang
2020-06-26cmd/cgo: prevent redeclaration of _Ctype_void when C.void is usedMatthew Dempsky
2020-06-25cmd/compile: remove check that Zero's arg has the correct base typeKeith Randall
2020-06-24crypto/x509: restore support for ios tag on darwin/amd64Filippo Valsorda
2020-06-23cmd/link: skip zero values in fingerprint checkCherry Zhang
2020-06-19cmd/link: use sym.Symbol in addpersrcCherry Zhang
2020-06-19cmd/dist: don't copy arm64 specific files for bootstap buildfanzha02
2020-06-18cmd/compile: redo flag constant ops for arm64Keith Randall
2020-06-18cmd/compile: redo flag constant ops for armKeith Randall
2020-06-18cmd/compile: mark s390x int <-> float conversions as clobbering flagsMichael Munday
2020-06-18cmd/internal/obj/ppc64: update docLynn Boger
2020-06-17cmd/compile: mark block control instruction unsafe in "all unsafe" functionsCherry Zhang
2020-06-16cmd/go: fix mod_gomodcache and generate_env TestScripts on Plan 9Fazlul Shahriar
2020-06-16cmd: update golang.org/x/toolsJay Conrod
2020-06-15cmd/compile: fix ordering problems in struct equalityKeith Randall
2020-06-12cmd/compile/internal/ssa: skip TestNexting with old Delve on linux/386Dmitri Shuralyov
2020-06-11cmd/cgo: in -godefs mode, don't change constant to typeIan Lance Taylor
2020-06-11cmd/go/internal/web: don't follow an infinite number of redirectsBaokun Lee
2020-06-10cmd/internal/objabi: enable frame-pointer for iOS arm64Gawen Arab
2020-06-10cmd/compile: always tighten and de-duplicate tuple selectorsMichael Munday
2020-06-10run.bat: do not unset GOROOT_FINAL before running testsBryan C. Mills
2020-06-09cmd/asm: fix the encoding error of VCNT instruction for arm64eric fang
2020-06-09cmd/compile: ARM comparisons with 0 incorrect on overflowXiangdong Ji
2020-06-09cmd/dist: do not unset GOROOT_FINAL prior to running testsBryan C. Mills
2020-06-08all: avoid awkward wording from CL 236857Russ Cox