aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Expand)Author
2023-06-07Implement //nolint parsing similar to golangci-lint (#3562)Patrick Scott
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-24gopackagesdriver: fix interface to work with golangci-lint (#3523) (#3524)Thomas Rampelberg
2023-05-20Create empty `.go` file in a random location (#3566)Fabian Meumertzheim
2023-05-19Remove tests for `go_path`'s `link` mode (#3565)Fabian Meumertzheim
2023-05-17Fix `goexperiment.*` build tags (#3556)JB
2023-05-15Fix formatting in nogo usage doc (#3557)Son Luong Ngoc
2023-05-10stdliblist: return generated files (#3552)Thomas Rampelberg
2023-05-05respect global strip config (#3527)Malte Poll
2023-05-05nogo: provide usage doc (#3534)Son Luong Ngoc
2023-04-26Create TEST_SHARD_STATUS_FILE when sharding tests (#3547)Fabian Meumertzheim
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-13Add defines for assembly build (#3528)Patrick Scott
2023-04-11prepare patch release 0.39.1 (#3517)Tyler French
2023-04-07Drop coverage linker flags from stdlib build (#3522)Fabian Meumertzheim
2023-04-07go/toolchains.rst: Remove reference to deprecated go_rule (#3486)Evan Jones
2023-04-04Pass gc_goopts to stdlib (#3518)Zhongpeng Lin
2023-04-03bzlmod: Fix repo name used by gopackagesdriver (#3516)Fabian Meumertzheim
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-04-02Fix use of `//go` with Bzlmod by removing dependency on `@org_golang_x_sys` (...Brice
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-27Quote `CC` if it contains whitespace (#3491)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-22Add missing darwin CPUs to apple matcher (#3461)Keith Smiley
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-24update links to gazelle docs (#3464)Gary Miguel
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-02-14go: support "all:" prefix for "go:embed" directives (#3455)Malte Poll
2023-02-09fix a grammer issue (#3451)Longchuanzheng
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