aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist
AgeCommit message (Expand)Author
2023-04-18debug/elf: support zstd compressionIan Lance Taylor
2023-04-18cmd/go: add check for unknown godebug settingRuss Cox
2023-04-12cmd/internal/sys, cmd/dist, misc/cgo/testcshared: enable c-shared feature and...limeidan
2023-04-12cmd/dist: check for errors from filepath.Globwangjianwen
2023-04-11cmd/dist: add -distpack flag to build distribution archivesRuss Cox
2023-04-11cmd/dist: mark wasip1/wasm as workingJohan Brandhorst-Satzkorn
2023-04-11go/build/constraint: add GoVersionRuss Cox
2023-04-10cmd/compile, cmd/dist, internal: enable buildmode=pie for linux/loong64WANG Xuerui
2023-04-07internal: add wasip1 supportJohan Brandhorst-Satzkorn
2023-04-06cmd: add wasip1 supportJohan Brandhorst-Satzkorn
2023-04-05cmd/dist: skip static linking tests for linux boringcryptoIan Lance Taylor
2023-04-04cmd/dist: mark openbsd-mips64 and openbsd-ppc64 brokenHeschi Kreinick
2023-03-30cmd/dist: mark wasip1/wasm port as brokenJohan Brandhorst-Satzkorn
2023-03-30all: add wasip1 definitionsJohan Brandhorst-Satzkorn
2023-03-27cmd/link/internal/ld, internal/syscall/unix: use posix_fallocate on freebsdTobias Klauser
2023-03-18cmd/dist: add openbsd/ppc64 as a known GOOS/GOARCHJoel Sing
2023-03-14cmd/dist: add needCC comment, fix needCCRuss Cox
2023-03-13cmd/dist: omit DWARF in build release toolchain binariesRuss Cox
2023-03-13cmd/dist: reproducibility fixesRuss Cox
2023-03-02cmd/link/internal/ld: move more of mustLinkExternal into internal/platformBryan C. Mills
2023-02-28hash/maphash: add purego implementationCuong Manh Le
2023-02-28cmd/dist, test: convert test/run.go runner to a cmd/go testDmitri Shuralyov
2023-02-23cmd/dist: default to GOARM=7 on all non-arm systemsRuss Cox
2023-02-13cmd/dist: use a copy of platform.BuildModeSupportedIan Lance Taylor
2023-02-10cmd/dist: remove windows-amd64-2008 code pathqmuntal
2023-02-03cmd/dist: do not include runtime/internal/sys in cmd staleness checksBryan C. Mills
2023-02-01cmd/dist,internal/platform: reenable the c-archive build mode on iosBryan C. Mills
2023-02-01cmd/dist, internal/platform: remove some target modes that failIan Lance Taylor
2023-01-31cmd/dist, internal/platform: test agreement on supported build modesIan Lance Taylor
2023-01-31cmd/link, cmd/dist, internal/platform: consolidate c-archive supportIan Lance Taylor
2023-01-31cmd/dist: test goos, not gohostos, in tester.extLinkIan Lance Taylor
2023-01-31cmd/dist: set GOFLAGS=-trimpath when building cmd for releasesBryan C. Mills
2023-01-31cmd/dist: leave cgo enabled if external linking is requiredBryan C. Mills
2023-01-30cmd/dist: keep flag list sortedRuss Cox
2023-01-30cmd/dist: skip building std for the host when cross-compilingBryan C. Mills
2023-01-30cmd/dist: skip rebuilding packages during builder testingBryan C. Mills
2023-01-27cmd/dist: remove dead code for META_BUILDLET_HOST_TYPEBryan C. Mills
2023-01-26cmd/dist: restore the original GOCACHE before building std and cmdBryan C. Mills
2023-01-26cmd/dist: require absolute path to executable in flattenCommandLineBryan C. Mills
2023-01-26cmd/dist: consistently use $GOROOT/bin/go instead of just "go"Bryan C. Mills
2023-01-24all: fix some commentscui fliter
2023-01-23internal/abi,runtime: refactor map constants into one placeDavid Chase
2023-01-20cmd/dist: mark linux/sparc64 as a broken port, remove incomplete mapDmitri Shuralyov
2023-01-20cmd/dist: add map of broken ports and -force flagDmitri Shuralyov
2023-01-20cmd/dist: remove GOTESTONLY environment variableDmitri Shuralyov
2023-01-20cmd/dist: remove hardcoded timeout scale for arm and mips{,le,64,64le}Dmitri Shuralyov
2023-01-17cmd/dist: make toolchain build reproducibleRuss Cox
2023-01-17time/tzdata: generate zip constant during cmd/distRuss Cox
2022-12-06run.bash, cmd/dist: document GO_TEST_SHORT and GO_TEST_TIMEOUT_SCALEDmitri Shuralyov
2022-12-01cmd/dist: remove pkg/$GOOS_$GOARCH and pkg/obj at exitMichael Matloob