- 4ca2642 Refactor LegacyLoadingPhaseRunner to be more like SkyframeLoadingPhaseRunner. by Ulf Adams · 8 years ago
- 61affe7 Allow labels like @foo//:foo to be shortened @foo by Justine Tunney · 8 years ago
- 7d32e25 try using default bootclasspath for android desugaring if JavaCompilationInfoProvider is missing by Googler · 8 years ago
- baeff7f WatchOS1 watch apps no longer bundle at the top level as well as the extension level. by Chris Parsons · 8 years ago
- be1390e Fix test_http_to_https_redirect test by Justine Tunney · 8 years ago
- 2aada22 Adds internal data binding support to Bazel, although this by Greg Estren · 8 years ago
- a132f0e Use find instead of match for client_env filtering by Michajlo Matijkiw · 8 years ago
- 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
- c4e965e Enable parallel evaluation of 'e' in query expressions of the form 'buildfiles(e)'. by Nathan Harmata · 8 years ago
- f75878d Support ordering constraints on build events by Klaus Aehlig · 8 years ago
- 480a2cf Make LineBufferedOutputStream resistant to exceptions thrown while flushing its buffer. by Lukacs Berki · 8 years ago
- af25a98 Turn on j2objc's -g flag (source debugging) by default by Patrick Donelan · 8 years ago
- 75c88b8 Rollback of commit e860316559eac366d47923a8eb4b5489a661aa35. by Alex Humesky · 8 years ago
- c43cbb6 Update documentation of native workspace rules. by David Chen · 8 years ago
- 49473f9 ProtoCompileActionBuilder can create strict-deps-checking command lines. by Carmi Grushko · 8 years ago
- e860316 Using an ActionFileInputCache for SHA1 digests used with remote execution. by Ola Rozenfeld · 8 years ago
- 74c6ad8 Provide a parallel implementation of "e1 + e2". by Nathan Harmata · 8 years ago
- 7f8e045 Improve reliability/performance of Bazel downloads by Justine Tunney · 8 years ago
- 7883bf1 Adds support for multiple top-level dynamic configurations by Greg Estren · 8 years ago
- 2eaa31f Sign app and frameworks in simulator builds. by Peter Schmitt · 8 years ago
- 67b4d52 Pass direct jars to Jack. by Michael Staib · 8 years ago
- a5312cd Better error message for experimental_objc_library targets built with a by Cal Peyser · 8 years ago
- 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
- fdfa988 Implement structural equality for structs by Vladimir Moskva · 8 years ago
- 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
- 8f45b7c Implement 'output_groups' provider. by Dmitry Lomov · 8 years ago
- bd9576a Move Bazel-specific functions in a separate file. by Laurent Le Brun · 8 years ago
- 3613c77 The fully link action in experimental_objc_binary has crosstool inputs. by Cal Peyser · 8 years ago
- 51aafc1 Allow labels in the '--aspects' parameter. by Dmitry Lomov · 8 years ago
- 894550d Fix up documentation for Actions API by Jon Brandvein · 8 years ago
- 84a3ed9 Add # support for LabelValidator as discussed in #2006 by Meng Zhang · 8 years ago
- b40cbaa Pass caller information manually to logger when logging in InvocationPolicyEnforcer. This showed up in profiling. by Janak Ramakrishnan · 8 years ago
- b827b05 Add bitcode linker flags by Dmitry Shevchenko · 8 years ago
- c54545a Remove unused SupportData.getUsedDirectDeps(). by Carmi Grushko · 8 years ago
- a2565aa Introduce a failFast mode to OutputFormatterCallback#close. by Nathan Harmata · 8 years ago
- 621212d Adds J2Objc providers to experimental_objc_library. by Cal Peyser · 8 years ago
- 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
- 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
- 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
- 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
- 2ca06f5 Introduce support for 'expand_if_all_available' for flag_groups in CROSSTOOL by Marcel Hlopko · 8 years ago
- 4f3d475 Propertly join multiple arguments to jar filter. by Googler · 8 years ago
- e4f5c82 Add ctx.coverage_instrumented function to Skylark by Googler · 8 years ago
- 8b55fa7 ObjcCompileAction does not signal to skyframe that it discovers inputs. by Cal Peyser · 8 years ago
- 9fc3dec Correct maven_server rule docs to use valid workspace name by David Jarvis · 8 years ago
- 52752f6 Enable worker support for Closure in Bazel by default. by Philipp Wollermann · 8 years ago
- 7270ec4 Respect --incremental_dexing flag in host configuration. by Googler · 8 years ago
- 3207f93 Cache all previously computed values in SkyQueryEnvironment#beforeEvaluateQuery if possible to save on latency for small queries. by Janak Ramakrishnan · 8 years ago
- 0139561 "File" is capitalized in doc filename by Googler · 8 years ago
- 18d0a5d Re-use the precomputed universe key in WalkableGraphFactory#prepareAndGet. by Janak Ramakrishnan · 8 years ago
- b09ea94 Rollback of commit a3f5f576cd35798140ba3e81d03d919dd4ecb847. by Alex Humesky · 8 years ago
- b0de919 Fixes incomplete support for dynamic split transitions in Bazel's by Greg Estren · 8 years ago
- b782fd4 Simplify Crosstool Build Variables context by Marcel Hlopko · 8 years ago
- 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
- 112e5fa Changing constructor of JavaCompilationHelper and removing by Irina Iancu · 8 years ago
- d5500a2 Merge all action input prefetchers into a single one. by Ulf Adams · 8 years ago
- 234b66a proto_library now produces a descriptor set, when built on the command-line. by Carmi Grushko · 8 years ago
- c010505 Normalize timestamps inside of APKs built with SingleJar. by Adam Michael · 8 years ago
- 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
- 5bb4ff6 Implement basic objc executable linking in the CROSSTOOL. by Cal Peyser · 8 years ago
- 60751d02 Supports --nodistinct_host_configuration with by Greg Estren · 8 years ago
- a37e505 aar_import takes advantage of Singlejar's dont_change_compression flag. by Adam Michael · 8 years ago
- 88bfe85 Description redacted. -- MOS_MIGRATED_REVID=139219934 by Cal Peyser · 8 years ago
- e134f79 Code cleanup for interleaving target pattern eval and config creation. by Ulf Adams · 8 years ago
- 461a772 Fix links for provider and configuration fragment docs by Googler · 8 years ago
- 132f9e0 Updates outdated options documentation for --distinct_host_configuration. by Greg Estren · 8 years ago
- f695855 aar_import provides jars also via JavaRuntimeJarProvider. by Adam Michael · 8 years ago
- ca9bfa4 Aspects-on-aspects implementation. by Dmitry Lomov · 8 years ago
- 06662fe Use #equals() to check equality between ExitCode instances. by Lukacs Berki · 8 years ago
- 3877ebd Add a GenSignatureActionContext to inject the command line info. by Ulf Adams · 8 years ago
- 18f7ace Minor refactoring. by Lukacs Berki · 8 years ago
- 464f118 Short-circuit deleted package retrieval if list is empty. by Janak Ramakrishnan · 8 years ago
- a0f3de3 Only set the logging level if it has changed. by Janak Ramakrishnan · 8 years ago
- 6630c25 Avoid AutoProfiler overhead in AbstractBlazeQueryEnvironment#evaluateQuery. by Janak Ramakrishnan · 8 years ago
- 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
- b7eeaa3 Remove fail-fast check in NamedForkJoinWorkerThreadFactory constructor. Costs CPU for what should be catchable by tests. by Janak Ramakrishnan · 8 years ago
- b9ee4b6 Remove module file flags from a CppCompileAction's cache key. by Googler · 8 years ago
- 796f87d Add missing filegroups to docs_embedded_in_srcs. by David Chen · 8 years ago
- 9a796de Add an escape hatch to quickly disable --experimental_extra_action_top_level_only for Aspects. by Carmi Grushko · 8 years ago
- eb6917d Description redacted. -- MOS_MIGRATED_REVID=138969633 by Googler · 8 years ago
- 93d63ab Fix doc bug: Target.files is the immediate files-to-build, not transitive by Jon Brandvein · 8 years ago
- c812c02 Update ctx.expand_action() doc by Jon Brandvein · 8 years ago
- 63edbd3 In SkyQueryEnvironment, cache some more objects that are just functions of final fields. by Janak Ramakrishnan · 8 years ago
- 11a842b Cache PerBuildSyscallCache if concurrency level is unchanged. by Janak Ramakrishnan · 8 years ago
- fab8487 Fix bugs in slicing with a negative stride by Jon Brandvein · 8 years ago
- 34c3dc8 Implement action cache resolution for ObjcCompileAction. This allows for by Cal Peyser · 8 years ago
- 0645a63 ObjcCompileAction provides all headers to sandboxed execution. This allows by Cal Peyser · 8 years ago
- 501c111 Explains why included files are not in sandbox path. Fixes #2041. by Yue Gan · 8 years ago
- a3f5f57 output_group is not a real Skylark provider for aspects, as well as for rules. by Dmitry Lomov · 8 years ago
- 9b2fc5c Do not crash when aspects provide duplicate things. by Dmitry Lomov · 8 years ago
- 9f74dfb Implement build tag filtering. by Lukacs Berki · 8 years ago
- c6c618c Introduce structured build variables in Crosstool by Marcel Hlopko · 8 years ago
- 33aa306 Expose aspect-related information in the extra-action proto that Bazel hands to action_listener() rules. by Carmi Grushko · 8 years ago
- 0c0735a Update package lookup to check for files named BUILD.bazel before files named by John Cater · 8 years ago
- 51f64da Blacklists for proto_lang_toolchain() no longer have to be proto_library's. by Carmi Grushko · 8 years ago
- 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
- 0eab1d2 Make testonly checking work through aliases. by Lukacs Berki · 8 years ago
- 2982609 Fix a bunch of typos by Jon Brandvein · 8 years ago
- 162f9eb Change error message to reflect broader syntax for assignments by Jon Brandvein · 8 years ago
- 73fa5f4 Adds obfuscated constant string implicit output. by Googler · 8 years ago