aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/objabi/flag.go
AgeCommit message (Expand)Author
2025-11-21cmd/internal/objabi: remove -V=goexperiment internal special caseDmitri Shuralyov
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-09-15all: replace strings.Split with strings.SplitSeq1911860538
2025-04-30cmd/go, cmd/internal/objabi: detect "devel" version by substringDmitri Shuralyov
2025-04-16all: use strings.ReplaceAll where applicableMarcel Meyer
2024-09-04all: fix printf(var) mistakes detected by latest printf checkerAlan Donovan
2023-08-10cmd/internal/objabi: add support for bisect.Matcher debug flagsMatthew Dempsky
2022-10-31cmd/compile: add ability to indicate 'concurrentOk' for debug flagsDavid Chase
2022-09-20all: replace package ioutil with os and io in srcAndy Pan
2022-09-01cmd/internal/objabi: use strings.Builderhopehook
2022-03-18internal/buildcfg: extract logic specific to cmd/goBryan C. Mills
2021-11-05cmd/compile,cmd/internal/objabi: move -d flag parser to objabiAustin Clements
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-16cmd/internal/objabi,test: use correct GOEXPERIMENT build tags in test/run.goAustin Clements
2021-04-08cmd/internal/objabi: make GOEXPERIMENT be a diff from default experimentsAustin Clements
2021-03-18cmd/internal/objabi: centralize GOEXPERIMENT parsingAustin Clements
2020-12-10cmd/go: encode backslash and newline in response filesJeremy Faller
2019-07-17cmd/go: include GOEXPERIMENT flags in tool id for cache keyJay Conrod
2018-11-16cmd/go: fix experiment isolation in cache keyRuss Cox
2018-05-04cmd/go, cmd/compile: use Windows response files to avoid arg length limitsBrad Fitzpatrick
2018-04-06cmd: some semi-automated cleanupsDaniel Martí
2018-02-13cmd/compile: print usage to stderr for consistencyDaniel Martí
2017-10-31cmd/go: switch to entirely content-based staleness determinationRuss Cox
2017-10-18cmd/compile, cmd/link: record compiler flags in DW_AT_producerAustin Clements
2017-10-06cmd/asm, cmd/cgo, cmd/compile, cmd/cover, cmd/link: use standard -V outputRuss Cox
2017-09-15cmd/internal/objabi: remove unused flag funcsMatthew Dempsky
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky