bazel /
bazel /
8b29b6a2dda8d2a9424f43380023ea7141b5c417 - 8b29b6a Fix issue where libtool_check_unique isn't found for sandbox builds by Michael Eisel · 4 years, 7 months ago
- e0bd9d3 bazel skyframe: merge WorkspaceASTFunction into WorkspaceFileFunction by adonovan · 4 years, 7 months ago
- 5a40ab6 bazel skydoc: consolidate the fake environment by adonovan · 4 years, 7 months ago
- d5194a1 Print the path of too-large stdout/stderr and the flag to increase the limit. by jmmv · 4 years, 7 months ago
- 89c1398 starlark annot: delete StarlarkGlobalLibrary (step 1) by adonovan · 4 years, 7 months ago
- 800117e starlark: make Starlark.addMethods reject fields by adonovan · 4 years, 7 months ago
- fe79cf3 Expose the android_manifest_merger flag to Starlark. This enables us to by Googler · 4 years, 7 months ago
- 39587e7 Clear reusable state in BuildEventArtifactUploaderFactory on shutdown. by adgar · 4 years, 7 months ago
- acd3315 Define IO_REPARSE_TAG_PROJFS if it's not defined. by pcloudy · 4 years, 7 months ago
- 301b96b Change source artifact roots of external packages to $OUTPUT_BASE/external. This is the first step for releasing the special 'external' package name for general use. This CL alone should not have any user-visible impacts. by Googler · 4 years, 7 months ago
- 5eee2b0 Update Python rules to use the toolchain transition by John Cater · 4 years, 7 months ago
- 5f944e0 Update py_runtime_pair to properly declare config transitions. by John Cater · 4 years, 7 months ago
- 5cead30 Source files aren't required inputs for creating a module map. by djasper · 4 years, 7 months ago
- 58fdf63 Update cc_toolchain to properly declare config transitions. by jcater · 4 years, 7 months ago
- cb1f9f6 Add CallCredentialsProvider and refresh credentials in ByteStreamUploader by Chi Wang · 4 years, 7 months ago
- 49c9475a Do not inject tree artifact values using `MetadataConsumer`. by ajurkowski · 4 years, 7 months ago
- 2a20003 Make a JSON version of bazel_worker_test. by steinman · 4 years, 7 months ago
- 1d9c7da Add check so --flag_alias can be enabled/disabled on the command line. by warkahscott · 4 years, 7 months ago
- 6d44813 Automated rollback of commit 3e79b0dbd93deeb3a2d970371f1b72845613ac06. by juliexxia · 4 years, 7 months ago
- 496a37f Split lib/rules/cpp into one target per test by michajlo · 4 years, 7 months ago
- 215a0f7 Workaround so that tests elaborate under a trimmed configuration. by twigg · 4 years, 7 months ago
- 05650ff UnixFileSystem: read cached hashes from extended attributes by Ed Schouten · 4 years, 7 months ago
- 6abf5b7 Set a default value for --host_crosstool_top by John Cater · 4 years, 7 months ago
- 04ccf7d Update cquery integration tests to use a custom Starlark rule. by jcater · 4 years, 7 months ago
- 3e79b0d Add BazelSdkToolchainRule and GoogleSdkToolchainRule as ancestors to rules that currently access the AndroidSdkProvider from the :android_sdk attr. by juliexxia · 4 years, 7 months ago
- 8e9f9e1 Require MissingFragmentPolicy to specify which fragment is adjusted. by twigg · 4 years, 7 months ago
- 49cb5a6 Handle malformed input when reading resource usage. by jhorvitz · 4 years, 7 months ago
- cfe91ce Show stderr output from workspace status command, and simplify stdout/stderr handling in BazelWorkspaceStatusAction. by janakr · 4 years, 7 months ago
- c656e65 Upgrade protobuf to 3.13.0, part 2/3 by Yannic Bonenberger · 4 years, 7 months ago
- 2a17285 Delete method with a type mismatch. by Googler · 4 years, 7 months ago
- 4f008c5 Simplify RemoteExecutionCache by Ulf Adams · 4 years, 7 months ago
- e3285b8 Cquery's proto output is now sorted by attribute name. by John Cater · 4 years, 7 months ago
- 0a1f0f5 bazel skyframe: rename ASTFileLookup -> BzlCompile by adonovan · 4 years, 7 months ago
- 2e1480d Truncate query expression before inclusion in user messages (e.g. stderr, logs, failure details) by mschaller · 4 years, 7 months ago
- f1775dc Automatic code cleanup. by Googler · 4 years, 7 months ago
- d6ac414 Expose documented function return values in stardoc by Samuel Giddins · 4 years, 7 months ago
- 2b21225 Use a unique temp directory for each async clean to avoid potential conflicts. by janakr · 4 years, 7 months ago
- 55850d2 Automatic code cleanup. by Googler · 4 years, 7 months ago
- f1c0697 Declare `RuntimeException` as the return type to make it easier for callers to throw unconditionally. by jhorvitz · 4 years, 7 months ago
- 9e78146 Include "resources" in dependency attributes for java_* by Googler · 4 years, 7 months ago
- f259b8a Implement local_java_repository for local version of Java by Ivo List · 4 years, 7 months ago
- 35b3780 Upgrade protobuf to 3.13.0, part 1/3 by Yannic Bonenberger · 4 years, 9 months ago
- ac95b62 Migrate from deprecated `com.google.common.base.Charsets` to `java.nio.charset.StandardCharsets`. by Googler · 4 years, 7 months ago
- 8f0a282 Build the the desugared library as class files using L8 by sgjesse · 4 years, 7 months ago
- dd9ca23 starlark: eliminate potential deadlock in CallUtils by adonovan · 4 years, 7 months ago
- e3c8eb4 Update documentation for --[no]analyze flag. by janakr · 4 years, 7 months ago
- 14794b8 Enable the --workspace_status_command binary to overwrite Bazel's default values for all keys that show up in stable-status.txt and volatile-status.txt. by janakr · 4 years, 7 months ago
- 83e75c1 Recover from `MissingNestedSetException` using action rewinding. by jhorvitz · 4 years, 7 months ago
- ac24e15 Make `NestedSet#isReady` more robust by returning false for cancellations and failed futures. by jhorvitz · 4 years, 7 months ago
- c1da7aa starlark: remove "new" annotation processor by adonovan · 4 years, 7 months ago
- 0fb23ae Improve error messages from WorkerSpawnRunner. by steinman · 4 years, 7 months ago
- 4a5911d Add error message to FailAction's FailureDetails. by Googler · 4 years, 7 months ago
- 38755cc starlark: allow start=None in str methods by adonovan · 4 years, 7 months ago
- 400ff54 bazel: use precise type for kwargs dict by adonovan · 4 years, 7 months ago
- 4d05b7c Don't crash on an unsupported command with project file support. by janakr · 4 years, 7 months ago
- 1624a28 Test both MissingNestedSetException and a RuntimeException. by jhorvitz · 4 years, 7 months ago
- 7bb0f39 Remove some TODOs now that bug is understood by shreyax · 4 years, 7 months ago
- 4976d35 Add the Xcode requirements checks to the new dynamic scheduler. by jmmv · 4 years, 7 months ago
- 84834db Make DummyExecutor's clock a ManualClock, not a real BlazeClock. by janakr · 4 years, 7 months ago
- 3687084 Fix test_interrupt_streamed_output_* flakiness. by jmmv · 4 years, 7 months ago
- 7e6553a Propagate `MissingNestedSetException` from `toListInterruptibly`. by jhorvitz · 4 years, 7 months ago
- 2744aad Add d8 desugar of library libs support. by Googler · 4 years, 7 months ago
- 0371936 Fix using Virtual File System for Git by Kseniia Vasilchuk · 4 years, 7 months ago
- 514328a Fix shared/external blocks in query's regex and external deps docs, with a little bit of cleanup. by jingwen · 4 years, 7 months ago
- 8732c82 Add description about installation support from Bazel team or community members on the installation page. by Jin · 4 years, 7 months ago
- b9525bb Add private headers to direct sources by waltl · 4 years, 7 months ago
- 6e4e86c bazel syntax: delete it by adonovan · 4 years, 7 months ago
- 421cf15 Optimize handling of long lines when using `--test_output=streamed`. by ajurkowski · 4 years, 7 months ago
- 7b97f79 Update doc to indicate "exec" is also valid. by yileiyang · 4 years, 7 months ago
- d21d6a4 starlark: roll-up integrate changes from lib/syntax by adonovan · 4 years, 7 months ago
- 7d99400 Create a checked exception for the case when a `NestedSet` is unexpectedly missing from storage. by jhorvitz · 4 years, 7 months ago
- 23487e8 Minor typo in output_directories.md by yoav-steinberg · 4 years, 7 months ago
- 450c7ad bazel: rename imports of lib.syntax to java.starlark.net by adonovan · 4 years, 7 months ago
- a4edc5f bazel docgen: also search net/starlark/java for classes by adonovan · 4 years, 7 months ago
- d4b5078 Improve error messages for incorrectly formated JSON work responses. by steinman · 4 years, 7 months ago
- 851a2c7 bazel packages: simplify WorkspaceFactory.execute by adonovan · 4 years, 7 months ago
- 60fe417 Remove `@VisibleForTesting` from `SkyframeExecutor#DEFAULT_THREAD_COUNT`. by jhorvitz · 4 years, 7 months ago
- c30159e Automated rollback of commit 48934833fd61f2226a12458b8854631fa8154948. by arostovtsev · 4 years, 7 months ago
- 3bcf23c Collect and relay detailed failures in TargetEdgeErrorObservers by mschaller · 4 years, 7 months ago
- aa42a99 bazel syntax: avoid allocation in str.{starts,ends}with by adonovan · 4 years, 7 months ago
- d6b7886 Automated rollback of commit 6186ee21b349a987da212986c3681574f21168e0. by larsrc · 4 years, 7 months ago
- 690d579 Add coverage stubs back by Keith Smiley · 4 years, 7 months ago
- 39512a4 Fall back to building without remote if remote server is inaccessible before build. by Chi Wang · 4 years, 7 months ago
- 2c768ef Propagate --experimental_starlark_cc_import to the CppConfiguration by Andrzej Guszak · 4 years, 7 months ago
- d4d13c5 Patch com.android.tools_sdk-common_25.0.0 jars for compatibility with modern Guava by Alexandre Rostovtsev · 4 years, 9 months ago
- ae230d2 Update Guava to 29.0 by Alexandre Rostovtsev · 4 years, 9 months ago
- 2e8d89a android_sh_test now fails to build with a clear error if there is no Android SDK by John Cater · 4 years, 7 months ago
- b9bb102 Fix incorrect rule class digest when creating rules through macros. by ajurkowski · 4 years, 7 months ago
- 23b0b8a android_test also needs the legacy behavior in RuleContext.getPrerequisites. by jcater · 4 years, 7 months ago
- b7590a0 Add an explicit error when trying to expand a Fileset outside of inputs list in by ajurkowski · 4 years, 7 months ago
- 12b06b2 Support constraint_value directly in select() by Greg Estren · 4 years, 7 months ago
- f5c9e77 Add rudimentary test for QueryCommand invalid syntax codepath by michajlo · 4 years, 7 months ago
- 3abdb97 Fix help text for --jobs option to show the accepted values correctly. by steinman · 4 years, 7 months ago
- f8b51ff Remove dead objc setup code by Keith Smiley · 4 years, 7 months ago
- 6186ee2 Add a build variable for -install_name / -soname. by Googler · 4 years, 7 months ago
- b3ac8f6 Patch upb to fix build error with gcc 10 by Yun Peng · 4 years, 7 months ago
- 83034fa bazel syntax: memoize StarlarkSemantics.hashCode by adonovan · 4 years, 7 months ago
- 95704d1 Audit all production calls of Path#getDigest and either replace them with DigestUtils#getDigestWithManualFallback or document why Path#getFastDigest is not useful to them. by janakr · 4 years, 7 months ago
- 4893483 Make it possible to add extra command line options to JavaProtoAspect. by Googler · 4 years, 7 months ago
- 4e11dc1 Stop using reflection to create GrpcServerImpl by michajlo · 4 years, 7 months ago