1. 5d63436 Add a static method GroupedList#numElements to allow to count the number of deps from a compressed GroupedList without uncompressing it. Also some minor GC improvements. by shreyax · 7 years ago
  2. 00bece2 Improve error messaging for invalid values of the --xcode_version flag. by cparsons · 7 years ago
  3. 17810ad Remove the concept of a mandatory input which is allowed to be missing. by Googler · 7 years ago
  4. bdaf26e Remove some unused extension points. by Googler · 7 years ago
  5. d0227d3 Add some minor debugging messages to discard_analysis_cache_test, purportedly to diagnose issue #4181. by janakr · 7 years ago
  6. 680c7e4 Move CcToolchainTypeRule to CPP_RULES, as opposed to PLATFORM_RULES. It more logically belongs with other c++ rule types. by cpeyser · 7 years ago
  7. f4486e2 RestBlobStore: add missing CAS_PREFIX by nicolov · 7 years ago
  8. 1e3d568 Create the output source jar in java_common.compile by elenairina · 7 years ago
  9. bd24c6b Fix strip-prefix typo in docs by Ed Baunton · 7 years ago
  10. b87a41f3 Convert TestAspects to MockRule. by gregce · 7 years ago
  11. f358943 MockRule enhancements. by gregce · 7 years ago
  12. d587e64 BEP: Extend TestResult to optionally contain meta data by aehlig · 7 years ago
  13. a7a9d56 Implemented fix for case when 'use_testrunner' attribute works interconnected with 'main_class' in java_test rule. by dbabkin · 7 years ago
  14. 720d66f Add user and system time to CommandResults, and plumb them into SpawnResults. by ruperts · 7 years ago
  15. 4d7f8f7 Clean up ExecutionRequirements by ulfjack · 7 years ago
  16. 4852a9e Minor fixes to spacing in help messages by Mike Morearty · 7 years ago
  17. 9c78a79 Various Shell Script Fixes and Improvements - Part One by Androbin · 7 years ago
  18. 71fc9c6 Change error on adding a directory to the remote cache to be non-fatal by Rahul Malik · 7 years ago
  19. b394da4 Make process-wrapper output execution statistics for executed commands. by ruperts · 7 years ago
  20. 85d69f2 Automatic code cleanup. by cushon · 7 years ago
  21. e0d1d0e Update PathPackageLocator to take a list of potential build file names, by John Cater · 7 years ago
  22. 55a4b9a Remove process-wrapper duplication from RunCommand. by ruperts · 7 years ago
  23. 51b92a4 Make turbine tests more compatible with Windows by cushon · 7 years ago
  24. e7bf38b Ensure the argument to JarCreator.addDirectory exists by cushon · 7 years ago
  25. 346b8c1 Extract CONTAINS_JAVA_PROVIDER to a shared constant by cushon · 7 years ago
  26. 40805b4 Move CppConfiguration#getFullyStaticLinkOptions, #getMostlyStaticLinkOptions, by cpeyser · 7 years ago
  27. 49646c1 Fix typo, remove stale comment by brandjon · 7 years ago
  28. 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
  29. 854b6c5 Eliminate STATIC_FRAMEWORK_DIR as a separate field of ObjcProvider. by cparsons · 7 years ago
  30. 801109f Document Android options. by ajmichael · 7 years ago
  31. a3cdd93 Update blazerc documentation in the blaze/bazel user mannuals. by ccalvarin · 7 years ago
  32. 6e978a3 Print 'waiting for other blaze command' on its own line. by Googler · 7 years ago
  33. d0f06a6 Automated rollback of commit b64119807b014d9f3b99fb8a02e22daf1a8299b6. by nharmata · 7 years ago
  34. f8003cc Migrate some Skylark tests outside of Blaze. by laurentlb · 7 years ago
  35. 059b52b Remove dead code from CompilationSupport by cparsons · 7 years ago
  36. 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
  37. c478aea Migrate callsites of CppConfiguation#getCompiler, #getTargetLibc, #getCpu to by cpeyser · 7 years ago
  38. 3e0a3d9 Shard android_sdk_integration_test.sh. 45 seconds (60%) reduction. by jingwen · 7 years ago
  39. 938e294 refactor: remove unnecessary Enums from Expander by L?szl? Csomor · 7 years ago
  40. c3bedec refactor: mv LocationExpander.Options to Expander by L?szl? Csomor · 7 years ago
  41. af10f2a Let to push lambda arguments not only with *LOAD instructions but with SIPUSH and *CONST_*. by Googler · 7 years ago
  42. 683bdc7 refactor: add LocationExpander factories by L?szl? Csomor · 7 years ago
  43. bb84853 Prepare code using ASM for Java 9 by cushon · 7 years ago
  44. 32e7a1c Simplify SpawnRunner interface by ulfjack · 7 years ago
  45. 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
  46. 3e99e06 Remove unused flag. by Googler · 7 years ago
  47. f3e3280 Stop splitting classpath arguments by cushon · 7 years ago
  48. 0b2352d Use java.nio.file.Paths instead of strings in JavaBuilder by cushon · 7 years ago
  49. e5a37f9 Delete --experimental_use_manifest_from_resource_apk again. by ajmichael · 7 years ago
  50. b62bc20 Revert unintentional increase in logging. by apell · 7 years ago
  51. 18c59dd Shard android_ndk_integration_test. by ajmichael · 7 years ago
  52. 82992e2 Never allow local_resource_files in single-process tests by Googler · 7 years ago
  53. 4b32d5c Support nested set serialization. by tomlu · 7 years ago
  54. 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
  55. 0dd27ab Automated rollback of commit a6ed4c01d374bcf98bf39c1efc12a0f4f20fe313. by elenairina · 7 years ago
  56. 88873ba bazel: s/ctx.run()/ctx.actions.run()/ by Googler · 7 years ago
  57. c83c12d Migrate some Skylark tests outside of Blaze. by laurentlb · 7 years ago
  58. 8610d97 Shape sharing for Skylark providers. by Benjamin Peterson · 7 years ago
  59. 9fea5b8 Use more precise categories for missing docstring. by laurentlb · 7 years ago
  60. a1c73f7 Improve error message for 'missing-return-value' check. by laurentlb · 7 years ago
  61. 6fc836b py_proto_library implicit dependency update. by Googler · 7 years ago
  62. 7e5c4af Add six to deps of has_services=1 py_proto_librarys. by Googler · 7 years ago
  63. 967e910 Remove useless abstractions in C++ rules after internal cleanup by hlopko · 7 years ago
  64. a6ed4c0 Create the output source jar in java_common.compile by elenairina · 7 years ago
  65. 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
  66. 5612903 Remove usages of $singlejar in Java rules. by elenairina · 7 years ago
  67. b24a6f9 Add regression test for breakage caused by https://github.com/bazelbuild/bazel/commit/0ebb3e54fc890946ae6b3d059ecbd50e4b5ec840. by philwo · 7 years ago
  68. e14dcc3 Remove uses of ar_flag and uses_action_config_for_ar by hlopko · 7 years ago
  69. 7847d08 Fix typos in java_toolchain documentation. by eaftan · 7 years ago
  70. aaad7e4 Enable aapt2 for robolectric when available. by corysmith · 7 years ago
  71. 6c91871 Move CppConfiguration's treatment of pic, --start-lib/--end-lib, and fission to by cpeyser · 7 years ago
  72. fa484fd Put more information in failure message of occasionally flaky test, and deduplicate code. by janakr · 7 years ago
  73. 2d05d10 Don't propagate resources when neverlink is specified and manifest is not by Googler · 7 years ago
  74. d55acc3 Fix canonical option list for options that implicitly require options with allowMultiple=true by ccalvarin · 7 years ago
  75. 73fd997 Add platform data into to the ToolchainContext unconditionally. by John Cater · 7 years ago
  76. 96e244d Move CppConfiguration#isLLVMcompiler, #isLLVMOptimizedFdo, #isLipoOptimization, by cpeyser · 7 years ago
  77. 69cb005 Prevent blaze from crashing on invalid resource locations. by corysmith · 7 years ago
  78. 3948159 Add proper test coverage for filtering resource deps by Googler · 7 years ago
  79. 80e5beb Check if win_def_file attribute exists before getting its value by Yun Peng · 7 years ago
  80. 335d059 Fix resource filtering by Googler · 7 years ago
  81. 5b8736d Clarify `srcs` description to make it obvious what file types are accepted. by spomorski · 7 years ago
  82. 337f19c Move override check to the createAndOverrideRule function by Damien Martin-Guillerez · 7 years ago
  83. 3275b25 Improve error message when missing default_toolchain in CROSSTOOL by hlopko · 7 years ago
  84. 1c89688 Make genrules not understand $(JAVA) and $(JAVABASE) if --experimental_enable_jvm_configuration_make_variables is not in effect. by lberki · 7 years ago
  85. c805923 Remove an unused method. by lberki · 7 years ago
  86. cf7f20a Add system_provide attribute to cc_import rule by pcloudy · 7 years ago
  87. 1b0872a Moving the location of the mobile-install launch script. by Googler · 7 years ago
  88. 7967f33 Return SpawnResults using a List instead of a Set. by ruperts · 7 years ago
  89. 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
  90. 7cc8efe Add support for negative package specifications by cushon · 7 years ago
  91. 59d2ece Add option to enable resource cycle shrinking. by Googler · 7 years ago
  92. 1c2d2bd Remove a redundant parameter from MultiArchBinarySupport API, and remove uses of attribute-name string literals from MultiArchBinarySupport by cparsons · 7 years ago
  93. ffd5610 Remove java_toolchain using remote targets. by xingao · 7 years ago
  94. 3f2735e Update size of bazel_windows_cpp_test to large by pcloudy · 7 years ago
  95. 7f72af1 Fix //src/test/shell/integration:progress_reporting_test by Klaus Aehlig · 7 years ago
  96. edc3901 Allow conditioning flags on the _absence_ of a feature. by Googler · 7 years ago
  97. 856b4dd Added new RuleClass flag to turn off platform support, to stop dependency cycles when loading platforms. by John Cater · 7 years ago
  98. 3b5b55b Allow InMemoryNodeEntry subclasses to change which reverse dep operation to store bare. by janakr · 7 years ago
  99. 2d50356 Change Platform.remoteExecutionProperties to be a String, not a dict. by John Cater · 7 years ago
  100. b4abf26 Fix duplicate test name. by John Cater · 7 years ago