1. fd5d29a Update java stub template to check path components before qualifying by John Cater · 5 years ago
  2. b20f512 Control rewinding via SkyFunction.Environment by mschaller · 5 years ago
  3. 42e38a9 Add Android NDK Vulkan validation layers libraries by Hugues Evrard · 5 years ago
  4. 7670819 bazel syntax: StarlarkFunction.toString: don't print default values by adonovan · 5 years ago
  5. 72383b5 Add a BootClassPathInfo.auxiliary field by cushon · 5 years ago
  6. cac48fe bazel syntax: make FunctionSignature private by adonovan · 5 years ago
  7. 9a72393 Thread Ninja descriptions into the Ninja action's progress message by Jingwen Chen · 5 years ago
  8. a17420d bazel syntax: remove obsolete fields from Depset by adonovan · 5 years ago
  9. 087236e Actually deprecate ram_utilization_factor. by steinman · 5 years ago
  10. 379eaef bazel syntax: rename SkylarkType to Depset.ElementType by adonovan · 5 years ago
  11. 37fb14c allowing versioned dylib by Zhongpeng Lin · 5 years ago
  12. 01138c8 Add ExecutionOptions failure details category by mschaller · 5 years ago
  13. a82227e Reserves failure details field numbers for internal use by mschaller · 5 years ago
  14. 85cf6ff Add logging for errors, especially for early exits that might not show up in BES. by janakr · 5 years ago
  15. 94015e3 Have SkyQuery tolerate the situation where a done node has a transitive rdep from a not-done node. by nharmata · 5 years ago
  16. 3262af8 Allow ninja_build .d file processing to handle undeclared inputs by cparsons · 5 years ago
  17. 82477a6 Fix javadoc referenced in ConfiguredObjectValue. by jcater · 5 years ago
  18. 9a96dce Add FailureDetails code for changing the default digest hash function by mschaller · 5 years ago
  19. 7b09eba Reserves failure details field numbers for internal use by mschaller · 5 years ago
  20. f15d08d Try to clean up some of the excess baggage Aspects are carting around, mainly from a code cleanliness perspective, but with some minor memory benefits: by janakr · 5 years ago
  21. ec61486 --show_config_fragments logic cleanup. by gregce · 5 years ago
  22. 3487930 Semi-automated rollback of commit 3b3c89dd8de6fff27531a026f6a6faaeefd9cc6a. by nharmata · 5 years ago
  23. 512d02c bazel syntax: delete nearly all of SkylarkType by adonovan · 5 years ago
  24. 7f618ab Clarify that 'None' is the literal value if file content cannot be determined during the analysis phase. by Googler · 5 years ago
  25. 10e6d27 Reserves failure details field numbers for internal use by mschaller · 5 years ago
  26. ee9fb5a Automated rollback of commit a88790d7a6939bf9769121a56771be2e8b5f653a. by leba · 5 years ago
  27. cfe16ba Remove misleading setting of applicable_licenses default attribute values by michajlo · 5 years ago
  28. 1645eb8 Add new flag to omit creating '<product>-out' symlink if the option '--symlink_prefix' is specified. by Googler · 5 years ago
  29. 75d7f13 Reserves failure details field numbers for internal use by mschaller · 5 years ago
  30. b2c63c8 Encode BazelRulesModule failures using FailureDetails by mschaller · 5 years ago
  31. 3b3c89d Automated rollback of commit e2385a5ebd484f63d85851a6f5300b15016d9f2b. by laurentlb · 5 years ago
  32. c262b48 bazel syntax: rationalize depset cast operators by adonovan · 5 years ago
  33. e2385a5 Open and read bzl files at most once per build. by nharmata · 5 years ago
  34. 40446b8 bazel syntax: simplify matchSignature and improve error messages by adonovan · 5 years ago
  35. 990a7de Extending $(location) function to take label of the first alias as an argument. by ilist · 5 years ago
  36. eebffb6 Don't hardcode a specific JDK in the java stub template. by John Cater · 5 years ago
  37. 2a99526 Temporary fix for gen_command-line_reference until https://github.com/bazelbuild/bazel/issues/11179 is fixed and released. by jcater · 5 years ago
  38. e87c7c3 Remove the flag --experimental_aspect_output_propagation by laurentlb · 5 years ago
  39. 0a0a13b Add ExecGroupCollection and ExecGroupContext objects to starlark for ctx.exec_groups[<exec_group>] and ctx.exec_groups[<exec_group>].toolchains[<toolchain_type>] access respectively by juliexxia · 5 years ago
  40. 876b6c5 Remove "low level" Package.Builder constructor by michajlo · 5 years ago
  41. ad5aff3 Migrating to fluent logging (red) by janakr · 5 years ago
  42. 7dd91f1 Add test for SynchronizedOutputStream by michajlo · 5 years ago
  43. 9fede01 Fix SkylarkConstructor documentation collection by cparsons · 5 years ago
  44. 72a1f4f Rename Skylark to Starlark in classes inside ImplicitOutputsFunction.java by laurentlb · 5 years ago
  45. aa7a61c Move ManagedDirectoriesKnowledge into skyframe, so that it is available to the different types of SkyframeExecutor. by jcater · 5 years ago
  46. f070028 Rename Skylark to Starlark in build/docgen/Skylark.java by laurentlb · 5 years ago
  47. bd5ace7 Rename Skylark to Starlark in devtools/build/docgen/skylark/Skylark/* by laurentlb · 5 years ago
  48. 5d2305b Automatic code cleanup. by Googler · 5 years ago
  49. 32df7f7 Stop storing Ninja rule and pool names as entries in the variables sorted map, and drop the variables sorted map from NinjaPool by Jingwen Chen · 5 years ago
  50. ff94123 The great Skylark -> Starlark class migration: by gregce · 5 years ago
  51. 3a70dd9 Add debugging for --notrack_incremental_state crash in #10912. by janakr · 5 years ago
  52. 9e61492 bazel syntax: delete BaseFunction by adonovan · 5 years ago
  53. c6ced2b Profiler: clean up handling of null values. by twerth · 5 years ago
  54. d856c6e Add variable name interner and simplify interner wiring logic into NinjaParserStep by Jingwen Chen · 5 years ago
  55. b8bbd4f Make NinjaParser's unsupported token message a static final constant. by Jingwen Chen · 5 years ago
  56. d5f918f Fix handling of license and distribs attributes by michajlo · 5 years ago
  57. 44c9942 Move AspectValue into analysis. by jcater · 5 years ago
  58. b77b288 Cope with fsevents dropping events. by jmmv · 5 years ago
  59. 5ac9086 The great Skylark -> Starlark class migration: by gregce · 5 years ago
  60. c880d35 Replace a NPE with an informative IllegalStateException so we can hopefully get to the bottom of why nodes aren't appearing the cquery graph that we expect to appear. by juliexxia · 5 years ago
  61. 5f55779 Add an interface so that ConfigurationResolver doesn't need direct access to SkyframeExecutor. by jcater · 5 years ago
  62. cc2c6bc Fail gracefully instead of crashing on visible(), siblings() for cquery by juliexxia · 5 years ago
  63. 70622b3 Split OptionsDiffPredicate into a new class. by jcater · 5 years ago
  64. de0127a Encode WorkspaceRuleModule failures using FailureDetails by mschaller · 5 years ago
  65. 7f26640 bazel syntax: hide BaseFunction and matchSignature by adonovan · 5 years ago
  66. 8a312b6 Increase fsvc threads in tests back to 200. by twerth · 5 years ago
  67. b4d6d1e Encode SpawnLogModule failures using FailureDetails by mschaller · 5 years ago
  68. 964ef72 Properly support the situation where a .bzl file is a unix fifo. by nharmata · 5 years ago
  69. 0dfb466 Migrating to fluent logging (yellow) by janakr · 5 years ago
  70. 25fb2ec bazel syntax: reduce stack usage in evaluator recursion by adonovan · 5 years ago
  71. 1c7483d Undo accidentally incompatible change in treatment of '(' and ')' in some globs. by arostovtsev · 5 years ago
  72. b6eafee The great Skylark -> Starlark class migration: by gregce · 5 years ago
  73. 6f98848 Improve profiling support for repository_ctx.execute by Jakob Buchgraber · 5 years ago
  74. b9bf361 Move Ninja's PathFragment interner from NinjaParserStep to NinjaPipeline, and make it non-static. by Jingwen Chen · 5 years ago
  75. ca247ce Fixed mimimum_os_version call's annotation to allow returning None. by ilist · 5 years ago
  76. ef0f8e6 Change getNumberOfDirectDepGroups to hasAtLeastOneDep. by Googler · 5 years ago
  77. dc1d9dc When we aren't inlining StarlarkImportLookupValue, inline ASTFileLookupValue. by nharmata · 5 years ago
  78. c7a5e49 bazel syntax: remove unnecessary use of matchSignature by adonovan · 5 years ago
  79. 7ecc2d6 The great Skylark -> Starlark class migration: by gregce · 5 years ago
  80. 56b9b18 Update StandaloneTestStrategy to use SpawnStrategyResolver. by jcater · 5 years ago
  81. 4ee255d Add a AutoProfiler helper allowing a custom receiver. by ajurkowski · 5 years ago
  82. c3a0e25 bazel syntax: make StarlarkFunction constructor private by adonovan · 5 years ago
  83. 74d84d4 The great Skylark -> Starlark class migration: by gregce · 5 years ago
  84. f0ed391 Update getValues documentation to highlight impact of multiple getValue calls. by leba · 5 years ago
  85. a910560 Encode RemoteModule failures using FailureDetails by mschaller · 5 years ago
  86. 24f97e1 Guard parseActionResultMetadata with bulk wrapper by George Gensure · 5 years ago
  87. 266e5ff Update SpawnAction to use SpawnStrategyResolver. by jcater · 5 years ago
  88. 2f81a92 Update CoverageReportActionBuilder to use SpawnStrategyResolver. by jcater · 5 years ago
  89. 10180b9 Update CppLinkAction to use SpawnStrategyResolver. by jcater · 5 years ago
  90. 40d6d91 Update JavaCompileAction to use SpawnStrategyResolver. by jcater · 5 years ago
  91. 04096ef Update FakeCppCompileAction to use SpawnStrategyResolver. by jcater · 5 years ago
  92. b866a8c Update SpawnIncludeScanner to use SpawnStrategyResolver. by jcater · 5 years ago
  93. f2f274a0 Add failure details category for PackageOptions. by ajurkowski · 5 years ago
  94. 8580390 bazel syntax: rationalize the type check operators by adonovan · 5 years ago
  95. f0ccbe7 Properly escape '(' and ')' in globs when compiling to regexp. by arostovtsev · 5 years ago
  96. d6d4ee2 Automated rollback of commit 886d7d590fae2f860788a4c8ccb4624e59fc212d. by michajlo · 5 years ago
  97. 1595248 Reserves failure details field numbers for internal use by mschaller · 5 years ago
  98. 40549e7 Split AspectKey subclasses out of AspectValue. by jcater · 5 years ago
  99. 9b8bc53 Update CppCompileAction to use SpawnStrategyResolver. by jcater · 5 years ago
  100. a88790d Remove unnecessary order dependency between direct/transitive children nodes of by leba · 5 years ago