aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2023-06-07Implement //nolint parsing similar to golangci-lint (#3562)Patrick Scott
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-20Create empty `.go` file in a random location (#3566)Fabian Meumertzheim
2023-05-19Fix tests with `--incompatible_disable_starlark_host_transitions` (#3560)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-05respect global strip config (#3527)Malte Poll
2023-04-26Create TEST_SHARD_STATUS_FILE when sharding tests (#3547)Fabian Meumertzheim
2023-04-13Add defines for assembly build (#3528)Patrick Scott
2023-04-02Fix use of `//go` with Bzlmod by removing dependency on `@org_golang_x_sys` (...Brice
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-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-14go: support "all:" prefix for "go:embed" directives (#3455)Malte Poll
2023-02-07change test name from 'need_test' to 'build_only' (#3449)uberzzr
2023-02-07add bazel test rule (#3447)uberzzr
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-22Add support for env_inherit (#3256)ttpathan
2023-01-16fix: Relative path of embedsrc (#3407)Giovanny Gutiérrez
2023-01-16Upgrade Gazelle to 0.29.0 (#3424)Zhongpeng Lin
2023-01-15Upgrade org_golang_x_tools to 0.5.0 (#3356)Zhongpeng Lin
2023-01-10Update and run buildifier (#3416)Fabian Meumertzheim
2023-01-02bzlmod: Test against Bazel 6.0.0 (#3412)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-14explicitly build relative path for Tool command in lcov_coverage_test (#3399)Michael Matloob
2022-12-13Adapt `lcov_coverage_test` to `exec.Command` change (#3392)Fabian Meumertzheim
2022-12-05Make Go runfiles library repo mapping aware (#3347)Fabian Meumertzheim
2022-12-04Fix normalization check for `Rlocation` path (#3378)Fabian Meumertzheim
2022-12-03nogo: Add a _base key to be a default config for all Analyzers. (#3351)DolceTriade
2022-11-26link.bzl: ignore duplicate dep on coverdata (#3032)Rob Figueiredo
2022-11-24go_path: support go:embed of generated files (#3285)Stephen Chan
2022-11-12Rename `Path` to `Rlocation` in runfiles library (#3346)Fabian Meumertzheim
2022-11-07Move new runfiles library to `//go/runfiles` (#3341)Fabian Meumertzheim
2022-10-17bzlmod: Add support for gogo proto compiler (#3323)Fabian Meumertzheim
2022-10-15Add additional bzlmod requirements to allow grpc protobufs to work (#3320)Simon Stewart
2022-09-28Allow to select host/remote Go SDK (#3303)Mikhail Mazurskiy
2022-09-10Collect coverage for other languages (#3287)Fabian Meumertzheim
2022-09-09bzlmod: Add support for `go_proto_library` (#3283)Fabian Meumertzheim
2022-09-06Fix non_executable_test to work with `@//` labels (#3281)Xùdōng Yáng
2022-09-05bzlmod: Use repo_name attribute on module instead of patches (#3279)Fabian Meumertzheim
2022-08-25Add `go_cross_binary` rule for cross-compilation. (#3261)James Bartlett
2022-08-16Add support for --@io_bazel_rules_go//go/toolchain:sdk_version flag. (#3260)James Bartlett
2022-08-03bzlmod: Check in io_bazel_rules_go -> rules_go patch for tests (#3262)Fabian Meumertzheim