summaryrefslogtreecommitdiff
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
...
* cmd/compile: permit Unicode spaces in (expanded) package pathsRobert Griesemer2017-06-193-5/+5
* cmd/go: clarify test -run and -bench pattern matchingRuss Cox2017-06-162-18/+36
* cmd/compile: fix crash in importer when running in debug modeRobert Griesemer2017-06-152-5/+7
* cmd/compile: better error for malformed packagesMatthew Dempsky2017-06-151-3/+6
* cmd/go: improve documentation on defaults for getMarko Mudrinic2017-06-152-4/+4
* Revert "cmd/compile: skip reexporting types in reexportdep"Matthew Dempsky2017-06-152-1/+81
* testing: clarify -timeout flagKale Blankenship2017-06-152-4/+6
* cmd/compile: fix exporting of function bodiesMatthew Dempsky2017-06-151-2/+3
* runtime: restore arm assembly stubs for div/modKeith Randall2017-06-151-4/+4
* cmd/pprof: restore printing descriptive errors from net/http/pprof endpointsKale Blankenship2017-06-151-1/+14
* cmd/compile: fix detection of calls to reflect.MethodRobert Griesemer2017-06-141-5/+6
* cmd/go: disable tool version check during bootstrapgo1.9beta1Brad Fitzpatrick2017-06-141-1/+1
* api: promote next to go1.9Chris Broadfoot2017-06-141-1/+1
* runtime: remove unused arm assembly for div/modKeith Randall2017-06-142-3/+2
* cmd/cgo: match note following error in compiler errorsIan Lance Taylor2017-06-141-3/+20
* cmd/link: implement trampolines for ppc64le with ext linkingLynn Boger2017-06-142-27/+84
* cmd/go: fix TestIssue7573 for absolute paths in -L optionsIan Lance Taylor2017-06-131-1/+1
* cmd/go: adjust regexp that cleans cgo-related errorsRobert Griesemer2017-06-131-1/+1
* go/build: make -I/-L options in cgo flags absoluteIan Lance Taylor2017-06-131-3/+4
* cmd/go: initialize in get before loading packagesIan Lance Taylor2017-06-133-2/+19
* cmd/internal/obj/arm: fix MOVW to/from FPSRBen Shi2017-06-134-19/+98
* all: single space after periodBrad Fitzpatrick2017-06-0915-124/+124
* cmd/compile: don't use ."" as a pkg prefixDaniel Martí2017-06-091-1/+1
* cmd/internal/obj/arm: fix encoding of move register/immediate to CPSRBen Shi2017-06-092-3/+32
* testing: show in-progress tests upon SIGINTMeir Fischer2017-06-092-0/+51
* cmd/go: ignore dot and underscore files in fmt, fix, and get -fixBrad Fitzpatrick2017-06-084-3/+28
* cmd/compile: fix real/imag for untyped constant argumentsRobert Griesemer2017-06-082-25/+46
* cmd/go: fix TestBuildIDContainsArchModeEnv fail on arm64Wei Xiao2017-06-081-1/+1
* cmd/compile: separate code for len, cap from code for real, imagRobert Griesemer2017-06-071-42/+54
* cmd/compile: don't implicitly dereference pointer to arrays for real/imagRobert Griesemer2017-06-071-1/+3
* cmd/internal/obj/arm: don't split instructions on NaClCherry Zhang2017-06-071-5/+9
* cmd/compile: check that phis are always first after schedulingKeith Randall2017-06-073-1/+25
* cmd/compile: reject unknown //go: comments in std libraryKeith Randall2017-06-064-0/+22
* cmd/compile: use file content, not suffix, to distinguish .a and .o filesRuss Cox2017-06-061-24/+17
* cmd/link: add -importcfg to specify import resolutionRuss Cox2017-06-064-13/+87
* cmd/compile: add -importcfg to specify import resolutionRuss Cox2017-06-061-3/+64
* cmd/internal/obj/ppc64: fix MOVFL REG, CONSTIan Lance Taylor2017-06-051-1/+1
* cmd/link: fix accidentally-quadratic library loadingRuss Cox2017-06-053-19/+18
* cmd/go: fix ugly "BUG" in go help message outputRuss Cox2017-06-052-6/+8
* cmd/go: include Fortran files in build ID computationRuss Cox2017-06-051-0/+1
* cmd/internal/obj/arm: fix constant decompositionBen Shi2017-06-052-1/+127
* cmd/go: reject -buildmode=plugin if package is not mainAlexander Menzhinsky2017-06-052-9/+26
* cmd/compile: add valState to ssa sizeof testsJosh Bleecher Snyder2017-06-031-0/+1
* cmd/cgo: show pos info in undefined name errorsAlberto Donizetti2017-06-031-1/+8
* cmd/cover: take default value of total only once.Dhananjay Nakrani2017-06-025-10/+65
* cmd/compile: retain source positions of arguments to inlined callsDavid Lazar2017-06-021-3/+3
* cmd/go: remove TestCoverageUsesActualSettingToOverrideEvenForRaceIan Lance Taylor2017-06-021-23/+0
* cmd/compile/internal/gc: speed-up small array comparisonIlya Tocar2017-06-012-7/+93
* cmd/compile: fix subword store/load elision for MIPSCherry Zhang2017-05-313-32/+28
* cmd/vet: add a test for embedded stringerAliaksandr Valialkin2017-05-301-0/+13