summaryrefslogtreecommitdiff
path: root/src/cmd/go/pkg.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/go, go/build: add support for binary-only packagesRuss Cox2016-04-291-13/+30
* cmd/go: add Package.StaleReason for debugging with go listRuss Cox2016-04-271-18/+23
* cmd/go: remove special case that puts godoc in $GOROOT/binAndrew Gerrand2016-04-101-8/+1
* cmd/go: fix typo in findInternal documentationWisdom Omuya2016-04-101-2/+2
* cmd/go: fix typo in commentBrad Fitzpatrick2016-04-091-1/+1
* cmd/go: revise importPath when ImportPath is 'command-line-arguments'Cheng-Lung Sung2016-04-071-2/+8
* all: delete dead non-test codeDominik Honnef2016-03-251-1/+0
* cmd/go: ignore C files when CGO_ENABLED=0Russ Cox2016-03-081-0/+13
* all: single space after period.Brad Fitzpatrick2016-03-021-12/+12
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* cmd/go, go/build: add support for Fortrankortschak2016-02-241-1/+5
* cmd/go: remove GO15VENDOREXPERIMENT variableRuss Cox2016-02-191-16/+3
* cmd/go: silence standard imports non-standard error for non-existent import t...Russ Cox2016-02-091-1/+1
* cmd/go: fix rebuild after installation of new Go releaseRuss Cox2016-02-031-3/+6
* cmd/go: avoid a few symlink-induced errors in internal and vendor checksRuss Cox2016-01-291-0/+21
* cmd/go: refine definition of 'standard' import paths to include vendored codeRuss Cox2016-01-271-2/+26
* cmd/go: fix vendor directory check on WindowsRuss Cox2016-01-141-2/+2
* cmd/go, go/build: ignore vendor directories with no Go source filesRuss Cox2016-01-141-1/+15
* go/build: invert AllowVendor to IgnoreVendorRuss Cox2016-01-081-5/+3
* cmd/go: runtime and runtime/internal packages depend on runtime/internal/sysIan Lance Taylor2015-12-171-0/+8
* go/build: support vendor directories in ImportRuss Cox2015-12-161-36/+20
* cmd/go: fix loading of buildid on OS X executablesRuss Cox2015-11-191-4/+23
* cmd/go: subdirs of runtime other than runtime/internal do depend on runtimeIan Lance Taylor2015-11-121-2/+3
* runtime: break atomics out into package runtime/internal/atomicMichael Matloob2015-11-101-2/+2
* cmd/go, cmd/link: -buildmode=pie for linux/amd64David Crawshaw2015-10-231-2/+2
* cmd/go: add -msan optionIan Lance Taylor2015-10-211-0/+6
* cmd/go: dedup packages in packagesAndErrorsNodir Turakulov2015-10-211-6/+15
* cmd/go: enable vendoring experiment by defaultRuss Cox2015-08-271-2/+4
* cmd/go: properly ignore import comments for vendored packages rooted at GOPATHVincent Vanackere2015-08-271-1/+2
* cmd/go: fix vendoredImportPath commentDavid Glasser2015-08-201-1/+1
* cmd/go: fix vendor-related index out of range panic on bad file treeRuss Cox2015-08-181-1/+1
* cmd/go: fix spurious rebuild of binaries using cgo on OS XRuss Cox2015-08-181-4/+4
* cmd/go: fix addition of "math" dependency for arm binariesRuss Cox2015-08-111-1/+1
* cmd/go: fix handling of vendored imports in foo_test.go filesRuss Cox2015-08-051-0/+27
* cmd/go: fix disallow of p/vendor/x during vendor experimentRuss Cox2015-07-311-5/+21
* cmd/go: permit installing into a subdirectory of $GOPATH/binIan Lance Taylor2015-07-311-2/+2
* cmd: delete old[5689]aRob Pike2015-07-291-4/+0
* cmd/go: fix go get -u with vendoringRuss Cox2015-07-281-8/+30
* cmd/go: fix missing internal import errorRuss Cox2015-07-221-1/+7
* cmd/go: fix typo in commentIan Lance Taylor2015-07-211-1/+1
* cmd/go: rewrite TestNoteReading to use test harnessIan Lance Taylor2015-07-201-3/+3
* cmd/go: add -pkgdir build flagRuss Cox2015-07-151-0/+7
* cmd/go: do not create subdirs of $GOBINDavid Crawshaw2015-07-141-0/+6
* cmd/go: disable vendoredImportPath for code outside $GOPATHgo1.5beta1Russ Cox2015-07-071-1/+1
* cmd/go: ignore volume name case when checking vendor pathDaniel Theophanes2015-07-071-1/+1
* cmd/go: do not panic on invalid import path containing "/vendor/"Daniel Theophanes2015-07-071-1/+5
* cmd/go: add preliminary support for vendor directoriesRuss Cox2015-06-191-6/+213
* cmd/go: do not permit importing a main packageIan Lance Taylor2015-06-191-0/+10
* cmd/go: support -buildmode=shared with gccgoMichael Hudson-Doyle2015-06-161-1/+6