1. 42fb560 Allow BlazeModules to expose a helper that PackageFactory will use for creating fresh Package instances. Also make a few Package methods public. by Nathan Harmata · 9 years ago
  2. aaf87a6 Implement zip file symlink support by Kristina Chodorow · 9 years ago
  3. f6c9735 [ObjcProtoAspect] Fixes an issue where targets that don't have a deps attribute would fail requesting its deps, and crash. Also checks whether the portable_proto_filters attribute was explicitly specified. by Sergio Campama · 9 years ago
  4. bd69849 By default, don't create the .runfiles/workspace/external/repo dirs by Kristina Chodorow · 9 years ago
  5. 879af5b Add support for module maps to swift_library by Dmitry Shevchenko · 9 years ago
  6. e8b54d5 Fixes the assert_one_of failure message, to print the correct expected values. by Anastasios Kakalis · 9 years ago
  7. 472be68 by Carmi Grushko · 9 years ago
  8. 32ad742 Increase the size of //src/test/shell/bazel:local_repository_test_jdk8 by Damien Martin-Guillerez · 9 years ago
  9. 7ac7a15 Fix mktemp call for old version of OS X by Damien Martin-Guillerez · 9 years ago
  10. 76f0ec6 Enable interleaved loading & analysis by default. by Ulf Adams · 9 years ago
  11. 36a2657 Better error message when combine //visibility:(public|private) with other forms. by Yue Gan · 9 years ago
  12. 5259435 Remove the setting of APT gpg key path by Yun Peng · 9 years ago
  13. adb09fc Framework paths marked for search paths only are appropriately propagated to by Cal Peyser · 9 years ago
  14. 4ba4464 Allow honoring select dexopts in incremental dexing by Googler · 9 years ago
  15. f945a0c Support for gathering all the protos seen in the transitive closure of dependencies through the ObjcProtoAspect, compiling and linking the generated protos at the final linking target. This is only enabled for objc_proto_libraries using the portable_proto_filters attribute, and guarded with the "--experimental_auto_top_level_union_objc_protos" flag. This prevents duplicate symbol errors as the generated sources are only linked once. by Sergio Campama · 9 years ago
  16. 1164a4f Push documentation to GCS instead of Github pages. by Damien Martin-Guillerez · 9 years ago
  17. 70b29f4 Create APT repository for Bazel during release process by Yun Peng · 9 years ago
  18. b0f8fb1 Decrease visibility of createProtoCompilerCommandLine() to private. by Carmi Grushko · 9 years ago
  19. 4abea67 Create a feature for per-object-file debug info files and move -gsplit-dwarf to it. by Lukacs Berki · 9 years ago
  20. 6b253fa Remove Package.LegacyBuilder (unneeded as of commit 3a95f353704dc2f7061e2c0786c2459ac1db0fd1). by Nathan Harmata · 9 years ago
  21. c3fb0b1 Introducing PopulateTreeArtifactAction, an Action that populates a TreeArtifact with the content of an archive file at execution time by: by Rumou Duan · 9 years ago
  22. ced5ce4 Make linkstamp info use NestedSet. by Manuel Klimek · 9 years ago
  23. 9b820d7 Remove the --cwarn command line option. by Lukacs Berki · 9 years ago
  24. a5c2fa4 Move -frandom-seed= into a feature. by Lukacs Berki · 9 years ago
  25. c6d3ccc experimental UI: group test actions by label by Klaus Aehlig · 9 years ago
  26. 8958f16 workers: Make integration tests more robust. We no longer grep the process list for running / not running workers, which caused the tests to be very flaky, but instead test what we're interested in by checking the generated output and the (recently improved) verbose log messages. by Philipp Wollermann · 9 years ago
  27. 307dc0f workers: Improve verbose messages when workers are restarted. Prevent killing of broken workers in the background, when no build is currently running, because we can only alert the user about what's going on while a build is currently running. by Philipp Wollermann · 9 years ago
  28. cf34cf9 workers: When a WorkerFactory is instantiated, first remove old worker logs that belong to a prior running Bazel server. by Philipp Wollermann · 9 years ago
  29. 34d4e6f Make the parser handle CRLF correctly. by Lukacs Berki · 9 years ago
  30. d654c55 Fix typo in skylark cookbook by Googler · 9 years ago
  31. 39a5513 Pre-allocate memory at a few (non-exhaustive) sites that are on the exit path after we OOM, in an attempt to make that path complete more quickly and successfully. by Janak Ramakrishnan · 9 years ago
  32. 19fde1f Separate killing Bazel on OOM using -XX:OnOutOfMemoryError and pessimistically OOMing when GC thrashing. The first seems to make us hang on OOM, which is kind of the opposite of what we want. by Janak Ramakrishnan · 9 years ago
  33. a3b8f35 Tweak TransitiveTraversalValue's constructor's visibility by Michajlo Matijkiw · 9 years ago
  34. 87a5980 Use a non-side-effectful PackageLookupValue#packageExists implementation for //external package lookups, but keep the current (incorrect) semantics for unsuccessful //external package lookups. by Nathan Harmata · 9 years ago
  35. b4f3769 Remove unused legacyCollectCppAndJavaLinkOptions. by Carmi Grushko · 9 years ago
  36. 1f67a7b libtool wrapper script to isolate the unfortunate hacks we must make to get around apple's buggy libtool tool by Chris Parsons · 9 years ago
  37. a385d76 Frameworks are propagated through host apps to search paths in tests, but are not actually linked into test bundles. by Cal Peyser · 9 years ago
  38. e9e9779 Assert batch existence of nodes in DirtyingNodeVisitor#visit. by Janak Ramakrishnan · 9 years ago
  39. 7b0e5f0 Docs demonstrating a macro combining Skylark and native rules. by Googler · 9 years ago
  40. 4dfb22c Allow use of Exceptions to exit early out of configured-target creation, instead of passing and checking null in all helpers. by Chris Parsons · 9 years ago
  41. fe206a4 Allow fail() function to accept any argument by Laurent Le Brun · 9 years ago
  42. da88fa1 Do not include generated sources in the IDE package manifests. by Googler · 9 years ago
  43. 02287b6 Rollback of commit 23c274dcd0174a9bf0f62f028ab62084e9ea440f. by Kristina Chodorow · 9 years ago
  44. a99d0df Make actual-less bind() rules work again. by Lukacs Berki · 9 years ago
  45. be10218 Replace the occurrences of Constants.PRODUCT_NAME for a call to by Luis Fernando Pino Duque · 9 years ago
  46. 23c274d Rollback of commit 009b48bcfaf4ebb17f9ab03bea9036cfa3c12ff0. by Yue Gan · 9 years ago
  47. d186b17 Uses "zip -@" to avoid arguments with too many files. Fixes #1303. by Yue Gan · 9 years ago
  48. a2aae35 Add framework support to ExperimentalObjcLibrary. by Cal Peyser · 9 years ago
  49. 074b957 Use setLoadingOrWorkspacePhase instead of setLoadingPhase where relevant, by Damien Martin-Guillerez · 9 years ago
  50. fd0307a JavaLibraryHelper: when collecting transitive source jars, look in the targets that were added using addDeps(), instead of looking in the "deps" attribute. by Carmi Grushko · 9 years ago
  51. 7777e6f JavaLibraryHelper: do not handle jars in deps. by Carmi Grushko · 9 years ago
  52. 5a77623 Make alias targets keep their own configuration. by Lukacs Berki · 9 years ago
  53. d91d047 Remove a bunch of unnecessary files from the Bazel binary. by Ulf Adams · 9 years ago
  54. c990a31 Rollback of commit d3cccae7b663d5defea2943509b0d9d245279830. by Googler · 9 years ago
  55. 48dff6b Improve fidelity of proto configured attribute serialization by Michajlo Matijkiw · 9 years ago
  56. a3d40da Roll forward just the new unit test from commit 8375185ee11d573562f98de14bed79a77fcfd728 that applies to by Googler · 9 years ago
  57. f2652b2 When BuildOptions.get(Class<T> optionsClass) fails, include which by Greg Estren · 9 years ago
  58. 243c6f2 Change the way protos report their output. by Googler · 9 years ago
  59. 009b48b Remove .bazelrc by Kristina Chodorow · 9 years ago
  60. ac5080e Add test coverage for label visitation over computed defaults in AggregatingAttributeMapper. by Greg Estren · 9 years ago
  61. 9b12f9c Store the hash code of the Environment in the RuleClass object. When a RuleClass is deserialized as part of a Skylark rule, the Environment is currently not present, but it is needed to detect changes to the rule. by Janak Ramakrishnan · 9 years ago
  62. ef238f9 Adds a translation layer for ObjcProvider values between java and skylark to allow for the exposure of values that are not typed as skylark primatives. by Cal Peyser · 9 years ago
  63. c1b4175 Remote worker to listen to a specific port for Hazelcast by Alpha Lam · 9 years ago
  64. 90d30e5 Move the command line arguments for C++ preprocessor defines to a feature. by Lukacs Berki · 9 years ago
  65. d5512bf Invalidate external repositories when their names change by Brian Silverman · 9 years ago
  66. cc048cd Rollback of commit 8375185ee11d573562f98de14bed79a77fcfd728. by Philipp Wollermann · 9 years ago
  67. 2703dd3 Change some weird formating. by Cal Peyser · 9 years ago
  68. c169a0a Rollback of commit 7841a6ab100fc35a67600f1ce1a70d293c51350e. by Lukacs Berki · 9 years ago
  69. a4c7d25 experimental UI: improve message shortening by Klaus Aehlig · 9 years ago
  70. f62db46 Update Bazel native rule documentation to use new ${link} syntax. by David Chen · 9 years ago
  71. 35c1aa8 Use correct rule name for $java_import_base attribute documentation. by David Chen · 9 years ago
  72. 1b3fae5 Propagate Apple Watch extensions dSYMs to parent ios_application. by Dmitry Shevchenko · 9 years ago
  73. 4507994 Accurately document java_*.deps by Liam Miller-Cushon · 9 years ago
  74. 8375185 Consider /src/ in the path when locating the java root directory, by Googler · 9 years ago
  75. 7453175 fix Docker rules link in a simple way by Jeff Hodges · 9 years ago
  76. d3cccae Rollback of commit 941ef4d96d85e114eb6cca2fc0f646578ab0ef27. by Googler · 9 years ago
  77. 5d54cec ipa_post_processor for ios_extensions uses PlugIns directory instead of Payload by Googler · 9 years ago
  78. 53e0391 Make ide_build_info work again with targets that have configurable attributes. by Lukacs Berki · 9 years ago
  79. ab63a12 Rollback of commit 9f046cba37de6088b2f81717bc263889a5146d86. by Googler · 9 years ago
  80. 8058099 The link command line API can consume a feature configuration to configure flags and environment variables. by Cal Peyser · 9 years ago
  81. 6d42e33 CommandLine: Add support for tree artifact expansions. by Rumou Duan · 9 years ago
  82. 584259f Take aliases into consideration when creating a LabelAndConfiguration from a ConfiguredTarget. by Lukacs Berki · 9 years ago
  83. 4cf6b6c experimental_ui: show number of packages loaded during analysis by Klaus Aehlig · 9 years ago
  84. 438ee29 Allow imports of dylib frameworks. by Peter Schmitt · 9 years ago
  85. 402ca70 Remove the unused field CppConfiguration.execRoot. by Lukacs Berki · 9 years ago
  86. 65a73df Make "blaze run" work with aliases. by Lukacs Berki · 9 years ago
  87. 7841a6a Move the command line arguments for C++ preprocessor defines to a feature. by Lukacs Berki · 9 years ago
  88. 3930d34 LoadingPhaseStartedEvent: also provide the counter of packages loaded by Klaus Aehlig · 9 years ago
  89. 0ab1f5f Remove the "licenses" and "distribs" attribute from the alias rule. by Lukacs Berki · 9 years ago
  90. 98e00c2 Simplify DependencySet. by Ulf Adams · 9 years ago
  91. 2300cd6 Add an overview comment about how the analysis phase works and some pointers to it. by Lukacs Berki · 9 years ago
  92. 941ef4d * Adds handling for anydpi and watch, two unsupported qualifiers in FolderConfiguration. by Googler · 9 years ago
  93. d48ea27 Write a -gensrc.jar even if the compilation failed by Liam Miller-Cushon · 9 years ago
  94. 96314a5 Use BufferedOutputStream for zipping / jar. by Googler · 9 years ago
  95. dab67e0 For tests that check against output paths, provide the ability to strip out the C++-contributed fragment. by Greg Estren · 9 years ago
  96. b791501 Fix #837: worker_verbose flag has no effect. by Philipp Wollermann · 9 years ago
  97. af27046 Always restrict aspects to only access requested configuration fragments. by Michael Staib · 9 years ago
  98. 3be65b8 Remove testing-only constructor for RuleClass from non-testing code. by Janak Ramakrishnan · 9 years ago
  99. 0b08f85 LoadingProgressReceiver: provide pending packages by Klaus Aehlig · 9 years ago
  100. cceeac6 Fix Windows issue in Path.getRelative, which wasn't handling backslashes. by Ulf Adams · 9 years ago