- 9426175 Add --all_incompatible_changes, the user's shorthand for turning on all --incompatible_* flags by brandjon · 8 years ago
- be5f25c Rename the ToolchainProvider to a more accurate name (and free up the name for the new ToolchainProvider). by jcater · 8 years ago
- ba03c11 Add new exception for wrapping parser construction failures by brandjon · 8 years ago
- 090351e Move BuildConfiguration option data access to a new class. by mstaib · 8 years ago
- 06af2dd Add flag to compress all Java resources before bundling them into the APK. by ajmichael · 8 years ago
- 98571f3 Strict proto deps: handle direct protos in external repositories. by carmi · 8 years ago
- 93e3eea If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimental_enable_critical_path_profiling flags are all specified, then Bazel will delete Actions from ActionLookupValues as they are executed in order to save memory. by janakr · 8 years ago
- 354137f Build android_binary APKs with Singlejar by default. by ajmichael · 8 years ago
- 17d4b1f Add the config_feature_flag rule. by mstaib · 8 years ago
- 060a448 Add ctx.experimental_new_directory (undocumented) to create tree artifacts in Skylark. by allevato · 8 years ago
- 1520edb Automated g4 rollback of commit 05300b5945286f6063afbf1d16c9c8e5621c4828. by jmmv · 8 years ago
- 6311188 Delete STRING_DICT_UNARY by michajlo · 8 years ago
- 584dc71 Watch for --no and --no_ flag name conflicts. by ccalvarin · 8 years ago
- 098054e Move ResourceFilter into AndroidConfiguration by Googler · 8 years ago
- 706bafe Expand Invocation FlagPolicies on expansion flags. by ccalvarin · 8 years ago
- 29bd56e Remove RuleContext from ResourceFilter state by Googler · 8 years ago
- 1d9e1ac Symlink output directories to the correct directory name by kchodorow · 8 years ago
- 6127358 Extract --sysroot flag from blaze and move it into crosstool by hlopko · 8 years ago
- 31654bd Drop loading-phase values if --discard_analysis_cache is true and we're not keeping incremental state. by janakr · 8 years ago
- 6e35832 Partial rollback of commit 5e1a420f1b385382a2df5359faf3ae773aa8d61e. by Googler · 8 years ago
- 274cb26 BuildView#getConfiguredTargetForTesting respects null transitions. by mstaib · 8 years ago
- 115ea10 Move more Android tools' tests into Bazel. by ajmichael · 8 years ago
- 8611e28 Make Bazel resilient to files in /sdk/system-images. by ajmichael · 8 years ago
- 81940bd Clone the remote execution implementation into a new class by ulfjack · 8 years ago
- e1d692e Init absent action configs for CppCompile actions by hlopko · 8 years ago
- 629eecc Resolve special provider names when checking for mandatory providers by vladmos · 8 years ago
- 1d83f6c Change print(artifact) to return "File" instead of "Artifact" by vladmos · 8 years ago
- ceb0d88 Stop returning JavaSourceJarsProvider from java_library by elenairina · 8 years ago
- db4dec2 Clear AspectValues when discarding analysis cache, along with ConfiguredTargetValues. Also clear transitive packages for both, even for top-level targets. by janakr · 8 years ago
- 0e866a8 Fix downloader so reset connections can resume by jart · 8 years ago
- 68bc0bb Catch cases where exec fails before WaitForCompletionCommand starts. by mstaib · 8 years ago
- 94c1500 Add a disabled test that will be enabled once #2709 is fixed. by ajmichael · 8 years ago
- 06db11f Split out the InvocationPolicy parser from the enforcer. by ccalvarin · 8 years ago
- 3718a36 DataSource Fixes by Googler · 8 years ago
- 47e5235 A flag to control the outputs that cc_proto_library expects from proto-compiler. by Carmi Grushko · 8 years ago
- bf0b990 Genrules only depend on the C++ toolchain if they have C++ make variables. by Greg Estren · 8 years ago
- 34efd79 Rename ToolchainLookup rule to ToolchainType, to better explain the usage of by John Cater · 8 years ago
- 7d3a088 Move -Wl,--gdb-index into crosstool by Marcel Hlopko · 8 years ago
- 6f1d608 introduce hidden flag to configure bytecode optimizers by Kevin Bierhoff · 8 years ago
- 09afd97 Stop setting -isystem for gcc builtin include directories. by Adam Michael · 8 years ago
- fecdc4c Deja-vu: Using an ActionInputFileCache for SHA1 digests used with remote execution. by Ola Rozenfeld · 8 years ago
- 7e8f042 Fix more cases of PathPackageLocator test flakiness on Windows due to case-insensitive paths. by John Cater · 8 years ago
- 8a638d5 Unit tests respect top-level rule-class transitions. by Cal Peyser · 8 years ago
- 74e9060 Un-rollback and fix bugs in resource density filtering by Googler · 8 years ago
- 5e1a420 Rollback of commit bd40871283a54268945dcb0c47c0326645ffda18. by Googler · 8 years ago
- cb8a97d Stop storing reverse deps to signal in BuildingState. Instead, re-use the reverseDepsToConsolidate field in InMemoryNodeEntry. As part of that, revamp our logic of how we store pending operations: store adds bare on initial evaluations, and checks bare on incremental evaluations and operations on done nodes. by Janak Ramakrishnan · 8 years ago
- 18203b8 FlagSet.with_feature can be used to condition the application of the FlagSet on the presence of features. by Cal Peyser · 8 years ago
- 12b98fb Add new utility function to encode options as argument list by Klaus Aehlig · 8 years ago
- cc07b2d Remove provider safety check and make all old ctx objects featureless by Vladimir Moskva · 8 years ago
- df36640 Rollback of commit 1e18045ed9d6ab9c945cec69286a7d8bd288a507. by Tobias Werth · 8 years ago
- 2587a6d Open source some Android tools' tests. by Adam Michael · 8 years ago
- 13862c7 Add an optional coverage_files argument to cc_toolchain by Googler · 8 years ago
- 79bd2c2 Enable SkylarkCallable methods to be used on ClassObjects. by Michael Staib · 8 years ago
- 1e18045 Filter android_binary resources by screen density in the analysis phase by Googler · 8 years ago
- 81d3c3e Fix dir() on Targets with aspects applied. by Dmitry Lomov · 8 years ago
- 22d261c Add expansion functions to options parser by Jon Brandvein · 8 years ago
- 3bf4fd0 Remove only-in-tests null checks in SkyframeActionExecutor. by Janak Ramakrishnan · 8 years ago
- a5578af Make ArtifactFunctionTest#testMiddlemanArtifact more realistic by making the output artifact of a middleman action a middleman artifact. by Janak Ramakrishnan · 8 years ago
- 4b44806 Open source AndroidLibraryTest by Adam Michael · 8 years ago
- 7a8bd74 Split up InvocationPolicyEnforcerTest. by Chloe Calvarin · 8 years ago
- f6c2c06 Rollback of commit 65a9bc9a79a660291210719862bc194a87311943. by Googler · 8 years ago
- ec75531 by Luis Fernando Pino Duque · 8 years ago
- c0a8444 Add SpawnInputExpander helper class to arrange runfiles for spawn strategies by Ulf Adams · 8 years ago
- 5ad10d1 Clean up InvocationPolicyEnforcerTest. by Chloe Calvarin · 8 years ago
- 5d15269 Factor out local variables in FilesystemValueCheckerTest, just to reduce the number of ActionExecutionValue.key calls. by Janak Ramakrishnan · 8 years ago
- 5cb6554 Enforce that the SkyKey returned by ActionLookupKey#getSkyKey is an ActionLookupKey. It was only being violated for some singleton keys. by Janak Ramakrishnan · 8 years ago
- 2a67520 Enable rules to transition based on their Rule objects. by Michael Staib · 8 years ago
- 4f472d2 RELNOTES[NEW]: If grte_top is a label, it can now follow non-configurable redirects. by Googler · 8 years ago
- 92a2d02 Define the ConfigFeatureFlagConfiguration fragment. by Michael Staib · 8 years ago
- 20424c4 Make the spell checker a bit more conservative. by Laurent Le Brun · 8 years ago
- 1d71088 Replace native AndroidStudioInfoAspect with an error message. by Googler · 8 years ago
- 14db507 Add ActionInput.getExecPath, which returns a PathFragment by Ulf Adams · 8 years ago
- edd531d Use a relative path for the runfiles tree by Ulf Adams · 8 years ago
- ceb0f62 BuildEventStreamer: fix handling of postedEvents by Klaus Aehlig · 8 years ago
- 5e60e38 Rollback of commit 59180a4ea66b1395b5b85defd732859ecae919ea. by Yue Gan · 8 years ago
- 2cea8bc Support aliases in the --experimental_stl attribute. by Lukacs Berki · 8 years ago
- 5e9d915 Fix AndroidBinaryTest on Windows. by Adam Michael · 8 years ago
- a5aa916 Create "internal" category of command-line options. by Michael Staib · 8 years ago
- 42d313f Open source some tests for android_binary. by Adam Michael · 8 years ago
- 950ff66 Open source ApkManifestActionTest. by Adam Michael · 8 years ago
- 75795fa Fix PathPackageLocatorTest to do case-insensitive string checks. by John Cater · 8 years ago
- 3f86e67 Fix Label.toShorthandString() with non-main/default repository by Googler · 8 years ago
- 59180a4 Add SpawnInputExpander helper class to arrange runfiles for spawn strategies by Ulf Adams · 8 years ago
- 7ac6d59 Add caching of computed file digests based on file metadata. by Julio Merino · 8 years ago
- 4ccabd3 Simplify Attribute.Configurator, add dynamic configs support. by Greg Estren · 8 years ago
- 278b58e Refactor scheduling of LTO Backend actions into CppLinkActionBuilder by Googler · 8 years ago
- 95a4dd0 A partial, manual rollback of commit 7af14dfdbd6addb779226c0a103b2a8dc72c16b1. by Lukacs Berki · 8 years ago
- 7807b6c Global cleanup change. by Googler · 8 years ago
- 4ede8fd Open-source AndroidCommonTest.java. by Adam Michael · 8 years ago
- 3a26d69 Clarify the log lines used when a command is interrupted to more obviously disambiguate the case where the blaze grpc client tells the blaze grpc server to cancel a running command (e.g. the blaze user ctrl+c's the blaze client) between the case a streaming rpc call gets cancelled (e.g. when the grpc client hangs up). by Nathan Harmata · 8 years ago
- fb2d38b Improve query error msg when a package has a broken Skylark load by Mark Schaller · 8 years ago
- ddaa4b7 Add the remote_execution_properties attribute to the platform() rule. by John Cater · 8 years ago
- 3695880 Add java_common.create_provider to allow creating a java_common.provider by Irina Iancu · 8 years ago
- 4baedc7 Create ExperimentalTestRunner which is just the same as BazelTestRunner, but a testbed of upcoming changes, without breaking existing test targets. by Kush Chakraborty · 8 years ago
- cb8a5e2 Make Bazel build with MSVC-default-toolchain Bazel by Yun Peng · 8 years ago
- 7f7d6d2 Introduce strip_debug_symbols feature to crosstool by Marcel Hlopko · 8 years ago
- 967de73 Do not create symlink pointing at itself with strip_include_prefix/include_prefix by Marcel Hlopko · 8 years ago
- 2a71582 Support composed dependency transitions with dynamic configs. by Greg Estren · 8 years ago
- 087dccc Global cleanup change. by Googler · 8 years ago
- 4e56484 Fix buildtools test on Windows by Kristina Chodorow · 8 years ago