aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2017-06-26cmd/go: add more info in t.Fatal messagego1.9beta2Brad Fitzpatrick
2017-06-26cmd/compile: use correct variable when setting up dummy CallStmt in errorRobert Griesemer
2017-06-23cmd/internal/obj/arm: fix wrong encoding of MULBBBen Shi
2017-06-23cmd/go: fix TestExecutableGOROOT when GOROOT_FINAL is setRuss Cox
2017-06-23cmd/go: be more precise when a directory cannot be builtRuss Cox
2017-06-23cmd/go: report possibly-relevant ignored symlinks during pattern matchRuss Cox
2017-06-23cmd/go: detect case-insensitive import path collisionRuss Cox
2017-06-23cmd/internal/obj/arm: fix setting U bit in shifted register offset of MOVBSBen Shi
2017-06-23cmd/go: detect Go assembly before assembling with gccRuss Cox
2017-06-23cmd/go: require -buildmode=c-shared to take one main packageRuss Cox
2017-06-22cmd/compile: fix array slice expression bounds checkRobert Griesemer
2017-06-22cmd/go: read URL not Repository Root from svn infoRuss Cox
2017-06-21cmd/compile: make loop guard+rotate conditional on GOEXPERIMENTDavid Chase
2017-06-21all: gofmtMikio Hara
2017-06-20Revert "cmd/vendor/github.com/google/pprof: refresh from upstream"Alberto Donizetti
2017-06-20cmd/vendor/github.com/google/pprof: refresh from upstreamAlberto Donizetti
2017-06-20testing: harmonize handling of prefix-matched benchmarksRuss Cox
2017-06-19cmd/compile: permit Unicode spaces in (expanded) package pathsRobert Griesemer
2017-06-16cmd/go: clarify test -run and -bench pattern matchingRuss Cox
2017-06-15cmd/compile: fix crash in importer when running in debug modeRobert Griesemer
2017-06-15cmd/compile: better error for malformed packagesMatthew Dempsky
2017-06-15cmd/go: improve documentation on defaults for getMarko Mudrinic
2017-06-15Revert "cmd/compile: skip reexporting types in reexportdep"Matthew Dempsky
2017-06-15testing: clarify -timeout flagKale Blankenship
2017-06-15cmd/compile: fix exporting of function bodiesMatthew Dempsky
2017-06-15runtime: restore arm assembly stubs for div/modKeith Randall
2017-06-15cmd/pprof: restore printing descriptive errors from net/http/pprof endpointsKale Blankenship
2017-06-14cmd/compile: fix detection of calls to reflect.MethodRobert Griesemer
2017-06-14cmd/go: disable tool version check during bootstrapgo1.9beta1Brad Fitzpatrick
2017-06-14api: promote next to go1.9Chris Broadfoot
2017-06-14runtime: remove unused arm assembly for div/modKeith Randall
2017-06-14cmd/cgo: match note following error in compiler errorsIan Lance Taylor
2017-06-14cmd/link: implement trampolines for ppc64le with ext linkingLynn Boger
2017-06-13cmd/go: fix TestIssue7573 for absolute paths in -L optionsIan Lance Taylor
2017-06-13cmd/go: adjust regexp that cleans cgo-related errorsRobert Griesemer
2017-06-13go/build: make -I/-L options in cgo flags absoluteIan Lance Taylor
2017-06-13cmd/go: initialize in get before loading packagesIan Lance Taylor
2017-06-13cmd/internal/obj/arm: fix MOVW to/from FPSRBen Shi
2017-06-09all: single space after periodBrad Fitzpatrick
2017-06-09cmd/compile: don't use ."" as a pkg prefixDaniel Martí
2017-06-09cmd/internal/obj/arm: fix encoding of move register/immediate to CPSRBen Shi
2017-06-09testing: show in-progress tests upon SIGINTMeir Fischer
2017-06-08cmd/go: ignore dot and underscore files in fmt, fix, and get -fixBrad Fitzpatrick
2017-06-08cmd/compile: fix real/imag for untyped constant argumentsRobert Griesemer
2017-06-08cmd/go: fix TestBuildIDContainsArchModeEnv fail on arm64Wei Xiao
2017-06-07cmd/compile: separate code for len, cap from code for real, imagRobert Griesemer
2017-06-07cmd/compile: don't implicitly dereference pointer to arrays for real/imagRobert Griesemer
2017-06-07cmd/internal/obj/arm: don't split instructions on NaClCherry Zhang
2017-06-07cmd/compile: check that phis are always first after schedulingKeith Randall
2017-06-06cmd/compile: reject unknown //go: comments in std libraryKeith Randall