1. 77e3a5c Add new option categorization and tagging information to HelpCommand's output. by ccalvarin · 8 years ago
  2. a703546 Refactor srcs-less android_library rules: deps -> exports. by jingwen · 8 years ago
  3. ccd1b15 Add charset to action key computation of ParameterFileWriteAction. by twerth · 8 years ago
  4. 659feca Move the canonicalization of an option value to the option value itself. by ccalvarin · 8 years ago
  5. 5b98fb4 Make gzipped pkg_tar outputs repeatable by Philipp Schrader · 8 years ago
  6. ee33b63 Add integration tests for android_sdk_repository() and android_ndk_repository() for testing invalid directory path attributes, and improve error descriptiveness. by jingwen · 8 years ago
  7. 6e86811 Use @SafeVarargs for AbstractObjectCodecTest constructor by brandjon · 8 years ago
  8. 00ee7dc Make build_event_stream_test more portable by aehlig · 8 years ago
  9. 4665178 Skylint: ignore naming conventions for imports by fzaiser · 8 years ago
  10. 9573a0d Collect action cache hits, misses, and reasons for the misses. by jmmv · 8 years ago
  11. 940ce20 Ensure that SpawnResults make their way back to the SpawnActions that caused them to be created. by ruperts · 8 years ago
  12. 95ce534 Limit //external:android_sdk_for_testing to only the minimum files needed. by ajmichael · 8 years ago
  13. 3dd0d71 Update version numbers in installer file names. by Googler · 8 years ago
  14. d8dd62f Skylint: check that load statements are at the top of the file by fzaiser · 8 years ago
  15. fb3293c Make UnionFileSystem accept all paths Bazel can throw at it. by ccalvarin · 8 years ago
  16. d27ed80 Move ExternalPackageUtil to a new lib.repository package and simplify it by ulfjack · 8 years ago
  17. 4110393 Rollforward change of Java coverage logic. by elenairina · 8 years ago
  18. 3b0bcd9 Add an option to control building of transitive py_binary runfiles trees. , ) by Benjamin Peterson · 8 years ago
  19. e69bcce Fix java_stub_template.txt when parsing runfiles with spaces in path. by pcloudy · 8 years ago
  20. aa8540d Fix end offset of expressions in Skylark parser by fzaiser · 8 years ago
  21. d16a067 Automatic code cleanup. by Googler · 8 years ago
  22. cc9c2f0 Remove the status xml attribute from AntXmlResultWriter by elenairina · 8 years ago
  23. 926fd29 Improve BES retries. by buchgr · 8 years ago
  24. 618f981 Prepare processor classpath masking for Java 9 by cushon · 8 years ago
  25. 1edcd0f Windows: Add static_link_msvcrt and related features by Yun Peng · 8 years ago
  26. 56b12b9 Denittize CppModel and CppLinkActionBuilder by hlopko · 8 years ago
  27. 7e91829 Move --plugin to JavaOptions and remove --plugin_copt. by mstaib · 8 years ago
  28. 1752ae8 Move objc_proto_library tests from legacy to crosstool test cases. by cpeyser · 8 years ago
  29. 57d4a1e Don't generate the mutability annotation until necessary. by shreyax · 8 years ago
  30. 64c0164 Stop injecting embedded artifacts. They're never used by anyone in Skyframe, and error-checking for their existence is already done by the client. by janakr · 8 years ago
  31. 494910b BEP: Add coverage data to test_result by Klaus Aehlig · 8 years ago
  32. 65a5119 Adjust visibility of SkyframeExecutor#findArtifactConflicts. by janakr · 8 years ago
  33. c8dce99 Stop injecting WorkspaceStatusAction into the Skyframe graph as a precomputed value. Instead, manually check if the value has changed, and if it has, invalidate its consuming WorkspaceStatusValue node, forcing its re-evaluation, where it will pick up the new value. by janakr · 8 years ago
  34. aa12ec3 Add a test for traceback correctness for errors in augmented assignment nodes by vladmos · 8 years ago
  35. 8e96741 Publish tests for configurable attributes (select). by gregce · 8 years ago
  36. b5c0202 Update Bazel's android_device support to use new emulator paths. by ajmichael · 8 years ago
  37. 282c29e Move remaining legacy objc_library tests to crosstool case. by cpeyser · 8 years ago
  38. 63a6e91 Add Fedora install instructions. by Jakob Buchgraber · 8 years ago
  39. 826d81c Remove the assumption of order from ToolchainTestCase#testRegisteredToolchains by cpeyser · 8 years ago
  40. c6122b6 Make local_action_cache_test.sh executable. by John Cater · 8 years ago
  41. f5e6969 Change which tests should run on Windows by ajmichael · 8 years ago
  42. 77112c6 Update RegisteredToolchainsFunction and ToolchainUtil to check values for errors even if not all values are present. by John Cater · 8 years ago
  43. 66ab13f Fix bazel_test_test by removing pollution of config with external bazelrc, such as from /etc/bazel.bazelrc. by Googler · 8 years ago
  44. 4af0d7b Increase the connection timeout between the client and the server. by lberki · 8 years ago
  45. 9ebc4b2 Simplify CcLinkParams#addCcLibrary by hlopko · 8 years ago
  46. d22e1de Check parameter types for methods when multiple types are allowed. by Dmitry Lomov · 8 years ago
  47. 7084156 Remove unnecessary collectLinkstamp switch by hlopko · 8 years ago
  48. 878ea50 Fix cc_fake_binaries with linkstamping by hlopko · 8 years ago
  49. 563c4e1 Make control.tar.gz in pkg_deb repeatable by Philipp Schrader · 8 years ago
  50. 82859b0 Internal change by David Ostrovsky · 8 years ago
  51. 824db7f Delete duplicated definitions for package_name() and repository_name(). by laurentlb · 8 years ago
  52. 95b0467 Cleanups for Skylark tracebacks by brandjon · 8 years ago
  53. fefccdb Fix and improve context.args.add documentation. by tomlu · 8 years ago
  54. 529d7ea Remove wasteful function.toString() call in evalArgs. Also remove functions that were public because of skylark compilation. by shreyax · 8 years ago
  55. 92e402b Remove unused "extraPrecomputedValues" from WorkspaceBuilder, and therefore remove all "precomputed values for analysis" from SkyframeExecutor. We use SkyframeExecutor#injectExtraPrecomputedValues these days. by janakr · 8 years ago
  56. c6ff86f Remove BuildInfoFactory precomputed value. by janakr · 8 years ago
  57. d8ba904 Stop the transitive duplication of FilesetTraversalParams when Filesets are nested. by kush · 8 years ago
  58. eea486c Remove product name precomputed value. by janakr · 8 years ago
  59. a9573d8 Fix error-prone warning on AndroidBinaryTest. by ajmichael · 8 years ago
  60. ed4405d Remove dependence on compilation attributes (e.g. 'srcs') for apple_binary and apple_static_library in objc unit tests. by cparsons · 8 years ago
  61. 6acf6f0 Remove PrecomputedValue for BlazeDirectories. All consumers have the value injected directly, which makes sense, because it's immutable over the lifetime of the server. by janakr · 8 years ago
  62. 3c6c45f Allow alternate GroupedList constructor to be public, but add warnings regarding the integrity of the structure to various operations. by shreyax · 8 years ago
  63. ca6b46d Inject BlazeDirectories into RepositoryDelegatorFunction directly, instead of depending on a precomputed value. BlazeDirectories don't change over the lifetime of the Blaze server, and certainly not over the lifetime of a SkyframeExecutor instance, which already had a reference to them. by janakr · 8 years ago
  64. b6857d5 Update doc: there is no default value for --jobs. by Googler · 8 years ago
  65. 52d05e8 Inject BlazeDirectories into FdoSupportFunction directly, instead of depending on a precomputed value. BlazeDirectories don't change over the lifetime of the Blaze server, and certainly not over the lifetime of a SkyframeExecutor instance, which already had a reference to them. by janakr · 8 years ago
  66. ff3e01c Update the Bazel iOS tutorial to pull the latest Apple build rules. by Googler · 8 years ago
  67. fe188d6 Update travis setup instructions by Siddhartha Bagaria · 8 years ago
  68. 0d00f70 Create AndroidManifest.xml symlink if user provides a manifest not named by jingwen · 8 years ago
  69. e8d3c22 Contingent on a flag --experimental_objc_provider_from_linked, apple_binary and apple_static_library no longer propagate ObjcProvider. by cparsons · 8 years ago
  70. da8386a Don't emit an undeclared outputs MANIFEST if there are no files. by Googler · 8 years ago
  71. 3c23d3e Use FeatureConfiguration to compute linkstamping compile command line by hlopko · 8 years ago
  72. 51c8c7c Improve style in SkylarkMutableTest by brandjon · 8 years ago
  73. 5d41dbe Automated rollback of commit 17214ac78ffaec369d5d5bafe62a39730473cfaa. by dslomov · 8 years ago
  74. 7b091c1 Add a global failure when a test is interrupted/cancelled. by elenairina · 8 years ago
  75. 9faf8b7 docker_pull: rely on the main repository docker_build by Damien Martin-Guillerez · 8 years ago
  76. da40fbf Move SpawnResult from build.lib.exec into build.lib.actions so that e.g. build.lib.actions.SpawnActionContext can import SpawnResult without creating a cyclic dependency. by ruperts · 8 years ago
  77. 5059a43 Internal change by tomlu · 8 years ago
  78. 70d018b Use fail() in tests to catch missing expected exceptions. by ruperts · 8 years ago
  79. 54c86b4 Action for resource shrinking with aapt2 by corysmith · 8 years ago
  80. 87c70ee Add toString() methods for Advertised and Required Providers. by Googler · 8 years ago
  81. 5e2b0da Add more thorough error reporting behavior for when config_setting has multiple constraint_values from the same constraint_setting (re: #350) by juliexxia · 8 years ago
  82. 60f3503 PiperOrigin-RevId: 169563607 by kmb · 8 years ago
  83. 399ffaf Remove unncessary duplication of zipper target. by xingao · 8 years ago
  84. 2f08a18 Include all test output files (e.g. undeclared outputs) for non-cached test executions and tests with multiple attempts. Previously, non-cached test execution would incorrectly only include test.log and test.xml. by Googler · 8 years ago
  85. ceefd57 CI,Windows: run //third_party/def_parser tests by László Csomor · 8 years ago
  86. 4862060 Increase the timeout for Bazel SkylarkTests to "long" by vladmos · 8 years ago
  87. 7e16da7 Skylint: add flag to disable certain checkers. by fzaiser · 8 years ago
  88. 3a0df3c Track the origin of an option in the option instance, not its final value. by ccalvarin · 8 years ago
  89. 125e88d Deprecate wrapperOptions. by ccalvarin · 8 years ago
  90. 1ad38ea Track all option instances. by ccalvarin · 8 years ago
  91. 4acb36c Cleanup of expansion option naming by ccalvarin · 8 years ago
  92. 0e7051a Allow config_settings to match on constraint_values to a target_platform. This is on the way to making select() work with constraint_values re: #305. by juliexxia · 8 years ago
  93. 4c3ef11 Move aspect resolution out of ConfiguredTargetFunction. by gregce · 8 years ago
  94. bcb3c57 Create multiple ParamsFilePreProcessors to allow parsing files using the formats specified in ParameterFile.ParameterFileType. Also maintain the currently used parsing style of whitespace split arguments that allows single and double quoting and whitespace and quote escaping. This style of parsing is for a format not currently generated and will be removed once all consuming actions have been converted to using a supported format explicitly. by apell · 8 years ago
  95. dc17690 This time for sure: stop using --undefined dynamic_lookup in osx linking. by Googler · 8 years ago
  96. 3dd22a3 Add a constraint_values attribute and a target platforms attribute to the configsetting rule class. This is a step in the process of integrating platforms with selects and works towards fixing #350. by juliexxia · 8 years ago
  97. bef0c45 Move --build_python_zip into PythonConfiguration. by mstaib · 8 years ago
  98. cf03c3d remove long-deprecated incremental dexing flag that has no effect by kmb · 8 years ago
  99. be9ecf9 Removing deprecated field total_input_file_count. by olaola · 8 years ago
  100. bc66d04 Skylint: be less strict about indentation in docstrings by fzaiser · 8 years ago