1. 2de7b82 docs: document lazy indexing (#2188) by Jay Conrod · 4 days ago upstream/master
  2. d27bd7a language/go: set visibility correctly for nested internal directories (#2187) by Jay Conrod · 4 days ago
  3. 0f9972d refactor: remove unreachable code (#2160) by Jason Bedard · 5 days ago
  4. 98c6091 language/proto: implement lazy indexing (#2185) by Jay Conrod · 9 days ago
  5. 5be0cf1 Invalidate go_repository_cache when host env vars change (#2183) by Zhongpeng Lin · 12 days ago
  6. 843f2b6 Stop using deprecated go.new_library() and go.library_to_source() (#2180) by Ed Schouten · 3 weeks ago
  7. 07a6616 moduleFromPath don't need go mod download (#2178) by xuxife · 3 weeks ago
  8. 0e862c3 perf: populate walk cache in background (#2161) by Jason Bedard · 5 weeks ago
  9. 3ca2882 Add directives to build github.com/thanos-io/thanos/cmd/thanos (#2086) by Holger Freyther · 6 weeks ago
  10. 5267019 support new ignore directive in go.mod (#2169) by JB · 6 weeks ago
  11. 39692af ignore godebug directive in go.mod and go.work #2167 (#2168) by Saurabh D Rao · 7 weeks ago
  12. 0182acd Adding unit test to ensure behavior of mode=diff (#2166) by Alan Donham · 7 weeks ago
  13. f70a0b9 Realign diff mode exit code with other modes. (#2165) by Alan Donham · 7 weeks ago
  14. 8baf684 docs: update Swift gazelle plugin reference to correct repository (#2159) by Chuck Grindel · 7 weeks ago
  15. efeeebf fix: populate walk cache for all walk modes (#2158) by Jason Bedard · 7 weeks ago
  16. 077e8c6 Extract either Module/Workspace RepoName in `CommonConfigurer` (#2157) by Wojciech Mazur · 9 weeks ago v0.45.0
  17. b9f4a4b walk: allow GetDirInfo to be called in directories not visited yet (#2153) by Jay Conrod · 9 weeks ago
  18. 6803436 pathtools: add Prefixes helper function (#2152) by Jay Conrod · 9 weeks ago
  19. c71b983 Removing restriction on cgo in go_test (#2154) by Zhongpeng Lin · 9 weeks ago
  20. d7a4d6b Upgrade `package_metadata` to 0.0.5 (was 0.0.2) (#2155) by Wojciech Mazur · 9 weeks ago
  21. d6536e7 Propagate to Gazelle extensions `proto_library` name achieved after merging with BUILD file (#2150) by Wojciech Mazur · 9 weeks ago
  22. ffa4e78 fix FixLoads issue with list of symbols (#2147) by tzaman-stripe · 2 months ago
  23. df68793 Accept more forms of glob values when parsing `bzl.Expr` (#2145) by Wojciech Mazur · 2 months ago
  24. b4c7f7d Fix target names when running in `package` proto mode (#2144) by Julian Gautier · 2 months ago
  25. db08340 Fix interfing proto.Mode - taking into account mode module apparent names (#2143) by Wojciech Mazur · 2 months ago
  26. 70f6c6e rule: add MatchGlobExpr for parsing glob expressions (#2142) by Jay Conrod · 3 months ago
  27. 80e359a walk: expose cached GetDirInfo (#2141) by Jay Conrod · 3 months ago
  28. 8301716 refactor: update bazel target for go_features (#2138) by Ismail Gjevori · 3 months ago
  29. 85aa3a2 merger: fix symbol assigned (#2136) by hunshcn · 3 months ago
  30. 0990b28 Remove usage of deprecated package_list on Go context (#2135) by David Zbarsky · 3 months ago
  31. 2f47114 fix: only pass walked dir content to single callback (#2134) by Jason Bedard · 3 months ago
  32. 82fcc1b Add default overrides for spicedb support (#2131) by Alex Faxå · 3 months ago
  33. bfa9a3a Test with Bazel 8 (#2120) by Fabian Meumertzheim · 3 months ago
  34. 1deae95 Fix missing go_env when running Gazelle (#2128) by Gunnar Wagenknecht · 3 months ago
  35. dc5cce4 docs: use stardoc for reference documentation only (#2125) by Jay Conrod · 3 months ago
  36. 3e438c8 Add special handling for extracting explicit package name from rule name if being part of `go_package` (#2122) by Wojciech Mazur · 3 months ago
  37. 81cbfea Enable Bzlmod for the main repo (#2118) by Fabian Meumertzheim · 3 months ago
  38. d12891c Add support for `--repo_contents_cache` (#2119) by Fabian Meumertzheim · 3 months ago
  39. 3f968a6 Speedup known os/arch checks (#2100) by David Zbarsky · 3 months ago
  40. f8622a1 Update bazel-skylib in WORKSPACE setup (#2116) by Fabian Meumertzheim · 3 months ago
  41. 6112926 go.mod 'tool' directive may refer to a package at module-root (#2115) by David Zbarsky · 3 months ago
  42. c92c383 docs: add gazelle_cc pointer (#2114) by Alex Eagle · 3 months ago
  43. 0449a44 Test against latest release candidates in BCR presubmit (#2112) by Fabian Meumertzheim · 4 months ago
  44. 45fe777 Avoid duplicates in relToIndex (#2110) by Zhongpeng Lin · 4 months ago v0.44.0
  45. b90fcdf Trim BCR versions before comparing them to Go versions (#2066) by Fabian Meumertzheim · 4 months ago
  46. b605d09 language/go: allow clean as argument to -build_file_generation (#2111) by Dominik Roos · 4 months ago
  47. 1925a30 indexing all parents of visited directories (#2109) by Zhongpeng Lin · 4 months ago
  48. d1169de perf: remove extraneous isExcluded(dir) checks (#2106) by Jason Bedard · 4 months ago
  49. 3a35226 Replace illegal characters in underscores when deriving proto RuleName (#2105) by Wojciech Mazur · 4 months ago
  50. 3ec5585 Add k8s.io/cri-api k8s.io/apiserver default overrides (#2107) by hunshcn · 4 months ago
  51. 18d0223 fix: normalize RelsToVisit (#2104) by Jason Bedard · 4 months ago
  52. 4dde518 Avoid allocations in fileNameInfo (#2099) by David Zbarsky · 4 months ago
  53. a5f4995 fix: correct attribute name in message (#2098) by Mikhail Mazurskiy · 4 months ago
  54. 4440fb7 language/go: add implicit go_search path when prefix is set (#2095) by Jay Conrod · 4 months ago
  55. 5e050a1 Add build file generation override for cel.dev/expr (#2096) by jasonkuster · 4 months ago
  56. 96a16bb Run buildifier to add explicit loads and update rules_go (#2090) by Fabian Meumertzheim · 4 months ago
  57. d5dabb5 Don't drop `-bzlmod` arg when args are explicitly provided (#2092) by Fabian Meumertzheim · 5 months ago
  58. 525dc37 Keep `use_repo`s needed for `tool`s (#2091) by Fabian Meumertzheim · 5 months ago
  59. 68afe70 language/go: support lazy indexing with go_search directive (#2075) by Jay Conrod · 5 months ago
  60. d0b1ccf Cleanup: Just updating comments as I read (#2087) by Stefan Penner · 5 months ago
  61. f4f1b2c Add go_features.proto to list of known protos (#2080) by Steven Dee (Jōshin) · 5 months ago
  62. ed55cc5 Add `package_metadata` to `REPO.bazel` (#2081) by Yannic · 5 months ago
  63. 8d0217a table fix (#2083) by Son Luong Ngoc · 5 months ago
  64. e425d46 go_grpc_compiler: default to go_grpc_v2 (#2071) by Son Luong Ngoc · 5 months ago
  65. 3b960fe Work around incompatibility between zlib and clang 17 (#2082) by Fabian Meumertzheim · 5 months ago
  66. 21b75c7 walk: better error checking in strict mode for RelsToVisit (#2077) by Jay Conrod · 5 months ago
  67. 5ae252f walk, language: support lazy indexing (#2074) by Jay Conrod · 5 months ago
  68. 710f7cb walk: refactor and add Walk2 function (#2073) by Jay Conrod · 5 months ago
  69. a39914b walk: fix BenchmarkWalk (#2072) by Jay Conrod · 5 months ago
  70. d7a25a2 Improve consistency by prefering bazel_dep over Go (#2065) by Holger Freyther · 6 months ago v0.43.0
  71. e59910c [Feature] Enable support for go.work files in non-root modules (#2067) by Stefan Penner · 6 months ago
  72. ba7eba9 Support (and ignore) ‘tool’ directive in go.mod files. (#2064) by Philipp Stephani · 6 months ago
  73. da58629 Add proto override for github.com/hashicorp/go-plugin to default_gazelle_overrides.bzl (#2062) by Utkarsh Chanchlani · 6 months ago
  74. f31fd97 feat(update-repos): allow users to profile gazelle update-repos (#2056) by Tyler French · 6 months ago
  75. 3abbe5a Improve performance of "Evaluate build tags as true and false" feature (#2058) by Alex Lopez · 6 months ago
  76. 1862989 fetch_repo: also remove WORKSPACE and MODULE files when cleaning (#1991) by peter woodman · 6 months ago
  77. 23672a7 refactor: simplify symlink follow logic (#2054) by Jason Bedard · 6 months ago
  78. f3d9644 Add proto override for k8s.io/kubelet to default_gazelle_overrides.bzl (#2049) by Benjamin · 7 months ago
  79. ea4f6e0 refactor: simplify walkDir signature (#2043) by Jason Bedard · 7 months ago
  80. a8e48fd refactor: move fs/walk related configuration to walk/config (#2044) by Jason Bedard · 7 months ago
  81. 1c82f14 walk: set parallelism to runtime.GOMAXPROCS (#2047) by Jay Conrod · 7 months ago
  82. 2f61d78 walk: add benchmark for Walk (#2042) by Jay Conrod · 7 months ago
  83. 00e43d5 fix: attr.val is not updated when setting multiple times (#2046) by Duan Yihan · 7 months ago
  84. 59756d7 Fix a typo in the target name, and use relative target path (#2024) by Gustavo Goretkin · 7 months ago
  85. 798a462 feat: add support for bazel8 REPO.bazel ignore_directories (#2039) by Jason Bedard · 7 months ago
  86. 2b9ae2d feat: support only updating existing BUILD files (#1921) by Jason Bedard · 7 months ago
  87. b36a3ed perf: do not build trie for directories not being traversed (#2036) by Jason Bedard · 7 months ago
  88. 8d5c703 Watch inputs to `go_repository` (#2037) by Fabian Meumertzheim · 7 months ago
  89. f1eacd9 Update docs for Google API name resolution (#2035) by Neil Conway · 8 months ago
  90. 16a9c0c Stop using Label.workspace_name (#2033) by Ed Schouten · 8 months ago
  91. ae12fa6 prometheus: Add directives needed for prometheus and alertmanager (#2032) by Holger Freyther · 8 months ago
  92. 99af6b3 Sync vendor directory (#2028) by Jay Conrod · 8 months ago
  93. 227f6ac Add build file generation override for cncf/xds (#2027) by Alex Faxå · 8 months ago
  94. 7e267a1 Add more k8s.io default overrides (#2026) by Marcel · 8 months ago
  95. ac5ae61 fix: correct updated filepath when updating expected output BUILD files (#2025) by Jason Bedard · 8 months ago
  96. e57b424 Evaluate build tags as both true and false (#1938) by Patrick Scott · 8 months ago
  97. 6699394 fix: Relaxing label parsing for Bazel 8 (#2021) by Richard Lavoie · 8 months ago upstream/release-0.42 v0.42.0
  98. 1bbedea fix(cmd/gazelle): small cleanups to fix-update (#2017) by Tyler French · 8 months ago
  99. 1ad7ece Fix version resolution with bazel_deps and improve warnings (#2015) by Fabian Meumertzheim · 8 months ago
  100. edfa984 merger: handle ident load (#2014) by Chase Starr · 8 months ago