]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/go/internal/load/pkg.go
[dev.boringcrypto] all: merge master (nearly Go 1.10 beta 1) into dev.boringcrypto
[gostls13.git] / src / cmd / go / internal / load / pkg.go
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-11-20 Russ Cox[dev.boringcrypto] all: merge go1.9.2 into dev.boringcrypto
2017-11-16 Russ Coxcmd/go: add import config debugging flag
2017-11-16 Russ Coxcmd/go: simplify compiler import config preparation
2017-11-16 Ian Lance Taylorcmd/go: add dependencies for implicit SWIG imports
2017-11-09 Russ Coxcmd/go: implement per-package asmflags, gcflags, ldflag...
2017-11-09 Russ Coxcmd/go: move cfg.ExternalLinkingForced to internal...
2017-11-06 Russ Coxcmd/go: drop runtime, runtime/internal/sys, runtime...
2017-11-01 Russ Coxcmd/go: pass package config to vet during "go vet"
2017-10-31 Russ Coxcmd/go: switch to entirely content-based staleness...
2017-10-20 Russ Coxcmd/go: move internal/load.PluginPath to internal/work
2017-10-12 Russ Coxcmd/go: delete p.Internal.Target in favor of p.Target
2017-10-11 Russ Coxcmd/go: record both build ID and content ID in archives...
2017-10-11 Russ Coxcmd/buildid: add new tool factoring out code needed...
2017-10-11 Russ Coxcmd/go: make cmd/* default to go tool installation
2017-10-11 Russ Coxcmd/go: hoist C++, Objective-C, and Fortran checks...
2017-10-11 Russ Coxcmd/go: replace a.Package.Internal.Pkgfile with a.built
2017-10-11 Russ Coxcmd/go: clean up compile vs link vs shared library...
2017-10-05 Marvin Stengerall: revert "all: prefer strings.IndexByte over strings...
2017-10-05 Russ Coxcmd/go: stop treating GOROOT binaries specially
2017-10-05 Russ Coxcmd/dist, cmd/go: treat cmd/cgo like other build tools
2017-10-05 Russ Coxcmd/go: clean up implicit compiler and linker dependencies
2017-10-05 Russ Coxcmd/go, runtime/cgo: rewrite darwin/arm panicmem setup...
2017-10-03 Russ Coxcmd/go: drop PackageInternal.Pkgdir (unused)
2017-10-03 Russ Coxcmd/go: replace PackageInternal.GoFiles, AllGoFiles...
2017-10-03 Russ Coxcmd/go: drop PackageInternal.Fake
2017-10-02 Russ Coxcmd/go: drop PackageInternal.External, SFiles
2017-09-29 Russ Coxcmd/go: use -importcfg to invoke compiler, linker
2017-09-25 Marvin Stengerall: prefer strings.IndexByte over strings.Index
2017-09-22 Russ Cox[dev.boringcrypto] all: merge go1.9 into dev.boringcrypto
2017-09-18 Russ Cox[dev.boringcrypto] cmd/go: exclude SysoFiles when using...
2017-09-09 David Crawshawcmd/go: add source file contents to plugin hash
2017-08-28 Daniel Martíall: remove some unused result params
2017-08-21 Ian Lance Taylorcmd/go: -buildmode=pie forces external linking mode...
2017-08-19 Russ Coxcmd/go: test and fix missing deep dependencies in list...
2017-08-18 Russ Coxcmd/go: remove Package.Internal.Deps
2017-08-18 Russ Coxcmd/go: rename local variable ImportPaths to importPaths
2017-06-23 Russ Coxcmd/go: be more precise when a directory cannot be...
2017-06-23 Russ Coxcmd/go: detect case-insensitive import path collision
2017-06-09 Brad Fitzpatrickall: single space after period
2017-06-05 Russ Coxcmd/go: include Fortran files in build ID computation
2017-05-23 Brad Fitzpatrickcmd/go: include GOARM and GO386 in computed build ID
2017-05-17 Ian Lance Taylorcmd/go: don't fail on missing runtime/internal/sys...
2017-03-29 Russ Coxcmd/go: build test binaries with -s in addition to -w
2017-03-17 Alexander Menzhinskycmd/go: fix race libraries rebuilding by `go test -i`
2017-03-01 Lynn Bogerruntime, cmd/go: roll back stale message, test detail
2017-02-15 Lynn Bogercmd/go: improve stale reason for packages
2017-02-10 Ian Lance Taylorcmd/go: copy FFLAGS from build.Package
2017-02-03 Russ Coxcmd/go: address review comments
2017-02-03 Russ Coxcmd/go: split out cmd/go/internal/load