1. 03ca3ed Package perf: Avoid another copy and loop iteration. Instead, defer loop iteration over the presumably smaller set of new input files and implicit test suites. by felly · 6 years ago
  2. fa388c3 Fix reference to volatile-status.txt file name by David McNett · 6 years ago
  3. 1eed4c1 Temporarily disable //src/test/java/com/google/devtools/build/lib/blackbox/tests/workspace:WorkspaceBlackBoxTest. by Tobias Werth · 6 years ago
  4. 3703333 remote: flipped --incompatible_list_based_execution_strategy_selection flag to be true by default by ishikhman · 6 years ago
  5. e03da74 Set --noincompatible_disallow_legacy_javainfo for Bazel tests. by elenairina · 6 years ago
  6. a1ea487 Do not pre-cache changed files under managed directories by ichern · 6 years ago
  7. 62261bf Automatic code cleanup. by cpovirk · 6 years ago
  8. 43532f9 Remove pipes usage when reading the manifest file in collect_cc_coverage.sh by iirina · 6 years ago
  9. a03479f More package performance: Avoid copies when doing Target enumeration in package. By using a BiMap we efficiently retrieve the Set of all Targets. by felly · 6 years ago
  10. 8b23eec Query performance: ForkJoinPool for LabelVisitor by ulfjack · 6 years ago
  11. 9c4a5a1 Improve computation of data-structures used for include scanning to be more by djasper · 6 years ago
  12. 894c248 Copy the java_tools sources zip file near the release artifacts. by iirina · 6 years ago
  13. b2af5ea Remove proguard from the bazel binary. by iirina · 6 years ago
  14. 616481a Remove jacoco-rt from the bazel binary. by iirina · 6 years ago
  15. 8da37cf Cleanup targets after #8311. by iirina · 6 years ago
  16. 7615e1a Package loading micro-optimizations. by felly · 6 years ago
  17. 2d884d4 Remove alias_rules for xcode_config_alias by dmaclach · 6 years ago
  18. 7e29573 Fix STORED / DEFLATED for Android resources in ResourceProcessorBusyBox. by Googler · 6 years ago
  19. 0e5e062 Add a java_toolchain.javabuilder_jvm_opts attribute by cushon · 6 years ago
  20. eaf066b Update OptionProcessor's startup options naming/docs to better reflect reality by michajlo · 6 years ago
  21. 0659e6e Annotate android tools/tests as PY2 by brandjon · 6 years ago
  22. 1df4438 Update getHost methods to also copy host flags, for use in exec->host transitions. by jcater · 6 years ago
  23. 7dc78cd Add explicit execution and target constraints for autodiscovered cc t? by John Cater · 6 years ago
  24. 9cb5c3d Finish removing require_defined_version from xcode_version. by dmaclach · 6 years ago
  25. f72a071 Expose coverage metadata in ApkInfo provider. by Googler · 6 years ago
  26. 6ec7e47 Update getHost methods to also copy host flags, for use in exec->host transitions. by jcater · 6 years ago
  27. 74c927f Update getHost methods to also copy host flags, for use in exec->host transitions. by jcater · 6 years ago
  28. 2ab0897 resourcesFromDeps needs assets to create the proper validation steps. by Googler · 6 years ago
  29. 9eaa3cd Update getHost methods to also copy host flags, for use in exec->host transitions. by jcater · 6 years ago
  30. c6207b4 Repository rules: Get rid of rm command in utils.bzl by pcloudy · 6 years ago
  31. e1ee051 Avoid calling full shutdown sequence in MemoizingEvaluator when crashing. Just do basic stats logging. by janakr · 6 years ago
  32. d1bec223 Update getHost methods to also copy host flags, for use in exec->host transitions. by jcater · 6 years ago
  33. fbe7e63 Add option to switch query to use a ForkJoinPool. by twerth · 6 years ago
  34. f7d7394 Refactor SkyframeAwareAction to expose the list of deps it will request. by Googler · 6 years ago
  35. 1ac17cf Repository rules: Remove used function by pcloudy · 6 years ago
  36. c797411 Fix action conflict reporting to ignore owner when comparing artifacts. by jcater · 6 years ago
  37. bad5a2b Upgrade the default java_toolchain to jdk11. by iirina · 6 years ago
  38. 8b4c740 Set default docs version to 0.25.0 instead of master by Jingwen Chen · 6 years ago
  39. 33f7b77 CppCompileAction: always use continuations by ulfjack · 6 years ago
  40. 24ce2d9 Print the sha256sum of the java_tools release artifacts. by iirina · 6 years ago
  41. c96839f Query performance: resolve simple patterns directly by ulfjack · 6 years ago
  42. c4251fb Fix the octal number example in the documentation by vladmos · 6 years ago
  43. 220a899 Windows: Fix C++ compilation with continuations by ulfjack · 6 years ago
  44. 87ea120 Add a script to create java_tools release and release candidates. by iirina · 6 years ago
  45. 030fc04 Make $@D the same as $RULEDIR if there are multiple output files. by lberki · 6 years ago
  46. dbe32ed Add documentation for the $RULEDIR Make variable and discourage using $@D. by lberki · 6 years ago
  47. a033de4 Deprecate --experimental_ui / --ui by ulfjack · 6 years ago
  48. c87fd95 Add more support for creating GroupedList in compressed form. by Googler · 6 years ago
  49. c89c11c [Rollforward] Automated rollback of commit 52af3ccaaa75d0ee95c83206abeb5fa925903bf0. by Googler · 6 years ago
  50. b808db4 Create a method to get the number of dep groups without getting all of the deps. by Googler · 6 years ago
  51. 586e660 Remove redundant null check in FileTransport. by lpino · 6 years ago
  52. 36f1c0d Reduce visibility of StartupOptions' methods that don't need to be as visible by michajlo · 6 years ago
  53. 9838449 Changing "parameter" to "attribute" for consistency. by Googler · 6 years ago
  54. c90f899 Update navbar link for starlark_config by juliexxia · 6 years ago
  55. a48e10e Make Bazel code build with --incompatible_depset_is_not_iterable by laurentlb · 6 years ago
  56. e83775d Remove TargetPatternEvaluator by ulfjack · 6 years ago
  57. d1e1cb7 Log when transforming a SkyQuery to its evaluated form takes longer than 50ms. by adgar · 6 years ago
  58. a8aa799 Improve error messages for the BEP file transports when time outs occur. by lpino · 6 years ago
  59. 6403fff Add java tools dist tests. by iirina · 6 years ago
  60. cb59318 Fix link in sbc docs by juliexxia · 6 years ago
  61. 18f2954 Remove uses of --noexperimental_ui in tests by ulfjack · 6 years ago
  62. 6dce8a8 Avoid garbage from boxing of ints in DirtyBuildingState.isReady. by Googler · 6 years ago
  63. 4a33f11 Improve selection of ThreadPoolExecutor in AbstractQueueVisitor. by twerth · 6 years ago
  64. 63d4f11 Windows: BAZEL_VC and BAZEL_VS may be quoted by Laszlo Csomor · 6 years ago
  65. ff14706 Prevent excessive garbage from boxing of primitives in ExperimentalStateTracker. by Googler · 6 years ago
  66. 3727db8 Add java tools dist tests. by iirina · 6 years ago
  67. 0ff6c09 C++: Make it unnecessary to patch Linux crosstool in Bazel by plf · 6 years ago
  68. cad310f Tolerate dangling references to attributes during resource compilation, by Googler · 6 years ago
  69. d990a0a BuildEventStreamer supports status INCOMPLETE (--nokeep_going) and INTERNAL (catastrophe) by Googler · 6 years ago
  70. a57b0a0 Adds flag to shorten header output directory root from "_j2objc" to "_ios", by Googler · 6 years ago
  71. 9ad9508 Add enforcement to android_binary to require *.pgcfg extension for ProGuard by Googler · 6 years ago
  72. 91fbd7b fix select link in sbc documentation by juliexxia · 6 years ago
  73. 5b17d5f Test Encyclopedia: Document TEST_WORKSPACE behavior by Googler · 6 years ago
  74. 8df3d19 Fix syntax and punctuation, and add test for connectivity warning format. by steinman · 6 years ago
  75. fcbd0b7 Add documentation about build settings x select to sbc documentation by juliexxia · 6 years ago
  76. a45a8e0 Add a generic additional_linker_inputs attribute on cc_binary rules. by Googler · 6 years ago
  77. ae112a2 Make PlatformMappingFunction properly package-path aware and do a couple of other clean-ups: by janakr · 6 years ago
  78. c2e5aa5 One more fix for starlark config bazel docs by juliexxia · 6 years ago
  79. e95234d Allow .TLH and .TLI extensions for C++ headers. by Googler · 6 years ago
  80. c4af765 Clean up some issues with SBC bazel documentation and add it to the navbar. by juliexxia · 6 years ago
  81. 4eb7683 C++: Check feature presence before patching by plf · 6 years ago
  82. 93185ef External repositories: when reporting about canonical forms, also report definition by Klaus Aehlig · 6 years ago
  83. eb9a302 Don?t try to execute tools/bazel if it?s a directory by Michael Hackner · 6 years ago
  84. f50b8a4 Add proguard to the java tools zip. by iirina · 6 years ago
  85. a6e9260 Add javac11 testing. by iirina · 6 years ago
  86. ae2b7fb Change fetch to always print the success status by ulfjack · 6 years ago
  87. 52af3cc Automated rollback of commit 5e34534fe6108277843632e5fd206052ca296ce3. by pcloudy · 6 years ago
  88. 748c976 Update tests to avoid --noexperimental_ui by ulfjack · 6 years ago
  89. bf5d829 Update tests to avoid --noexperimental_ui by ulfjack · 6 years ago
  90. 646a34c Send ActionScanningCompletedEvent by ulfjack · 6 years ago
  91. d0f31d1 Add proguard to the java tools zip. by iirina · 6 years ago
  92. 5e34534 Fix Method Parameter Attribute in Desugar Library by Googler · 6 years ago
  93. 17f0633 Internal changes by Googler · 6 years ago
  94. be86377 SBC documentation! This is likely not comprehensive and sections will need to be added later but this is most of the important stuff. by juliexxia · 6 years ago
  95. 23e53c7 Log when we encounter a really big genquery result. First step towards identifying such monster genqueries and addressing them. by janakr · 6 years ago
  96. 6549ac5 Release 0.25.2 (2019-05-10) by Bazel Release System · 6 years ago
  97. 23d986d Homogenize LocalEnvProvider instantiation in a single place. by jmmv · 6 years ago
  98. afe84d0 Automatic code cleanup. by cpovirk · 6 years ago
  99. c76eb21 Add property "isWalkable" to QueryableGraph$Reason. by janakr · 6 years ago
  100. 425c7a0 Automatic code cleanup. by cpovirk · 6 years ago