bazel /
bazel /
c89c5287a63b902d15c4aabfdc3c1fde6891b25a - c89c528 Fix versioned sidebars for 5.0 docs by wyv · 3 years, 2 months ago
- 2199335 Automatic code cleanup. by Googler · 3 years, 2 months ago
- 674f144 Move ResolvedEvent out of ExtendedEventHandler: it never belonged there, it's extremely repository-specific. by janakr · 3 years, 2 months ago
- 9998c63 Minor DynamicCodec simplifications. by shahan · 3 years, 2 months ago
- 3fb43f1 Deletes @AutoCodec annotation on AspectsListBuilder.StarlarkAspectDetails. by shahan · 3 years, 2 months ago
- 3d37dc2 Fix Who's Using Bazel? link in docs footer. by aiuto · 3 years, 2 months ago
- 86a704f Simplify the logic used in RBuildFilesVisitor#getSkyKeysForFileFragments. We unnecessarily keep track of two multimaps because we have skew between "current" path fragments and package lookup keys. by shreyax · 3 years, 2 months ago
- 787fb24 Renames ImmutableListRuntimeCodec to ImmutableListCodec (which is unused). by shahan · 3 years, 2 months ago
- 7f2069d Set debugging variable in "getOrderedValuesOrThrow" codepath, missed in https://github.com/bazelbuild/bazel/commit/d4ec9e2fb4f11a3d78d7e406bbc70c8f4344ec24. by Googler · 3 years, 2 months ago
- fc1d79c Clean up FilesystemCalls: rename to SyscallCache, move to a top-level class, and get rid of AtomicReference wherever possible. Use a SyscallCache for any command-scoped classes, and Supplier<SyscallCache> for others. This change should have no runtime-observable effects (all underlying caches are the same). by janakr · 3 years, 2 months ago
- b8690d4 Automatic code cleanup. by Googler · 3 years, 2 months ago
- d99f8fe Automatic code cleanup. by cushon · 3 years, 2 months ago
- 2d15135 Remove "experimental" from exec group docs by gregce · 3 years, 2 months ago
- 90abed5 Bzlmod: Refactor repo rule creation code by wyv · 3 years, 2 months ago
- 85821a2 Add injecting_rule_kind for java_lite_proto_library by Googler · 3 years, 2 months ago
- 855d3a5 Bazel CI: Assign a unique label to the RBE job in order to avoid confusion. by fwe · 3 years, 2 months ago
- ecee9ff Resolve failed test - JavaLiteProtoLibraryTest:generatedCodeIsCompiledWithoutStrictDeps by Googler · 3 years, 2 months ago
- f2e3df6 Add ProguardSpecProvider into Starlark implementation of JavaLiteProtoLibrary by Googler · 3 years, 2 months ago
- 1ecf77c Automatic code cleanup. by Googler · 3 years, 2 months ago
- 8b60c90 Remove uses of -lstdc++ on darwin by Keith Smiley · 3 years, 2 months ago
- 6c31c1d Temporarily disable the flaky testConflictErrorAndUnfinishedAspectAnalysis_mergedAnalysisExecution. by leba · 3 years, 2 months ago
- 9e2d329 Duplicate JavaLiteProtoLibraryTest for Starlark implementation. by Googler · 3 years, 2 months ago
- 8a33340 Remove unused `new LinkedHashMap<>()` call, which will soon be an error. by Googler · 3 years, 2 months ago
- ecfbee6 Automatic code cleanup. by Googler · 3 years, 2 months ago
- af5f522 Optimise parameter passing to Starlark calls. by ilist · 3 years, 2 months ago
- 866b9d8 Pass parameters positionally instead of by names. by ilist · 3 years, 2 months ago
- bb4c423 Optimise array constructions in Java rules. by ilist · 3 years, 2 months ago
- 425f288 Remove create_rule and use direct rule call. by ilist · 3 years, 2 months ago
- 4d73013 Define implicit attributes. by ilist · 3 years, 2 months ago
- 9b4ecf8 Implement a simple function to merge attributes. by ilist · 3 years, 2 months ago
- 6683880 Remove special casing on collecting resources. by ilist · 3 years, 2 months ago
- c17f1b7 Use attained composability of java_library and java_plugin rule's to handle implementation differences. by ilist · 3 years, 2 months ago
- b63a19d Return a dictionary of providers. by ilist · 3 years, 2 months ago
- baa8901 Pass rule attributes to java_plugin_rule via parameters. by ilist · 3 years, 2 months ago
- 0ef0bb9 Pass rule attributes to java_library_rule via parameters. by ilist · 3 years, 2 months ago
- 65ba4a8 Pass rule attributes to validate proguardspecs action via parameters. by ilist · 3 years, 2 months ago
- 9331df2 Pass rule attributes to base/java common action via parameters. by ilist · 3 years, 2 months ago
- 768751c Stop using rule attributes from ctx in android_lint action. by ilist · 3 years, 2 months ago
- 4bf9c9d Pass rule attributes to compile_action via parameters. by ilist · 3 years, 2 months ago
- d4ec9e2 Add debugging for BzlLoadFailedException slipping through PackageFunction. by janakr · 3 years, 2 months ago
- 63fae85 Add resource_set parameter to proto_common.bzl by ilist · 3 years, 2 months ago
- 5418a19 Optimise parameters in proto_compile_action_builder. by ilist · 3 years, 2 months ago
- 0d88835 Roll forward of https://github.com/bazelbuild/bazel/commit/7b923862c5d8d16c84c50dd1a3b8c6584b729b21: Use literals for format flags in proto_common call. by ilist · 3 years, 2 months ago
- fa388a0 Roll forward of https://github.com/bazelbuild/bazel/commit/b9544d0bdb2e3515328bb571d5c2ad871f0fe9c3: Use literal as a progress message in proto_common call. by ilist · 3 years, 2 months ago
- 529398e Roll forward of https://github.com/bazelbuild/bazel/commit/5d32fa8dcef2a49c21a7080349666b2360e76e0c: Call Starlark proto_compile_action from ProtoCompileActionBuilder.maybeRegister. by ilist · 3 years, 2 months ago
- 94eaed2 Enable some experimental features for RBE build. by Chi Wang · 3 years, 2 months ago
- 3836ad0 Remote: Only waits for background tasks from remote execution. by Chi Wang · 3 years, 2 months ago
- 621649d Remote: Postpone the block waiting in `afterCommand` to `BlockWaitingModule` by Chi Wang · 3 years, 2 months ago
- 6b32f22 Make CC host toolchain alias rule use EXEC configuration instead of HOST by steinman · 3 years, 2 months ago
- 7de1571 Update JDK versions by Liam Miller-Cushon · 3 years, 2 months ago
- a6c3f23 Adding Starlark dependencies to the package //external by Zhongpeng Lin · 3 years, 2 months ago
- 58d925a Automatic code cleanup. by Googler · 3 years, 2 months ago
- 2e244ff Automatic code cleanup. by Googler · 3 years, 2 months ago
- 1746d63 Fix stack overflow exception in deleteOutput by Bohdan Vanieiev · 3 years, 2 months ago
- 801bb4b Run buildifier on third_party by Liam Miller-Cushon · 3 years, 2 months ago
- de3bbe5 Remove one extra Skyframe evaluation to get the Targets for testing. by leba · 3 years, 2 months ago
- 74c97f2 Implement action conflict checking for --experimental_merged_skyframe_analysis_execution. by leba · 3 years, 2 months ago
- 73a76a8 Fix that bepTransports are not properly closed if --bes_timeout is set. by chiwang · 3 years, 2 months ago
- f6dbd1e Populate v3 sign min api for rotation in ApkInfo. by Googler · 3 years, 2 months ago
- 2b7ced8 Document the toolchain transition and add notes about toolchain behavior with configuration. by jcater · 3 years, 2 months ago
- 09eeb95 Update toolchains.md to use footnote-style links, in order to clean up formatting. by jcater · 3 years, 2 months ago
- 9e16a64 Flip --experimental_worker_allow_json_protocol by Keith Smiley · 3 years, 2 months ago
- 440e16d Small tweak to version injection logic to tolerate injecting versions not comparable with the graph version. by jhorvitz · 3 years, 2 months ago
- e2abe2b Add more debugging for bug: put current invocation id in LabelVisitor threads, so that if a lingering thread from a prior invocation is responsible for a re-entrant evaluation, we'll see. by janakr · 3 years, 2 months ago
- 7557bdd Increase the default value for analysis_testing_deps_limit to 2000. by Googler · 3 years, 2 months ago
- f802525 Add warnings as errors cc feature by jheaff1 · 3 years, 2 months ago
- cfaecc5 Fix calls to Flogger's `log(String)` method that would be in error when `@CompileTimeConstant` is added to its parameter. by Googler · 3 years, 2 months ago
- 2dd4256 Update install-os-x.md by dmaclach · 3 years, 2 months ago
- bdc2ec7 Refactor `MemoryPressureListener` and `MemoryPressureModule` to use `EventBus`. Future modules can register handlers on the `CommandEnvironment`'s `EventBus` in `BlazeModule#beforeCommand` - these handlers react to garbage collection notifications. by Googler · 3 years, 2 months ago
- 5845147 Reference osx_archs.bzl from bazel_tools by Keith Smiley · 3 years, 2 months ago
- b1d1259 Automatic code cleanup. by Googler · 3 years, 2 months ago
- 2b7c205 Visibility tweaks for DetailedExitCode by Googler · 3 years, 2 months ago
- f421474 Expose the logic to read user netrc file by Zhongpeng Lin · 3 years, 2 months ago
- 43c7b97 Update toolchain config to allow reflective access to `com.sun.tools.javac.parser` by cushon · 3 years, 2 months ago
- ce1a5d0 Upgrade protobuf to v3.19.2. (3/3) by Chi Wang · 3 years, 2 months ago
- 77ebecc Remove unused static member. by tjgq · 3 years, 2 months ago
- fb744c8 Make some clean-ups and assertions in query environments that may be useful for attached bug. by janakr · 3 years, 2 months ago
- d95b807 Get rid of AbstractQueryEnvironment: all subclasses inherit from AbstractBlazeQueryEnvironment. by janakr · 3 years, 2 months ago
- 857c27b Don't attempt to get the `EventBus` for crashes during server startup. by jhorvitz · 3 years, 2 months ago
- cdffd2f Add a FailureDetail for Packages in error due to an error constructing a Rule in the Package. File bug reports in various places when we're missing a FailureDetail. by janakr · 3 years, 2 months ago
- 4aad372 Merge `EvaluationGraph`, `DeletableGraph` with `ProcessableGraph`. by Googler · 3 years, 2 months ago
- b9e89e3 Upgrade protobuf to v3.19.2. (2/3) by Chi Wang · 3 years, 2 months ago
- dbf2735 Automatic code cleanup. by Googler · 3 years, 2 months ago
- 59f8e9b Delete Obselete Interface InterruptibleIOLongSupplier, it is not used any more. by Googler · 3 years, 2 months ago
- a49447f Make `MemoizingEvaluatorTest` abstract and use a separate class `InMemoryMemoizingEvaluatorTest` for testing the concrete in-memory implementation. Also remove the unused `keepEdges` parameter. by jhorvitz · 3 years, 2 months ago
- 843e5ec Merge `AbstractExceptionalParallelEvaluator` with `ParallelEvaluator`. by Googler · 3 years, 2 months ago
- b0d9d44 Bzlmod: Better canonical repo names for modules with overrides by wyv · 3 years, 2 months ago
- 37db90e Remove `--java_toolchain` and `--host_java_toolchain` from bazelrc by cushon · 3 years, 2 months ago
- d5c4f55 Add new flag `--experimental_dynamic_local_load_factor`. This controls how much load dynamic execution will put on the local machine when seeing a large number of actions. by larsrc · 3 years, 2 months ago
- f7119d3 Update comment in ActionInputPrefetcher. by chiwang · 3 years, 2 months ago
- ca48252 Always set the catastrophe field in EvaluationResult when there was a catastrophe. Callers use that field to see if there was a catastrophe, and therefore if they should fully process the result in keep-going mode. by janakr · 3 years, 2 months ago
- e5a7189 Switch to using the Bazel @platforms repository for platform constraints in Android NDK docs by Christopher Sauer · 3 years, 2 months ago
- 87ae8bc Removing lipo support from link_multi_arch_binary. by Googler · 3 years, 2 months ago
- 4de6bca Release 6.0.0-pre.20220112.2 (2022-01-19) by Bazel Release System · 3 years, 2 months ago
- 55e4937 Add Autocomplete Integration to IDE Docs by Christopher Sauer · 3 years, 2 months ago
- 10e3f5e Update 5.0.0 docs by wyv · 3 years, 2 months ago
- 975fb51 Add Updating Bazel back into navigation by floriographygoth · 3 years, 2 months ago
- 8a2b711 Delete direct headers in ObjcProvider by waltl · 3 years, 2 months ago
- 788ff3e Automatic code cleanup. by Googler · 3 years, 2 months ago
- 123da96 Add `--experimental_check_external_repository_files` by Paul Tarjan · 3 years, 2 months ago