aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/env_write.txt
AgeCommit message (Expand)Author
2021-03-02cmd/go: reject relative paths in GOMODCACHE environmentBaokun Lee
2020-11-10cmd/go: introduce the GOVERSION env variableDaniel Martí
2020-10-21cmd/go: ignore GOFLAGS values without name in go env/bugObeyda Djeffal
2020-10-15cmd/go: make sure CC and CXX are absoluteObeyda Djeffal
2020-10-07cmd/go: env -w validates GOTMPDIR valueEugene Kalinin
2019-11-10cmd/go: make env -w and -u validate GOOS and GOARCH valuesjsign
2019-11-08cmd/go: refuse -w with an invalid GOPATHBaokun Lee
2019-10-14cmd/go: refuse -w with an invalid GO111MODULEDaniel Martí
2019-06-09cmd/go: fix syntax mistake in a testscript file, take 2Dmitri Shuralyov
2019-06-07cmd/go: fix syntax mistake in a testscript fileDaniel Martí
2019-06-07os: change UserConfigDir on Darwin to ~/Library/Application SupportDaniel Martí
2019-04-23cmd/go: add env -w and env -u to set and unset default env varsRuss Cox