aboutsummaryrefslogtreecommitdiff
path: root/go/tools/builders/link.go
AgeCommit message (Expand)Author
2023-05-17Fix `goexperiment.*` build tags (#3556)JB
2022-12-15Generalize `boringcrypto` to `GOEXPERIMENT` support (#3401)Fabian Meumertzheim
2022-12-14Add support for building with boringcrypto (#3398)Michael Matloob
2022-12-08preserve intermediate files if `-work` is specified (#3389)Motiejus Jakštys
2022-06-08Use param files with go-protoc (#3190)Fabian Meumertzheim
2021-12-02Add first class support for GOOS=ios (#3013)Steeve Morin
2021-06-09Support multiple keys in x_defs (#2888)Kaoet
2020-11-19link: make package conflicts into errors instead of warnings (#2730)Jay Conrod
2020-09-21go: use "shell" params file format instead of "multiline" (#2655)Jay Conrod
2020-08-04Copy PKGDEF and nogo facts to the same archive (#2461)Zhongpeng Lin
2020-07-06link: find package conflict errors during analysis, report in GoLink (#2553)Jay Conrod
2020-05-19link: add flag to fail build when multiple packages have same package path (#...Yannic
2019-03-20go_binary: correctly apply x_defs to main package when linking (#2001)Jay Conrod
2019-02-12Consolidate actions into a single builder binary (#1947)Jay Conrod
2018-09-20link: take absolute path of main file (#1727)Jay Conrod
2018-08-16Force absolute paths in builders (#1664)Jannis Andrija Schnitzer
2018-08-15Windows: Use absolute and shortened path for GOROOT environment variable (#1647)Jannis Andrija Schnitzer
2018-08-13Use -importcfg files for compiling and linking (#1654)Jay Conrod
2018-08-13Actions that use go.args may now use param files automatically (#1652)Jay Conrod
2018-07-03Windows fixes (#1572)Pascal Muetschard
2018-05-23Exec go tools directly instead of using "go tool" (#1503)Jay Conrod
2018-04-30Removed deprecated features (#1475)Jay Conrod
2018-04-30Refactor how environment and arguments are passed to builders (#1465)Jay Conrod
2018-03-23Warn when linking archive with the same package path (#1400)Jay Conrod
2018-03-19Add c-shared and c-archive link modes (#1365)Steeve Morin
2018-02-28Various fixes and changes (#1340)Steeve Morin
2018-01-11Give GoEnv an update method (#1231)Ian Cottrell
2017-12-22Skylark compatability (#1175)Ian Cottrell
2017-10-17Normalise go environment handling (#929)Ian Cottrell
2017-06-13Add go link wrapper tool (#533)Ian Cottrell