Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
bazel-gazelle
/
HEAD
58be103
Add default Gazelle override for go.chromium.org/luci (#2259)
by Eric Boren
· 13 days ago
upstream/master
fdb8a95
Add remote-apis-sdks to DEFAULT_BUILD_FILE_GENERATION_BY_PATH (#2260)
by Eric Boren
· 13 days ago
b99e347
docs: added explanation on how the merger works (#2255)
by Jay Conrod
· 2 weeks ago
0ebe7d8
walk: assert that RelsToIndex strings are clean and relative (#2258)
by Jay Conrod
· 2 weeks ago
b8a73bc
fix(language/go): ignored goexperiment build tag typo (#2257)
by Ammar Elsabe
· 2 weeks ago
3696f8c
fix: ignore goexperiments build tags (#2254)
by Ammar Elsabe
· 3 weeks ago
093359a
docs: rewrite design explanation (#2251)
by Jay Conrod
· 3 weeks ago
2762427
docs: split reference material onto different pages (#2250)
by Jay Conrod
· 4 weeks ago
dedce65
README: fix broken links to JS, Kotlin extensions (#2199)
by Jay Conrod
· 4 weeks ago
6dc1118
Add default_features directive (#2247)
by Keith Smiley
· 4 weeks ago
c43f201
cmd/autogazelle/README: translate from reStructuredText to Markdown (#2200)
by Jay Conrod
· 4 weeks ago
028c500
Insert package() at the top of the file (#2249)
by Keith Smiley
· 4 weeks ago
0c712d1
Fix exports_files and package conflicts (#2248)
by Keith Smiley
· 4 weeks ago
2250eaa
Add Glob.AllowsEmpty (#2245)
by David Zbarsky
· 4 weeks ago
46abfc0
feat: remove scalar attr keep comments (#2244)
by Peter Cardenas
· 4 weeks ago
cb5dab0
feat: remove unnecessary keep comments in lists (#2232)
by Peter Cardenas
· 5 weeks ago
377f822
feature: generate `pgoprofile` attribute if default profile detected (#2241)
by Vasilios Pantazopoulos
· 5 weeks ago
d3a4217
doc: fix the `rules_python` gazelle example (#2020)
by Ignas Anikevicius
· 5 weeks ago
cbd235f
walk: fix race condition (#2238)
by Jay Conrod
· 6 weeks ago
9d26c70
Accept `go.sum` files with git conflict markers (#2225)
by Fabian Meumertzheim
· 6 weeks ago
2f37cce
Add default Gazelle override for tflint-plugin-sdk (#2230)
by Rory Chatterton
· 6 weeks ago
7022bb2
[bzlmod/go_deps] Clarify support for modules that differ only by case. (#2213)
by Martin Kosiba
· 6 weeks ago
bb95b5e
CI: upgrade rules_go for BCR tests (#2237)
by Jay Conrod
· 6 weeks ago
b13c157
Fix go tools at module roots (#2223)
by Steven Dee
· 8 weeks ago
v0.47.0
8ce02f7
Fix BCR test module with Bazel 9 (#2221)
by Fabian Meumertzheim
· 8 weeks ago
c250075
Generate dictionary with go tool targets (#2215)
by Steven Dee
· 9 weeks ago
f866de0
CI: hopefully fix BCR tests (#2220)
by Jay Conrod
· 9 weeks ago
v0.46.0
v0.46.0-rc3
47b5773
CI: sync BCR and presubmit tests (#2218)
by Jay Conrod
· 9 weeks ago
v0.46.0-rc2
855be08
language/go: handle cgo noescape and nocallback directives (#2217)
by Torin Carey
· 9 weeks ago
02b5c18
fix: only return requested dirinfo on GetDirInfo error (#2212)
by Jason Bedard
· 10 weeks ago
v0.46.0-rc1
15fa5e2
Commit MODULE.bazel.lock file (#2209)
by Jay Conrod
· 2 months ago
72ec3d2
config: fix nil pointer exception in update help (#2202)
by Jay Conrod
· 2 months ago
d82aa37
perf: avoid use of reflection when generating bzl expressions (#2204)
by Jason Bedard
· 2 months ago
ac1a5c3
perf: dont use sprintf for simple string concat (#2205)
by Jason Bedard
· 2 months ago
2d0f076
chore: update bazelbuild/buildtools, bmatcuk/doublestar (#2203)
by Jason Bedard
· 2 months ago
b55c4b2
Design: translate from reStructuredText to Markdown (#2198)
by Jay Conrod
· 3 months ago
c7339b8
README: translate from reStructuredText to Markdown (#2197)
by Jay Conrod
· 3 months ago
f5f8aff
Automatically deleting corrupted Go module cache (#2194)
by Zhongpeng Lin
· 3 months ago
a0a42d4
build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /tests/bcr/go_mod (#2193)
by dependabot[bot]
· 3 months ago
3290119
README.rst: fix code formatting (#2192)
by Jay Conrod
· 3 months ago
6101df4
Add test coverage for external Go submodules (#2191)
by Fabian Meumertzheim
· 3 months ago
67eb482
language/bazel/visibility: add to cmd/gazelle and DEFAULT_LANGUAGES (#2190)
by Jay Conrod
· 3 months ago
2de7b82
docs: document lazy indexing (#2188)
by Jay Conrod
· 3 months ago
d27bd7a
language/go: set visibility correctly for nested internal directories (#2187)
by Jay Conrod
· 3 months ago
0f9972d
refactor: remove unreachable code (#2160)
by Jason Bedard
· 3 months ago
98c6091
language/proto: implement lazy indexing (#2185)
by Jay Conrod
· 4 months ago
5be0cf1
Invalidate go_repository_cache when host env vars change (#2183)
by Zhongpeng Lin
· 4 months ago
843f2b6
Stop using deprecated go.new_library() and go.library_to_source() (#2180)
by Ed Schouten
· 4 months ago
07a6616
moduleFromPath don't need go mod download (#2178)
by xuxife
· 4 months ago
0e862c3
perf: populate walk cache in background (#2161)
by Jason Bedard
· 4 months ago
3ca2882
Add directives to build github.com/thanos-io/thanos/cmd/thanos (#2086)
by Holger Freyther
· 5 months ago
5267019
support new ignore directive in go.mod (#2169)
by JB
· 5 months ago
39692af
ignore godebug directive in go.mod and go.work #2167 (#2168)
by Saurabh D Rao
· 5 months ago
0182acd
Adding unit test to ensure behavior of mode=diff (#2166)
by Alan Donham
· 5 months ago
f70a0b9
Realign diff mode exit code with other modes. (#2165)
by Alan Donham
· 5 months ago
8baf684
docs: update Swift gazelle plugin reference to correct repository (#2159)
by Chuck Grindel
· 5 months ago
efeeebf
fix: populate walk cache for all walk modes (#2158)
by Jason Bedard
· 5 months ago
077e8c6
Extract either Module/Workspace RepoName in `CommonConfigurer` (#2157)
by Wojciech Mazur
· 5 months ago
v0.45.0
b9f4a4b
walk: allow GetDirInfo to be called in directories not visited yet (#2153)
by Jay Conrod
· 5 months ago
6803436
pathtools: add Prefixes helper function (#2152)
by Jay Conrod
· 5 months ago
c71b983
Removing restriction on cgo in go_test (#2154)
by Zhongpeng Lin
· 5 months ago
d7a4d6b
Upgrade `package_metadata` to 0.0.5 (was 0.0.2) (#2155)
by Wojciech Mazur
· 5 months ago
d6536e7
Propagate to Gazelle extensions `proto_library` name achieved after merging with BUILD file (#2150)
by Wojciech Mazur
· 5 months ago
ffa4e78
fix FixLoads issue with list of symbols (#2147)
by tzaman-stripe
· 6 months ago
df68793
Accept more forms of glob values when parsing `bzl.Expr` (#2145)
by Wojciech Mazur
· 6 months ago
b4c7f7d
Fix target names when running in `package` proto mode (#2144)
by Julian Gautier
· 6 months ago
db08340
Fix interfing proto.Mode - taking into account mode module apparent names (#2143)
by Wojciech Mazur
· 6 months ago
70f6c6e
rule: add MatchGlobExpr for parsing glob expressions (#2142)
by Jay Conrod
· 6 months ago
80e359a
walk: expose cached GetDirInfo (#2141)
by Jay Conrod
· 6 months ago
8301716
refactor: update bazel target for go_features (#2138)
by Ismail Gjevori
· 6 months ago
85aa3a2
merger: fix symbol assigned (#2136)
by hunshcn
· 6 months ago
0990b28
Remove usage of deprecated package_list on Go context (#2135)
by David Zbarsky
· 6 months ago
2f47114
fix: only pass walked dir content to single callback (#2134)
by Jason Bedard
· 6 months ago
82fcc1b
Add default overrides for spicedb support (#2131)
by Alex Faxå
· 6 months ago
bfa9a3a
Test with Bazel 8 (#2120)
by Fabian Meumertzheim
· 6 months ago
1deae95
Fix missing go_env when running Gazelle (#2128)
by Gunnar Wagenknecht
· 6 months ago
dc5cce4
docs: use stardoc for reference documentation only (#2125)
by Jay Conrod
· 7 months ago
3e438c8
Add special handling for extracting explicit package name from rule name if being part of `go_package` (#2122)
by Wojciech Mazur
· 7 months ago
81cbfea
Enable Bzlmod for the main repo (#2118)
by Fabian Meumertzheim
· 7 months ago
d12891c
Add support for `--repo_contents_cache` (#2119)
by Fabian Meumertzheim
· 7 months ago
3f968a6
Speedup known os/arch checks (#2100)
by David Zbarsky
· 7 months ago
f8622a1
Update bazel-skylib in WORKSPACE setup (#2116)
by Fabian Meumertzheim
· 7 months ago
6112926
go.mod 'tool' directive may refer to a package at module-root (#2115)
by David Zbarsky
· 7 months ago
c92c383
docs: add gazelle_cc pointer (#2114)
by Alex Eagle
· 7 months ago
0449a44
Test against latest release candidates in BCR presubmit (#2112)
by Fabian Meumertzheim
· 7 months ago
45fe777
Avoid duplicates in relToIndex (#2110)
by Zhongpeng Lin
· 7 months ago
v0.44.0
b90fcdf
Trim BCR versions before comparing them to Go versions (#2066)
by Fabian Meumertzheim
· 7 months ago
b605d09
language/go: allow clean as argument to -build_file_generation (#2111)
by Dominik Roos
· 7 months ago
1925a30
indexing all parents of visited directories (#2109)
by Zhongpeng Lin
· 7 months ago
d1169de
perf: remove extraneous isExcluded(dir) checks (#2106)
by Jason Bedard
· 7 months ago
3a35226
Replace illegal characters in underscores when deriving proto RuleName (#2105)
by Wojciech Mazur
· 7 months ago
3ec5585
Add k8s.io/cri-api k8s.io/apiserver default overrides (#2107)
by hunshcn
· 7 months ago
18d0223
fix: normalize RelsToVisit (#2104)
by Jason Bedard
· 7 months ago
4dde518
Avoid allocations in fileNameInfo (#2099)
by David Zbarsky
· 7 months ago
a5f4995
fix: correct attribute name in message (#2098)
by Mikhail Mazurskiy
· 7 months ago
4440fb7
language/go: add implicit go_search path when prefix is set (#2095)
by Jay Conrod
· 8 months ago
5e050a1
Add build file generation override for cel.dev/expr (#2096)
by jasonkuster
· 8 months ago
96a16bb
Run buildifier to add explicit loads and update rules_go (#2090)
by Fabian Meumertzheim
· 8 months ago
d5dabb5
Don't drop `-bzlmod` arg when args are explicitly provided (#2092)
by Fabian Meumertzheim
· 8 months ago
525dc37
Keep `use_repo`s needed for `tool`s (#2091)
by Fabian Meumertzheim
· 8 months ago
Next »