1. 96500b7 Refactor unix cc autoconfiguration to not use a template Starlark cc_toolchain_config rule by rosica · 6 years ago
  2. e5b7bd6 Windows: Add BAZEL_VC_FULL_VERSION for windows cc configuration by Yun Peng · 6 years ago
  3. ad3d77f Fix error output handling on Windows by ulfjack · 6 years ago
  4. 3d8925d Lift zip extractor business out of the core client by michajlo · 6 years ago
  5. cf3f616 Automated rollback of commit cc7da0bae4c277851c5713e2d48bb0b0bbbfd985. by schmitt · 6 years ago
  6. a4080da9 Automated rollback of commit 37deb2685b278e7f19b1aee5a77ca9fc601860a3. by schmitt · 6 years ago
  7. 708acf2 update navbar link for starlark configs in bazel docs by juliexxia · 6 years ago
  8. bdc6c10 Return early if an empty dictionary is returned from starlark transitions (so it can't be misinterpreted as an empty dictionary of dictionaries). by juliexxia · 6 years ago
  9. 3a6e579 Fix proto documentation typo by Keith Smiley · 6 years ago
  10. 319cd4f Enforce that OptionProcessor::ParseOptions is only called once by michajlo · 6 years ago
  11. e6c8f3d Update bazel name/location of starlark configuration docs to match other starlark docs. by juliexxia · 6 years ago
  12. 37deb26 Automated rollback of commit 0c2ddc499d9fafa99ab3298b7eabdafb59946bfd. by schmitt · 6 years ago
  13. ff1f745 Upgrade jacoco version in Bazel. by iirina · 6 years ago
  14. 21cf054 C++: Changes order features in crosstool by plf · 6 years ago
  15. 2358946 Convert AttributeTransitionData to use a Builder. by jcater · 6 years ago
  16. 51937e4 Test java coverage with java_tools released and built at head. by iirina · 6 years ago
  17. 3703a3d Make ConnectivityOptions available to all commands. by steinman · 6 years ago
  18. 593f240 Properly parse build setting strings in flag_values attr for config_settings by juliexxia · 6 years ago
  19. c917ab2 Implement artificial cache sepration by Klaus Aehlig · 6 years ago
  20. f1148fd Generalize EvictableSupplier and move it to the suppliers package. by Googler · 6 years ago
  21. dda9a59 Update grpc, use new actions API by Laurent Le Brun · 6 years ago
  22. 7234878 Automated rollback of commit de6f319d8c1a9f120d645bf169dbadf77ec5f772. by ulfjack · 6 years ago
  23. 7b7e728 Change visibility of Starlark target to public by Marwan Tammam · 6 years ago
  24. ce8d528 Add jacoco version 0.8.3 by iirina · 6 years ago
  25. 4d62d74 RepositoryCache: support "canonical id" by Klaus Aehlig · 6 years ago
  26. beaba92 Extract Windows logic for c++ autoconfiguration into a separate Starlark rule by rosica · 6 years ago
  27. de6f319 Query: Avoid copying the package targets by ulfjack · 6 years ago
  28. bdb3e97 Don't register import deps checker actions if --experimental_import_deps_checker is off by Jingwen Chen · 6 years ago
  29. 7600a3b Automated rollback of commit 1eed4c1ed1d9d957625e748f1ed6bef3d4088f02. by philwo · 6 years ago
  30. 4409982 remote: deprecated --remote_local_fallback_strategy by ishikhman · 6 years ago
  31. 733979c Remote Android tools release 0.3.0 by Jingwen Chen · 6 years ago
  32. e8e9b0d Add an Android Starlark API that add the RJar to the JavaInfo by Googler · 6 years ago
  33. dd9ac13 Fix a bug when a relative path is used for the execution log by Googler · 6 years ago
  34. d5b163e Address race condition in ParallelVisitor by shreyax · 6 years ago
  35. 004099d Update toolchain resolution to load requested toolchain types. by John Cater · 6 years ago
  36. 438b885 Flip --incompatible_disallow_old_octal_notation by vladmos · 6 years ago
  37. 7b0687e Refactor BazelPythonSemantics#createExecutable by brandjon · 6 years ago
  38. 2c48ae8 Add test coverage for isInitialized in MemoizingInterruptibleSupplier. by Googler · 6 years ago
  39. cc7da0b BES: Report upload wait time afterwards by ulfjack · 6 years ago
  40. 31ac63a Fix the execution transition to add a unique platform-based suffix to the output path. by jcater · 6 years ago
  41. 7ffeeff Repository rules: Don't remove BUILD by pcloudy · 6 years ago
  42. 31adc62 Query tests: add QueryHelper.evaluateQueryRaw by ulfjack · 6 years ago
  43. 72af218 Add a warning to Python host tools built for the wrong version by brandjon · 6 years ago
  44. 3bfba78 Support gcc/clang param file method of escaping strings by Googler · 6 years ago
  45. 69095be Add support for a cc_import() of a DLL with no interface library on Windows. by Googler · 6 years ago
  46. 40e7fa1 Disable jacoco test case when testing the content of the java_tools zip. by iirina · 6 years ago
  47. 73550c1 Use lite proto in the client, thereby reducing the size of our binary by ~1MiB to 45.036MiB. We're *almost* 45 binary megabytes! by lberki · 6 years ago
  48. 7aa6692 Query performance: avoid printf by ulfjack · 6 years ago
  49. 9c775b8 Windows: fix path joining in AsAbsoluteWindowsPath by Laszlo Csomor · 6 years ago
  50. 77b9875 file_test, rule_test: now as sh_test rules by Laszlo Csomor · 6 years ago
  51. d824cb0 CommandEnvironment: remove some dead code by ulfjack · 6 years ago
  52. e1803d1 Query performance: avoid unnecessary operations by ulfjack · 6 years ago
  53. 3926e9a repository cache: add entries atomically by Klaus Aehlig · 6 years ago
  54. c51a250 Fix Android transitions to not change the host crosstool top, and to maintain the value of the configuration distinguisher. by jcater · 6 years ago
  55. f5a5307 Simplify CommandEnvironment.beforeCommand by ulfjack · 6 years ago
  56. 28f8af7c Automated rollback of commit 76583ee114570e1866c1cc3842b40968e0119793. by laszlocsomor · 6 years ago
  57. 868f8c9 Remove stale TODO by brandjon · 6 years ago
  58. 76583ee file_test, rule_test: now as sh_test rules by Laszlo Csomor · 6 years ago
  59. 6c59f0d Remove the unused option to do a readdir() that follow symlinks to free up by djasper · 6 years ago
  60. 0c2ddc4 Query performance: skip attributes w/o labels by ulfjack · 6 years ago
  61. 84c5dc9 Add support for `config` and `templates` control files in pkg_deb rule by Googler · 6 years ago
  62. 91e9844 Don't process both ObjcProvider and CcInfo from the same dependency by Googler · 6 years ago
  63. 810c11d Fix nocompress_extensions list for AAPT2. by Googler · 6 years ago
  64. 407d393 Refactor interruptible suppliers into a library package. by Googler · 6 years ago
  65. 0a014e1 Remove trailing underline from rule links in the overview by sxlijin · 6 years ago
  66. 3b85bcb Ignore resource conflicts which involve pseudo locales. These conflicts occur when an app has custom pseudo locales configured (presumably while on AAPT), then gets migrated to AAPT2 which generates these pseudo locales for free. Pseudo locale content is all gibberish, so we don't care about conflicts. by Googler · 6 years ago
  67. 6efd1ca Add target ApkInfo to AndroidInstrumentationInfo. by Googler · 6 years ago
  68. 9abcee8 Decrease lock and other overhead associated with a thread-safe interner. by felly · 6 years ago
  69. 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
  70. fa388c3 Fix reference to volatile-status.txt file name by David McNett · 6 years ago
  71. 1eed4c1 Temporarily disable //src/test/java/com/google/devtools/build/lib/blackbox/tests/workspace:WorkspaceBlackBoxTest. by Tobias Werth · 6 years ago
  72. 3703333 remote: flipped --incompatible_list_based_execution_strategy_selection flag to be true by default by ishikhman · 6 years ago
  73. e03da74 Set --noincompatible_disallow_legacy_javainfo for Bazel tests. by elenairina · 6 years ago
  74. a1ea487 Do not pre-cache changed files under managed directories by ichern · 6 years ago
  75. 62261bf Automatic code cleanup. by cpovirk · 6 years ago
  76. 43532f9 Remove pipes usage when reading the manifest file in collect_cc_coverage.sh by iirina · 6 years ago
  77. 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
  78. 8b23eec Query performance: ForkJoinPool for LabelVisitor by ulfjack · 6 years ago
  79. 9c4a5a1 Improve computation of data-structures used for include scanning to be more by djasper · 6 years ago
  80. 894c248 Copy the java_tools sources zip file near the release artifacts. by iirina · 6 years ago
  81. b2af5ea Remove proguard from the bazel binary. by iirina · 6 years ago
  82. 616481a Remove jacoco-rt from the bazel binary. by iirina · 6 years ago
  83. 8da37cf Cleanup targets after #8311. by iirina · 6 years ago
  84. 7615e1a Package loading micro-optimizations. by felly · 6 years ago
  85. 2d884d4 Remove alias_rules for xcode_config_alias by dmaclach · 6 years ago
  86. 7e29573 Fix STORED / DEFLATED for Android resources in ResourceProcessorBusyBox. by Googler · 6 years ago
  87. 0e5e062 Add a java_toolchain.javabuilder_jvm_opts attribute by cushon · 6 years ago
  88. eaf066b Update OptionProcessor's startup options naming/docs to better reflect reality by michajlo · 6 years ago
  89. 0659e6e Annotate android tools/tests as PY2 by brandjon · 6 years ago
  90. 1df4438 Update getHost methods to also copy host flags, for use in exec->host transitions. by jcater · 6 years ago
  91. 7dc78cd Add explicit execution and target constraints for autodiscovered cc t? by John Cater · 6 years ago
  92. 9cb5c3d Finish removing require_defined_version from xcode_version. by dmaclach · 6 years ago
  93. f72a071 Expose coverage metadata in ApkInfo provider. by Googler · 6 years ago
  94. 6ec7e47 Update getHost methods to also copy host flags, for use in exec->host transitions. by jcater · 6 years ago
  95. 74c927f Update getHost methods to also copy host flags, for use in exec->host transitions. by jcater · 6 years ago
  96. 2ab0897 resourcesFromDeps needs assets to create the proper validation steps. by Googler · 6 years ago
  97. 9eaa3cd Update getHost methods to also copy host flags, for use in exec->host transitions. by jcater · 6 years ago
  98. c6207b4 Repository rules: Get rid of rm command in utils.bzl by pcloudy · 6 years ago
  99. e1ee051 Avoid calling full shutdown sequence in MemoizingEvaluator when crashing. Just do basic stats logging. by janakr · 6 years ago
  100. d1bec223 Update getHost methods to also copy host flags, for use in exec->host transitions. by jcater · 6 years ago