bazel /
bazel /
3d69205d326bb481691f6dda2693bfc2808b396e - 3d69205 Have replaced all @AutoCodec with @SerializationConstant for the field, so delete AutoCodec target for field. by Googler · 3 years, 4 months ago
- c873525 Extract out constant for "current time" magic value in Path#setLastModifiedTime, to avoid confusion. by janakr · 3 years, 4 months ago
- e5ae94f Add EvaluationResult to debug messages for unexpected exception types in SkyframeBuilder. by janakr · 3 years, 4 months ago
- 3384b1c Fix --show_progress_rate_limit default value by Googler · 3 years, 4 months ago
- 3875b4b Update bzlmod instructions for --registry=my-fork by Alex Eagle · 3 years, 4 months ago
- 48e8868 Change host transitions to execution transitions in Sh rules. by ilist · 3 years, 4 months ago
- 09f0b24 Automatic code cleanup. by Googler · 3 years, 4 months ago
- 921d4de Add support for disk space events (specifically low disk space tracking) on Mac. by dmaclach · 3 years, 4 months ago
- 46104c6 BEP artifact upload opens all files upfront causing os to throw 'too many files open' exception by Googler · 3 years, 4 months ago
- c68908f Replace the per-`SkyKey` caches used by `PackageFunction` with the new `SkyKeyComputeState` mechanism. by nharmata · 3 years, 4 months ago
- 348ecad Add thermal anomaly tests. by dmaclach · 3 years, 4 months ago
- dd1235f Manage discarding of deps and rdeps from `InMemoryNodeEntry` based on the node's `KeepEdgesPolicy` instead of leaving it to an overridable method `postProcessAfterDone`. by jhorvitz · 3 years, 4 months ago
- 20fb6e3 Clarify that ActionAnalysisMetadata#getMandatoryOutputs() should only be called for orphaning-related work, and do some minor formatting clean-ups. by janakr · 3 years, 4 months ago
- 163e4d5 Allow failures in one branch of dynamic execution to be ignored in favor of what the other branch results in. This should only be used for specific well-understood failures, lest real problems be papered over. by larsrc · 3 years, 4 months ago
- 69be399 Use RepositoryName instead of String for the "toolsRepository" concept by wyv · 3 years, 4 months ago
- 4e7a2b0 Minor fixes for starlark cc_binary. by Googler · 3 years, 4 months ago
- 043d729 Adds flag `--experimental_dynamic_execution_cpu_limited` that prevents doing more dynamic execution threads than we have CPUs for. by larsrc · 3 years, 4 months ago
- c5da3c9 Use addTool to add tool artifacts instead of addInput in StarlarkAction.Builder by cmita · 3 years, 4 months ago
- fc98b2d Allow returning None for null maps in LibraryToLink shared_non_lto_backend Starlark methods. by cmita · 3 years, 4 months ago
- 54e04d3 Disable crashing on uncaught exceptions in `BazelBuildEventServiceModuleTest`. by ajurkowski · 3 years, 4 months ago
- 8c3e486 Add documentation for using code coverage by Bradley Burns · 3 years, 4 months ago
- ccc9b9d Automatic code cleanup. by Googler · 3 years, 4 months ago
- 5c5f785 Automated rollback of commit 122a859a81ceb0feb726b649e5e2572abf6e2cb3. by dacek · 3 years, 4 months ago
- af60a18 Expose "is_tool_configuration" on build configuration to Starlark builtins. by cmita · 3 years, 4 months ago
- b58aaeb Expose "extra_libraries" on ExtraLinkTimeLibraries objects to Starlark builtins. by cmita · 3 years, 4 months ago
- f4bf6f6 Clear GlobFunction's Pattern cache at the end of each command. GlobFunction has an unbounded map that was retained for the lifetime of the Blaze server, unnecessarily holding onto memory. by Googler · 3 years, 4 months ago
- 718651a Add a new flag: --experimental_platform_cc_test by Googler · 3 years, 4 months ago
- ee38b63 Add Starlark mechanism for default_copts and defaults_hdrs_check by plf · 3 years, 4 months ago
- 005361c Disable IncludeValidation for ObjC in bazel by waltl · 3 years, 4 months ago
- 278a637 Fix up bad name in test. by dmaclach · 3 years, 4 months ago
- 103ea9d Remove the concept of a "default" repo name and consolidate label parsing logic by wyv · 3 years, 4 months ago
- d7f0724 ResourceSet in StarlarkAction API by wilwell · 3 years, 4 months ago
- 44c30ac Add value equals and hashCode to BuildConfigurationValue by twigg · 3 years, 4 months ago
- 133f18a Add unit tests for memory pressure events. by dmaclach · 3 years, 4 months ago
- b8bc284 Properly handle missing packages and I/O exceptions when parsing target patterns in no-keep-going mode. Additionally, eagerly terminate evaluation on "inconsistent filesystem exceptions" even in keep-going mode, by analogy with a source file changing mid-build, which terminates the build even in keep-going mode. Note that we still don't terminate an evaluation eagerly on all inconsistent filesystem exceptions, but this is incrementally better than before, IMO (I think the remaining holes are bzl files and reading source artifacts for the first time). by janakr · 3 years, 4 months ago
- ba5d4de Clean up `prefetchDeps` a bit. by jhorvitz · 3 years, 4 months ago
- 3ffec39 Update tracking bug ids. by nharmata · 3 years, 4 months ago
- 6336bf2 Expose C++ configuration for Starlark cc_library by plf · 3 years, 4 months ago
- 41a0431 Refactor plethora of StarlarkProvider factory methods to a builder by arostovtsev · 3 years, 4 months ago
- bf30d81 Actually remove the flag --incompatible_disable_depset_items by pcloudy · 3 years, 4 months ago
- 122a859 Allow create_linking_context_from_compilation_outputs to create an empty archive by plf · 3 years, 4 months ago
- f14a3a5 Fixed a bug where incorrect type of variable was given to transitive field of the depset. by Googler · 3 years, 4 months ago
- 6522472 Wire up include scanning. by Benjamin Peterson · 3 years, 4 months ago
- fc4d9d6 Add clarification note in bazel dependency file by Xavier Bonaventura · 3 years, 4 months ago
- f40d086 Fix theoretical performance issue in `PackageLookupFunction#findPackageByBuildFile` using the new `SkyKeyComputeState` mechanism. by nharmata · 3 years, 4 months ago
- 9218010 Enforce that JavaCompileAction.outputDepsProto is non-null if classPathMode is BAZEL: we unconditionally read the proto output in such cases. by janakr · 3 years, 4 months ago
- 10d3084 Do not leave uncaught exception handler past tests derived from `BuildIntegrationTestCase`. by ajurkowski · 3 years, 4 months ago
- d0fde13 Allow \a \b \f \v escape sequences in Starlark. by tjgq · 3 years, 4 months ago
- 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, 5 months ago
- f697b5b Replace anonymous classes with lambdas when possible. by nharmata · 3 years, 5 months ago
- 6415287 Automatic code cleanup. by Googler · 3 years, 5 months ago
- 97fd16c Delete non-interning, non-singleton @AutoCodec. by Googler · 3 years, 5 months ago
- 927b625 Provide a `default` implementation of `SkyFunction#extractTag`. by nharmata · 3 years, 5 months ago
- 1987af2 Automatic code cleanup. by Googler · 3 years, 5 months ago
- d789eda Make `MemoizingEvaluatorTest.java` compliant with the formatter. by nharmata · 3 years, 5 months ago
- aa81f5a Make `py_proto_library` use regular runfiles instead of custom runfiles provider. by Googler · 3 years, 5 months ago
- 38a22d1 Add mirror link for bazelci_rules by Chi Wang · 3 years, 5 months ago
- 56fdd89 Automated rollback of commit eecf846ee390f08c1b1146a5a40b19dd05201a96. by dacek · 3 years, 5 months ago
- bf41661 Automated rollback of commit 1ad65d52f5d8422725dd3508f704edac705943a9. by dacek · 3 years, 5 months ago
- edb150c Use @TestParameterInjector in LoadingPhaseRunnerTest. by janakr · 3 years, 5 months ago
- 5738a1c Remove JavaScript getting started docs by Alex Eagle · 3 years, 5 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