1. ef9fe8f Automated rollback of commit 7d0200703cfa207d6577d84bee45ca185d240dfa. by carmi · 8 years ago
  2. f9625f0 Move the DurationConverter to the common.options package by ulfjack · 8 years ago
  3. 7d02007 PiperOrigin-RevId: 162771369 by carmi · 8 years ago
  4. b747b1b Split invocation policy from the optionsparser target. by ccalvarin · 8 years ago
  5. c82a197 Make the @Option annotation depend on the java version of the tagging enums. by ccalvarin · 8 years ago
  6. ccfb2df Allow py_binary to be the executable of a Skylark action or any by Philipp Wollermann · 8 years ago
  7. 4277d43 Remove unused native aspect for ASwB by Googler · 8 years ago
  8. 34bf0c6 Remove the java_common.java_toolchain_attr field in favor of a java_toolchain_alias() rule, depending on which will accomplish the same thing. by lberki · 8 years ago
  9. 63f01a6 Also generate a build stream for fetch by Klaus Aehlig · 8 years ago
  10. ad7f531 Moves printing method for feature accessibility errors. by plf · 8 years ago
  11. 4409199 Add a cc_toolchain_alias and java_runtime_alias rules so that e.g. genrules can depend on the C++ toolchain/Java runtime being used. by lberki · 8 years ago
  12. f86facc Bazel, Windows: sh_binary now builds a .cmd file by Laszlo Csomor · 8 years ago
  13. 13f9226 Windows, JNI: move around sources by Laszlo Csomor · 8 years ago
  14. 8355237 Introduce new android_instrumentation_test rule. by ajmichael · 8 years ago
  15. 199624b Add a FeaturePolicyConfiguration for supporting limited feature rollouts. by mstaib · 8 years ago
  16. 3bc1547 Add the default category and tag to all options. by ccalvarin · 8 years ago
  17. e73f881 Add option tagging and categorizing enums. by ccalvarin · 8 years ago
  18. 231e24e Extract ImmutableSharedKeysMap class from TransitiveInfoProviderMap. by Googler · 8 years ago
  19. 44dd226 Create a general WrappingProvider concept and use for java_proto_library and friends. by Googler · 8 years ago
  20. acd291a Rewrite StandaloneSpawnStrategy to use LocalSpawnRunner by ulfjack · 8 years ago
  21. 624c706 BES: Consolidate BuildEventServiceModule and BuildEventStreamerModule. by buchgr · 8 years ago
  22. 1d62c67 Extract the MacOS/XCode env rewrite logic into lib.exec.apple by ulfjack · 8 years ago
  23. f39dc6f Move InvocationPolicy to the options parser package. by ccalvarin · 8 years ago
  24. 2730bae BES: Open Source the build event service gRPC client implementation. by buchgr · 8 years ago
  25. 0425b2d Add new configuration fragment for platforms, with host and target options. by John Cater · 8 years ago
  26. 6073f1d protobuf: Use bazel's native java_proto_library rules. by Jakob Buchgraber · 8 years ago
  27. 7e7d94e Move ExecutionRequirements to the lib.actions package by ulfjack · 8 years ago
  28. 96180fa Move helper methods for accessing platform providers to a utility class. by John Cater · 8 years ago
  29. 16a107d BEP: report visibility errors by Klaus Aehlig · 8 years ago
  30. f89689b Remote tests should not depend on lib:runtime by buchgr · 8 years ago
  31. c4a8e91 Create a loadPackages() method that loads multiple packages simultaneously, using multiple threads. by carmi · 8 years ago
  32. eca2840 Add toolchains data to RuleClass and RuleContext. by John Cater · 8 years ago
  33. d922e65 PiperOrigin-RevId: 156331430 by nharmata · 8 years ago
  34. 38949b8 Migrate off versioned javac and Error Prone targets by Liam Miller-Cushon · 8 years ago
  35. b8ec816 Add missing //third_party:guava dependency to execution-requirements. by Philipp Wollermann · 8 years ago
  36. 26e9d8f Automated g4 rollback of commit 9dec9a09d1e4d27e7cff73c440195a32d3b90752. by plf · 8 years ago
  37. 9dec9a0 Introduce BazelPackageLoader. by nharmata · 8 years ago
  38. bfdad90 Make SkyKey an interface, and start the migration of not creating SkyKey wrapper objects: for OwnedArtifacts, which are the most numerous during builds, and for Labels for TransitiveTraversalValues, which are the most numerous during queries. by janakr · 8 years ago
  39. da21ba7 Set the local CPU reservation for tests based on their "cpu:<n>" tag. by philwo · 8 years ago
  40. 248581e Move platform providers to a new package to break cyclic dependencies. by John Cater · 8 years ago
  41. 6e36984 Fix 'Argument list too long' error in :merge_licenses genrule by Jakob Buchgraber · 8 years ago
  42. 7dc3416 Store Skylark command-line flags in Skyframe by brandjon · 8 years ago
  43. 2195f25 Update to javac9-r4023 by cushon · 8 years ago
  44. c040eb1 Remove the dash module by dmarting · 8 years ago
  45. dfcd5da8 Add repository override option by kchodorow · 8 years ago
  46. ed666fc Expose Bazel's Android data binding support to users. by gregce · 8 years ago
  47. 2d5d17b Add a custom single-line formatter for java.log. by schmitt · 8 years ago
  48. b127fbb Add feature_flags attribute to Android binary rules. by mstaib · 8 years ago
  49. 3a081f7 Open source LocalSpawnRunner by ulfjack · 8 years ago
  50. 697a328 Move ConfigSetting into rules/config. by mstaib · 8 years ago
  51. 8b5e0a3 Separate resource jar construction from compilation by cushon · 8 years ago
  52. 090351e Move BuildConfiguration option data access to a new class. by mstaib · 8 years ago
  53. 6dd0292 Open source android_device rule. by ajmichael · 8 years ago
  54. 17d4b1f Add the config_feature_flag rule. by mstaib · 8 years ago
  55. 48631ea Honor SOURCE_DATE_EPOCH in bootstrapping by Klaus Aehlig · 8 years ago
  56. 7a2597d BEP: Use TestStatus enum to report the status of a TestResult by Jakob Buchgraber · 8 years ago
  57. 92a2d02 Define the ConfigFeatureFlagConfiguration fragment. by Michael Staib · 8 years ago
  58. 02401d9 Add a new command "bazel license" that prints the license files of Bazel and all embedded open-source components. by Philipp Wollermann · 8 years ago
  59. cb81292 Print repository context's execute output by Kristina Chodorow · 8 years ago
  60. e664615 by Carmi Grushko · 8 years ago
  61. 58a5a7d Remove experimental Java min classpath optimization by Liam Miller-Cushon · 8 years ago
  62. 16092d7 Make InMemoryFileSystem case-insensitive on Windows. by Dmitry Lomov · 8 years ago
  63. cb8a5e2 Make Bazel build with MSVC-default-toolchain Bazel by Yun Peng · 8 years ago
  64. 5c06b43 Make ExperimentalStateTracker aware of DownloadProgressEvents by Klaus Aehlig · 8 years ago
  65. 691fbc1 Add constraint_setting and constraint_value rules, to enable defining by John Cater · 8 years ago
  66. 8afbd3c Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windows by Ulf Adams · 8 years ago
  67. a843d21 Add cc_proto_library to Bazel Build Encyclopedia. by David Chen · 8 years ago
  68. 10390f2 Add ProtoJavaApiInfoAspectProvider to JavaProvider. by Irina Iancu · 8 years ago
  69. 85cc043 Skylark documentation pipeline automatically generates documentation for all Skylark modules. by Florian Weikert · 8 years ago
  70. 35a2a36 Declare all BuildEvents as Postable by Klaus Aehlig · 8 years ago
  71. f98361f Rollback of commit 03d1255df1805ed1e5f7512bf0336f71c595791b. by Googler · 8 years ago
  72. 03d1255 Rollback of commit 51d245879ed2729f15c6c6a35b319a4277e7cd64. by Carmi Grushko · 8 years ago
  73. 0eaff44 Install support for checking for 'one version' correctness of java_binary by Googler · 8 years ago
  74. 159b1c1 Use //third_party/protobuf:protobuf_java instead of //third_party/protobuf:protobuf to refer to the Java proto runtime. by Carmi Grushko · 8 years ago
  75. c637fbb Create a base implementation of GenRule that can be used by both Bazel and by John Cater · 8 years ago
  76. 51d2458 Incremental dexing for java_lite_proto_libraries by Googler · 8 years ago
  77. d2293e2 Completing the Java sandwich and testing it. by Irina Iancu · 8 years ago
  78. dadde6f Support mapping of Paths to URIs by Klaus Aehlig · 8 years ago
  79. 75aa6a4 Move the mobile_install command to a separate package and module by Ulf Adams · 8 years ago
  80. a27a5aa Initial implementation of java_runtime and java_runtime_suite by Liam Miller-Cushon · 8 years ago
  81. e68c6b5 Windows, JNI: make it work with long paths by Laszlo Csomor · 8 years ago
  82. fca2d6a Add SwiftConfiguration by Dmitry Shevchenko · 8 years ago
  83. dad51d8 Remove the inmemoryfs library from lib:foundation by Ulf Adams · 8 years ago
  84. 692f576 Move ExecutionInfoSpecifier to lib.actions by Ulf Adams · 8 years ago
  85. b190577 Make StringCanonicalizer use BlazeInterners rather than Interners by Shreya Bhattarai · 8 years ago
  86. e3db95e Streamline Fingerprint implementation by Michajlo Matijkiw · 8 years ago
  87. 978c4a9 Bazel uses apksigner from SDK build-tools instead of embedded jar. by Adam Michael · 8 years ago
  88. af1e3c2 Add LcovMerger. (series 2/4 of open-sourcing coverage command for java test) by Yue Gan · 8 years ago
  89. 8e589dc Initial commit of cc_proto_library. by Carmi Grushko · 8 years ago
  90. 4f3d778 Rename android_studio_ide_info proto and members. by Googler · 8 years ago
  91. 5c9fcaf Introducing the Java compilation black box in Skylark. by Irina Iancu · 8 years ago
  92. b4c4bce Have Bazel use the the prebuilt guava jars from the 21.0-20161101 daily build. See https://bazel-review.googlesource.com/#/c/7270/ for details. by Nathan Harmata · 8 years ago
  93. 39dbc98 Adding an option to set the digest function that everything uses. Minor refactoring: enabling potential fast digest computation of more than one digest function type. by Ola Rozenfeld · 8 years ago
  94. 112e5fa Changing constructor of JavaCompilationHelper and removing by Irina Iancu · 8 years ago
  95. 796f87d Add missing filegroups to docs_embedded_in_srcs. by David Chen · 8 years ago
  96. b36aefb Rollback of commit b043fafb957ae8038088e427ff27a5c9f951c979. by Carmi Grushko · 8 years ago
  97. a02eb27 Progress on migrating java_lite_proto_library to Skylark. by Irina Iancu · 8 years ago
  98. b043faf Rollback of commit a396b070ae36032a973672e11145533621c39edc. by Klaus Aehlig · 8 years ago
  99. a396b07 Use proto_lang_toolchain() in java_proto_library. by Carmi Grushko · 8 years ago
  100. 69e6a8f Use android javacopts for java_proto_library-related compilations. by Googler · 8 years ago