- 06d624a Fix classes that create OptionsParser instances to directly use the Builder. by jcater · 6 years ago
- 131addd Automated rollback of commit dd3e4fba359bcc232e51e49c4c8135c5b8daacd6. by cparsons · 6 years ago
- ffad587 Remove all usages of BlazeDirectories#(getExecRoot()|getOutputPath()) from Bazel by buchgr · 6 years ago
- cdf1fc2 Test special case by Loo Rong Jie · 6 years ago
- dd3e4fb Delete system framework paths from blaze by Googler · 6 years ago
- 01bb1f9 Improve the name of supportsPlatforms by renaming to useToolchainResolution. by jcater · 6 years ago
- 706a22e Fix classes that create OptionsParser instances to directly use the Builder. by jcater · 6 years ago
- 82ec619 Automated rollback of commit 332379ad6f8c49b0e087b504d73d3483c529e399. by hlopko · 6 years ago
- a44ea87 Add Apple framework support to CcCompilationContext by Googler · 6 years ago
- 18d63a7 Create proto format flag on Stardoc to output raw form of protos. by blossomsm · 6 years ago
- b63a4a9 Support Starlark transitions on aliased build settings. by juliexxia · 6 years ago
- 332379a Add --incompatible_use_platforms_repo_for_constraints by Marcel Hlopko · 6 years ago
- 1dbbc014 Change field names from plural to singular so repeated fields will be singular on proto output. by kendalllane · 6 years ago
- da8a315 Add checks for list parameters of cc_common.create_cc_toolchain_config_info() to prevent bazel crashing when a struct is expected but something else is passed instead. by rosica · 6 years ago
- aaf6457 Embed @platforms into the Bazel binary by hlopko · 6 years ago
- c750f97 Require the "command" param of run_shell is a string by cparsons · 6 years ago
- bc6e41d Rename SkylarkMutable to StarlarkMutable by laurentlb · 6 years ago
- bfcdca2 Clean up usages of setAllowResidue and enableParamsFileSupport to pass values into the factory method. by jcater · 6 years ago
- 49862c5 Don't allow ctx.split_attr to access starlark transitions attributes. by juliexxia · 6 years ago
- 39c55b7 Remove the flag `incompatible_disallow_native_in_build_file` by laurentlb · 6 years ago
- 3b7e294 Remove the flag `incompatible_no_kwargs_in_build_files`. by laurentlb · 6 years ago
- c9fbe95 Fix two issues with incremental Skyframe hybrid globbing and the 'allow_empty' param to the 'glob' function by nharmata · 6 years ago
- fdc2da7 Remove flag incompatible_static_name_resolution_in_build_files by laurentlb · 6 years ago
- ba12321 Update toolchain resolution to not favor the host platform when no by John Cater · 6 years ago
- 7eb483c Remove the flag `incompatible_disallow_filetype` by laurentlb · 6 years ago
- 28c30a7 Rename useSkylarkSemantics to useStarlarkSemantics by laurentlb · 6 years ago
- 7247b0b Automated rollback of commit 50a2d6c9b9c55776ec747a656a2edd971e723771. by pcloudy · 6 years ago
- 99ad9b9 Support Fileset expansion inside Runfiles during input expansion. by felly · 6 years ago
- 50a2d6c Refactor git_repository and new_git_repository rules implementations ? by ichern · 6 years ago
- 08d691f Refactor message construction of ActionExecutionException by buchgr · 6 years ago
- 2ecaf8a Properly setup package cache before doing starlark options parsing. by juliexxia · 6 years ago
- be06c89 Throw an EvalException when a rule returns a non-exported provider by cparsons · 6 years ago
- 524efa7 Support preserving overrides of un-desugared core library methods using configured conversions for desugared core library types by kmb · 6 years ago
- 8541f6d Use Artifact#getGeneratingActionKey to avoid creating Artifact nodes in the graph for all "normal" generated artifacts. by janakr · 6 years ago
- 3a4be3c Add /usr/local/bin to default PATH under strict action env by brandjon · 6 years ago
- 5aae664 Read --enable_apple_binary_native_protos to check whether to link ObjC protos into apple_static_library outputs. by kaipi · 6 years ago
- e23e994 Add test for case of an aspect creating a shared artifact with another copy of the aspect. by janakr · 6 years ago
- 938af80 Import of https://github.com/bazelbuild/remote-apis/pull/85 into Bazel. by Ola Rozenfeld · 6 years ago
- 3bbb72d Annotate baseline_coverage.data as a new upload file type, "COVERAGE_OUTPUT". This ensures these files are always uploaded, even if setting upload mode NO_{LOCAL_,}OUTPUTS. by felly · 6 years ago
- e536b14 Refactor RuleInfo into a proto. by kendalllane · 6 years ago
- cf43d3b Remove unused 'setAllowSingleDashLongOptions' method. by jcater · 6 years ago
- a1272ba Move the caching and logic for the ConnectivityModule internally, since it isn't being used externally. by steinman · 6 years ago
- 9ca0744 Refactor UserDefinedFunctionInfo into a proto. by kendalllane · 6 years ago
- 11f3b0e Let artifacts declare that they use content-based paths. by gregce · 6 years ago
- 253a9af Report error when objc_library's name has slash in it by Googler · 6 years ago
- 12fc87c Remove obsolete fields from AndroidInstrumentationInfo. by Googler · 6 years ago
- cbbbf88 Automatic code cleanup. by cpovirk · 6 years ago
- 36c70a6 Rollforward "Disable outputs param of rule function" with fix by cparsons · 6 years ago
- 50fa3ec Fix problems with the non-strict Python toolchain by brandjon · 6 years ago
- 6efc5b7 Treat existence of managed directories as a part of repository dirtiness. by ichern · 6 years ago
- d97392f Add an exec_tools attribute for genrule, which allows specifying tools that should be configured with the execution transition, instead of the host transition. by jcater · 6 years ago
- 9b0e64a Report fetch failures also in the BEP by Klaus Aehlig · 6 years ago
- 13a71f1 C++: Fix wrong warning for non-empty cc_library by plf · 6 years ago
- efb3f15 Automated rollback of commit 3290e22356b59371274849ee51297635b9435285. by janakr · 6 years ago
- 267df73 Refactor FunctionParamInfo into a proto. by kendalllane · 6 years ago
- 7b6d359 Restore MultiplexAnnotationVisitor for creating annotations on companion class by Googler · 6 years ago
- d286084 Don't store default values of build settings during Starlark options parsing. by juliexxia · 6 years ago
- 58f736c Automatic code cleanup. by cpovirk · 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
- 9083bbe Add the option --experimental_graphless_query by ulfjack · 6 years ago
- 38ba843 Rewrite GrpcServerImpl to remove RpcSink by ulfjack · 6 years ago
- 7561e44 Use 'cast' diagnostics instead of 'unchecked' in output filter tests by cushon · 6 years ago
- f718a42 Fix performance regression with manual trimming. by gregce · 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
- 1bce754 Create test for CcInfo provider by Googler · 6 years ago
- 9b91cb4 Expand tree artifacts in BEP. by felly · 6 years ago
- 9382599 Add a test that verifies that Netty uses native SSL when we expect it to. by lberki · 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
- 8c3b3fb Failures early in package loading will now fail all --keep_going builds. by adgar · 6 years ago
- fe81b49 Support of using the absolute path profile for LLVM's Context Sensitive FDO by Googler · 6 years ago
- 67ba1d6 Update tests in preparation for incompatible_depset_is_not_iterable flag flip by laurentlb · 6 years ago
- 45743d0 Open-source BlazeRuntimeWrapper and BuildIntegrationTestCase. by philwo · 6 years ago
- 50c876e Fix iterating over depsets by vladmos · 6 years ago
- 92a872b Query: new "graphless" implementation by ulfjack · 6 years ago
- 5e31dc8 Introduce a stardoc test for Python. 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
- 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
- 09da51f Regression test for breakage caused by https://github.com/bazelbuild/bazel/commit/3290e22356b59371274849ee51297635b9435285. Fails before fix. by janakr · 6 years ago
- 3290e22 Automated rollback of commit 9dd7e8ed7931274b0c5b791e1c076140dcf7b74f. by janakr · 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
- 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
- d1c0d20 Allow WORKSPACE file to be a symlink if no managed directories is used. by ichern · 6 years ago
- 00cd262 Automatic code cleanup. by Googler · 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
- 4ccb2e1 Fix adding bigger --max_idle_secs parameter when debugging Bazel in test by ichern · 6 years ago
- 1bfedba Flip --incompatible_require_ctx_in_configure_features by hlopko · 6 years ago
- a670577 Automatic code cleanup. by Googler · 6 years ago
- 5041978 Fix test rules failing under allow_analysis_failures by cparsons · 6 years ago
- 5736381 Blaze actions: add support for dependency pruning. by Googler · 6 years ago
- 9bc841e Introduce flag --incompatible_disallow_empty_glob=true by laurentlb · 6 years ago