aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist/buildtool.go
AgeCommit message (Expand)Author
8 days[release-branch.go1.26] internal/syscall/unix: properly support AT_SYMLINK_NO...Damien Neil
2025-10-09cmd/compile: call generated size-specialized malloc functions directlyMichael Matloob
2025-09-09cmd/cgo: run gcc to get errors and debug info in parallelmatloob
2025-08-11cmd/dist: require Go 1.24.6 as minimum bootstrap toolchainDmitri Shuralyov
2024-11-14internal/exportdata: introduce shared library for exportdataTim King
2024-10-21cmd/internal/macho: new package for handling mach-o files in toolchainCherry Mui
2024-09-26cmd/dist: enforce the lowest bootstrap versionqiulaidongfeng
2024-09-04cmd: remove notsha256 packageCuong Manh Le
2024-09-04cmd: do not use notsha256Cuong Manh Le
2024-08-30cmd/dist: do not rewrite "any" -> "interface{}"Cuong Manh Le
2024-08-27cmd/dist: update tryDirs list to match make scriptsDmitri Shuralyov
2024-08-22cmd/dist: set go version in bootstrap go.mod fileMichael Matloob
2024-06-21cmd/internal: separate counter package from telemetry packageMichael Matloob
2024-05-09cmd/dist: don't copy files ending in ~ to bootstrap directoryIan Lance Taylor
2024-05-09cmd/compile: add support for telemetryMichael Matloob
2024-05-09cmd/dist: reject accidental use of internal packages from bootstrap toolchainRuss Cox
2024-04-18cmd/dist: allow arbitrary package renames for bootstrap importsMichael Pratt
2024-03-27cmd/compile,cmd/preprofile: move logic to shared common packageMichael Pratt
2023-11-10cmd/compile: update types2.Info.FileVersions API to match go/typesRobert Griesemer
2023-09-30internal,cmd/internal: relocate covcmd package from std to cmdThan McIntosh
2023-08-14internal/coverage: separate out cmd defs to separate packageThan McIntosh
2023-08-09cmd/dist: remove unnecessary parts of bootstrapDirsqiulaidongfeng
2023-06-27cmd/dist, internal/abi: support bootstrapping with gccgoIan Lance Taylor
2023-06-22internal/platform,cmd/dist: export the list of supported platformsBryan C. Mills
2023-06-06cmd/dist: share one copy of the "generated by" header stringAustin Clements
2023-05-23cmd/compile: build compiler with PGOCherry Mui
2023-05-18Revert "cmd/compile: build compiler with PGO"Michael Pratt
2023-05-17cmd/compile: build compiler with PGOCherry Mui
2023-05-16Revert "cmd/compile: build compiler with PGO"Cherry Mui
2023-05-16cmd/compile: build compiler with PGOCherry Mui
2023-05-05cmd/dist: add explicit module version to generated go.modDavid Chase
2023-05-05cmd/compile: work with new bisect commandRuss Cox
2023-04-21internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna...Austin Clements
2023-04-20cmd/dist: refactor generated cgo-support logicBryan C. Mills
2023-04-18debug/elf: support zstd compressionIan Lance Taylor
2023-04-18cmd/go: add check for unknown godebug settingRuss Cox
2023-04-11go/build/constraint: add GoVersionRuss Cox
2023-03-27cmd/link/internal/ld, internal/syscall/unix: use posix_fallocate on freebsdTobias Klauser
2023-01-23internal/abi,runtime: refactor map constants into one placeDavid Chase
2022-11-21cmd/dist: update to assume Go 1.17.13 as minimal Go bootstrap versionMartin Möhrmann
2022-10-28cmd/compile: Enables PGO in Go and performs profile-guided inliningRaj Barik
2022-10-18go,cmd,internal: update to anticipate missing targets and .a filesMichael Matloob
2022-10-10cmd/compile/internal/types2: use internal/types/errors instead of local error...Robert Griesemer
2022-10-05cmd/compile: add late lower pass for last rules to runeric fang
2022-10-04cmd/internal/sys: migrate support.go functions to new internal pkgThan McIntosh
2022-09-27cmd/compile: add coverage fixup modeThan McIntosh
2022-08-11internal/saferio: new package to avoid OOMIan Lance Taylor
2022-07-06cmd/dist: use purego tag when building the bootstrap binariesIan Lance Taylor
2022-06-02cmd/dist: use gohostarch for ssa rewrite checkChristian Stewart
2022-05-02all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into masterRuss Cox