1. 5284e6c Improving efficiency of fileset builds by using previously stat'd FileStatus, reducing the number of file system calls. by Googler · 5 years ago
  2. 28143a5 Guard include scanner against null grepIncludes by ulfjack · 5 years ago
  3. afde718 Use WARNING color when printing flaky test summary by ulfjack · 5 years ago
  4. 1cfa9e33 TestStrategy: Truncate the tmp dir name to 32 character to avoid exceeding path length limit on Windows and macOS by pcloudy · 5 years ago
  5. 8aa2cf6 Create the mandatory outputs even when cancelled by ulfjack · 5 years ago
  6. 9898735 Use graphless query when possible. by twerth · 5 years ago
  7. 609ffb2 Add proper experimental option to use a fork join pool. by twerth · 5 years ago
  8. 63346c5 bazel cmdline: break 'PackageIdentifier extends SkylarkValue' by Googler · 5 years ago
  9. dd5fdb2 bazel syntax: simplify cache of information about annotated classes by Googler · 5 years ago
  10. 8a3836e Fix blaze crash on bad register_execution_platforms() labels. by gregce · 5 years ago
  11. 386b25b cquery --show_config_fragments: support user-defined options. by gregce · 5 years ago
  12. 0c2fadc Remove an unused field and setter for old coverage logic by cushon · 5 years ago
  13. e7380c5 Remove JavaCompileActionBuilder#build's dependency on RuleContext by cushon · 5 years ago
  14. 3805300 RuleContext.Builder: expose Starlark semantics by Klaus Aehlig · 5 years ago
  15. a85af94 RuleContext: support visibility check for labels by Klaus Aehlig · 5 years ago
  16. 142d7d4 Fix "bazel crash in async thread" error for BES local file upload by buchgr · 5 years ago
  17. 6859ad1 Rename *SandboxfsProcessTest to *SandboxfsProcessIntegrationTest. by jmmv · 5 years ago
  18. 351302a Handle packages with errors in TestsInSuiteFunction. by Benjamin Peterson · 5 years ago
  19. c92e0da Remove DigestHashFunction.MD5. MD5 collisions are easily generated, so we have by Googler · 5 years ago
  20. 2b6a435 Implement Action.args by cparsons · 5 years ago
  21. 95766f8 Add @StarlarkDeprecated for marking a Starlark symbol as deprecated in docs by cparsons · 5 years ago
  22. 8e4b3d3 Clean up .jdeps handling by cushon · 5 years ago
  23. 78fd06f Fix typo in URL. by Googler · 5 years ago
  24. bbea575 bazel syntax: delete AugmentedAssignmentStatement by Googler · 5 years ago
  25. f16d949 bazel syntax: remove spurious import by Googler · 5 years ago
  26. 1ae1fba select(): fix ambiguous multiple match error with aliases by Greg Estren · 5 years ago
  27. 4588e3e Consolidate artifact creation for generated class outputs by cushon · 5 years ago
  28. d0ce12d No longer allow exceptions to action conflict checking. by felly · 5 years ago
  29. 32fc437 Remove trailing slash in example clone command by Ruben Das · 5 years ago
  30. 1b14963 Automated rollback of commit e92b2d997875db8db70e0c4ff37e52a94c0d4a35. by laszlocsomor · 5 years ago
  31. 8f81168 bazel syntax: make LoadStatement+Binding constructors private by Googler · 5 years ago
  32. 13321e8 Delete abandoned function by michajlo · 5 years ago
  33. 5ada140 Restore //third_party/py/abseil by Laszlo Csomor · 5 years ago
  34. 9dd9ca6 bazel syntax: consolidate syntax printing by Googler · 5 years ago
  35. 17c8600 Fix broken internal read/write remote caching link. by Mostyn Bramley-Moore · 5 years ago
  36. 9e8bde5 update bazel-remote remote caching docs by Mostyn Bramley-Moore · 5 years ago
  37. d336dd8 Remove dead code referenced only by a javadoc-induced import. by Googler · 5 years ago
  38. 54db08b Use JsonWriter instead of hand-crafting JSON. by jmmv · 5 years ago
  39. 8013b1c Add allowlist for targets to opt out of resource shrinking. by bcsf · 5 years ago
  40. 19c3d97 Simplify the sandboxfs map/unmap interface to work in terms of "sandboxes". by jmmv · 5 years ago
  41. 83dd652 Automated rollback of commit 7c2174fea2b50af8fbf10367835b820af29700f6. by brandjon · 5 years ago
  42. 8ce9d84 Automated rollback of commit 50a7e14e3df5513572f1ac3275786f243b51c930. by brandjon · 5 years ago
  43. df4845f Remove --force_multigroup_accounting from tests. by Googler · 5 years ago
  44. d0aac3d Update documentation about allowed characters in BUILD labels by twigg · 5 years ago
  45. 59d3a05 Make all initial inputs of SpawnActions that do input pruning available to extra actions. by Googler · 5 years ago
  46. a7bc98f Remove //third_party/py/abseil by Laszlo Csomor · 5 years ago
  47. e92b2d99 aquery_differ no longer depends on Abseil. by laszlocsomor · 5 years ago
  48. 50a7e14 bazel syntax: delete ExtraArgKind by Googler · 5 years ago
  49. ce4b844 bazel syntax: make Node constructor private by Googler · 5 years ago
  50. 3f6bab1 Refactor hardcoded documentation URL by brandjon · 5 years ago
  51. 47d22bc Minor refactoring: Extract a method for Fileset-specific logic in completion context. by felly · 5 years ago
  52. 89f8d37 Add 'incompatible_default_to_explicit_init_py' flag by Asaf Flescher · 5 years ago
  53. ad1db8b Add internal type JsInfo to the list of non-bootstrap globals. by Googler · 5 years ago
  54. 7c2174f bazel syntax: delete BuiltinFunction.Factory by Googler · 5 years ago
  55. ce00ced Remove includeLocations and includeRuleInputsAndOutputs subclass hooks by michajlo · 5 years ago
  56. 08fea66 List fields on CcLinkingOutputs by Googler · 5 years ago
  57. 1a25668 Fix buildifier warnings in @rules_cc by hlopko · 5 years ago
  58. 56babb6 Fix aquery crashing bazel with malformed queries. by leba · 5 years ago
  59. ab4f976 Replace sandboxfs --version parsing with new GnuVersionParser. by jmmv · 5 years ago
  60. 0137480 Visibility cleanup by michajlo · 5 years ago
  61. e1898a0 Export build files to hook up the versioning package into the build. by jmmv · 5 years ago
  62. eebad98 Fix potential race between close and write in NativeFileOutputStream. by jmmv · 5 years ago
  63. 586fa8b Document that --version doesn't need to be run from a workspace by michajlo · 5 years ago
  64. 77e5b92 Fixed documentation typo. by Googler · 5 years ago
  65. eddc9bc Comment fixes for analysis_test by cparsons · 5 years ago
  66. df75f36 Activate strict header checking for objc when include scanning is on by waltl · 5 years ago
  67. ed2e469 Remove experimental warnings and improve documentation for analysis tests by cparsons · 5 years ago
  68. af61e54 Add a parser to extract version numbers from GNU-like programs. by jmmv · 5 years ago
  69. 01d7f97 Fix NPE in Chunker#seek() by buchgr · 5 years ago
  70. dbc514b Remove the large test, as it is flaky because of OOM while copying the big amount of generated data. by ichern · 5 years ago
  71. 0244da9 Write final fields for library classes. by bcsf · 5 years ago
  72. 9358398 Remove experimental warning from analysis_test_transition by cparsons · 5 years ago
  73. fff7309 Support flag overrides of config settings in external repositories. by John Millikin · 5 years ago
  74. 42b3be2 Signal dynamic scheduling interrupts with a special exception type. by jmmv · 5 years ago
  75. bffb687 bazel syntax: delete StarlarkThread.{setup,setupOverride} by Googler · 5 years ago
  76. fec3da3 Update BUILD file for --incompatible_restrict_string_escapes by laurentlb · 5 years ago
  77. 03be73e Rename FileSystem#createChannel() into createReadableByteChannel() by ichern · 5 years ago
  78. af26567 Run `buildifier --lint=fix -r` by laurentlb · 5 years ago
  79. 33b9f9d Fix deleteTreesBelow crash if top directory goes missing. by jmmv · 5 years ago
  80. e5d1d43 Automated rollback of commit 49076cc6694e10170c2640048adbc1b1efd5c810. by jmmv · 5 years ago
  81. 4785a95 Add FileSystem.createChannel() method for creating java.nio.channels.ReadableByteChannel for reading a file. by Googler · 5 years ago
  82. 49076cc Fix deleteTreesBelow crash if top directory goes missing. by jmmv · 5 years ago
  83. 7abdcb4 Make .bazelignore affect globs, as it should. by lberki · 5 years ago
  84. eb3978b Remove unused dependencies: System.exit by Googler · 5 years ago
  85. 2d7158d Add a very simple parser for semver. by jmmv · 5 years ago
  86. c73c308 Remove unnecessary destroyProcess function. by jmmv · 5 years ago
  87. 5d1339d Move logic to wait for a process in a noninterruptible manner to Subprocess. by jmmv · 5 years ago
  88. f6bfbdc Expose native Python 2/3 transitions to starlark. by Googler · 5 years ago
  89. 0451e58 Prevent faulty List/Dict type inference for SkylarkCallable methods by cparsons · 5 years ago
  90. 35e641b Add table link destinations to markdown_tables by cparsons · 5 years ago
  91. 693dc65 Make query2 test package structure match main by michajlo · 5 years ago
  92. 5a2ec76 Update docs for 1.1.0 by Tobias Werth · 5 years ago
  93. f15bfb3 Release 1.0.1 (2019-10-21) by Bazel Release System · 5 years ago
  94. ad04c1a Implement parallel file processing for the case of parsing Ninja files by ichern · 5 years ago
  95. 5cb9194 Report cancelled test runs as cancelled by ulfjack · 5 years ago
  96. 866133e Update "six" library from 1.10.0 to 1.12.0 by Laszlo Csomor · 5 years ago
  97. e693c19 Release 1.1.0 (2019-10-21) by Bazel Release System · 5 years ago
  98. f62586a Add option to disable announcing the JSON profile location. by twerth · 5 years ago
  99. a3c29c4 Use Stopwatch to measure elapsed time. by twerth · 5 years ago
  100. 07eb53d Gracefully handle case where dependency_mapping_files is empty by Googler · 5 years ago