summaryrefslogtreecommitdiff
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* darwin/amd64: fix text-relocation issues for c-archive libraries
Aaron Zinman2016-04-141-2/+3
* cmd/cgo: recognize known C typedefs as typesIan Lance Taylor2016-04-141-4/+7
* runtime, syscall: only search for Windows DLLs in the System32 directoryBrad Fitzpatrick2016-04-081-28/+29
* all: merge master into release-branch.go1.6Russ Cox2016-02-1741-7/+117
|\
| * cmd/go: avoid race on test environmentIan Lance Taylor2016-02-163-1/+32
| * cmd/compile: print struct tags in var decl in inlined func bodyRuss Cox2016-02-161-1/+7
| * cmd/compile: add write barrier to type switchKeith Randall2016-02-121-1/+1
| * cmd/link: fix padding for dwarf aranges on 32 bit platforms.Ryan Brown2016-02-121-1/+3
| * cmd/go: use GOPATH order for compile -I and link -L optionsRuss Cox2016-02-092-0/+71
| * build: mv cmd/vendor cmd/internal/unvendorRuss Cox2016-02-0933-2/+2
| * cmd/go: silence standard imports non-standard error for non-existent import t...Russ Cox2016-02-091-1/+1
* | all: merge master into release-branch.go1.6Chris Broadfoot2016-02-036-12/+101
|\ \ | |/
| * cmd/go: fix rebuild after installation of new Go releaseRuss Cox2016-02-032-10/+85
| * cmd/vet: don't crash in cgo checker if type is unknownIan Lance Taylor2016-02-032-0/+12
| * cmd/go: document that -msan requires clangRuss Cox2016-02-022-2/+4
* | all: merge master into release-branch.go1.6Russ Cox2016-02-021-1/+10
|\ \ | |/
| * cmd/go: avoid use of git -C, which does not exist in RHEL 7Russ Cox2016-02-021-1/+10
* | all: merge master into release-branch.go1.6Russ Cox2016-02-026-5/+108
|\ \ | |/
| * cmd/compile: fix parsing of inlined interface types with unexported methodsRobert Griesemer2016-02-011-0/+18
| * cmd/go: avoid a few symlink-induced errors in internal and vendor checksRuss Cox2016-01-293-1/+83
| * cmd/vet: report uncalled functions in Printf %vRuss Cox2016-01-292-4/+7
* | [release-branch.go1.6] cmd/newlink: remove from release branchgo1.6rc1Chris Broadfoot2016-01-2839-5264/+0
|/
* cmd/internal/obj/x86: skip test when GOHOSTARCH is setBrad Fitzpatrick2016-01-271-0/+7
* cmd/go: refine definition of 'standard' import paths to include vendored codeRuss Cox2016-01-274-10/+74
* cmd/go: recognise plan9_arm object filesRichard Miller2016-01-271-0/+1
* cmd/link: correct byte ordering in plan9_arm object headerRichard Miller2016-01-271-8/+8
* cmd/go: disable broken test for code.google.comRuss Cox2016-01-272-2/+3
* cmd/internal/obj/arm64: adjust literal pool flush for span-dependent jump enl...Russ Cox2016-01-271-4/+11
* cmd/compile: remove -h spamRuss Cox2016-01-271-3/+0
* cmd/link: add -extar option to set ar program for c-archiveIan Lance Taylor2016-01-263-1/+10
* cmd/asm: add amd64 HADDPD/HADDPSRuss Cox2016-01-264-32/+44
* cmd/go/testdata: fix nits in testMikio Hara2016-01-262-2/+2
* cmd/go: fix handling of asm files for -compiler=gccgoIan Lance Taylor2016-01-251-2/+2
* cmd/asm: reject foo(SB)(AX) instead of silently treating as foo(SB)Russ Cox2016-01-246-7/+135
* cmd/asm: add amd64 PDEP, PEXT, and related integer VEX instructionsRuss Cox2016-01-244-156/+238
* cmd/asm: add requested amd64 instructionsRuss Cox2016-01-246-149/+239
* cmd/asm: correct, complete newly added AVX instructionsRuss Cox2016-01-244-291/+373
* cmd/asm: add x86 POPCNTW, POPCNTLRuss Cox2016-01-242-16/+27
* cmd/asm: add generated test of amd64 instruction encodingsRuss Cox2016-01-242-0/+10686
* cmd/asm: add test for verification of instruction encodingsRuss Cox2016-01-244-20/+132
* cmd/internal/obj/x86: fix doubled REX byte in POPCNT, othersRuss Cox2016-01-241-8/+4
* cmd/internal/obj/x86: rename POPCNT to POPCNTQRuss Cox2016-01-243-3/+7
* cmd/asm: add -e flag (no limit on errors) to match compilerRuss Cox2016-01-242-1/+3
* cmd/asm: add YMM registers Y0 through Y15Russ Cox2016-01-242-0/+33
* cmd/asm: report more than one instruction encoding errorRuss Cox2016-01-242-4/+12
* cmd/asm: simplify golden test maintenanceRuss Cox2016-01-2419-602/+286
* cmd/internal/obj/mips, cmd/internal/obj: reduce MIPS register spaceShenghou Ma2016-01-223-4/+6
* cmd/compile: update vendored copy of math/bigRobert Griesemer2016-01-224-26/+67
* cmd/compile: remove unused (dead) fieldsRobert Griesemer2016-01-221-7/+3
* cmd/go: document PackageError in go list outputIan Lance Taylor2016-01-212-0/+16