summaryrefslogtreecommitdiff
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* [dev.typealias] all: merge go1.8.3 into dev.typealiasdev.typealiasRuss Cox2017-06-1431-26/+2833
|\
| * [release-branch.go1.8] cmd/compile: don't move spills to loop exits where the...Keith Randall2017-05-243-2/+97
| * [release-branch.go1.8] cmd/compile: zero ambiguously live variables at VARKILLsKeith Randall2017-05-2419-0/+186
| * [release-branch.go1.8] cmd/compile: ignore types when considering tuple selec...Todd Neal2017-05-231-3/+7
| * [release-branch.go1.8] cmd/compile: fix s390x unsigned comparison constant me...Michael Munday2017-05-235-6/+2474
| * [release-branch.go1.8] cmd/go: if we get a C compiler dwarf2 warning, try wit...Brad Fitzpatrick2017-05-231-0/+20
| * [release-branch.go1.8] cmd/compile: fix store chain in schedule passKeith Randall2017-05-232-15/+49
* | [dev.typealias] dev.typealias: merge go1.8.1 into dev.typealiasRuss Cox2017-04-1041-396/+876
|\ \ | |/
| * [release-branch.go1.8] cmd/go: add test for test -race -i behaviorRuss Cox2017-04-051-0/+18
| * [release-branch.go1.8] cmd/go: do not install broken libraries during 'go tes...Russ Cox2017-04-052-4/+21
| * [release-branch.go1.8] cmd/compile: added special case for reflect header fie...David Chase2017-04-051-1/+8
| * [release-branch.go1.8] cmd/compile: add missing WBs for reflect.{Slice,String...Matthew Dempsky2017-04-052-8/+42
| * [release-branch.go1.8] cmd/link: skip TestDWARF when cgo is disabledJosh Bleecher Snyder2017-04-052-1/+2
| * [release-branch.go1.8] cmd/link: skip TestDWARF on Plan 9David du Colombier2017-04-051-0/+4
| * [release-branch.go1.8] cmd/link: emit a mach-o dwarf segment that dsymutil wi...Russ Cox2017-04-053-1/+125
| * [release-branch.go1.8] cmd/link: make mach-o dwarf segment properly alignedRuss Cox2017-04-051-18/+34
| * [release-branch.go1.8] cmd/link: disable mach-o dwarf munging with -w (in add...Russ Cox2017-04-051-1/+1
| * [release-branch.go1.8] cmd/compile: don't crash when slicing non-sliceJosh Bleecher Snyder2017-04-051-6/+5
| * [release-branch.go1.8] cmd/compile: mark MOVWF/MOVFW clobbering F15 on ARMCherry Zhang2017-04-052-2/+10
| * [release-branch.go1.8] cmd/compile,runtime: fix atomic And8 for mipsleVladimir Stefanovic2017-04-052-7/+3
| * [release-branch.go1.8] cmd/compile: repaired loop-finder to handle trickier n...David Chase2017-04-051-6/+17
| * [release-branch.go1.8] cmd/compile: add opcode flag hasSideEffects for do-not...David Chase2017-04-059-82/+132
| * [release-branch.go1.8] cmd/link: do not pass -s through to host linker on macOSRuss Cox2017-04-051-0/+4
| * [release-branch.go1.8] cmd/compile/internal/ssa: don't schedule values after ...Ilya Tocar2017-03-271-4/+20
| * [release-branch.go1.8] cmd/link: put plt stubs first in Textp on ppc64xLynn Boger2017-03-231-1/+7
| * [release-branch.go1.8] cmd/compile: do not fold offset into load/store for ar...Cherry Zhang2017-03-032-120/+120
| * [release-branch.go1.8] cmd/compile: check both syms when folding address into...Cherry Zhang2017-03-032-45/+45
| * [release-branch.go1.8] cmd/compile: add zero-extension before right shift whe...Cherry Zhang2017-03-033-6/+21
| * [release-branch.go1.8] cmd/compile: fix merging of s390x conditional moves in...Michael Munday2017-03-024-3/+95
| * [release-branch.go1.8] cmd/compile: remove unnecessary type conversions on s390xMichael Munday2017-03-022-1/+70
| * [release-branch.go1.8] cmd/go, go/build: better defenses against GOPATH=GOROOTRuss Cox2017-02-073-132/+70
| * [release-branch.go1.8] cmd/compile: do not use "oaslit" for globalCherry Zhang2017-02-071-1/+1
| * [release-branch.go1.8] cmd/compile/internal/syntax: avoid follow-up error for...Robert Griesemer2017-02-071-5/+3
| * [release-branch.go1.8] cmd/compile/internal/syntax: make a parser error "1.7 ...Robert Griesemer2017-02-071-1/+6
| * [release-branch.go1.8] cmd/link: use external linking for PIE by defaultDavid Crawshaw2017-02-071-0/+2
| * [release-branch.go1.8] cmd/compile: do not fold large offset on ARM64Cherry Zhang2017-02-062-95/+145
* | [dev.typealias] set version to go1.8.typealias, including new build tagRuss Cox2017-02-271-0/+1
* | [dev.typealias] all: merge go1.8 into dev.typealiasRuss Cox2017-02-1633-265/+988
|\ \ | |/
| * [release-branch.go1.8] cmd/compile: fix type propagation through s390x SSA rulesMichael Munday2017-02-065-202/+261
| * [release-branch.go1.8] testing: stop timeout-timer after running testsAlberto Donizetti2017-02-022-0/+17
| * cmd/dist: really skip the testsanitizers tests on AndroidElias Naur2017-01-301-1/+1
| * cmd/dist: use the target GOOS to skip the test for issue 18153Elias Naur2017-01-291-2/+1
| * cmd/go: update alldocs after CL 35150Alberto Donizetti2017-01-281-5/+4
| * cmd/compile: use CMPWU for 32-bit or smaller unsigned Geq on ppc64{,le}Michael Munday2017-01-272-9/+9
| * cmd/go: don't reject ./... matching top-level file outside GOPATHIan Lance Taylor2017-01-262-1/+24
| * cmd/link: mark DWARF function symbols as reachableIan Lance Taylor2017-01-241-1/+1
| * cmd/compile: fix constant propagation through s390x MOVDNE instructionsMichael Munday2017-01-212-9/+9
| * cmd/compile: don't use nilcheck information until the next blockKeith Randall2017-01-201-5/+17
| * cmd/compile: fix compilebench -allocJosh Bleecher Snyder2017-01-201-2/+7
| * cmd/go: fix bug help messagegulyasm2017-01-171-4/+3