1. 945f745 Remote tests use worker via singlejar by John Cater · 5 years ago
  2. 23e95f4 Clean up remote worker tests by John Cater · 5 years ago
  3. fd5d29a Update java stub template to check path components before qualifying by John Cater · 5 years ago
  4. b20f512 Control rewinding via SkyFunction.Environment by mschaller · 5 years ago
  5. 42e38a9 Add Android NDK Vulkan validation layers libraries by Hugues Evrard · 5 years ago
  6. fee6004 Update python tests to use the remote worker via the deploy jar. by John Cater · 5 years ago
  7. 7670819 bazel syntax: StarlarkFunction.toString: don't print default values by adonovan · 5 years ago
  8. 72383b5 Add a BootClassPathInfo.auxiliary field by cushon · 5 years ago
  9. cac48fe bazel syntax: make FunctionSignature private by adonovan · 5 years ago
  10. 68e78f5 Disable all tests in the testDirtyActions set from FileSystemValueChecker. by steinman · 5 years ago
  11. 9a72393 Thread Ninja descriptions into the Ninja action's progress message by Jingwen Chen · 5 years ago
  12. a17420d bazel syntax: remove obsolete fields from Depset by adonovan · 5 years ago
  13. 087236e Actually deprecate ram_utilization_factor. by steinman · 5 years ago
  14. 8a3a2e1 Fix test_bazel_license_prints_jdk_license after updating langtools LICENSE by pcloudy · 5 years ago
  15. 379eaef bazel syntax: rename SkylarkType to Depset.ElementType by adonovan · 5 years ago
  16. 37fb14c allowing versioned dylib by Zhongpeng Lin · 5 years ago
  17. 01138c8 Add ExecutionOptions failure details category by mschaller · 5 years ago
  18. a82227e Reserves failure details field numbers for internal use by mschaller · 5 years ago
  19. 85cf6ff Add logging for errors, especially for early exits that might not show up in BES. by janakr · 5 years ago
  20. 94015e3 Have SkyQuery tolerate the situation where a done node has a transitive rdep from a not-done node. by nharmata · 5 years ago
  21. 3262af8 Allow ninja_build .d file processing to handle undeclared inputs by cparsons · 5 years ago
  22. 82477a6 Fix javadoc referenced in ConfiguredObjectValue. by jcater · 5 years ago
  23. 9a96dce Add FailureDetails code for changing the default digest hash function by mschaller · 5 years ago
  24. fe20fc3 Remove unneeded dependency on build-base from remote worker. by jcater · 5 years ago
  25. 7b09eba Reserves failure details field numbers for internal use by mschaller · 5 years ago
  26. 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
  27. ec61486 --show_config_fragments logic cleanup. by gregce · 5 years ago
  28. 3487930 Semi-automated rollback of commit 3b3c89dd8de6fff27531a026f6a6faaeefd9cc6a. by nharmata · 5 years ago
  29. 512d02c bazel syntax: delete nearly all of SkylarkType by adonovan · 5 years ago
  30. 7f618ab Clarify that 'None' is the literal value if file content cannot be determined during the analysis phase. by Googler · 5 years ago
  31. 10e6d27 Reserves failure details field numbers for internal use by mschaller · 5 years ago
  32. ee9fb5a Automated rollback of commit a88790d7a6939bf9769121a56771be2e8b5f653a. by leba · 5 years ago
  33. cfe16ba Remove misleading setting of applicable_licenses default attribute values by michajlo · 5 years ago
  34. 1645eb8 Add new flag to omit creating '<product>-out' symlink if the option '--symlink_prefix' is specified. by Googler · 5 years ago
  35. 75d7f13 Reserves failure details field numbers for internal use by mschaller · 5 years ago
  36. b2c63c8 Encode BazelRulesModule failures using FailureDetails by mschaller · 5 years ago
  37. 3b3c89d Automated rollback of commit e2385a5ebd484f63d85851a6f5300b15016d9f2b. by laurentlb · 5 years ago
  38. c262b48 bazel syntax: rationalize depset cast operators by adonovan · 5 years ago
  39. e2385a5 Open and read bzl files at most once per build. by nharmata · 5 years ago
  40. 40446b8 bazel syntax: simplify matchSignature and improve error messages by adonovan · 5 years ago
  41. 990a7de Extending $(location) function to take label of the first alias as an argument. by ilist · 5 years ago
  42. eebffb6 Don't hardcode a specific JDK in the java stub template. by John Cater · 5 years ago
  43. 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
  44. e87c7c3 Remove the flag --experimental_aspect_output_propagation by laurentlb · 5 years ago
  45. 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
  46. 876b6c5 Remove "low level" Package.Builder constructor by michajlo · 5 years ago
  47. ad5aff3 Migrating to fluent logging (red) by janakr · 5 years ago
  48. 7dd91f1 Add test for SynchronizedOutputStream by michajlo · 5 years ago
  49. 9fede01 Fix SkylarkConstructor documentation collection by cparsons · 5 years ago
  50. 72a1f4f Rename Skylark to Starlark in classes inside ImplicitOutputsFunction.java by laurentlb · 5 years ago
  51. aa7a61c Move ManagedDirectoriesKnowledge into skyframe, so that it is available to the different types of SkyframeExecutor. by jcater · 5 years ago
  52. f070028 Rename Skylark to Starlark in build/docgen/Skylark.java by laurentlb · 5 years ago
  53. bd5ace7 Rename Skylark to Starlark in devtools/build/docgen/skylark/Skylark/* by laurentlb · 5 years ago
  54. 5d2305b Automatic code cleanup. by Googler · 5 years ago
  55. ea5c1ef Use filename length value in host order by Gerhard Pretorius · 5 years ago
  56. 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
  57. ff94123 The great Skylark -> Starlark class migration: by gregce · 5 years ago
  58. 3a70dd9 Add debugging for --notrack_incremental_state crash in #10912. by janakr · 5 years ago
  59. 9e61492 bazel syntax: delete BaseFunction by adonovan · 5 years ago
  60. c6ced2b Profiler: clean up handling of null values. by twerth · 5 years ago
  61. d856c6e Add variable name interner and simplify interner wiring logic into NinjaParserStep by Jingwen Chen · 5 years ago
  62. b8bbd4f Make NinjaParser's unsupported token message a static final constant. by Jingwen Chen · 5 years ago
  63. cd2a869 Use D8 package private bazel specific APIs by sgjesse · 5 years ago
  64. d5f918f Fix handling of license and distribs attributes by michajlo · 5 years ago
  65. 44c9942 Move AspectValue into analysis. by jcater · 5 years ago
  66. 7184cb3 Actually disable testDirtyActions and testDirtyActionsBatchStat. by steinman · 5 years ago
  67. b77b288 Cope with fsevents dropping events. by jmmv · 5 years ago
  68. 5ac9086 The great Skylark -> Starlark class migration: by gregce · 5 years ago
  69. 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
  70. 5f55779 Add an interface so that ConfigurationResolver doesn't need direct access to SkyframeExecutor. by jcater · 5 years ago
  71. b394807 Merge Classes of Same Functionality: JarItem/JarEntryRecord by Googler · 5 years ago
  72. cc2c6bc Fail gracefully instead of crashing on visible(), siblings() for cquery by juliexxia · 5 years ago
  73. 70622b3 Split OptionsDiffPredicate into a new class. by jcater · 5 years ago
  74. de0127a Encode WorkspaceRuleModule failures using FailureDetails by mschaller · 5 years ago
  75. 7f26640 bazel syntax: hide BaseFunction and matchSignature by adonovan · 5 years ago
  76. 8a312b6 Increase fsvc threads in tests back to 200. by twerth · 5 years ago
  77. b4d6d1e Encode SpawnLogModule failures using FailureDetails by mschaller · 5 years ago
  78. 964ef72 Properly support the situation where a .bzl file is a unix fifo. by nharmata · 5 years ago
  79. 0dfb466 Migrating to fluent logging (yellow) by janakr · 5 years ago
  80. 25fb2ec bazel syntax: reduce stack usage in evaluator recursion by adonovan · 5 years ago
  81. 1c7483d Undo accidentally incompatible change in treatment of '(' and ')' in some globs. by arostovtsev · 5 years ago
  82. b6eafee The great Skylark -> Starlark class migration: by gregce · 5 years ago
  83. 6f98848 Improve profiling support for repository_ctx.execute by Jakob Buchgraber · 5 years ago
  84. 1d57b77 Disable flaky test FilesystemValueCheckerTest#testDirtyActionsBatchStat and #testDirtyActions. by steinman · 5 years ago
  85. b9bf361 Move Ninja's PathFragment interner from NinjaParserStep to NinjaPipeline, and make it non-static. by Jingwen Chen · 5 years ago
  86. ca247ce Fixed mimimum_os_version call's annotation to allow returning None. by ilist · 5 years ago
  87. ef0f8e6 Change getNumberOfDirectDepGroups to hasAtLeastOneDep. by Googler · 5 years ago
  88. b9d2afe Redirect android persistent worker stdout/stderr to buffer by Justin Y Wei · 5 years ago
  89. dc1d9dc When we aren't inlining StarlarkImportLookupValue, inline ASTFileLookupValue. by nharmata · 5 years ago
  90. cdc8a5e Desugar Support for Float/Boolean/Long/Double.hashcode by Googler · 5 years ago
  91. c7a5e49 bazel syntax: remove unnecessary use of matchSignature by adonovan · 5 years ago
  92. 7ecc2d6 The great Skylark -> Starlark class migration: by gregce · 5 years ago
  93. 56b9b18 Update StandaloneTestStrategy to use SpawnStrategyResolver. by jcater · 5 years ago
  94. 4ee255d Add a AutoProfiler helper allowing a custom receiver. by ajurkowski · 5 years ago
  95. c3a0e25 bazel syntax: make StarlarkFunction constructor private by adonovan · 5 years ago
  96. 74d84d4 The great Skylark -> Starlark class migration: by gregce · 5 years ago
  97. f0ed391 Update getValues documentation to highlight impact of multiple getValue calls. by leba · 5 years ago
  98. a910560 Encode RemoteModule failures using FailureDetails by mschaller · 5 years ago
  99. 24f97e1 Guard parseActionResultMetadata with bulk wrapper by George Gensure · 5 years ago
  100. 266e5ff Update SpawnAction to use SpawnStrategyResolver. by jcater · 5 years ago