- 859bfff Sortvisibility (#1452) by Tim Malmström · 3 days ago upstream/main
- e24971d support AssignExpr statements in edit.FindRuleByName() (#1369) by Matt Brown · 12 days ago
- 54a7200 Updating github release script to find binaries (#1446) by Tim Malmström · 2 weeks ago
- 069a00a suppressing canonical-repository warning (#1447) by Tim Malmström · 2 weeks ago
- 227805b Updated to run properly under Bazel 9. (#1442) by John Cater · 2 weeks ago
- f6a1982 Update .bazelversion (#1445) by Tim Malmström · 2 weeks ago v8.5.1
- 8d909a2 Add wildcard support for key in dict_replace_if_equal (#1426) by Marcel · 2 weeks ago
- bbf01ec Add a buildifier warning to enforce symbol load location (#1318) by Sergey Tyurin · 3 weeks ago
- 9bdafcf Disable bzl-visibility lint if the target file has a `visibility()` declaration (#1439) by Joshua Haberman · 4 weeks ago
- f026de8 Fix Bazel@HEAD - Upgrade rules_go version (#1438) by Nevena · 5 weeks ago
- 8e18998 Updating Warnings Validation to be unique (#1437) by Tim Malmström · 5 weeks ago
- eb7356d Update utils.go by Tim Malmström · 6 weeks ago
- c3aa0b7 more comments to syntax.go (#723) by Jean Barkhuysen · 7 weeks ago
- 0d0f1b1 Classify `.BUILD.bazel` suffixed files as `TypeBuild` (#1433) by Jordan · 7 weeks ago
- dc2c657 Fixing bug where comment added to multiline attribute was added as suffix (#1434) by Tim Malmström · 7 weeks ago
- 08c4adf Update stale.yml by Tim Malmström · 7 weeks ago
- da16ec8 Update stale.yml by Tim Malmström · 8 weeks ago
- 9e5607d Update stale.yml by Tim Malmström · 8 weeks ago
- c9f3ac6 Creating GitHub Stale workflow to auto close stale issues and PRs (#1431) by Tim Malmström · 8 weeks ago
- d171b38 Add cc attributes for backwards compatibility (#1429) by hvadehra · 10 weeks ago
- 4ad76a2 Fix type of `default_copts` (#1428) by hvadehra · 10 weeks ago
- 6e81bc3 Update CODEOWNERS (#1424) by Tim Malmström · 2 months ago
- 8e68360 Revert "buildifier: decouple runner scripts from binaries (#1398)" (#1413) by Régis Desgroppes · 3 months ago
- 9a9819e buildifier: decouple runner scripts from binaries (#1398) by Régis Desgroppes · 3 months ago
- e879524 Bugfix false positive for "unused" variable for nested `def`s (#1376) by Tim Malmström · 3 months ago
- 61dad1f buildifier: improve Windows runner performance (#1404) by Régis Desgroppes · 3 months ago
- 82ab633 fix module file detection (#1407) by Mike Lundy · 3 months ago
- 30d1c54 [unused_deps] Improve usage (#1410) by Sergey Tyurin · 3 months ago
- f48b234 Add support for type annotations in assignments (#1403) by Laurent Le Brun · 4 months ago
- fca6dee Update version of rules_go to fix xcode_config + Fix Bazel@HEAD (#1409) by Nevena · 4 months ago
- 2eb4fcc Also print `fixed ...` messages with `-stdout` (#1373) by Fabian Meumertzheim · 5 months ago
- 8f135a5 Fix build with HEAD Bazel (#1397) by Xùdōng Yáng · 5 months ago
- 6c4b75d Updating positional-args check to be more comprehensive (#1393) by Tim Malmström · 5 months ago
- 4006b54 updates (#1386) by Nick Schaap · 6 months ago
- 62b9413 Don't fail on directories named `foo.bzl` (#1377) by Fabian Meumertzheim · 7 months ago
- fdc6268 Support multi-symbol replace_load correctly (#1366) by Sebastian Barfurth · 8 months ago
- b64e1da feat: add `windows_arm64` releases (#1368) by Alberto Cavalcante · 8 months ago
- a2a20c9 Run buildifier against all MODULE.bazel -like files (#1374) by Paul Salaberria · 8 months ago
- 4ee5cc3 make backslashes visible in docs for dict_add and dict_set (#1372) by David Sanderson · 8 months ago
- 34c392a Revert "Fix buildozer fix tests that assume 1/0 for known boolean fields (#1360)" (#1370) by Philipp · 8 months ago
- b1e23f1 Update WARNINGS.md (#1353) by Kyle Dobitz · 9 months ago v8.2.1
- 04fb76e Add Starlarkified Python attributes to generate_tables.go (#1365) by Tim Malmström · 9 months ago
- b02f80d Fixing unicode string split issue (#1364) by Tim Malmström · 9 months ago
- 5199712 Adding function to execute Buildozer commands on a single in-memory file (#1359) by Tim Malmström · 9 months ago
- fdebdb3 Fixing go-lint issue to not use underscores in variable names (#1362) by Tim Malmström · 9 months ago
- 5d14477 Allowing escaped colon character in dict operations (#1361) by Tim Malmström · 9 months ago
- 9029539 perf: Avoid recompiling regexes (#1293) by David Zbarsky · 9 months ago
- d5bd185 Fix buildozer fix tests that assume 1/0 for known boolean fields (#1360) by Vladimir Moskva · 9 months ago
- 9a75f39 buildozer: Respect .bazelignore (#1343) by Alex Martani · 9 months ago
- d9ed52a Bug fix. Correctly identify expressions using &=, ^=, >>=, and <<= as assignment statements when parsing BUILD files. (#1357) by pdoyle12 · 10 months ago v8.2.0
- 5b1eedd Revert "Keep targets like "@foo//:foo" formatted as-is. (#1355)" (#1356) by Xùdōng Yáng · 10 months ago
- 870ee1b Keep targets like "@foo//:foo" formatted as-is. (#1355) by Laramie Leavitt · 10 months ago
- f37c35d Adding nil check for Rule Call Expression (#1351) by Tim Malmström · 10 months ago
- 16e6ff5 Removing unused directory `buildifier2` (#1350) by Tim Malmström · 10 months ago
- f963a97 Direct users to disable incorrect warning (#1349) by Philipp · 11 months ago
- c98d8e8 Note that list-append incorrectly warns on select statements (#1348) by Philipp · 11 months ago
- f79c8ea Build and ship binaries for riscv64 (#1346) by Levi Zim · 11 months ago
- ee6c0a3 Keep `include` calls together in `MODULE.bazel` files (#1345) by Fabian Meumertzheim · 11 months ago
- 737aaf8 Break module extension groups after a `use_repo` (#1339) by Fabian Meumertzheim · 11 months ago
- 931d76d Updating set kind to remember starting line of the rule by Tim Malmström · 11 months ago
- 7cb8bf6 Update CODEOWNERS (#1340) by Vladimir Moskva · 12 months ago
- 63f93c1 Release s390x binaries on Github (#1289) by Vladimir Moskva · 12 months ago
- bc03ae5 Remove "out" from the listArg-list (#1338) by Tim Malmström · 12 months ago
- 17d06ff Clean up redundant recommendation from README.md (#1337) by Tim Malmström · 12 months ago
- ad48c76 Fix a potential NPE (#1331) by Vladimir Moskva · 1 year ago v8.0.3
- ff5a15a Explicitly load shell rules (#1332) by Vladimir Moskva · 1 year ago
- 635c122 Fix load placement for files with docstring and copyright header (#1329) by Fabian Meumertzheim · 1 year ago v8.0.2
- 1d76340 Enable warnings for the native cc rules & symbols (#1326) by hvadehra · 1 year, 1 month ago
- a84ab46 Compress a statement (#1327) by Vladimir Moskva · 1 year, 1 month ago
- 54b4ddb Comment a function (#1325) by Vladimir Moskva · 1 year, 1 month ago
- 733b4a2 Add attrs as a special attribute of the print command (#1323) by Ian Flanigan · 1 year, 1 month ago
- 50e9b3f Collapse empty call expressions (#1308) by Sandy Fang · 1 year, 1 month ago
- 3648bec Add rules_shell fixing (#1303) by Keith Smiley · 1 year, 1 month ago
- 3a48437 Fix and improve float formatting (#1309) by Fabian Meumertzheim · 1 year, 1 month ago v8.0.1
- c84efd9 Fix: Buildifier cannot find `.buildifier-tables.json` when run from a subdirectory (#1312) by Dmitry Pleshakov · 1 year, 1 month ago
- cf7952d Support bzlmod repositories (#1316) by Farid Zakaria · 1 year, 1 month ago
- 13fa613 Use apparent repo names when fixing loads (#1321) by Fabian Meumertzheim · 1 year, 1 month ago
- 04e3b5a Enable native-* rules (#1302) by Keith Smiley · 1 year, 1 month ago
- a9c248f Fix failing tests on CI (#1317) by Vladimir Moskva · 1 year, 2 months ago v8.0.0
- 8bd806d Enable warnings for the (formerly) native java rules & symbols (#1313) by hvadehra · 1 year, 2 months ago
- a0444eb Require proto rules to be loaded by buildifier (#1310) by Ivo List · 1 year, 3 months ago
- be1c24c Fix quoting in presubmit.yml (#1295) by Yun Peng · 1 year, 5 months ago
- a70762a Skip ubuntu1804 in downstream testing (#1294) by Yun Peng · 1 year, 5 months ago
- dd10159 Make npm packages explicitly publishable by Vladimir Moskva · 1 year, 6 months ago
- 45b7ddb Bump google.golang.org/protobuf from 1.25.0 to 1.33.0 (#1251) by dependabot[bot] · 1 year, 6 months ago v7.3.1
- ec2ed9d Replace log.Fatalf with log.Exitf to avoid spamming stderr. (#1284) by Paul Herman · 1 year, 6 months ago
- 5a4dddc Cover missing cases during module extension label normalization (#1219) by Fabian Meumertzheim · 1 year, 6 months ago
- 3488089 Return empty string when no BUILD file is available in our workspace (#1288) by Marcel · 1 year, 6 months ago
- 19c62d9 Add tables to runfiles (#1270) by Steve Barrau · 1 year, 6 months ago
- 37932dd buildifier: fix typo (#1283) by Marc Redemske · 1 year, 6 months ago
- 7f01a3f Replace references to 'master' branches with 'main' (#1281) by Vladimir Moskva · 1 year, 7 months ago
- ef13530 Added s390x arch support (#1265) by Repana-Chowdappa · 1 year, 7 months ago
- 8469a32 Fix sorting of relative and `@foo.bzl` loads (#1272) by Fabian Meumertzheim · 1 year, 7 months ago
- 73857dd Replace usage deprecated io/iotil (#1279) by Alberto Cavalcante · 1 year, 7 months ago
- 717ae2f chore(bazel): add MODULE.bazel files for bzlmod (#1245) by Matthieu MOREL · 1 year, 7 months ago
- 92a716d Fix comments by Vladimir Moskva · 1 year, 8 months ago
- 9b954d0 Add dict_replace_if_equal command to buildozer. (#1274) by Tyler Sellmayer · 1 year, 8 months ago
- 80f1f68 Add support for substituting deps inside select statements (#1275) by Vladimir Moskva · 1 year, 8 months ago
- 1429e15 Add support for `*.MODULE.bazel` files (#1266) by Fabian Meumertzheim · 1 year, 10 months ago v7.1.2
- fa8c825 Fix README copy&paste error (#1267) by Fabian Meumertzheim · 1 year, 10 months ago