- 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
- 64c124b Improve strategy error message by Pedro Alvarez · 6 years ago
- e70f7f7 Make setAllowResidue and enableParamsFileSupport private. by jcater · 6 years ago
- aaf6457 Embed @platforms into the Bazel binary by hlopko · 6 years ago
- b41bf69 Add flag to enable the JSON profile by default. by twerth · 6 years ago
- c1407df Add WalkableGraph#getValueAndRdeps that allows fetching both the rdeps and value in a single call by shreyax · 6 years ago
- 0c74549 Add new flag to Stardoc and allows Stardoc to output raw serialized proto. by kendalllane · 6 years ago
- c750f97 Require the "command" param of run_shell is a string by cparsons · 6 years ago
- 1e31092 Delete some messages formerly used for serialization code which no longer exists by michajlo · 6 years ago
- a9abf76 Only eagerly read dependency files when Bazel-side Java classpath reduction is by djasper · 6 years ago
- bc6e41d Rename SkylarkMutable to StarlarkMutable by laurentlb · 6 years ago
- 74279cc Don't capture a member in the lambda created in JavaHeaderCompileActionBuilder. by djasper · 6 years ago
- f2109fe Refactor the server startup codepath by michajlo · 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
- 76e4e42 Include intermediate output key as a typed parameter for ParallelVisitor. by shreyax · 6 years ago
- b3ee73f Remove SkylarkAttributeAspect and friends by michajlo · 6 years ago
- e2a1966 Update android_tools and create version 0.6. by John Cater · 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
- 511eb22 Replace isUseSkylarkSemantics with isUseStarlarkSemantics by laurentlb · 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
- a7a15c0 Read the .jdeps files created from Java header compilations when finishing the by djasper · 6 years ago
- 88be1f7 Automated rollback of commit 324dc44e6bafb487331724ae83d67bc18ed8a8aa. by hlopko · 6 years ago
- a27a831 Remove --output_symbol_counts from user manual by hlopko · 6 years ago
- f0e7503 Don't let multiple threads queue up before the synchronized-block in by djasper · 6 years ago
- 324dc44 Embed @platforms into the Bazel binary by Marcel Hlopko · 6 years ago
- 99ad9b9 Support Fileset expansion inside Runfiles during input expansion. by felly · 6 years ago
- a1cdb5e Fix BEP failing to report Artifacts in an output set which includes Filesets. by felly · 6 years ago
- df40968 Fix incorrect param name in Package.Builder.Helper#onLoadingComplete. by nharmata · 6 years ago
- 3945782 Pass a FilesToRunProvider as language plugin to ProtoCompileActionBuilder instead of the string name. by Googler · 6 years ago
- d0e648c Roll forward with adding nested set as transitive member. by Googler · 6 years ago
- 1efbc1b Add a final return to RestartReason. by jcater · 6 years ago
- 368b935 Remove some comments that I didn't intend to submit to the depot. by felly · 6 years ago
- 1d936d3 Remove escape hatch for BEP Artifact path prefixes: No issues have been reported. by felly · 6 years ago
- 841d176 Change back the name of getOptionsData. by jcater · 6 years ago
- ae148c7 Convert OptionsParserImpl to use a Builder to create instances. by jcater · 6 years ago
- a103ec0 Remove CppToolchainInfo by rosica · 6 years ago
- 372f412 Add a custom OOM message emission capability by Googler · 6 years ago
- df5da8f Move CppToolchainInfo.toolchainFeatures to CcToolchainProvider.toolchainFeatures by rosica · 6 years ago
- 7c40d26 Cleanup output_object_file by hlopko · 6 years ago
- 08d691f Refactor message construction of ActionExecutionException by buchgr · 6 years ago
- 762c255 Move CppToolchainInfo.toolPaths to CcToolchainProvider.toolPaths by rosica · 6 years ago
- 2c85dd5 Don't create new NestedSets when updating action inputs. The main codepath by djasper · 6 years ago
- 2ecaf8a Properly setup package cache before doing starlark options parsing. by juliexxia · 6 years ago
- acb1ef6 Make customPackage mandatory for resourcesFromDeps API. by Googler · 6 years ago
- be06c89 Throw an EvalException when a rule returns a non-exported provider by cparsons · 6 years ago
- 5c1005c Automated rollback of commit 536a166270590a8dbc701718550383f3a07cc763. by juliexxia · 6 years ago
- 0f9be45 Introduce cc-related Google-only interface methods to the Starlark build API by cparsons · 6 years ago
- 32836c3 Clean up BlazeServer interface and contents by michajlo · 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
- 25d2748 Refactor ProviderInfo into a proto by blossomsm · 6 years ago
- 6595661 Demote workspace from global variables by michajlo · 6 years ago
- 8bed37c Move binary_path and restart_reason out of globals by michajlo · 6 years ago
- dbb31df Populate the configuration checksum in the aquery proto output. by jcater · 6 years ago
- 938af80 Import of https://github.com/bazelbuild/remote-apis/pull/85 into Bazel. by Ola Rozenfeld · 6 years ago
- 336e290 Add new factory methods to allow setting allowsResidue and ParamsFilePreProcessor when OptionsParser is created. by jcater · 6 years ago
- 55ae00d Don't use Javac turbine for compilations without annotation processors by cushon · 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
- c7bb098 Tolerate situation of Artifacts without generating action keys being compared for equality: this can happen when a set of artifacts is being constructed inside a configured target/aspect with one artifact from an already-existing configured target, another one just constructed here, and the two artifacts being shared. by janakr · 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
- bdc13f8 Unify codepaths for discovered input processing, fixing a subtle bug: if we discovered a tree artifact post-execution, we would crash. by janakr · 6 years ago
- 3395e68 Display all available configuration checksums when no argument is passed. by jcater · 6 years ago
- 140a1c0 Output the configuration checksum with the missing fragment error message. by jcater · 6 years ago
- 0b513ca Allow proto deterministic writer to accept a supplier instead of an eagerly constructed proto. by felly · 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
- c4e7caa Lift the part of Main after we're done mutating config into a new method by michajlo · 6 years ago
- 253a9af Report error when objc_library's name has slash in it by Googler · 6 years ago
- e2a626c Automated rollback of commit bc6f7cb330bb531f062bb301f3703876051191f5. by jingwen · 6 years ago
- 12fc87c Remove obsolete fields from AndroidInstrumentationInfo. by Googler · 6 years ago
- 89d664b Fix incorrect Starlark name. by Googler · 6 years ago
- 36c70a6 Rollforward "Disable outputs param of rule function" with fix by cparsons · 6 years ago
- 4a24f5f Also record execution platforms in resolved files by Klaus Aehlig · 6 years ago
- 12c7942 Pass StartupOptions around as a const ref as much as possible by michajlo · 6 years ago
- 50fa3ec Fix problems with the non-strict Python toolchain by brandjon · 6 years ago
- dc6d3b5 Make SignalHandler more consistent with style guide by michajlo · 6 years ago
- 5f9aab6 Expose cc_common.create_cc_launcher_info by hlopko · 6 years ago
- a9100ad Cache results of PlatformMappingValue.map. by Googler · 6 years ago
- 13ad6f4 Only construct startup args once by michajlo · 6 years ago
- f644c1e Convert ProviderFieldInfo into protos. by blossomsm · 6 years ago
- 0951c9b Add a "starlark-semantics" option to the "info" command by mschaller · 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
- 3f629eb C++: Fixing name of CcCompilationOutputs for documentation by plf · 6 years ago
- 9b0e64a Report fetch failures also in the BEP by Klaus Aehlig · 6 years ago
- ea212f4 Use Blaze's CommandLine infrastructure to expand ThinLTO command lines only when necessary to avoid unnecessary memory consumption by rosica · 6 years ago
- 5a41a2f IncludeScanner: use includePool on spawn completion by ulfjack · 6 years ago
- 13a71f1 C++: Fix wrong warning for non-empty cc_library by plf · 6 years ago
- 2419cb3 Remove the unused ProtoCompileActionBuilder#setLangParameter(). by lberki · 6 years ago
- 47a58f9 Refactor ProtoCompileActionBuilder a bit. by lberki · 6 years ago