aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-13[release-branch.go1.11] go1.11rc1go1.11rc1Filippo Valsorda
2018-08-13net/http: support configuring fetch optionsJohan Brandhorst
2018-08-13net/http: update request cancelation docsBrad Fitzpatrick
2018-08-13doc: update the primary security coordinator to filippo@Filippo Valsorda
2018-08-12A+C: second and final round of updates for Go 1.11Filippo Valsorda
2018-08-10cmd/go: don't let ... match GOROOT/src/cmd in module modeRuss Cox
2018-08-10cmd/go: report implicit cgo inputs in go list -compiledRuss Cox
2018-08-10cmd/go: fix module ... pattern to match standard libraryRuss Cox
2018-08-10cmd/go: do not try to understand git fetch --depth=1 errorsRuss Cox
2018-08-10cmd/go: display cached compiler output more oftenRuss Cox
2018-08-10cmd/go: fix spelling in proxy documentationTobias Klauser
2018-08-10cmd/go: fix handling of gopkg.in/macaroon-bakery.v2-unstableRuss Cox
2018-08-10cmd/go: fix install target name for versioned binariesRuss Cox
2018-08-10cmd/go: fix go.mod corruption using -mod=vendorRuss Cox
2018-08-10cmd/go: add go mod whyRuss Cox
2018-08-10cmd/go: fix module loader and test-only dependenciesRuss Cox
2018-08-10cmd/go: make 'go list -test' report the correct import pathSuzy Mueller
2018-08-10cmd/go: add go mod downloadRuss Cox
2018-08-09doc/go1.11: add note about vet checks for printf wrappersAndrew Bonventre
2018-08-09runtime: fix TestGdbPythonCgo failure with ld.goldDaniel Martí
2018-08-09cmd/compile: update delve's reference data for ssa/debug_testDavid Chase
2018-08-09cmd/go: include experiments in compiler tool IDIan Lance Taylor
2018-08-09cmd/go: skip TestScript/mod_patterns on nocgo buildersBryan C. Mills
2018-08-09cmd/go/internal/modload: emit correct module in duplication errorBryan C. Mills
2018-08-09cmd/go: test package patterns with multiple modulesBryan C. Mills
2018-08-09cmd/go/internal: factor out modload.QueryPackage and use in in modgetBryan C. Mills
2018-08-09cmd/go/internal/modload: report errors explicitly from LookupBryan C. Mills
2018-08-09go/types: fix errors in recording type informationRebecca Stambler
2018-08-09cmd/go: test that 'go get pkg@version' installs pkgBryan C. Mills
2018-08-09cmd/go: add test for 'go get' within a local moduleBryan C. Mills
2018-08-09cmd/go: add test cases for 'go list' with bad import pathsBryan C. Mills
2018-08-09cmd/go: fetch history as needed to resolve recent tagsBryan C. Mills
2018-08-09go/printer: make empty lines break table alignmentDaniel Martí
2018-08-09A+C: first round of automated updates for Go 1.11 and missing AUTHORSFilippo Valsorda
2018-08-08doc.Example should not worry about unresolved blank identifiersMostyn Bramley-Moore
2018-08-08doc/contribute: add examples for finding issues on the issue trackerLeigh McCulloch
2018-08-08go/types: if base type for an alias is known, use it when neededRobert Griesemer
2018-08-08A+C: update Dmitri Shuralyov's emailsDmitri Shuralyov
2018-08-08net: reduce TestSplice/big's memory usageDaniel Martí
2018-08-07cmd/go: 3 cmd/go tests (>8s) made as non-short scriptsGn Shivakumar
2018-08-07cmd/go: make 'go get <module>@none' idempotentBryan C. Mills
2018-08-07cmd/go/internal/load: remove unused argument from LookupBryan C. Mills
2018-08-07cmd/go/internal/load: pass the importer's package path when checking visibilityBryan C. Mills
2018-08-07cmd/go: fix outdated commentsBryan C. Mills
2018-08-07syscall/js: extend ValueOf to support arrays and objectsRichard Musiol
2018-08-06cmd/asm/internal/arch: add package definitionMario Arranz
2018-08-06doc: describe cgo ptr->uintptr changes for 1.11.Keith Randall
2018-08-06cmd/go: fix go get fail when GIT_TRACE setLE Manh Cuong
2018-08-04cmd/go: fix unnecessary pluralKevin Burke
2018-08-03cmd/internal/objfile: only consider executable segments for load addressIan Lance Taylor