- 305fcc3 Refactor `getValues` in `skyframe` directory to only provide the necessary methods for Skyframe evaluation. It will help create less garbage. by emilyguo · 3 years, 1 month ago
- 1799842 Don't stamp binaries built in tool configuration by Googler · 3 years, 1 month ago
- 10a22e3 Remove BugReport for `inputValue` in `ArtifactFunction` to avoid continuous ThirdEye reports. by emilyguo · 3 years, 1 month ago
- 1f1124c Handle InconsistentFilesystemException when requesting for value. by emilyguo · 3 years, 1 month ago
- c7b4491 Update the sets of built targets and aspects in the ExecutionProgressReceiver with Skymeld & incremental builds. by leba · 3 years, 1 month ago
- db36147 Restrict cc_binary and cc_test "stamp" attribute values to [-1, 0, 1]. by Googler · 3 years, 1 month ago
- 33de02a Add an event for source directory encountered in a build. by ajurkowski · 3 years, 1 month ago
- 7f75df2 Add `--multi_release_deploy_jars`, which causes `_deploy.jar` outputs of `java_binary` to be Multi-Release jar files by cushon · 3 years, 1 month ago
- 528d067 Expose ProtoLangToolchainInfo to builtins. by ilist · 3 years, 1 month ago
- b4587f8 Extend proto_lang_toolchain rule with progress_message and mnemonic attributes. by ilist · 3 years, 1 month ago
- 66e29cd Proxy proto compiler and proto opts over proto_lang_toolchain rule. by ilist · 3 years, 1 month ago
- a229bed Improve action conflict checker's performance with Skymeld. by leba · 3 years, 1 month ago
- 8b7829f Assign unused instance to an unused variable. This will soon be a compile error. by Googler · 3 years, 1 month ago
- 94d6796 Automatic code cleanup. by Googler · 3 years, 1 month ago
- 0365645 Document the tradeoffs of the `Dict` memory optimization opportunity in a code comment. by nharmata · 3 years, 1 month ago
- 16cce05 Create `largest_input_count_components` with the same usages as `largest_input_size_components`, but aggregating the components with the largest number of input files rather than those with the largest size of inputs. by Googler · 3 years, 1 month ago
- 04d186b Use label for module map name by waltl · 3 years, 1 month ago
- 1683371 Make StarlarkBuiltinDoc.getJavaMethods() sorted and deterministic by laurentlb · 3 years, 1 month ago
- ac21910 fix(bzlmod): throw on json parse exception by Thomas Zayouna · 3 years, 1 month ago
- 041f7ce Update j2objc scripts to be `py_binary` targets. by Googler · 3 years, 1 month ago
- c07e66d Clean up `createRecursiveTraversalKeys` with pre-sizing, immutability and SkyKey Type. Then merge `createRecursiveTraversalKeys` into `traverseChildren` to be clearer. by emilyguo · 3 years, 1 month ago
- 8820e84 add reference to resource_strip_prefix in resources documentation by Googler · 3 years, 1 month ago
- e84b937 Don't file a bug report when an artifact in an external repository has an error. by janakr · 3 years, 1 month ago
- 66d07f0 Change the default dexer to d8 by Googler · 3 years, 1 month ago
- ad103c2 Allow ImmutableList (and any type that extends List) to be the type of an option with allowMultiple = true. by janakr · 3 years, 1 month ago
- 4c79e05 Automatic code cleanup. by Googler · 3 years, 1 month ago
- 5bc8e3d Bazel DevSite: Fix formatting. by fwe · 3 years, 1 month ago
- f2bee56 Automated rollback of commit a8ca83fc01e6312fe0e145e8d63fad8b84713e09. by michajlo · 3 years, 1 month ago
- 4ae7268 Use Starlark compile function in GoWrapCcHelper by cmita · 3 years, 1 month ago
- ca35c09 Include the missing key in the message of bug report in `GraphTraversingHelper::declareDependenciesAndCheckIfValuesMissing`. by ajurkowski · 3 years, 1 month ago
- 8610b37 Remove trailing whitespaces from the command line reference. by fwe · 3 years, 1 month ago
- fe9368d Add missing parameter to `instrumented_files_info` example by Fabian Meumertzheim · 3 years, 1 month ago
- a28e411 Resolve memory issue for java_lite_proto_library by Googler · 3 years, 1 month ago
- 43a5a03 Do not crash `PrepareDepsOfTargetsUnderDirectoryFunction` while bubbling errors from subpackages. by ajurkowski · 3 years, 1 month ago
- 9c25523 Simplify `getValues` in `RecursiveDirectoryTraversalFunction` to create less garbage, also make the code more readable. by emilyguo · 3 years, 1 month ago
- 7a6c715 Bazel DevSite: Link to external rule sets in BE nav bar. by fwe · 3 years, 1 month ago
- ec8fb79 bazel not blaze (part of issue #15079) by gkgoat1 · 3 years, 1 month ago
- 9dea9e8 Bazel DevSite: Automatically generate table of contents for Bazel docs. by fwe · 3 years, 1 month ago
- 1f33504 Turn down unused `--experimental_persistent_test_runner` experiment by cushon · 3 years, 1 month ago
- 7812bdc Add checking value is null in `declareDependenciesAndCheckValues`. by emilyguo · 3 years, 1 month ago
- 702df84 Remote: Fix crashes by InterruptedException when dynamic execution is enabled. by Chi Wang · 3 years, 1 month ago
- f585783 Remote: Don't check TreeArtifact output by Chi Wang · 3 years, 1 month ago
- b95a61a Substitute cc_internal.strip with cc_helper.create_strip_action. by Googler · 3 years, 1 month ago
- 00d74ff Support decompressing zstd tar archives for repository rules. by Benjamin Peterson · 3 years, 1 month ago
- a421288 Automated rollback of commit 5576979669383c2380c11b59beaa2f8263ff1f56. by twerth · 3 years, 1 month ago
- 49625ea Make SeparatedOptionListConverter declare that it returns an ImmutableList. by janakr · 3 years, 1 month ago
- 987bf12a Update cc_binary_wrapper to account for select statements by Googler · 3 years, 1 month ago
- 314b090 Enable android_sdk_repository to read the $ANDROID_SDK_ROOT environment by Googler · 3 years, 1 month ago
- 822d823 Remove consistency check in LocalFile for artifact and artifact metadata both being null/not null. by janakr · 3 years, 1 month ago
- 4b04e28 Bazel DevSite: Fix product name (part 2). by fwe · 3 years, 1 month ago
- a8ca83f Replace `getValues` in `skyframe` directory with `getValuesAndExceptions/getOrderedValuesAndExceptions` to create less garbage and narrow the available interface of the returned result. by emilyguo · 3 years, 1 month ago
- 23e037d Fix the NPE when processing catastrophic analysis error. by leba · 3 years, 1 month ago
- 406c32a Automated rollback of commit c261d244602fe68596f4d995cdd14277db7885d7. by lberki · 3 years, 1 month ago
- 6613f6f Zipalign the split APK before installing by Benjamin Lee · 3 years, 1 month ago
- 34d900d Bazel DevSite: Fix product names and code snippets. by fwe · 3 years, 1 month ago
- 78d0fc9 Make --[no]distinct_host_configuration a no-op. by lberki · 3 years, 1 month ago
- 1270f74 Clarify the various directories that make Bazel work. by gregce · 3 years, 1 month ago
- 18c04a2 Undocument --bes_best_effort by Yannic Bonenberger · 3 years, 1 month ago
- a151116 Remote: Check declared outputs when downloading outputs. by Chi Wang · 3 years, 1 month ago
- 73f5879 Use SyscallCache when checking new value of DirectoryListingStateValue. Saves a filesystem operation when doing globs on an incremental build. by janakr · 3 years, 1 month ago
- 9524d08 Actually delegate xattr calls in DelegatingSyscallCache. by janakr · 3 years, 1 month ago
- 22c8781 Change `getValues` to `getOrderedValuesAndExceptions` in `NewLocalRepositoryFunction`. by emilyguo · 3 years, 1 month ago
- d014f51 Change `getValues` in `rules` directory to `getOrderedValuesAndExceptions` to create less garbage. by emilyguo · 3 years, 1 month ago
- 21b0ba0 Refactor `getValues` in `skyframe` directory to create less garbage. by emilyguo · 3 years, 1 month ago
- b8a2ee2 Fix conflicting actions error when specifying --host_macos_minimum_os by waltl · 3 years, 1 month ago
- 1b2cf8d Zipalign the incremental APK before install by Benjamin Lee · 3 years, 1 month ago
- 985338e Create own package for the actiongraph sources. by twerth · 3 years, 1 month ago
- c261d24 Remove redundant init_make_variables method, since variable expansion is implicitly done in common.copts and common.linkopts. by Googler · 3 years, 1 month ago
- 55951b9 Untangle the hairball a little bit by splitting up two source files (which will help by twerth · 3 years, 1 month ago
- c2893b4 Clean up some deps. by twerth · 3 years, 1 month ago
- f14dd12 Don't use the SyscallCache for external repository/managed directory/output files in FilesystemValueChecker: such files may be updated later in the build, so caching them is unsafe. by janakr · 3 years, 1 month ago
- 1312a8d Create new class `GraphTraversingHelper` to add generic method `declareDependenciesAndCheckIfValuesMissing`. by emilyguo · 3 years, 1 month ago
- a2e4608 Change `getValues` in `bazel` directory to `getOrderedValuesAndExceptions` to create less garbage. by emilyguo · 3 years, 1 month ago
- 24051fb Change `getValues` in `analysis` directory to `getOrderedValuesAndExceptions` to create less garbage. by emilyguo · 3 years, 1 month ago
- ab42432 Automatic code cleanup. by Googler · 3 years, 1 month ago
- ccf41d9 Not all List implementations support sort() by arostovtsev · 3 years, 1 month ago
- 4c56447fe Delete PackageGroupInfo method from cc_internal, expose provider to builtins instead. by Googler · 3 years, 1 month ago
- 5c9c8aa Enable the `test` command with merged Skyframe phases. by leba · 3 years, 1 month ago
- a18d32d Delete Starlarkified methods from CcStarlarkInternal. by Googler · 3 years, 1 month ago
- 9513ebe Remove support for undeclared generated inputs in Ninja dotfiles. by lberki · 3 years, 1 month ago
- f8707c0 Account for interface libraries in cc_shared_library by plf · 3 years, 1 month ago
- 8d22e46 Add implementation of collect_compilation_prerequisites to cc_helper, this makes cc_internal's collect_compilation_prerequisites method obsolete. by Googler · 3 years, 1 month ago
- f789c0d Do not validate input-only settings in transitions by Fabian Meumertzheim · 3 years, 1 month ago
- bc2f051 Provide access to primary output metadata in ActionExecutedEvent. by janakr · 3 years, 1 month ago
- 96c8a90 BEGIN_PUBLIC by Googler · 3 years, 1 month ago
- 5b54588 Remote: Don't upload action result if declared outputs are not created. by Chi Wang · 3 years, 1 month ago
- 42c7518 Explain why enabled CommonCommandOptions.enablePlatformSpecificOptions is unused. by lberki · 3 years, 1 month ago
- 843f550 Make `dump --skyframe=summary` not crash if there are edgeless node entries. by jhorvitz · 3 years, 2 months ago
- 52d1d4a Add `--experimental_output_directory_naming_scheme` with two modes. by twigg · 3 years, 2 months ago
- 50dc446 Adding BASELINE_CONFIGURATION precomputed value for reading by BuildConfigurationFunction by twigg · 3 years, 2 months ago
- a9ac2b6 Make MemoryPressureEvent.Builder public. Add `peak_post_gc_tenured_space_heap_size` to `build_metrics` within `build_event_stream.proto`. This field tracks the peak tenured space JVM heap size post GC across all events. by Googler · 3 years, 2 months ago
- 51c90c7 Add --experimental_exec_configuration_distinguisher by twigg · 3 years, 2 months ago
- 3e6327c Make CcNativeLibraryInfo constructor accessible from Starlark builtins, add implementation of collect_native_cc_library to cc_helper. by Googler · 3 years, 2 months ago
- 815dfda Update resource_jars attribute documentation. by ilist · 3 years, 2 months ago
- 5a4b3dd Remove dead DirtyResult#getOldValue and use singletons for "dirty without new value" and "not dirty". #getOldValue has been dead since https://github.com/bazelbuild/bazel/commit/15c55d5234571ffd7a42572e50820d5f22212878. by janakr · 3 years, 2 months ago
- 5576979 Have `Dict#contents` switch to an `ImmutableMap` when the `Dict` is frozen. by nharmata · 3 years, 2 months ago
- f815bf0 Automatic code cleanup. by Googler · 3 years, 2 months ago
- 68bf2ea Move test_completion_value away from skyframe_cluster. by leba · 3 years, 2 months ago
- 9ddf9f8 Remove deprecated args from create_proto_compile_action by ilist · 3 years, 2 months ago
- d9bc998 Fix memory regression objc_library by plf · 3 years, 2 months ago