1. 1e1a775 Update actions to use NestedSet for inputs (part 2; tests) by ulfjack · 5 years ago
  2. 4e2b495 bazel syntax: remove unsound x.f() optimization by adonovan · 5 years ago
  3. 3c115a0 Automated rollback of commit 9a861479c53a1ce513d233b09e78095c51475cd0. by brandjon · 5 years ago
  4. 694b4b1 Update actions to use NestedSet for inputs by ulfjack · 5 years ago
  5. 553dc6c bazel packages: simplify SkylarkInfo by adonovan · 5 years ago
  6. a1f302a Fix precompiler warning about bad error directive by laszlocsomor · 5 years ago
  7. a093405 bazel C++: remove redundant tool methods like ar_executable() by adonovan · 5 years ago
  8. 9588a9e Update to new coverage tools release by Ulf Adams · 5 years ago
  9. 0f78105 Java 11 Desugar Testing Infra Support Add-Ons by Googler · 5 years ago
  10. af8eba9 Code cleanup on skylarkbuildapi classes. by jcater · 5 years ago
  11. 1a8d4af Code cleanup on skylarkbuildapi classes. by jcater · 5 years ago
  12. 1de7fda Code cleanup on skylarkbuildapi classes. by jcater · 5 years ago
  13. 3ecaa49 Code cleanup on skylarkbuildapi classes. by jcater · 5 years ago
  14. 3247107 Add test for getting toolchains from skylark's rule context. by jcater · 5 years ago
  15. 4409afe Code cleanup on skylarkbuildapi classes. by jcater · 5 years ago
  16. b8eae2d bazel syntax: enforce that ClassObject.getValue returns legal Starlark values by adonovan · 5 years ago
  17. 7202d10 bazel packages: simplify NativeInfo by adonovan · 5 years ago
  18. 5d4e855 BEGIN_PUBLIC Remove "please do not import" warning for cc rules. by Googler · 5 years ago
  19. ca08ea1 Add some logging for duplicate test results. by Googler · 5 years ago
  20. a6f1713 Remove AAPT/AAPT2 selection logic. Always select AAPT2. by bcsf · 5 years ago
  21. 921e01d Fix DesugarRule's findAllFieldsWithAnnotation Impl logic by Googler · 5 years ago
  22. 21298e3 Add aliases for :lcov_merger and :coverage_report_generator targets by Ulf Adams · 5 years ago
  23. 724bd31 Add Support of Iterative Desugar Support for Testing by Googler · 5 years ago
  24. 0552bd7 BEP includes all of a target's built output_groups when an output_group fails. by adgar · 5 years ago
  25. f5f9ff9 Include `tags = ["manual"]` targets in cqueries. by gregce · 5 years ago
  26. 11e5fab bazel syntax: remove EvalException from ClassObject.getFieldNames by adonovan · 5 years ago
  27. e71be21 bazel packages: delete StructImpl.hasField by adonovan · 5 years ago
  28. a7432ee Optimize JavaCompilationHelper#separateResourceJar by cushon · 5 years ago
  29. 070a519 Allow building the Bazel C++ code on OpenBSD. by Googler · 5 years ago
  30. eaf2b54 Move the ToolchainContextApi into the platform package, and clean up some usages. by jcater · 5 years ago
  31. 1a4e55d Automated rollback of commit 9700ee6778706e6be65c377cb13f758e18f4a3ae. by elenairina · 5 years ago
  32. c7a14b7 Delete param file before writing it. by felly · 5 years ago
  33. 880b5f7 Split core skylarkbuildapi types into a new package. by jcater · 5 years ago
  34. 055e3b6 Remove unused deps from build files. by jcater · 5 years ago
  35. 60dac4d Simplify MiddlemanAction interface by ulfjack · 5 years ago
  36. a11e2d0 bazel packages: rename InfoInterface to Info by adonovan · 5 years ago
  37. fd0b46b Remove unused deps from build files. by jcater · 5 years ago
  38. 9700ee6 Add --experimental_persistent_test_runner for java tests. by elenairina · 5 years ago
  39. a27fefd Expose C++ args as they are before splitting param files by hlopko · 5 years ago
  40. 5efc8c4 Add support for versioned shared libraries in CcImport by Googler · 5 years ago
  41. e810227 Report on download cache look up and archive extraction by Klaus Aehlig · 5 years ago
  42. 3fd70e9 Remove the addRJarToJavaInfo method. by Googler · 5 years ago
  43. ea54a4f Remove unused deps from build files. by jcater · 5 years ago
  44. f31d471 Remove @Nullable annotation from aapt2 provider by dchai · 5 years ago
  45. adf5ba4 Don't get CppOptions.targetLibcTopLabel in target configs. by gregce · 5 years ago
  46. 5706fcd Remove unused legacy XML-based resource merging by dchai · 5 years ago
  47. 63c255c Fix a case where aapt1 was still being used. by dchai · 5 years ago
  48. 257d093 docs: fix ios-app tutorial by Shin Yamamoto · 5 years ago
  49. 8d8f62f Reduce analysis-time iteration over nested sets by ulfjack · 5 years ago
  50. 0cd041d Java: use ImmutableSet for outputs by ulfjack · 5 years ago
  51. eb5f21d Fix treatment of symlinks directories that exist above output files. This condition never arises in a clean build, but may arise on incremental builds in which output artifacts from the first build become part of the directory hierarchy of an output file in the second builds. by felly · 5 years ago
  52. b2b0f32 Remove broken no-op code for supporting <public/> by dchai · 5 years ago
  53. 063c19d Remove unused deps from build files. by jcater · 5 years ago
  54. b8fbf93 Remove unused deps from build files. by jcater · 5 years ago
  55. f8ceab0 Add --experimental_strict_conflict_checks which disables the override in ActionAnalysisMetadata#shouldReportPathPrefixConflict(). by felly · 5 years ago
  56. ab9d6ad Automated rollback of commit 83d7e1d27a84f2db0d6197af50955e26a9db04fb. by twerth · 5 years ago
  57. d747afc Avoid a silly NestedSet -> ImmutableSet conversion by cushon · 5 years ago
  58. 7d68029 New SkyFunction: PathCasingLookupFunction by Laszlo Csomor · 5 years ago
  59. 9a86147 Change the allowlist control logic for resource shrinking. by bcsf · 5 years ago
  60. 835af94 Remove unused deps from parts of the tree. by jcater · 5 years ago
  61. ec1625f Autogenerate "host_available_xcodes", an instance of the available_xcodes rule containing the xcode versions that are available locally. by steinman · 5 years ago
  62. d510e8b Update RPBB prebuilts to include unknown commit by dchai · 5 years ago
  63. 0db5301 Rollback "Make sure to wait for all subprocesses in the process-wrapper" by cparsons · 5 years ago
  64. 063d3fd Use errorInfo.getCycleInfo().isEmpty() instead of Iterables.isEmpty() by ulfjack · 5 years ago
  65. 774f3ff Add a boolean to EvaluationContext to indicate whether it is the execution phase. by Googler · 5 years ago
  66. f05ebb2 Update HaTS survey id. by aiuto · 5 years ago
  67. f6846f6 bazel syntax: tweaks to Starlark.len by adonovan · 5 years ago
  68. 5468808 Add a missing null check by dchai · 5 years ago
  69. 6d297ef Move py-bin symlink logic out of buildtool by brandjon · 5 years ago
  70. e25d430 Remove aapt_version attribute from Android rules. by bcsf · 5 years ago
  71. 8a60360 Add machinery to register custom symlinks with ConfiguredRuleClassProvider by brandjon · 5 years ago
  72. dfda10d Update calls to isHostConfiguration to correctly use isToolConfiguration. by jcater · 5 years ago
  73. 79712cb Misc small cleanups by brandjon · 5 years ago
  74. 7efa7f4 Java bootclasspath: use NestedSet by ulfjack · 5 years ago
  75. 282958b Refactor flag-gating of genfiles and py-bin symlinks by brandjon · 5 years ago
  76. a1a0fb5 C++: Add preloaded_deps support for cc_binary by plf · 5 years ago
  77. 6405146 Move symlink definitions from buildtool to .../lib/analysis/config by brandjon · 5 years ago
  78. b78ef52 Put tool path into Starlark args for C++ actions by hlopko · 5 years ago
  79. 701e465 Stream aquery proto outputs. by leba · 5 years ago
  80. 8f3e5ed Pass overwrittenVariables to C++ compile action args by hlopko · 5 years ago
  81. be5630b VFS: add RootedPathAndCasing by Laszlo Csomor · 5 years ago
  82. c9d58a8 Move databinding processing out of resource merging by dchai · 5 years ago
  83. ab3a4ec Remove use of resources ZIP by dchai · 5 years ago
  84. eb38617 Remove aapt1-specific tests and/or switch to aapt2 by dchai · 5 years ago
  85. 49bafac Print exception stack trace when generating stardoc. by Googler · 5 years ago
  86. fe544aa bazel syntax: simplify StarlarkThread call stack by Googler · 5 years ago
  87. 6720ff3 Fix action conflict errors from exec config / targetLibcTop mismatch. by gregce · 5 years ago
  88. 262181b Remove support for legacy --prefilteredResources option by dchai · 5 years ago
  89. 8753302 * Cross-link two distinct sections on the 'tags' attribute. by Googler · 5 years ago
  90. b39b04e Fix bazel_wrapper_test.sh in downstream by pcloudy · 5 years ago
  91. cc31ff2 bazel nestedset: don't allocate empty CompactHashSet in addAll by Googler · 5 years ago
  92. 83d7e1d A build's or test's critical path run time was surpassing the execution run time, which is impossible. The root cause was that within the same critical path, multiple actions were run in parallel. Therefore the total run time is the union of all those actions instead of the aggregate (which was the original implementation). by Googler · 5 years ago
  93. 949e806 C++: Add dynamic_deps to cc_binary rule by plf · 5 years ago
  94. 3caaed5 zipper: Don't assume argument file ends with '\n' by Ryan Beasley · 5 years ago
  95. 1df7e4f Starlark Docs: Python Diffs: Strings aren't iterable by Chris Rebert · 5 years ago
  96. f708b0f Fix typo in runfiles documentation by Jonathan Beverly · 5 years ago
  97. a12cf50 Update calls to isHostConfiguration to correctly use isToolConfiguration. by jcater · 5 years ago
  98. 81cf381 Expand Fileset targets only with NamedSetOfFiles and not --legacy_important_outputs. by felly · 5 years ago
  99. 0754faa Java 11 Desugar: Fix ClassMemberRecord#mergeFrom logic by Googler · 5 years ago
  100. 59245ca bazel syntax: support struct.to_{json,proto} bound method by Googler · 5 years ago