1. 4ca2642 Refactor LegacyLoadingPhaseRunner to be more like SkyframeLoadingPhaseRunner. by Ulf Adams · 8 years ago
  2. 61affe7 Allow labels like @foo//:foo to be shortened @foo by Justine Tunney · 8 years ago
  3. 7d32e25 try using default bootclasspath for android desugaring if JavaCompilationInfoProvider is missing by Googler · 8 years ago
  4. baeff7f WatchOS1 watch apps no longer bundle at the top level as well as the extension level. by Chris Parsons · 8 years ago
  5. be1390e Fix test_http_to_https_redirect test by Justine Tunney · 8 years ago
  6. 2aada22 Adds internal data binding support to Bazel, although this by Greg Estren · 8 years ago
  7. a132f0e Use find instead of match for client_env filtering by Michajlo Matijkiw · 8 years ago
  8. 324b592 Provide a parallel implementation of "e1 - e2 - e3" by noting its equivalence to "e1 - (e2 + e3)" and the fact that we already have a parallel implementation of "e2 + e3". by Nathan Harmata · 8 years ago
  9. c4e965e Enable parallel evaluation of 'e' in query expressions of the form 'buildfiles(e)'. by Nathan Harmata · 8 years ago
  10. f75878d Support ordering constraints on build events by Klaus Aehlig · 8 years ago
  11. 480a2cf Make LineBufferedOutputStream resistant to exceptions thrown while flushing its buffer. by Lukacs Berki · 8 years ago
  12. af25a98 Turn on j2objc's -g flag (source debugging) by default by Patrick Donelan · 8 years ago
  13. 75c88b8 Rollback of commit e860316559eac366d47923a8eb4b5489a661aa35. by Alex Humesky · 8 years ago
  14. c43cbb6 Update documentation of native workspace rules. by David Chen · 8 years ago
  15. 49473f9 ProtoCompileActionBuilder can create strict-deps-checking command lines. by Carmi Grushko · 8 years ago
  16. e860316 Using an ActionFileInputCache for SHA1 digests used with remote execution. by Ola Rozenfeld · 8 years ago
  17. 74c6ad8 Provide a parallel implementation of "e1 + e2". by Nathan Harmata · 8 years ago
  18. 7f8e045 Improve reliability/performance of Bazel downloads by Justine Tunney · 8 years ago
  19. 7883bf1 Adds support for multiple top-level dynamic configurations by Greg Estren · 8 years ago
  20. 2eaa31f Sign app and frameworks in simulator builds. by Peter Schmitt · 8 years ago
  21. 67b4d52 Pass direct jars to Jack. by Michael Staib · 8 years ago
  22. a5312cd Better error message for experimental_objc_library targets built with a by Cal Peyser · 8 years ago
  23. babd485 Extra-actions originating in Aspects are reported even if the rule we attach to also registers extra-actions. by Carmi Grushko · 8 years ago
  24. fdfa988 Implement structural equality for structs by Vladimir Moskva · 8 years ago
  25. 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
  26. 8f45b7c Implement 'output_groups' provider. by Dmitry Lomov · 8 years ago
  27. bd9576a Move Bazel-specific functions in a separate file. by Laurent Le Brun · 8 years ago
  28. 3613c77 The fully link action in experimental_objc_binary has crosstool inputs. by Cal Peyser · 8 years ago
  29. 51aafc1 Allow labels in the '--aspects' parameter. by Dmitry Lomov · 8 years ago
  30. 894550d Fix up documentation for Actions API by Jon Brandvein · 8 years ago
  31. 84a3ed9 Add # support for LabelValidator as discussed in #2006 by Meng Zhang · 8 years ago
  32. b40cbaa Pass caller information manually to logger when logging in InvocationPolicyEnforcer. This showed up in profiling. by Janak Ramakrishnan · 8 years ago
  33. b827b05 Add bitcode linker flags by Dmitry Shevchenko · 8 years ago
  34. c54545a Remove unused SupportData.getUsedDirectDeps(). by Carmi Grushko · 8 years ago
  35. a2565aa Introduce a failFast mode to OutputFormatterCallback#close. by Nathan Harmata · 8 years ago
  36. 621212d Adds J2Objc providers to experimental_objc_library. by Cal Peyser · 8 years ago
  37. 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
  38. bede7b4 Run the analysis phase with as many threads as the user wants. In order to avoid memory blow-up intra-configured-target analysis, use a semaphore to ensure that CPU-bound work only occurs on #CPU-many threads. by Janak Ramakrishnan · 8 years ago
  39. 6c3ac8a Don't get output service or action input prefetcher if not running a "build" command, to save time on the critical path of a build. by Janak Ramakrishnan · 8 years ago
  40. 5e94673 Stop including the size of the action cache file in our crash message. I've never seen a case it was useful, and it adds to startup latency by putting a file stat on the critical path of every command. by Janak Ramakrishnan · 8 years ago
  41. 2ca06f5 Introduce support for 'expand_if_all_available' for flag_groups in CROSSTOOL by Marcel Hlopko · 8 years ago
  42. 4f3d475 Propertly join multiple arguments to jar filter. by Googler · 8 years ago
  43. e4f5c82 Add ctx.coverage_instrumented function to Skylark by Googler · 8 years ago
  44. 8b55fa7 ObjcCompileAction does not signal to skyframe that it discovers inputs. by Cal Peyser · 8 years ago
  45. 9fc3dec Correct maven_server rule docs to use valid workspace name by David Jarvis · 8 years ago
  46. 52752f6 Enable worker support for Closure in Bazel by default. by Philipp Wollermann · 8 years ago
  47. 7270ec4 Respect --incremental_dexing flag in host configuration. by Googler · 8 years ago
  48. 3207f93 Cache all previously computed values in SkyQueryEnvironment#beforeEvaluateQuery if possible to save on latency for small queries. by Janak Ramakrishnan · 8 years ago
  49. 0139561 "File" is capitalized in doc filename by Googler · 8 years ago
  50. 18d0a5d Re-use the precomputed universe key in WalkableGraphFactory#prepareAndGet. by Janak Ramakrishnan · 8 years ago
  51. b09ea94 Rollback of commit a3f5f576cd35798140ba3e81d03d919dd4ecb847. by Alex Humesky · 8 years ago
  52. b0de919 Fixes incomplete support for dynamic split transitions in Bazel's by Greg Estren · 8 years ago
  53. b782fd4 Simplify Crosstool Build Variables context by Marcel Hlopko · 8 years ago
  54. 944763a Change the "tests succeeded but one or more targets failed to build" message to "there were other errors" to account for errors that aren't build failures. by Lukacs Berki · 8 years ago
  55. 112e5fa Changing constructor of JavaCompilationHelper and removing by Irina Iancu · 8 years ago
  56. d5500a2 Merge all action input prefetchers into a single one. by Ulf Adams · 8 years ago
  57. 234b66a proto_library now produces a descriptor set, when built on the command-line. by Carmi Grushko · 8 years ago
  58. c010505 Normalize timestamps inside of APKs built with SingleJar. by Adam Michael · 8 years ago
  59. 0f7dd61 Remove the conditionals around buildConfiguration and make buildConfiguration always present. This also fixes an issue with split targets in which the generated protos would end up in the wrong location, and then compiled with the wrong flags. by Sergio Campama · 8 years ago
  60. 5bb4ff6 Implement basic objc executable linking in the CROSSTOOL. by Cal Peyser · 8 years ago
  61. 60751d02 Supports --nodistinct_host_configuration with by Greg Estren · 8 years ago
  62. a37e505 aar_import takes advantage of Singlejar's dont_change_compression flag. by Adam Michael · 8 years ago
  63. 88bfe85 Description redacted. -- MOS_MIGRATED_REVID=139219934 by Cal Peyser · 8 years ago
  64. e134f79 Code cleanup for interleaving target pattern eval and config creation. by Ulf Adams · 8 years ago
  65. 461a772 Fix links for provider and configuration fragment docs by Googler · 8 years ago
  66. 132f9e0 Updates outdated options documentation for --distinct_host_configuration. by Greg Estren · 8 years ago
  67. f695855 aar_import provides jars also via JavaRuntimeJarProvider. by Adam Michael · 8 years ago
  68. ca9bfa4 Aspects-on-aspects implementation. by Dmitry Lomov · 8 years ago
  69. 06662fe Use #equals() to check equality between ExitCode instances. by Lukacs Berki · 8 years ago
  70. 3877ebd Add a GenSignatureActionContext to inject the command line info. by Ulf Adams · 8 years ago
  71. 18f7ace Minor refactoring. by Lukacs Berki · 8 years ago
  72. 464f118 Short-circuit deleted package retrieval if list is empty. by Janak Ramakrishnan · 8 years ago
  73. a0f3de3 Only set the logging level if it has changed. by Janak Ramakrishnan · 8 years ago
  74. 6630c25 Avoid AutoProfiler overhead in AbstractBlazeQueryEnvironment#evaluateQuery. by Janak Ramakrishnan · 8 years ago
  75. 5bd26b2 Make TargetPattern evaluation during query evaluation more parallel-friendly by introducing TargetPattern#parEval, which allows TargetPatterns' evaluations to explicitly have parallel implementations (no need to secretly use a FJP). by Nathan Harmata · 8 years ago
  76. b7eeaa3 Remove fail-fast check in NamedForkJoinWorkerThreadFactory constructor. Costs CPU for what should be catchable by tests. by Janak Ramakrishnan · 8 years ago
  77. b9ee4b6 Remove module file flags from a CppCompileAction's cache key. by Googler · 8 years ago
  78. 796f87d Add missing filegroups to docs_embedded_in_srcs. by David Chen · 8 years ago
  79. 9a796de Add an escape hatch to quickly disable --experimental_extra_action_top_level_only for Aspects. by Carmi Grushko · 8 years ago
  80. eb6917d Description redacted. -- MOS_MIGRATED_REVID=138969633 by Googler · 8 years ago
  81. 93d63ab Fix doc bug: Target.files is the immediate files-to-build, not transitive by Jon Brandvein · 8 years ago
  82. c812c02 Update ctx.expand_action() doc by Jon Brandvein · 8 years ago
  83. 63edbd3 In SkyQueryEnvironment, cache some more objects that are just functions of final fields. by Janak Ramakrishnan · 8 years ago
  84. 11a842b Cache PerBuildSyscallCache if concurrency level is unchanged. by Janak Ramakrishnan · 8 years ago
  85. fab8487 Fix bugs in slicing with a negative stride by Jon Brandvein · 8 years ago
  86. 34c3dc8 Implement action cache resolution for ObjcCompileAction. This allows for by Cal Peyser · 8 years ago
  87. 0645a63 ObjcCompileAction provides all headers to sandboxed execution. This allows by Cal Peyser · 8 years ago
  88. 501c111 Explains why included files are not in sandbox path. Fixes #2041. by Yue Gan · 8 years ago
  89. a3f5f57 output_group is not a real Skylark provider for aspects, as well as for rules. by Dmitry Lomov · 8 years ago
  90. 9b2fc5c Do not crash when aspects provide duplicate things. by Dmitry Lomov · 8 years ago
  91. 9f74dfb Implement build tag filtering. by Lukacs Berki · 8 years ago
  92. c6c618c Introduce structured build variables in Crosstool by Marcel Hlopko · 8 years ago
  93. 33aa306 Expose aspect-related information in the extra-action proto that Bazel hands to action_listener() rules. by Carmi Grushko · 8 years ago
  94. 0c0735a Update package lookup to check for files named BUILD.bazel before files named by John Cater · 8 years ago
  95. 51f64da Blacklists for proto_lang_toolchain() no longer have to be proto_library's. by Carmi Grushko · 8 years ago
  96. 41b5417 Add a mechanism for bounding the number of Packages SkyQueryEnvironment's expensive parallel operations can operate on at once. by Nathan Harmata · 8 years ago
  97. 0eab1d2 Make testonly checking work through aliases. by Lukacs Berki · 8 years ago
  98. 2982609 Fix a bunch of typos by Jon Brandvein · 8 years ago
  99. 162f9eb Change error message to reflect broader syntax for assignments by Jon Brandvein · 8 years ago
  100. 73fa5f4 Adds obfuscated constant string implicit output. by Googler · 8 years ago