1. b394da4 Make process-wrapper output execution statistics for executed commands. by ruperts · 7 years ago
  2. 85d69f2 Automatic code cleanup. by cushon · 7 years ago
  3. e0d1d0e Update PathPackageLocator to take a list of potential build file names, by John Cater · 7 years ago
  4. 55a4b9a Remove process-wrapper duplication from RunCommand. by ruperts · 7 years ago
  5. 51b92a4 Make turbine tests more compatible with Windows by cushon · 7 years ago
  6. e7bf38b Ensure the argument to JarCreator.addDirectory exists by cushon · 7 years ago
  7. 346b8c1 Extract CONTAINS_JAVA_PROVIDER to a shared constant by cushon · 7 years ago
  8. 40805b4 Move CppConfiguration#getFullyStaticLinkOptions, #getMostlyStaticLinkOptions, by cpeyser · 7 years ago
  9. 49646c1 Fix typo, remove stale comment by brandjon · 7 years ago
  10. d506416 Make check_fileset_dependencies_recursively flag a no-op. We will always behave as if this flag is true. by kush · 7 years ago
  11. 854b6c5 Eliminate STATIC_FRAMEWORK_DIR as a separate field of ObjcProvider. by cparsons · 7 years ago
  12. 801109f Document Android options. by ajmichael · 7 years ago
  13. a3cdd93 Update blazerc documentation in the blaze/bazel user mannuals. by ccalvarin · 7 years ago
  14. 6e978a3 Print 'waiting for other blaze command' on its own line. by Googler · 7 years ago
  15. d0f06a6 Automated rollback of commit b64119807b014d9f3b99fb8a02e22daf1a8299b6. by nharmata · 7 years ago
  16. f8003cc Migrate some Skylark tests outside of Blaze. by laurentlb · 7 years ago
  17. 059b52b Remove dead code from CompilationSupport by cparsons · 7 years ago
  18. b641198 Change BlacklistedPackagesPrefixesFunction to take a pair of a hardcoded set of directories and a file path containing more directories to blacklist. The current usage of PrecomputedValue#BLACKLISTED_PACKAGE_PREFIXES_FILE is overly general and is only meaningfully used by unit tests; in practice, the blacklist file path can never change over the lifetime of the Bazel server. Perform a minor simplifying refactor as a result of this. by nharmata · 7 years ago
  19. c478aea Migrate callsites of CppConfiguation#getCompiler, #getTargetLibc, #getCpu to by cpeyser · 7 years ago
  20. 3e0a3d9 Shard android_sdk_integration_test.sh. 45 seconds (60%) reduction. by jingwen · 7 years ago
  21. 938e294 refactor: remove unnecessary Enums from Expander by L?szl? Csomor · 7 years ago
  22. c3bedec refactor: mv LocationExpander.Options to Expander by L?szl? Csomor · 7 years ago
  23. af10f2a Let to push lambda arguments not only with *LOAD instructions but with SIPUSH and *CONST_*. by Googler · 7 years ago
  24. 683bdc7 refactor: add LocationExpander factories by L?szl? Csomor · 7 years ago
  25. bb84853 Prepare code using ASM for Java 9 by cushon · 7 years ago
  26. 32e7a1c Simplify SpawnRunner interface by ulfjack · 7 years ago
  27. 25eab01 Change Mock{Android,Java}Support to actually import test runner related jars so that integration tests can use them. by dannark · 7 years ago
  28. 3e99e06 Remove unused flag. by Googler · 7 years ago
  29. f3e3280 Stop splitting classpath arguments by cushon · 7 years ago
  30. 0b2352d Use java.nio.file.Paths instead of strings in JavaBuilder by cushon · 7 years ago
  31. e5a37f9 Delete --experimental_use_manifest_from_resource_apk again. by ajmichael · 7 years ago
  32. b62bc20 Revert unintentional increase in logging. by apell · 7 years ago
  33. 18c59dd Shard android_ndk_integration_test. by ajmichael · 7 years ago
  34. 82992e2 Never allow local_resource_files in single-process tests by Googler · 7 years ago
  35. 4b32d5c Support nested set serialization. by tomlu · 7 years ago
  36. fa9b01e Fix bug in SkyQuery's 'rbuildfiles' implementation where we were incorrectly using FileValue, rather than FileStateValue, nodes as the roots of the rdep traversal. by nharmata · 7 years ago
  37. 0dd27ab Automated rollback of commit a6ed4c01d374bcf98bf39c1efc12a0f4f20fe313. by elenairina · 7 years ago
  38. 88873ba bazel: s/ctx.run()/ctx.actions.run()/ by Googler · 7 years ago
  39. c83c12d Migrate some Skylark tests outside of Blaze. by laurentlb · 7 years ago
  40. 8610d97 Shape sharing for Skylark providers. by Benjamin Peterson · 7 years ago
  41. 9fea5b8 Use more precise categories for missing docstring. by laurentlb · 7 years ago
  42. a1c73f7 Improve error message for 'missing-return-value' check. by laurentlb · 7 years ago
  43. 6fc836b py_proto_library implicit dependency update. by Googler · 7 years ago
  44. 7e5c4af Add six to deps of has_services=1 py_proto_librarys. by Googler · 7 years ago
  45. 967e910 Remove useless abstractions in C++ rules after internal cleanup by hlopko · 7 years ago
  46. a6ed4c0 Create the output source jar in java_common.compile by elenairina · 7 years ago
  47. 263c5e0 Add //tools/jdk:current_java_runtime / tools/jdk:current_host_java_runtime to rules that use the $(JAVA) or the $(JAVABASE) Make variable. by lberki · 7 years ago
  48. 5612903 Remove usages of $singlejar in Java rules. by elenairina · 7 years ago
  49. b24a6f9 Add regression test for breakage caused by https://github.com/bazelbuild/bazel/commit/0ebb3e54fc890946ae6b3d059ecbd50e4b5ec840. by philwo · 7 years ago
  50. e14dcc3 Remove uses of ar_flag and uses_action_config_for_ar by hlopko · 7 years ago
  51. 7847d08 Fix typos in java_toolchain documentation. by eaftan · 7 years ago
  52. aaad7e4 Enable aapt2 for robolectric when available. by corysmith · 7 years ago
  53. 6c91871 Move CppConfiguration's treatment of pic, --start-lib/--end-lib, and fission to by cpeyser · 7 years ago
  54. fa484fd Put more information in failure message of occasionally flaky test, and deduplicate code. by janakr · 7 years ago
  55. 2d05d10 Don't propagate resources when neverlink is specified and manifest is not by Googler · 7 years ago
  56. d55acc3 Fix canonical option list for options that implicitly require options with allowMultiple=true by ccalvarin · 7 years ago
  57. 73fd997 Add platform data into to the ToolchainContext unconditionally. by John Cater · 7 years ago
  58. 96e244d Move CppConfiguration#isLLVMcompiler, #isLLVMOptimizedFdo, #isLipoOptimization, by cpeyser · 7 years ago
  59. 69cb005 Prevent blaze from crashing on invalid resource locations. by corysmith · 7 years ago
  60. 3948159 Add proper test coverage for filtering resource deps by Googler · 7 years ago
  61. 80e5beb Check if win_def_file attribute exists before getting its value by Yun Peng · 7 years ago
  62. 335d059 Fix resource filtering by Googler · 7 years ago
  63. 5b8736d Clarify `srcs` description to make it obvious what file types are accepted. by spomorski · 7 years ago
  64. 337f19c Move override check to the createAndOverrideRule function by Damien Martin-Guillerez · 7 years ago
  65. 3275b25 Improve error message when missing default_toolchain in CROSSTOOL by hlopko · 7 years ago
  66. 1c89688 Make genrules not understand $(JAVA) and $(JAVABASE) if --experimental_enable_jvm_configuration_make_variables is not in effect. by lberki · 7 years ago
  67. c805923 Remove an unused method. by lberki · 7 years ago
  68. cf7f20a Add system_provide attribute to cc_import rule by pcloudy · 7 years ago
  69. 1b0872a Moving the location of the mobile-install launch script. by Googler · 7 years ago
  70. 7967f33 Return SpawnResults using a List instead of a Set. by ruperts · 7 years ago
  71. a2a3d8c Remove the hardcoded exclusion of the top-level //experimental directory. This is only relevant for things like 'bazel build //...' in workspaces that have a top-level //experimental directory. As such, this hardcoded exclusion is unlikely to be desired, especially by bazel users externally. by nharmata · 7 years ago
  72. 7cc8efe Add support for negative package specifications by cushon · 7 years ago
  73. 59d2ece Add option to enable resource cycle shrinking. by Googler · 7 years ago
  74. 1c2d2bd Remove a redundant parameter from MultiArchBinarySupport API, and remove uses of attribute-name string literals from MultiArchBinarySupport by cparsons · 7 years ago
  75. ffd5610 Remove java_toolchain using remote targets. by xingao · 7 years ago
  76. 3f2735e Update size of bazel_windows_cpp_test to large by pcloudy · 7 years ago
  77. 7f72af1 Fix //src/test/shell/integration:progress_reporting_test by Klaus Aehlig · 7 years ago
  78. edc3901 Allow conditioning flags on the _absence_ of a feature. by Googler · 7 years ago
  79. 856b4dd Added new RuleClass flag to turn off platform support, to stop dependency cycles when loading platforms. by John Cater · 7 years ago
  80. 3b5b55b Allow InMemoryNodeEntry subclasses to change which reverse dep operation to store bare. by janakr · 7 years ago
  81. 2d50356 Change Platform.remoteExecutionProperties to be a String, not a dict. by John Cater · 7 years ago
  82. b4abf26 Fix duplicate test name. by John Cater · 7 years ago
  83. 529e29e UI: reset timer on every status/strategy change by Klaus Aehlig · 7 years ago
  84. bb60ca4 Update AndroidConfiguration to reflect changes by Googler · 7 years ago
  85. 34d02ef Clear interrupted bit in thread when throwing an interrupted exception that came from an AbstractParallelEvaluator evaluation. It's against the standard Java contract to throw but still have the thread's interrupted bit set. by janakr · 7 years ago
  86. 9bb93ee Remove the deprecated set constructor from Skylark by vladmos · 7 years ago
  87. 4d09a1d SOURCE_DATE_EPOCH environment variable override the timestamp by Damien Martin-Guillerez · 7 years ago
  88. 0fd7692 UI: distinguish executing actions by Klaus Aehlig · 7 years ago
  89. a5833a8 Fixed typo in ApkProvider: s/coverageMetdata/coverageMetadata by jingwen · 7 years ago
  90. 7c8ff9f Add warning for configs that are expanded multiple times. by ccalvarin · 7 years ago
  91. 0b30976 Remove experimental flags for generating robolectric R class. by Googler · 7 years ago
  92. bff599b Add warning for long chain of recursive --configs. by ccalvarin · 7 years ago
  93. c5e9a47 Remove the deprecated set constructor from Skylark by vladmos · 7 years ago
  94. 6364017 Change config expansion application order, gated by startup flag --expand_configs_in_place. by ccalvarin · 7 years ago
  95. 9738f35 CcProtoLibrary: Don't add dynamic librarys to filesToBuild on Windows by Yun Peng · 7 years ago
  96. 4117c86 Update GlobFunction to check for subdirectories crossing into a local repository. by John Cater · 7 years ago
  97. 81a77e6 PiperOrigin-RevId: 176356590 by lpino · 7 years ago
  98. 211d2f2 Make bazel test src/tools/launcher/... pass on Unix platform by Yun Peng · 7 years ago
  99. d0bf589 Add a random number to action temp dir by Changming Sun · 7 years ago
  100. 1ea72aa Change default behavior for cc_toolchain.compiler and cc_toolchain.libc for by cpeyser · 7 years ago