aboutsummaryrefslogtreecommitdiff
path: root/go/private
AgeCommit message (Expand)Author
2023-06-05Fix `go_download_sdk` with Bazel dev versions (#3580)Fabian Meumertzheim
2023-06-02go_download_sdk: apply extraction workaround to zips on non-windows OSs (#3563)Jay Conrod
2023-05-31go_sdk extension: create `go_host_compatible_sdk` repository (#3543)Yves-Stan Le Cornec
2023-05-25context: remove unused import (#3571)Son Luong Ngoc
2023-05-19Remove tests for `go_path`'s `link` mode (#3565)Fabian Meumertzheim
2023-05-17Fix `goexperiment.*` build tags (#3556)JB
2023-05-10stdliblist: return generated files (#3552)Thomas Rampelberg
2023-05-05respect global strip config (#3527)Malte Poll
2023-04-19Revert "Add automatic platform detection from inbound crosstool_top and cpu (...Fabian Meumertzheim
2023-04-19go_tool_binary: set GOMAXPROCS to 1 (#3536)Son Luong Ngoc
2023-04-07Drop coverage linker flags from stdlib build (#3522)Fabian Meumertzheim
2023-04-04Pass gc_goopts to stdlib (#3518)Zhongpeng Lin
2023-04-03Ignore pre-compiled stdlib only on 1.19 with experiments (#3508)Zhongpeng Lin
2023-04-02go_register_toolchains: update sdk_kinds (#3511)Son Luong Ngoc
2023-03-28Use `ctx.readdir` instead of `ls` for SDK platform detection (#3497)Fabian Meumertzheim
2023-03-28prepare release 0.39 (#3494)Tyler French
2023-03-27update golang/x/tools (#3496)Tyler French
2023-03-27Only install `runtime/cgo` with `pure = False` (#3492)Fabian Meumertzheim
2023-03-27Disable cgo by default with unsupported compilers (#3493)Fabian Meumertzheim
2023-03-24Keep build tags that affect the stdlib build (#3488)Fabian Meumertzheim
2023-03-24Canonicalize tags before transitioning (#3484)Fabian Meumertzheim
2023-03-20Only infer platforms from crosstool/cpu if at default (#3485)Fabian Meumertzheim
2023-03-17Rename `error` script in `go_cross_binary` (#3481)Fabian Meumertzheim
2023-03-17Improve error when linkmode requires cgo (#3482)Fabian Meumertzheim
2023-03-13Avoid repository rule restarts in go_sdk (#3478)John Firebaugh
2023-03-11Make `//go` usable in scripts run with `bazel run` (#3474)Fabian Meumertzheim
2023-03-11Expand locations in `x_defs` values (#3473)Fabian Meumertzheim
2023-03-08bzlmod: Improve SDK registration (#3443)Fabian Meumertzheim
2023-02-23bzlmod: Prohibit undesirable SDK registrations in non-root modules (#3440)Fabian Meumertzheim
2023-02-23Extract generated code from BUILD.toolchains.bazel into a macro (#3439)Fabian Meumertzheim
2023-02-22Remove `filter_transition_label` workaround (#3438)Fabian Meumertzheim
2023-01-29Regenerate golang/x/tools patch (#3434)Zhongpeng Lin
2023-01-26Revert go_googleapis upgrade (#3432)Zhongpeng Lin
2023-01-25Make the toolchain's `go` binary available as a target (#3429)Fabian Meumertzheim
2023-01-23Add `env` attribute to `go_binary` (#3428)Fabian Meumertzheim
2023-01-23Preparing 0.38.0 release (#3425)Zhongpeng Lin
2023-01-22Add support for env_inherit (#3256)ttpathan
2023-01-16fix: Relative path of embedsrc (#3407)Giovanny Gutiérrez
2023-01-15Upgrade org_golang_x_tools to 0.5.0 (#3356)Zhongpeng Lin
2023-01-11Do not use exec paths for rundir (#3414)Fabian Meumertzheim
2023-01-10Add a clarifying error about dependency cycle found for internal tests (#3422)yushan26
2023-01-10Update and run buildifier (#3416)Fabian Meumertzheim
2023-01-02Refactoring the extld related logic (#3400)Zhongpeng Lin
2022-12-20Mark `nogo` targets as `manual` to keep top-level symlinks (#3410)Fabian Meumertzheim
2022-12-20always produce .a files at the beginning of a build (#3385)Michael Matloob
2022-12-15Generalize `boringcrypto` to `GOEXPERIMENT` support (#3401)Fabian Meumertzheim
2022-12-14Add support for building with boringcrypto (#3398)Michael Matloob
2022-12-05chore(release): run dep upgrader (#3380)Jamy Timmermans
2022-11-30go link: use external linker when in race mode (#3370)Motiejus Jakštys
2022-11-28Upgrade googleapis to 2022-11-21Zhongpeng Lin