summaryrefslogtreecommitdiff
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* [dev.debug] cmd/compile: better DWARF with optimizations ondev.debugHeschi Kreinick2017-07-2727-158/+1391
* [dev.debug] cmd/internal/dwarf: add DWARF abbrevs with location listsHeschi Kreinick2017-07-261-0/+25
* [dev.debug] cmd/link: let the linker combine .debug_ranges, remove globalsHeschi Kreinick2017-07-262-72/+52
* [dev.debug] cmd/compile: track variable decomposition in LocalSlotHeschi Kreinick2017-07-266-44/+66
* [dev.debug] cmd/compile: keep float names in the Names listHeschi Kreinick2017-07-251-0/+1
* [dev.debug] cmd/compile: rename some locals in genssaHeschi Kreinick2017-07-251-11/+11
* [dev.debug] cmd/compile: rename dwarf.Var.Offset to StackOffsetHeschi Kreinick2017-07-253-14/+14
* cmd/compile: consider exported flag in namedataIan Lance Taylor2017-07-241-1/+5
* cmd/link: use full link, not compile, to test for -no-?pieIan Lance Taylor2017-07-241-4/+4
* cmd/go, cmd/link: if -no-pie doesn't work, try -nopieIan Lance Taylor2017-07-202-16/+30
* cmd/go: fix test when go source tree has POSIX ACLJess Frazelle2017-07-201-3/+7
* cmd/compile: fix unaligned loads/stores to global variables on s390xMichael Munday2017-07-192-36/+46
* runtime: always use 2MB stacks on 64-bit WindowsAustin Clements2017-07-181-10/+12
* cmd/compile: omit X:framepointer in compile versionRuss Cox2017-07-172-3/+8
* cmd/compile: fix comment typoJamie Kerr2017-07-151-2/+2
* cmd/dist: don't run moved_goroot test on android, iOS, Plan 9Ian Lance Taylor2017-07-151-1/+5
* cmd/go: update BuildContext.GOROOT and build.Tooldir with computed GOROOTIan Lance Taylor2017-07-143-13/+51
* cmd/compile: fix phi-function updates for preemptible loopsDavid Chase2017-07-142-21/+69
* testing: roll back CL 44352 (show in-progress tests upon SIGINT)Ian Lance Taylor2017-07-132-51/+0
* cmd/compile: fix lexical scope of escaped variablesAlessandro Arzilli2017-07-102-0/+12
* cmd/link: skip R_ADDR relocs in .rela.plt for internal PIEMichael Pratt2017-07-091-1/+8
* Revert "cmd/dist: disable plugin test on linux-arm with GOARM=5"Austin Clements2017-07-071-8/+0
* cmd/doc: print Go syntax when printing struct.field docsBrad Fitzpatrick2017-07-063-17/+37
* cmd/go: fix docs for -timeoutRuss Cox2017-07-062-4/+2
* cmd/internal/obj/arm: check illegal base registers in ARM instructionsBen Shi2017-06-302-0/+47
* cmd/internal/obj/arm64: fix assemble LDXP bugfanzha022017-06-303-3/+510
* cmd/vet/all: in case of vet panic, don't filter stacktraceRobert Griesemer2017-06-291-0/+10
* cmd/vet/all: fix print statement, add platform informationRobert Griesemer2017-06-281-2/+2
* cmd/compile: fix slice-in-bound check on amd64p32Cherry Zhang2017-06-282-4/+52
* cmd/cgo: unwrap typedef-chains before type checkingHiroshi Ioka2017-06-271-1/+1
* cmd/compile: suppress errors after "cannot assign to X"Matthew Dempsky2017-06-271-3/+3
* cmd/go: skip broken TestExecutableGOROOT/RelocatedExeBrad Fitzpatrick2017-06-271-0/+2
* cmd/go: update helpdoc.go about '-buildmode'Dong-hee Na2017-06-272-6/+6
* cmd/go: add more info in t.Fatal messagego1.9beta2Brad Fitzpatrick2017-06-261-1/+1
* cmd/compile: use correct variable when setting up dummy CallStmt in errorRobert Griesemer2017-06-261-1/+1
* cmd/internal/obj/arm: fix wrong encoding of MULBBBen Shi2017-06-232-2/+2
* cmd/go: fix TestExecutableGOROOT when GOROOT_FINAL is setRuss Cox2017-06-231-60/+62
* cmd/go: be more precise when a directory cannot be builtRuss Cox2017-06-237-16/+74
* cmd/go: report possibly-relevant ignored symlinks during pattern matchRuss Cox2017-06-232-3/+42
* cmd/go: detect case-insensitive import path collisionRuss Cox2017-06-233-16/+26
* cmd/internal/obj/arm: fix setting U bit in shifted register offset of MOVBSBen Shi2017-06-234-7/+398
* cmd/go: detect Go assembly before assembling with gccRuss Cox2017-06-234-0/+33
* cmd/go: require -buildmode=c-shared to take one main packageRuss Cox2017-06-231-1/+1
* cmd/compile: fix array slice expression bounds checkRobert Griesemer2017-06-221-1/+1
* cmd/go: read URL not Repository Root from svn infoRuss Cox2017-06-221-6/+11
* cmd/compile: make loop guard+rotate conditional on GOEXPERIMENTDavid Chase2017-06-211-3/+8
* all: gofmtMikio Hara2017-06-211-2/+2
* Revert "cmd/vendor/github.com/google/pprof: refresh from upstream"Alberto Donizetti2017-06-2051-872/+331
* cmd/vendor/github.com/google/pprof: refresh from upstreamAlberto Donizetti2017-06-2051-331/+872
* testing: harmonize handling of prefix-matched benchmarksRuss Cox2017-06-203-0/+94