bazel /
bazel /
a2e57cac1b52847944cc7a2df4c5a51aa42f3db7 - a2e57ca Add in missing BUILD File and fix srcs glob. This was an oversight from https://github.com/bazelbuild/bazel/commit/80f65dd50c93bcff076706e3c87b987e2967e876. Also remove invalid tests that were not previously detected due to missing BUILD files. by dacek · 3 years, 4 months ago
- a87c095 Add notifier test util to bazel. by dmaclach · 3 years, 4 months ago
- 8e4f6ee Update System Suspension Event Test to cover a bit more code. by dmaclach · 3 years, 4 months ago
- ed279ab Introduce a way for `mySkyFunction.compute(k, env)` to avoid having to redo work for `SkyKey` `k` on each such call to `#compute` (after dependencies are ready). by nharmata · 3 years, 4 months ago
- 882321b Add an uncaught exception handler for Bazel integration tests. by ajurkowski · 3 years, 4 months ago
- 2ec457d Remote: Ignore blobs referenced in BEP if the generating action cannot be cached remotely. by chiwang · 3 years, 4 months ago
- 0d7d44d Remote: Add support for tag no-remote-cache-upload. by chiwang · 3 years, 4 months ago
- 139081f Release 6.0.0-pre.20211117.1 (2021-12-07) by Bazel Release System · 3 years, 4 months ago
- dce2435 [apple] fix issues compiling C in objc_library for watchos/armv7k by Dan Fleming · 3 years, 4 months ago
- 795eab3 Fix crash with `--experimental_skyframe_prepare_analysis` by accepting any `DetailedException`. by jhorvitz · 3 years, 4 months ago
- f4db9ce Automatic code cleanup. by Googler · 3 years, 4 months ago
- 81264d2 Tighten some class privacy. by gregce · 3 years, 4 months ago
- f697b5b Replace anonymous classes with lambdas when possible. by nharmata · 3 years, 4 months ago
- 6415287 Automatic code cleanup. by Googler · 3 years, 4 months ago
- 97fd16c Delete non-interning, non-singleton @AutoCodec. by Googler · 3 years, 4 months ago
- 927b625 Provide a `default` implementation of `SkyFunction#extractTag`. by nharmata · 3 years, 4 months ago
- 1987af2 Automatic code cleanup. by Googler · 3 years, 4 months ago
- d789eda Make `MemoizingEvaluatorTest.java` compliant with the formatter. by nharmata · 3 years, 4 months ago
- aa81f5a Make `py_proto_library` use regular runfiles instead of custom runfiles provider. by Googler · 3 years, 4 months ago
- 38a22d1 Add mirror link for bazelci_rules by Chi Wang · 3 years, 4 months ago
- 56fdd89 Automated rollback of commit eecf846ee390f08c1b1146a5a40b19dd05201a96. by dacek · 3 years, 4 months ago
- bf41661 Automated rollback of commit 1ad65d52f5d8422725dd3508f704edac705943a9. by dacek · 3 years, 4 months ago
- edb150c Use @TestParameterInjector in LoadingPhaseRunnerTest. by janakr · 3 years, 4 months ago
- 5738a1c Remove JavaScript getting started docs by Alex Eagle · 3 years, 4 months ago
- bcb45ef Avoid NPE in debugPrint() when owner is null by larsrc · 3 years, 5 months ago
- 402e80e Replace `EvaluationVersionBehavior` with a method `NodeEntry#getMaxTransitiveSourceVersion`. by jhorvitz · 3 years, 5 months ago
- 6741bb3 Get rid of dead code that guards against no top-level node being present in Skyframe evaluation result in case of a catastrophe. Since we can unconditionally bubble up through the unfinished graph, this never happens. by janakr · 3 years, 5 months ago
- 478b1bb Remove unnecessary commented-out code from `OutputsInvalidationIntegrationTest`. by ajurkowski · 3 years, 5 months ago
- 185fb0b Remove Guava 30.1.1 from `third_party`. by Alex Jurkowski · 3 years, 5 months ago
- ae4fed6 Update documentation about JavaInfo .plugins and .annotation_processing fields. by ilist · 3 years, 5 months ago
- 951a7ce Update Guava reference in to version 31. by ajurkowski · 3 years, 5 months ago
- 80a25c7 Simplify `ModifiedFileSet::hashCode`. by ajurkowski · 3 years, 5 months ago
- 82325e6 Add BuildFileContentsGeneratorTest. by dacek · 3 years, 5 months ago
- 32fc7ca Change host transitions to execution transitions in Cpp rules. by ilist · 3 years, 5 months ago
- ca3d814 Update documentation for Bazel 4.2.2 by Yun Peng · 3 years, 5 months ago
- 6858cff Fix usage of cc_common.is_enabled in builtin's cc_helper.bzl by cmita · 3 years, 5 months ago
- 6e1b440 Use .dylib extension for macOS dynamic libraries in XCode toolchain by Fabian Meumertzheim · 3 years, 5 months ago
- fbd4427 Check output files even if `--experimental_check_output_files` is disabled when the whole output tree is deleted. by ajurkowski · 3 years, 5 months ago
- 6c88edf Refactor `SkyFunctionEnvironment` constructors into factory methods and make some variable names more descriptive. by jhorvitz · 3 years, 5 months ago
- 0f19ef3 Add `deps` attribute to `objc_import` rule by Googler · 3 years, 5 months ago
- ef4d669 Minor cleanups in `SkyFunctionEnvironment`: by jhorvitz · 3 years, 5 months ago
- c85983c Update Guava so that we can use the new APIs like `ImmutableMap.Builder::buildOrThrow`. by Alex Jurkowski · 3 years, 5 months ago
- 3788780 Remove unnecessary calls to `MockGenruleSupport::setup` from tests. by ajurkowski · 3 years, 5 months ago
- d826b8d Release 4.2.2 (2021-12-02) by Bazel Release System · 3 years, 5 months ago
- 168b89b Automatic code cleanup. by Googler · 3 years, 5 months ago
- a9573be Add comments about "native deps". by lberki · 3 years, 5 months ago
- 40c69ed Grab java artifacts from application_resources attribute is it does java compilation. by Googler · 3 years, 5 months ago
- d11ecc5 Mark `BzlLoadFunction` as never shareable. Attribute descriptors (and perhaps some other types) do not implement equality, so comparisons don't work for deserialized instances. by jhorvitz · 3 years, 5 months ago
- f76f69c Filter nulls when adding fragments referenced by a Starlark rule definition. by jhorvitz · 3 years, 5 months ago
- 73b22b6 cquery: support queries over incompatible targets. by Greg · 3 years, 5 months ago
- 547fe52 Clarify message for legacy sandbox->local fallback usage. by larsrc · 3 years, 5 months ago
- 00a3354 Bug fixes and Platform Toolchain support: by Googler · 3 years, 5 months ago
- 0129a24 Delete non-interning, non-singleton @AutoCodec. by Googler · 3 years, 5 months ago
- 33b2483 Automatic code cleanup. by Googler · 3 years, 5 months ago
- 1ad65d5 Add PythonRuntimeAliasTest. by dacek · 3 years, 5 months ago
- 4cb3da5 Add malloc to the list of compilation context dependencies. by Googler · 3 years, 5 months ago
- 93be82d Remove filegroups and outputs workaround in java_library. by ilist · 3 years, 5 months ago
- 01a46f0 Remove incompatible_enable_exports_provider flag and JavaExportsProvider. by ilist · 3 years, 5 months ago
- dde1b4a Use `System.lineSeparator()` instead of `%n` formatting. by jhorvitz · 3 years, 5 months ago
- 0b80c47 Copy over action_names.bzl from @bazel_tools into builtins. by cmita · 3 years, 5 months ago
- 3b7b9da Fix unnecessary quotes around string variables by Dimi Shahbaz · 3 years, 5 months ago
- 37d08ed Add parameter for classpath_resources to java_common.compile() by hvd · 3 years, 5 months ago
- 9ee1362 Ignore exceptions from removing shutdown hooks during shutdown. by larsrc · 3 years, 5 months ago
- aa52f2d Exit collect_coverage.sh early if LCOV_MERGER is not set. by Charles Mita · 3 years, 5 months ago
- 3f1672e Use .dylib extension for macOS dynamic libraries in Unix toolchain by Fabian Meumertzheim · 3 years, 5 months ago
- 0b02ea4 Moved check_srcs_extension to cc_helper. by Googler · 3 years, 5 months ago
- 2292db9 Remove handling of custom change pruning logic from `InMemoryNodeEntry`. Subclasses can do what they want by overriding `setValue`. by jhorvitz · 3 years, 5 months ago
- 28ea8c1 Fix issues with Style Guide by Googler · 3 years, 5 months ago
- 4449c11 Fixed broken link. by philomath · 3 years, 5 months ago
- 88711cb Add feature flagged changes to allow for the Apple transitions to properly handle --platforms as an alternative to the Apple cpu flags. by Googler · 3 years, 5 months ago
- cbf3ff9 Automatic code cleanup. by Googler · 3 years, 5 months ago
- d154dc3 Automated rollback of commit 748b9964211ff18b244649922030b36e02ea0d13. by waltl · 3 years, 5 months ago
- e3dac0c Fixed an incorrect linking order. by Googler · 3 years, 5 months ago
- 8bdf0f8 Add Javadoc for NamedForkJoinPool constructor. by larsrc · 3 years, 5 months ago
- 56d624b Separate ExecException.java from main actions target. by wilwell · 3 years, 5 months ago
- 47ad531 Add advice about use of StarlarkSemantics.DEFAULT by brandjon · 3 years, 5 months ago
- 2c158fb Allow multiple calls to initStarlarkRuleContext. by ilist · 3 years, 5 months ago
- 84464b6 Add plugin_format_flag to j2objc_proto_toolchain in bazel_tools. by ilist · 3 years, 5 months ago
- 59e16e9 Show skipped tests as a warning by Brentley Jones · 3 years, 5 months ago
- 5fd5afa Fix typo in example on testing.md. by Chris Fredrickson · 3 years, 5 months ago
- 4256d46 Automated rollback of commit d84f7998ef8f15e27376a0c8f25b320145c4ba9e. by dacek · 3 years, 5 months ago
- 9fddd56 Add a test for an aspect applied to a `cc_libc_top_alias` target. by jhorvitz · 3 years, 5 months ago
- af15543 Move fragment cache infra from BuildConfigurationFunction to new FragmentFactory by twigg · 3 years, 5 months ago
- 4e24829 Merge the request for the associated target's package into the initial request in `AspectFunction`. by jhorvitz · 3 years, 5 months ago
- 0138243 Fixed various cc_binary bugs. by Googler · 3 years, 5 months ago
- c8d83ae Improve error handling in case of failure to read cached TestResultData by Googler · 3 years, 5 months ago
- 3678d6a Delete non-interning, non-singleton @AutoCodec. by Googler · 3 years, 5 months ago
- 4b3083f Apply best-effort cleanup strategy for test root on Windows. by ajurkowski · 3 years, 5 months ago
- 87458e7 Starlark cc_test. by Googler · 3 years, 5 months ago
- 3791b04 Keep JavaCompilationArgsProvider in JavaInfo for Starlark java_binary by hvd · 3 years, 5 months ago
- 8f00ca1 Add missing runtime deps and jvm flags to java_binary when using a test runner by hvd · 3 years, 5 months ago
- ab45b1a Add internal APIs to declare and link shareable artifacts by hvd · 3 years, 5 months ago
- 76b3c24 Build xcode-locator as a universal binary by Ed Schouten · 3 years, 5 months ago
- cd4bc7c Add plugin_format_flag to the Bazel's tests. by ilist · 3 years, 5 months ago
- 0c32009 Remove unused parameters of createCommandLineFromToolchains. by ilist · 3 years, 5 months ago
- 11877e3 Test registerActions instead of createCommandLineFromToolchains. by ilist · 3 years, 5 months ago
- 3771072 Enable command-line aspects parameters by messa · 3 years, 5 months ago
- 4f3bf33 Fixed several bugs in cc_binary implementation. by Googler · 3 years, 5 months ago
- 20c6605 Override `toString` to show `dynamic` instead of `com.google.devtools.build.lib.dynamic.DynamicSpawnStrategy@6fd1927c` or similar in logging output. by twerth · 3 years, 5 months ago
- 305b5db Fixed a bug where headers were passed to linking action,because of full by Googler · 3 years, 5 months ago