1. 1f1eb5f Use -ffile-prefix-map for reproducibility (#4671) by Keith Smiley · 14 hours ago upstream/master
  2. d51ee29 go: require Go 1.18 or later (#4666) by Son Luong Ngoc · 31 hours ago
  3. 407f9f3 Simplify the release process (#4661) by Fabian Meumertzheim · 5 days ago
  4. 4f78f63 fix: respect path mapping for custom SDKs (#4663) by Bryce Lampe · 6 days ago
  5. c6b35c2 Revert "Preserve common Go settings in go_stdlib_transition" (#4658) by Fabian Meumertzheim · 8 days ago upstream/release-0.62 v0.62.0
  6. 55b11d0 go: carry stdlib cgo link inputs into GoLink (#4657) by zbarsky-openai · 10 days ago
  7. 442b400 Add tests for cgo ldflags response-file encoding for Go 1.27 (#4656) by Richard Lavoie · 12 days ago
  8. 7fb2bde Add dedicated load files for go_binary(), go_library(), go_test() (#4655) by ericsalo · 14 days ago
  9. 136dc5c compilepkg: skip duplicate cgo compile (#4645) by Son Luong Ngoc · 14 days ago
  10. 0336744 builders: filter test sources in place (#4646) by Son Luong Ngoc · 4 weeks ago
  11. abcc50a Support --force_pic for cgo interop (#4648) by Keith Smiley · 4 weeks ago
  12. bdb85d6 Use param file to avoid argument list exceeding OS limit (#4649) by Teo Koon Peng · 4 weeks ago
  13. 3615c2c Exclude test sources, not needed for the bootstrap SDK compilation (#4644) by Richard Lavoie · 4 weeks ago
  14. 5ed5237 protoc: stream generated file copies (#4647) by Son Luong Ngoc · 4 weeks ago
  15. dd24e55 [builder/cgo] escape ldflags for invoking cgo starting Go 1.27 (#4641) by Taiwon Chung · 4 weeks ago
  16. 63335b2 Declare GoArchive in rule provider declarations (#4638) by David Zbarsky · 5 weeks ago
  17. 9282600 Preserve common Go settings in go_stdlib_transition (#4637) by David Zbarsky · 5 weeks ago
  18. 370a750 fix: add sanitize_pwd to unsupported cc toolchain features. (#4635) by Aaron Son · 7 weeks ago
  19. 8f97431 Add missing `go_link` exec group to more go_test (#4632) by michaelm-openai · 7 weeks ago
  20. 9667748 Add `GoLink` actions to `go_link` exec group (#4630) by michaelm-openai · 8 weeks ago
  21. 075fea0 Remove cc toolchain attr (#4601) by David Zbarsky · 8 weeks ago
  22. 411d86a Update Gazelle to 0.51.3 (#4629) by David Zbarsky · 8 weeks ago
  23. c8361e9 fix: include CGO_TOOLCHAINS to _go_proto_aspect (#4625) by leungster · 8 weeks ago
  24. 2d3c81f fix: set nogo flags as universal (#4623) by Sitaktif · 8 weeks ago
  25. a6f7272 Add loongarch64 support (#4610) by zhaixiaojuan · 8 weeks ago v0.61.0
  26. eae864b Add more flags to cgoAbsEnvFlags (#4619) by Austin Schuh · 8 weeks ago
  27. afd648f Revert "fix: restore internal_archive.direct after cycle-break recompile" (#4617) by Robert Findley · 9 weeks ago
  28. 3a5559c chore: remove reference to deprecated host mode (#4614) by Sitaktif · 9 weeks ago
  29. 8952d11 fix: produce facts of required analyzers in nogo facts-only mode (#4615) by Robert Findley · 9 weeks ago
  30. 5ddb517 Set direct nogo attribute to prevent building nogo for the wrong platform when multiple exec platforms are set (#4611) by Sitaktif · 9 weeks ago
  31. 5d946af fix(nogo): generate accurate patches (#4602) by Bryce Lampe · 10 weeks ago
  32. 63cd33e fix: put GoProtocGen in its own exec group (#4605) by Sitaktif · 3 months ago
  33. db13b33 fix/nogo: use resolved Label for GoGenNogo toolchain (#4608) by Keegan Carruthers-Smith · 3 months ago
  34. c031936 Allow experimental ability to bootstrap go toolchain from source (#4553) by David Zbarsky · 3 months ago
  35. 9e3620f fix: restore internal_archive.direct after cycle-break recompile (#4606) by Robert Findley · 3 months ago
  36. 45e341c Add C++ runtime libs to cgo action inputs (#4594) by David Zbarsky · 3 months ago
  37. e3b3263 fix: avoid generating -Wl for dynamic libraries with an interface (#4574) by Sahin Yort · 3 months ago
  38. 65c1b4d Consistent auto-registered toolchain path naming (#4597) by Dean Lindqvist Todevski · 3 months ago
  39. aadb72e Use rules_cc to load cc symbols (#4579) by David Zbarsky · 3 months ago
  40. 0725e32 Stop including deprecated properties in context by default (#4389) by David Zbarsky · 3 months ago
  41. 2484069 Remove cgo_context_data (#4599) by David Zbarsky · 3 months ago
  42. d83032d Fix invalid comparison (#4598) by Keith Smiley · 3 months ago
  43. feb90eb perf: Only resolve cc toolchain for rules that will need it (#4593) by David Zbarsky · 3 months ago
  44. eedda25 gopackagesdriver: ignore bazel analysis errors (#4567) by Jay Conrod · 3 months ago
  45. dfabfe9 gopackagesdriver: fix missing cgo files when RBE is used (#4589) by Teo Koon Peng · 3 months ago
  46. fcc41bb Revert "context: prefer pre-computed CgoContextInfo from go_context_data" (#4592) by James Sharpe · 3 months ago
  47. fc06c24 go/private: optimize _filter_options to avoid O(n²) scan (#4590) by James Sharpe · 3 months ago
  48. 8808bb8 bzltestutil: fix re-exec failure on Windows when runfiles path exceeds MAX_PATH (#4586) by Hugo Beauzée-Luyssen · 3 months ago
  49. 3b6b59a context: prefer pre-computed CgoContextInfo from go_context_data (#4591) by James Sharpe · 3 months ago
  50. 4f7900f gopackagesdriver: disable path mapping for GoStdlibList action (#4585) by juanzolotoochin · 4 months ago
  51. 552451c link: remove -z,now (BIND_NOW) from CC toolchain extldflags (#4578) by hunshcn · 4 months ago
  52. 2ce3598 fix: Allow passing pgoprofile via the command line (#4580) by luzhanning · 4 months ago
  53. e7fb6ab `go_bin_runner`: connect stdin (#4576) by Andrea Nardelli · 4 months ago
  54. 6b4949e nogo: plumb SDK Go version into go/types (#4564) by Son Luong Ngoc · 4 months ago
  55. 8e315a4 fix: unstable import sorting for GoTestGenTest (#4570) by Roman Mingazeev · 5 months ago
  56. d299754 fix: cgo: include dynamic library when interface library is set (#4569) by Sahin Yort · 5 months ago
  57. ca94a5b gopackagesdriver: log events using slog (#4566) by Jay Conrod · 5 months ago
  58. 811ab2d Handle absolutizing -internal-isystem (#4563) by Keith Smiley · 5 months ago
  59. d6253d4 go/tools/builders: Pass `CFLAGS` to assembly sources compilation (#4559) by LINKIWI · 5 months ago
  60. 4762cd6 Allow go_binary to override go_library x_defs (#4562) by Andy Hochhaus · 5 months ago
  61. 9ca4797 Also allow to read the SDK version from `go.work` (#4555) by Régis Desgroppes · 6 months ago
  62. c80ebd1 chore: update maintainers (#4552) by Tyler French · 6 months ago
  63. fbbafef Revert "Issue 1486: cgo: fix C++ dynamic initialization of static variables when using alwayslink = True (#4438)" (#4551) by Fabian Meumertzheim · 6 months ago upstream/release-0.60 v0.60.0
  64. ebd809f chore: Mark go_download_sdk as reproducible (#4543) by Morten Mjelva · 6 months ago
  65. cdad78d Replace HTML with Markdown in docs (#4542) by John Cater · 6 months ago
  66. 1cc11f1 Replace html linebreaks with newlines. (#4541) by John Cater · 6 months ago
  67. e6b690e Update BCR test module deps and Bazel version (#4537) by Fabian Meumertzheim · 7 months ago
  68. 23b3f09 fix(gopackagesdriver): Improve wildcard package query matching (#4288) by Aaron Hakala · 7 months ago
  69. 3b18746 fix(releaser): add MODULE.bazel boilerplate (#4225) by Tyler French · 7 months ago
  70. f76b497 Bump golang.org/x/net from 0.34.0 to 0.38.0 in /examples/basic_gazelle (#4530) by dependabot[bot] · 8 months ago
  71. d1ff6e2 expand make variables in x_defs (#4533) by peter woodman · 8 months ago
  72. 7ad9f01 refactor: Remove next batch of WORKSPACE content (#4531) by David Zbarsky · 8 months ago
  73. 9f68704 refactor: Remove more workspace content (#4529) by David Zbarsky · 8 months ago
  74. 42f3f48 Start migrating rules_go workspace to bzlmod (#4526) by David Zbarsky · 8 months ago
  75. db94744 Rename host_go{arch,os} to exec_ (#4525) by David Zbarsky · 8 months ago
  76. 25f9eca Exclude cgotest from stdlib build (#4524) by David Zbarsky · 8 months ago
  77. e65b564 Update Coverage link in README.rst (#4523) by BlueC0re · 8 months ago
  78. 1be32b0 go/tools/gopackagesdriver: don't filter GoFiles for tags (#4519) by Fionera · 8 months ago
  79. 2c43998 Default link mode to PIE on supported platforms (#4481) by Alex Tercete · 8 months ago
  80. 38f9c87 proto: Pass in the plugin as tools to preserve runfiles (#4514) by DolceTriade · 9 months ago
  81. f836fe6 Transition request_nogo to False for cgo_context_data (#4512) by Corentin Kerisit · 9 months ago
  82. f352bcd Document Gazelle `go_tools.bzl` functionality (#4496) by Steven Dee · 9 months ago
  83. b3e12d7 Add missing load statements (#4508) by Keith Smiley · 9 months ago upstream/release-0.59 v0.59.0
  84. 3fe89b8 Add `riscv64` into `BAZEL_GOARCH_CONSTRAINTS` (#4507) by ffgan · 9 months ago
  85. 0b46a62 docs: copy editor setup instructions from wiki to docs/editors.md (#4504) by Jay Conrod · 9 months ago
  86. dfed61b Fix BCR test module for Bazel 9 (#4503) by Fabian Meumertzheim · 9 months ago
  87. cdf4651 remove .vscode and gitignore it (#4498) by Jeff Hodges · 9 months ago
  88. b764503 correct macOS Tahoe 26 build via apple_support (#4500) by Jeff Hodges · 9 months ago
  89. 30a6f8d Reland "go_sdk: store SDK filenames and hashes in lockfile facts" (#4493) by Fabian Meumertzheim · 9 months ago
  90. 3c293b0 Update Bazel to 7.7.0 (#4492) by Fabian Meumertzheim · 9 months ago upstream/release-0.58 v0.58.3
  91. f7a7c5d Fix _xcode_config attribute for bazel 9.x (#4491) by Keith Smiley · 9 months ago
  92. 3ea65d8 .bazelci/presubmit.yml: run BCR tests with multiple Bazel versions (#4490) by Jay Conrod · 9 months ago v0.58.2
  93. c84ee39 Only build cmd/internal/cov package on go1.20 where it exists (#4489) by David Zbarsky · 9 months ago
  94. 4ded826 Make it easier to debug integration tests (#4488) by David Zbarsky · 9 months ago
  95. e3ec029 tests/bcr: don't require MODULE.bazel.lock (#4485) by Jay Conrod · 9 months ago
  96. a06038c Add missing `bazel_dep` to BCR test module (#4486) by Fabian Meumertzheim · 9 months ago
  97. e9352e9 Fix pure mode detection (#4470) by Fabian Meumertzheim · 9 months ago v0.58.0 v0.58.1
  98. 4f25f44 Commit MODULE.bazel.lock files (#4484) by Jay Conrod · 9 months ago
  99. 74199c9 use sh_toolchain to get a truer path to bash (#4465) by Troy Benson · 10 months ago
  100. 56929da Allow collecting coverage for go_binary executed as child process (#4461) by David Zbarsky · 10 months ago