1. 8b07e7c Fix @unused for last argument of function (#1518) by Keith Smiley · 2 days ago upstream/main
  2. 660070f Add cast and isinstance keywords (#1505) by Alexandre Rostovtsev · 2 days ago
  3. d89dac5 Replace PR template with updated CONTRIBUTING.md and AGENTS.md (#1516) by Fabian Meumertzheim · 3 days ago
  4. 9032bea Update lex.go (#1517) by Tim Malmström · 3 days ago
  5. 0cfe520 Add a release workflow that builds and attaches binaries (#1515) by Fabian Meumertzheim · 3 days ago v10.0.1
  6. 9f7af7e Update deps and fix `go mod tidy` (#1514) by Fabian Meumertzheim · 3 days ago
  7. 9452b00 Allow ellipsis in value expressions (#1511) by Alexandre Rostovtsev · 7 days ago v10.0.0
  8. 42840ee Fix module paths (#1502) by Philipp Stephani · 7 days ago
  9. eaa4d12 Reformat a few files (#1503) by Philipp Stephani · 2 weeks ago
  10. 047158b Unbreak support for Buck2 tuple type syntax (#1509) by Alexandre Rostovtsev · 2 weeks ago
  11. d00ce38 Update URLs (#1504) by Philipp Stephani · 2 weeks ago
  12. acfcf2b Revert "updates (#1386)" (#1471) by Fabian Meumertzheim · 2 weeks ago
  13. d171d55 Add --type={repo,vendor} to README and configuration test (#1496) by Philipp Stephani · 2 weeks ago
  14. d2a20dc Complete support for Starlark type annotations (#1488) by Alexandre Rostovtsev · 2 weeks ago
  15. be9e277 Fix buildozer :expr changing E to e (#1499) by Yulia Nikirova · 2 weeks ago
  16. 7cca172 perf: skip comment assignment when no comments exist (#1473) by Jason Bedard · 3 weeks ago
  17. 6a795a4 perf: reduce use of printf for printing spaces/indentation (#1474) by Jason Bedard · 3 weeks ago
  18. 2aaefdf Add make-location lint for deprecated $(location) make variables (#1484) by Alex Eagle · 3 weeks ago
  19. 674b293 perf: preallocate sortStringExprs chunk slice size (#1475) by Jason Bedard · 4 weeks ago
  20. dfb4d78 Add basic support for REPO.bazel and VENDOR.bazel files (#1485) by Philipp Stephani · 4 weeks ago
  21. 5d08cfd Update buildozer.go by Tim Malmström · 4 weeks ago
  22. c042ee3 Prevent unwanted path traversal in file writes from buildtools. (#1491) by Tim Malmström · 4 weeks ago
  23. 04cf7de Allow to disable multiple warnings on one line (#1482) by Matthias Kramm · 9 weeks ago
  24. 05121c1 buildifier: make formatting idempotent for compact block statements followed by comments (#1481) by Burt Matthews · 9 weeks ago
  25. 77b9b38 Fix: ignore comments in unreachable statement check. (#1478) by Yulia Nikirova · 3 months ago
  26. 84fa6c3 Catch more file patterns (#1463) by Keith Smiley · 4 months ago
  27. eb0c58a Reformat by Vladimir Moskva · 4 months ago
  28. 3b47c42 Remove $ in buildifier/readme.md docs (#1466) by Piper · 4 months ago
  29. 91f81fb Allow callers to explicitly provide types for set and add commands (#1448) by Vladimir Moskva · 4 months ago
  30. 05d2ebe Fix protoc mismatch error (#1456) by Nevena · 6 months ago
  31. eb4b727 Create pull_request_template.md by Tim Malmström · 6 months ago
  32. 859bfff Sortvisibility (#1452) by Tim Malmström · 7 months ago
  33. e24971d support AssignExpr statements in edit.FindRuleByName() (#1369) by Matt Brown · 8 months ago
  34. 54a7200 Updating github release script to find binaries (#1446) by Tim Malmström · 8 months ago
  35. 069a00a suppressing canonical-repository warning (#1447) by Tim Malmström · 8 months ago
  36. 227805b Updated to run properly under Bazel 9. (#1442) by John Cater · 8 months ago
  37. f6a1982 Update .bazelversion (#1445) by Tim Malmström · 8 months ago v8.5.1
  38. 8d909a2 Add wildcard support for key in dict_replace_if_equal (#1426) by Marcel · 8 months ago
  39. bbf01ec Add a buildifier warning to enforce symbol load location (#1318) by Sergey Tyurin · 8 months ago
  40. 9bdafcf Disable bzl-visibility lint if the target file has a `visibility()` declaration (#1439) by Joshua Haberman · 8 months ago
  41. f026de8 Fix Bazel@HEAD - Upgrade rules_go version (#1438) by Nevena · 8 months ago
  42. 8e18998 Updating Warnings Validation to be unique (#1437) by Tim Malmström · 8 months ago
  43. eb7356d Update utils.go by Tim Malmström · 9 months ago
  44. c3aa0b7 more comments to syntax.go (#723) by Jean Barkhuysen · 9 months ago
  45. 0d0f1b1 Classify `.BUILD.bazel` suffixed files as `TypeBuild` (#1433) by Jordan · 9 months ago
  46. dc2c657 Fixing bug where comment added to multiline attribute was added as suffix (#1434) by Tim Malmström · 9 months ago
  47. 08c4adf Update stale.yml by Tim Malmström · 9 months ago
  48. da16ec8 Update stale.yml by Tim Malmström · 9 months ago
  49. 9e5607d Update stale.yml by Tim Malmström · 9 months ago
  50. c9f3ac6 Creating GitHub Stale workflow to auto close stale issues and PRs (#1431) by Tim Malmström · 9 months ago
  51. d171b38 Add cc attributes for backwards compatibility (#1429) by hvadehra · 9 months ago
  52. 4ad76a2 Fix type of `default_copts` (#1428) by hvadehra · 9 months ago
  53. 6e81bc3 Update CODEOWNERS (#1424) by Tim Malmström · 10 months ago
  54. 8e68360 Revert "buildifier: decouple runner scripts from binaries (#1398)" (#1413) by Régis Desgroppes · 10 months ago
  55. 9a9819e buildifier: decouple runner scripts from binaries (#1398) by Régis Desgroppes · 10 months ago
  56. e879524 Bugfix false positive for "unused" variable for nested `def`s (#1376) by Tim Malmström · 11 months ago
  57. 61dad1f buildifier: improve Windows runner performance (#1404) by Régis Desgroppes · 11 months ago
  58. 82ab633 fix module file detection (#1407) by Mike Lundy · 11 months ago
  59. 30d1c54 [unused_deps] Improve usage (#1410) by Sergey Tyurin · 11 months ago
  60. f48b234 Add support for type annotations in assignments (#1403) by Laurent Le Brun · 11 months ago
  61. fca6dee Update version of rules_go to fix xcode_config + Fix Bazel@HEAD (#1409) by Nevena · 11 months ago
  62. 2eb4fcc Also print `fixed ...` messages with `-stdout` (#1373) by Fabian Meumertzheim · 12 months ago
  63. 8f135a5 Fix build with HEAD Bazel (#1397) by Xùdōng Yáng · 12 months ago
  64. 6c4b75d Updating positional-args check to be more comprehensive (#1393) by Tim Malmström · 12 months ago
  65. 4006b54 updates (#1386) by Nick Schaap · 1 year, 1 month ago
  66. 62b9413 Don't fail on directories named `foo.bzl` (#1377) by Fabian Meumertzheim · 1 year, 2 months ago
  67. fdc6268 Support multi-symbol replace_load correctly (#1366) by Sebastian Barfurth · 1 year, 3 months ago
  68. b64e1da feat: add `windows_arm64` releases (#1368) by Alberto Cavalcante · 1 year, 3 months ago
  69. a2a20c9 Run buildifier against all MODULE.bazel -like files (#1374) by Paul Salaberria · 1 year, 3 months ago
  70. 4ee5cc3 make backslashes visible in docs for dict_add and dict_set (#1372) by David Sanderson · 1 year, 3 months ago
  71. 34c392a Revert "Fix buildozer fix tests that assume 1/0 for known boolean fields (#1360)" (#1370) by Philipp · 1 year, 3 months ago
  72. b1e23f1 Update WARNINGS.md (#1353) by Kyle Dobitz · 1 year, 4 months ago v8.2.1
  73. 04fb76e Add Starlarkified Python attributes to generate_tables.go (#1365) by Tim Malmström · 1 year, 4 months ago
  74. b02f80d Fixing unicode string split issue (#1364) by Tim Malmström · 1 year, 4 months ago
  75. 5199712 Adding function to execute Buildozer commands on a single in-memory file (#1359) by Tim Malmström · 1 year, 4 months ago
  76. fdebdb3 Fixing go-lint issue to not use underscores in variable names (#1362) by Tim Malmström · 1 year, 4 months ago
  77. 5d14477 Allowing escaped colon character in dict operations (#1361) by Tim Malmström · 1 year, 4 months ago
  78. 9029539 perf: Avoid recompiling regexes (#1293) by David Zbarsky · 1 year, 4 months ago
  79. d5bd185 Fix buildozer fix tests that assume 1/0 for known boolean fields (#1360) by Vladimir Moskva · 1 year, 4 months ago
  80. 9a75f39 buildozer: Respect .bazelignore (#1343) by Alex Martani · 1 year, 4 months ago
  81. d9ed52a Bug fix. Correctly identify expressions using &=, ^=, >>=, and <<= as assignment statements when parsing BUILD files. (#1357) by pdoyle12 · 1 year, 5 months ago v8.2.0
  82. 5b1eedd Revert "Keep targets like "@foo//:foo" formatted as-is. (#1355)" (#1356) by Xùdōng Yáng · 1 year, 5 months ago
  83. 870ee1b Keep targets like "@foo//:foo" formatted as-is. (#1355) by Laramie Leavitt · 1 year, 5 months ago
  84. f37c35d Adding nil check for Rule Call Expression (#1351) by Tim Malmström · 1 year, 5 months ago
  85. 16e6ff5 Removing unused directory `buildifier2` (#1350) by Tim Malmström · 1 year, 5 months ago
  86. f963a97 Direct users to disable incorrect warning (#1349) by Philipp · 1 year, 6 months ago
  87. c98d8e8 Note that list-append incorrectly warns on select statements (#1348) by Philipp · 1 year, 6 months ago
  88. f79c8ea Build and ship binaries for riscv64 (#1346) by Levi Zim · 1 year, 6 months ago
  89. ee6c0a3 Keep `include` calls together in `MODULE.bazel` files (#1345) by Fabian Meumertzheim · 1 year, 6 months ago
  90. 737aaf8 Break module extension groups after a `use_repo` (#1339) by Fabian Meumertzheim · 1 year, 6 months ago
  91. 931d76d Updating set kind to remember starting line of the rule by Tim Malmström · 1 year, 7 months ago
  92. 7cb8bf6 Update CODEOWNERS (#1340) by Vladimir Moskva · 1 year, 7 months ago
  93. 63f93c1 Release s390x binaries on Github (#1289) by Vladimir Moskva · 1 year, 7 months ago
  94. bc03ae5 Remove "out" from the listArg-list (#1338) by Tim Malmström · 1 year, 7 months ago
  95. 17d06ff Clean up redundant recommendation from README.md (#1337) by Tim Malmström · 1 year, 7 months ago
  96. ad48c76 Fix a potential NPE (#1331) by Vladimir Moskva · 1 year, 8 months ago v8.0.3
  97. ff5a15a Explicitly load shell rules (#1332) by Vladimir Moskva · 1 year, 8 months ago
  98. 635c122 Fix load placement for files with docstring and copyright header (#1329) by Fabian Meumertzheim · 1 year, 8 months ago v8.0.2
  99. 1d76340 Enable warnings for the native cc rules & symbols (#1326) by hvadehra · 1 year, 8 months ago
  100. a84ab46 Compress a statement (#1327) by Vladimir Moskva · 1 year, 8 months ago