- d286084 Don't store default values of build settings during Starlark options parsing. by juliexxia · 6 years ago
- e5970d9 Internal refactor by steinman · 6 years ago
- cb8e89b Allow GenRule subclasses to override the command helper. by jcater · 6 years ago
- af53a11 MethodDescriptor.call: don't convert unchecked exceptions into EvalException. by Benjamin Peterson · 6 years ago
- 897c840 Remove obsolete conditional in CcLinkingHelper by hlopko · 6 years ago
- 1ef910b Query performance: Support length-delimited protos by ulfjack · 6 years ago
- 9083bbe Add the option --experimental_graphless_query by ulfjack · 6 years ago
- f7802d9 Revert output formatter part of https://github.com/bazelbuild/bazel/commit/92a872b4117de3937d7535976a387e8be4ca1f57 by ulfjack · 6 years ago
- 38ba843 Rewrite GrpcServerImpl to remove RpcSink by ulfjack · 6 years ago
- 2bd8a79 Remove the unused method ProtoCompileActionBuilder#setLangPluginParameter(). by lberki · 6 years ago
- f718a42 Fix performance regression with manual trimming. by gregce · 6 years ago
- 7ac7723 Add RuleContext#getPrerequisitesIf and AnalysisUtils#filterByProvider overloads for BuiltinProvider. by Googler · 6 years ago
- 7ebb09b Remove the R.jar from the JDeps provider. by Googler · 6 years ago
- c3c5dab Update remote android tools to 0.5 by Jingwen Chen · 6 years ago
- 78e5fe2 Guard android-related "do not use" modules behind --experimental_google_legacy_api by cparsons · 6 years ago
- e25ad8b Remove actions from the action execution status reporter map after input discovery is done. If any of the newly discovered inputs are not present in Skyframe, this action will stop executing, and so its status message is misleading. by janakr · 6 years ago
- 123c68d Warn in more cases of possible Python version mismatch in host config by brandjon · 6 years ago
- c986d76 Create an "WorkspaceConfig" event to report the local Blaze exec_root to BEP, primarily for local consumers. by felly · 6 years ago
- 9b91cb4 Expand tree artifacts in BEP. by felly · 6 years ago
- 20c8413 Restrict string escape sequences and introduce flag by Marwan Tammam · 6 years ago
- 62dd174 Add the flag --auto_output_filter=[none,all,packages,subpackages] to Bazel. by philwo · 6 years ago
- b7eca20 Only cache structured variable lookups. by Googler · 6 years ago
- c5ebfcf Add --incompatible_disable_static_cc_toolchains that will deprecate the cc_toolchain_suite and cc_toolchain rules under @bazel_tools//tools/cpp. by rosica · 6 years ago
- b02b707 Introduce java_common Google-only interface methods to the Starlark build API by cparsons · 6 years ago
- c2ab917 Resolve race and cancellation issue on catastrophic shutdown. by felly · 6 years ago
- 8c3b3fb Failures early in package loading will now fail all --keep_going builds. by adgar · 6 years ago
- aff189a Make sure default Linux artifacts have an associated action, even when artifact names are altered. by Googler · 6 years ago
- 4ca768e standardize graph output indentation with 2 spaces by Ricky Pai · 6 years ago
- 3ed9d36 Properly wire up BES half-close. The lack thereof was a simple oversight. by felly · 6 years ago
- fe81b49 Support of using the absolute path profile for LLVM's Context Sensitive FDO by Googler · 6 years ago
- 5935259 Flip the --incompatible_depset_is_not_iterable flag by vladmos · 6 years ago
- fded729 Cancel previous BEP upload if there is a connectivity problem. by steinman · 6 years ago
- b0403a7 Upgrade java_tools version to javac_11-v2.0 by iirina · 6 years ago
- 7538988 Post an event so that the number of lost inputs over the course of a build can be tracked. by janakr · 6 years ago
- 45743d0 Open-source BlazeRuntimeWrapper and BuildIntegrationTestCase. by philwo · 6 years ago
- d482596 remote: grpcs (grpc+tls) is used by default for remote URLs by Ira Shikhman · 6 years ago
- 92a872b Query: new "graphless" implementation by ulfjack · 6 years ago
- 2b3c879 Fix link to example by laurentlb · 6 years ago
- 0e6dcee Flip --incompatible_no_support_tools_in_action_inputs by laurentlb · 6 years ago
- eb53de2 Enable Python toolchains by default by brandjon · 6 years ago
- bed7e4f Prohibit NestedSet from being passed to NestedSetBuilder.addAll. by Googler · 6 years ago
- 00e29b7 NDK 19 and 20 support by Jingwen Chen · 6 years ago
- 042a579 Make SHOW_ONCE_TAG in Reporter mean "show the event exactly once," instead of "show the event at most once." by steinman · 6 years ago
- 0677a3d Expose cc_common.get_execution_requirements by hlopko · 6 years ago
- b691915 Add --incompatible_use_specific_tool_files. by Benjamin Peterson · 6 years ago
- 3dc59e4 Fix jacoco-toolchain dependency. by iirina · 6 years ago
- f34458b C++: Flips incompatible_depset_for_libraries_to_link_getter by plf · 6 years ago
- aec9f99 Flip `--incompatible_dont_enable_host_nonhost_crosstool_features` by Marcel Hlopko · 6 years ago
- 536a166 Turn on --experimental_build_setting_api by juliexxia · 6 years ago
- a626990 Turn on --experimental_starlark_config_transitions by juliexxia · 6 years ago
- aa0cb61 Pack all multi-arch libraries from aar_import deps when using --fat_apk_cpu by Jingwen Chen · 6 years ago
- 2a5e3b1 Make CompoundEvaluationProgressReceiver's ctor public. by nharmata · 6 years ago
- d2df40b Flip --incompatible_objc_framework_cleanup flag to true by Googler · 6 years ago
- 53decbc Add nested sets as transitive members in addElementsFromSkylark. by Googler · 6 years ago
- bc6f7cb Export more files in androidsdk by Jingwen Chen · 6 years ago
- 089e017 Improve error message for --incompatible_string_join_requires_strings by Jingwen Chen · 6 years ago
- 4aa1d1a Logical rollback of unknown commit. by janakr · 6 years ago
- 3290e22 Automated rollback of commit 9dd7e8ed7931274b0c5b791e1c076140dcf7b74f. by janakr · 6 years ago
- fb53c98 Make BEP transports default to local strategy if there is no connectivity or credentials. by steinman · 6 years ago
- 4cf4555 Remove obsolete TODO and link to documentation for build_setting attribute of rule() by juliexxia · 6 years ago
- 9240f16 Remove unused protos and proto targets for bundlemerge and plmerge. by kaipi · 6 years ago
- 9dd7e8e Put ActionLookupData inside DerivedArtifact, and move ArtifactOwner into SourceArtifact. by janakr · 6 years ago
- b2fac74 Open visibility of ProtoOutputFormatter in order to use it in PackageLoader. by twerth · 6 years ago
- 9f554d3 Allow javac_jar to be None by cushon · 6 years ago
- 6eda6b5 Enable persistent workers for Desugar by default for Bazel by Jingwen Chen · 6 years ago
- 658d47f Change signatures to DerivedArtifact, and get Labels from non-Artifact sources when possible. by janakr · 6 years ago
- 926cfbd Add option to omit ResourcesInfo provider from android_binary rules. by Googler · 6 years ago
- c3b9ae6 Small cleanups to RetainedHeapLimiter. by janakr · 6 years ago
- 1de8aa3 Remove unused constructor. by janakr · 6 years ago
- d1c0d20 Allow WORKSPACE file to be a symlink if no managed directories is used. by ichern · 6 years ago
- 384e1cb Only add CoverageOutputGenerator in coverage mode. by iirina · 6 years ago
- d0bd3c8 Annotate BEP output files with "prefix" information sufficient to reconstruct the full output path. by felly · 6 years ago
- 9e84993 Retain the apple configuration distinguisher during host and exec transitions. by jcater · 6 years ago
- 1bfedba Flip --incompatible_require_ctx_in_configure_features by hlopko · 6 years ago
- a7af7c3 Flip --incompatible_windows_escape_python_args by Laszlo Csomor · 6 years ago
- fa654b4 Flip the flag --incompatible_no_kwargs_in_build_files by laurentlb · 6 years ago
- 71aad07 Add includes as a transitive member. by Googler · 6 years ago
- df2991f Make getBlazeModule support subclasses/interfaces. by steinman · 6 years ago
- 5041978 Fix test rules failing under allow_analysis_failures by cparsons · 6 years ago
- 263fc39 Don't share actions with null label. In practice, this is the build-info action. by janakr · 6 years ago
- ebbb6b2 Type ArtifactFactory$SourceArtifactCache more strongly. by janakr · 6 years ago
- 4760cc3 Add command to display config information given a checksum. by jcater · 6 years ago
- 4d1f5a3 Flip the --incompatible_disallow_native_in_build_file flag by vladmos · 6 years ago
- 15a6775 Throw QueryException if TargetLiteral fails validation during parsing. by adgar · 6 years ago
- 5736381 Blaze actions: add support for dependency pruning. by Googler · 6 years ago
- 950b31b Avoid using an artifact's label, use the rule context label instead. The artifact was created by the current rule, so passing in the rule's label explicitly is less magical. Please correct me if I'm wrong and the artifact can come from a different rule! by janakr · 6 years ago
- 9bc841e Introduce flag --incompatible_disallow_empty_glob=true by laurentlb · 6 years ago
- 28c8a8c C++: Flips --incompatible_do_not_split_linking_cmdline by plf · 6 years ago
- 5e51c88 Flip flag --incompatible_new_actions_api by laurentlb · 6 years ago
- 2a10729 Flip --incompatible_string_join_requires_strings by laurentlb · 6 years ago
- 512d4cb Make addLibraries take a collection. by Googler · 6 years ago
- 770b67e Don't wrap values in Pair in CcToolchainVariables. by Googler · 6 years ago
- d04d7ba Disable WatchFs on Windows by pcloudy · 6 years ago
- 1ca0783 Flip option to disable the old-style, binary format. by twerth · 6 years ago
- 120309d Query: move LabelVisitor to query package by ulfjack · 6 years ago
- 41f8616 Switch JSON profile to include metadata by default. by twerth · 6 years ago
- ea37b67 Refactor java_libary.deps rule kind validation by cushon · 6 years ago
- 09928d6 Flip the flag --incompatible_disable_deprecated_attr_params by laurentlb · 6 years ago
- 953bdf5 Return non-null value for android_common.multi_cpu_configuration and apple_common.platform_type in fakebuildapi by Googler · 6 years ago
- de62edd Fix Objc pre-execution header thinning by ulfjack · 6 years ago