bazel /
bazel /
87ead258628c4c1147e1a81eddb30792627030d5 - 87ead25 Rules that depend on current_java_toolchain need JavaToolchainInfo. by jcater · 4 years ago
- 81a1085 Automated rollback of commit e846ce7138304ffe183f34184e11d6d624d842e0. by Googler · 4 years ago
- 306199f Test cleanup. by Googler · 4 years ago
- 12890fe Add additional test cases to QueryIntegrationTest. by Googler · 4 years ago
- e846ce7 Enable OpenJDK 11 Testing for `java.util.stream` package by Googler · 4 years ago
- d6dc544 Update mock android platform to have a reasonable name. by jcater · 4 years ago
- fc7bde5 Fix merge tests to get dependencies in the correct configuration. by jcater · 4 years ago
- 668a6df Remove java_lite_proto_library.strict_deps attribute. by Googler · 4 years ago
- 1aecec8 JavaToolchainProvider no longer extends ToolchainInfo. by jcater · 4 years ago
- 6efa8d1 Remove duplicated and not-working tests JavaStarlarkApiTest by ilist · 4 years ago
- a804818 Small typo in doc by Grzegorz Lukasik · 4 years ago
- 2c6bd29 Add "package overhead" concept to package metric logging by michajlo · 4 years ago
- 00f3ee3 Remove java_lite_proto_library strict_deps flags. by Googler · 4 years ago
- 5bff601 Pass shadowed action environment to the Starlark action. by messa · 4 years ago
- 8a885d8 Allow builtins also use TransitiveInfoProviderApi in exports parameter of java_common.compile. by ilist · 4 years ago
- 2693c69 Rolling back https://github.com/bazelbuild/bazel/commit/548a4b6ecf200f87c8dadf28a41ff59fc0b5e2fc (but leaving correct TODO bug associations): The logging is too spammy, we have the data we need. by janakr · 4 years ago
- b77b866 Optimize serialization for more than one common root by brandjon · 4 years ago
- 323d836 Minor changes by brandjon · 4 years ago
- 4d9c6f9 Delete `--is_stderr_atty` by michajlo · 4 years ago
- b282530 Add BundledFileSystem by brandjon · 4 years ago
- d17e428 Reorder fields for consistency, fix comments by brandjon · 4 years ago
- 807f2a1 Fix Incompatible Target Skipping for test args by Philipp Schrader · 4 years ago
- 586de95 Update Android remote tools to ensure Bazel uses the latest Android tooling that has been updated to support AndroidX databinding generation. by ahumesky · 4 years ago
- 8d4663a Use constant-time comparison for checking request cookie by michajlo · 4 years, 1 month ago
- 8e9d300 Improve error messages where there's an IOException reading a source file: report the final status to the user as coming from an IOException, not a "missing file." We still had the right failure detail, but the error message is misleading. by janakr · 4 years, 1 month ago
- 203a506 Remove unnecessary BUILD file in builtins root by brandjon · 4 years, 1 month ago
- 8eaf39e Bring back a link to query.html (https://docs.bazel.build/versions/master/query.html). by jcater · 4 years, 1 month ago
- 28c0c8c Bazel's filegroup should participate in toolchain resolution. by John Cater · 4 years, 1 month ago
- 19ac75d Handle explicit --desugared_lib_config option passed from unit tests by sgjesse · 4 years, 1 month ago
- ca24f13 Tolerate a catastrophe if not all exceptions in bubbleErrorInfo are catastrophic. There's definitely a Bazel bug, but we don't need to crash. File a bug report if any exceptions are not catastrophic, an additional one if *all* are not catastrophic, and continue to crash if there were no exceptions at all (because a cycle can't be catastrophic). by janakr · 4 years, 1 month ago
- 6765448 Migrate swift module map to its own action (take 2) by waltl · 4 years, 1 month ago
- d052ece Expand target_compatible_with to all non-workspace rules by Philipp Schrader · 4 years, 1 month ago
- ec17683 Use `TestParameterInjector` in `UiEventHandlerStdOutAndStdErrTest`. by ajurkowski · 4 years, 1 month ago
- 95e74ad Add useDummyBuiltinsBzl() to ConfiguredRuleClassProvider's builder by brandjon · 4 years, 1 month ago
- c9d823e Disable flaky test. by larsrc · 4 years, 1 month ago
- 055c93d Switch to path autocompletion after -- for bazel run commands. by Yuval · 4 years, 1 month ago
- f0c32de Remote: Don't delete downloaded files for remote build without bytes. by chiwang · 4 years, 1 month ago
- ce0b2b2 Handle multiple data deps for java_toolchain tools by kmb · 4 years, 1 month ago
- 922c073 Fix javadoc by cushon · 4 years, 1 month ago
- 9d4aa82 Add debugging info for Preconditions failure. by janakr · 4 years, 1 month ago
- 0a64598 Stop forwarding lost input exceptions to shared actions, restart them by mschaller · 4 years, 1 month ago
- 01a3c76 File bug reports when either (1) an IOException is thrown from InMemoryFileSystem operations, or (2) we try to resolve relative symlinks in a Fileset when the behavior is "ERROR". I don't believe that either of these things actually happens in real life, and I would like to remove IOException from these methods, since it propagates quite a ways up the hierarchy (to CompletionFunction, which claims that it can throw an IOException). by janakr · 4 years, 1 month ago
- a3353d2 Make `TestParameterInjector` target publicly visible. by ajurkowski · 4 years, 1 month ago
- 6954d92 announce TargetSummary events upon target completion if enabled by kmb · 4 years, 1 month ago
- 929ec0d Add runtime_deps parameter to Starlark's java_common.compile. by ilist · 4 years, 1 month ago
- 4fc3f8f Require all Event method return values to be checked, not ignored. by janakr · 4 years, 1 month ago
- fd2a779 Simplify SkyframeActionExecutor#printError semantics: don't suppress further output there, instead leave it up to ActionExecutionFunction's control flow. This allows a no-keep-going point failure to print all of its failure messages, which seems reasonable. by janakr · 4 years, 1 month ago
- 21dd973 Prevent NullPointerException when mainArtifact is not defined by Googler · 4 years, 1 month ago
- 9ca64ed Make ExternalPackageFunction's key a singleton by wyv · 4 years, 1 month ago
- 34bf441 Fix performance regression in https://github.com/bazelbuild/bazel/commit/94602f05b34fda2556287797a14b7dac64f2f041. by lberki · 4 years, 1 month ago
- cbd5938 Update Java-related toolchains to enable the toolchain transition. by jcater · 4 years, 1 month ago
- e45012b Disable flaky tests: by lberki · 4 years, 1 month ago
- 94602f0 SpawnAction.Builder: use callable PathFragment by Lszl Csomor · 4 years, 1 month ago
- 8d404a2 Automated rollback of commit 3b56919b67f4ca6c7f024504988080552113b9df. by lberki · 4 years, 1 month ago
- d2822ba docs/install-ubuntu: fixing missing dependency by Felix Ehrenpfort · 4 years, 1 month ago
- 3b56919 Migrate swift module map to its own action by waltl · 4 years, 1 month ago
- f9db4fb Remove `--incompatible_require_java_toolchain_header_compiler_direct` by cushon · 4 years, 1 month ago
- 6eb4597 Docs: Add info to migrate-maven.md about plugins by Googler · 4 years, 1 month ago
- 433dc60 Add `TestParameterInjector` to Bazel. by ajurkowski · 4 years, 1 month ago
- 8dbbde0 Allow overriding the hostname and instance name in bytestream:// URIs by Ed Schouten · 4 years, 1 month ago
- 3ebf658 Prevent a crash when using --repo_env=VAR without a value by Ed Schouten · 4 years, 1 month ago
- 03fd541 Docs: Rewrite Bazel pages to clarify intended user, part 5 by Googler · 4 years, 1 month ago
- fbf9f9d Convert --toolchain_resolution_debug to take a regex of toolchain typ… by John Cater · 4 years, 1 month ago
- 82dfcf0 Require that fileset mappings in `SimpleSpawn` are already an `ImmutableMap`. by jhorvitz · 4 years, 1 month ago
- d623892 Remove support for `--check_constaint=` by cushon · 4 years, 1 month ago
- a443af7 Link to target patterns from labels section by ranjanih · 4 years, 1 month ago
- 63a664f Rename allowed commands list in BuildEventServiceModule. by steinman · 4 years, 1 month ago
- be41d66 During toolchain resolution, first filter by toolchain type. by jcater · 4 years, 1 month ago
- 3e1ba0c BEP includes boolean flag indicating incomplete output groups. by adgar · 4 years, 1 month ago
- 4926955 Middleman actions should not have execution platforms or properties. by jcater · 4 years, 1 month ago
- 4c6a4b8 Refactor QueryIntegrationTest to avoid using global state. by Googler · 4 years, 1 month ago
- 42e05db Update threshold for long path shortening to be MAX_PATH - 4 by mai93 · 4 years, 1 month ago
- 96706a7 Docs: Update wording on Query page to clarify keywords by Googler · 4 years, 1 month ago
- e222639 Simplify description of workspace by ranjanih · 4 years, 1 month ago
- 596653d Allow tree artifacts to be source or header inputs to cc_common.compile() by waltl · 4 years, 1 month ago
- d2f93fd BEP includes all files from successful actions in requested output groups. by adgar · 4 years, 1 month ago
- b3ddeee Fix win_res.bzl's use of the cc toolchain. by jcater · 4 years, 1 month ago
- 6a1a09f Add "=" to flags in user manual by ranjanih · 4 years, 1 month ago
- 15cfe70 Use googletest-1.10.0 in external libraries example by ranjanih · 4 years, 1 month ago
- 1b35679 Replace internal Google stardoc_deps test with an OSS Bazel version. by steinman · 4 years, 1 month ago
- 1bf36c8 Automatic code cleanup. by jcater · 4 years, 1 month ago
- dce861d Update the open source filegroup rule to disable toolchain resolution. by John Cater · 4 years, 1 month ago
- 26c7e10 Cleanup: Replace NULL with nullptr by Vertexwahn · 4 years, 1 month ago
- fbe0458 Cleanup maybeTransitiveOnlyRuntimeJarsToJavaInfo. by ilist · 4 years, 1 month ago
- 7dc6f57 Remote: Use AsyncTaskCache inside RemoteActionInputFetcher. by Chi Wang · 4 years, 1 month ago
- 94ac839 Make WorkRequestHandler do a GC after some amount of CPU time has been used on requests. For Bazel and Blaze, defaults to 10s based on benchmarking. by larsrc · 4 years, 1 month ago
- 6c5a3ee Remote: Add AsyncTaskCache which is used to deduplicate task executions and cache the results. by Chi Wang · 4 years, 1 month ago
- c789d78 Add prerequisites and instructions for supporting 32-bit binaries on 64-bit machines to the documentation for running android_instrumentation_test. Fixes #13129. by ahumesky · 4 years, 1 month ago
- 756e7a1 When loading a package, if an interrupted exception is thrown but an error was already encountered, suppress the interrupted exception in favor of the package-specific error: the error may be the one needed for error bubbling, while the interruption could just mean that we were interrupted during error bubbling. by janakr · 4 years, 1 month ago
- a6d35c3 Simplify `TestTrimmingTransitionFactory`. by jhorvitz · 4 years, 1 month ago
- 177d17a Update documentation about `exec_tools` vs `tools`. by jcater · 4 years, 1 month ago
- 8186fbb Documentation for #13110 by Yuval Kaplan · 4 years, 1 month ago
- 01e0f43 Merge RepositoryValue into RepositoryDirectoryValue by wyv · 4 years, 1 month ago
- fcf9dd5 Ensure NamedSetOfFiles BEP event appears before event referencing the file_set. by adgar · 4 years, 1 month ago
- a1c8a44 Fix rewinding when artifacts from the same generating action are split among the failed action's requested `ArtifactNestedSetKey`s. by jhorvitz · 4 years, 1 month ago
- 0ef0454 Docs: Add info and links for Genrules in Build Ref by Googler · 4 years, 1 month ago
- 548a4b6 Widen logging on unexpected/synthetic exceptions to include non-IOExceptions and associate with the correct bugs. Limit the number of characters logged to avoid a repeat of a prior incident when ArtifactNestedSetKey#toString() caused OOMs. NestedSet#toString now has a ceiling, but 1,000,000 characters is still way too big for this kind of logging. by janakr · 4 years, 1 month ago
- 321fe3b Prevent --repo_env from triggering unnecessary fetches by Philipp Schrader · 4 years, 1 month ago
- e7a0a71 More properly destroy workers on interrupt. by larsrc · 4 years, 1 month ago
- c0ac45c Upgrade java_tools to v11.2 by Ivo List · 4 years, 1 month ago