bazel /
bazel /
2ac78e21ebe5eaa72168592a699d2cedf2c5720c - 2ac78e2 Make the bootFileManager thread safe. This fixes Issue 195120876. by zshmeis · 3 years, 9 months ago
- 7469d4a Internal change by cushon · 3 years, 9 months ago
- de38eb1 Remove dead code from apple_binary implementation by plf · 3 years, 9 months ago
- 2b2d422 Flip apple_static_library to Starlark implementation by plf · 3 years, 9 months ago
- 7b4f982 Automated rollback of commit 7649f610c45190735fd7de433b15679b21b2d91b. by messa · 3 years, 9 months ago
- 53b5ed9 Extra logging for strategies. by larsrc · 3 years, 9 months ago
- 166771e Delete --apple_sdk arg by waltl · 3 years, 9 months ago
- 87607e3 bzlmod: Remove ModuleFileGlobalsApi by wyv · 3 years, 9 months ago
- ba8648f Release 5.0.0-pre.20210728.1 (2021-08-03) by Bazel Release System · 3 years, 9 months ago
- 8f41e5d Rewrite apple_static_library by plf · 3 years, 9 months ago
- 23eaf1a Add Bazel docs on dynamic execution. by larsrc · 3 years, 9 months ago
- 9f67cdf cquery: disable `--build_tests_only`. by gregce · 3 years, 9 months ago
- 8eba488 When outputting a thread dump for a slow interruption, group threads with the same stack trace together, sort the dump by stack length (longer stacks are more likely to be interesting), and insert the longest stack in the remote bug report, for easier triage. Also log stack traces and thread names in one single logline: makes it much easier to read these lines and to search over them. The length should still be manageable, and if there are thousands of threads for a single stack trace, it's unlikely they're doing anything very interesting. by janakr · 3 years, 9 months ago
- 262cd8a Clear out OOM intentionally thrown in test case. by janakr · 3 years, 9 months ago
- a03442d Adds PrecomputedValues necessary for repository support. by Googler · 3 years, 9 months ago
- cf35da2 bzlmod: {toolchains,execution_platforms}_to_register support by wyv · 3 years, 9 months ago
- a8df202 bzlmod: Use a constant ModuleKey for the root module by wyv · 3 years, 9 months ago
- 5a0f72a Add steplogging to dynamic execution. Can be enabled with `--logging=4`. by larsrc · 3 years, 9 months ago
- 0f2c599 Disable AndroidNdkRepositoryTest in Google by wyv · 3 years, 9 months ago
- c785f02 Remote: Merge download and downloadMinimal. by Chi Wang · 3 years, 9 months ago
- 23f171e Avoid touching the filesystem to see what the BUILD file for a Starlark extension was: we already have the package, so we can just read it out. by janakr · 3 years, 9 months ago
- a512791 RELNOTES: --bep_publish_used_heap_size_post_build is deprecated. Use --memory_profile=/dev/null instead. by janakr · 3 years, 9 months ago
- 92f7b58 Get rid of unused j2objc module map by waltl · 3 years, 9 months ago
- d7cd7bb Automatic code cleanup. by Googler · 3 years, 9 months ago
- 50c8f32 Split java_plugin into additional library or use the library if available. by ilist · 3 years, 9 months ago
- e8b2600 Link referenced Dockerfile in the /scripts/README.md by Dan Bamikiya · 3 years, 9 months ago
- 5fad8a9 Make tests mock @bazel_tools by using the directory name "embedded_tools" by wyv · 3 years, 9 months ago
- 871c41c Add support for required aspects in command line aspects by messa · 3 years, 9 months ago
- b857329 Automatic code cleanup. by Googler · 3 years, 9 months ago
- b9d94c0 Move misplaced period. by janakr · 3 years, 9 months ago
- aff83c4 Don't log an exception when there's a batch stat failure: it's not indicative of an underlying Bazel bug. by janakr · 3 years, 9 months ago
- 0f1a73a Fix broken "runfiles guide" hyperlinks in Blaze docs. by Googler · 3 years, 9 months ago
- 23146f2 In MemoryProfiler, when doing multiple GCs after a phase, use the minimum "heap used" value as the correct one: random allocation of garbage can race with GC and reading the value, so values may be spuriously high, but they can't be spuriously low because GC never reclaims actually live objects. by janakr · 3 years, 9 months ago
- a0e5e45 Create BootClassPathCachingFileManager a subclass of JavacFileManager which handles caching for the boot classpaths. The class also decides if an instance can be kept for the current compilation or needs to be updated (e.g., if a bootclasspath digest has changed) by zshmeis · 3 years, 9 months ago
- 8ffc333 Change jvm_opts to NestedSet (natively and in Starlark). by ilist · 3 years, 9 months ago
- a987ffe Allow BuildViewTestCase subclasses to inject extra precomputed values by wyv · 3 years, 9 months ago
- 479317e Reformat BuildViewTestCase by wyv · 3 years, 9 months ago
- 16293d5 Release 5.0.0-pre.20210722.2 (2021-07-29) by Bazel Release System · 3 years, 9 months ago
- aae0abc Put java runtime under tools set in Starlark android_lint implementation. by ilist · 3 years, 9 months ago
- dde7704 bzlmod: Store a Package instead of a Rule in BzlmodRepoRuleValue by wyv · 3 years, 9 months ago
- 729b236 Collect plugins used in Java compilation and pass them to android_lint. by ilist · 3 years, 9 months ago
- 9c35296 Rollforward of https://github.com/bazelbuild/bazel/commit/151825328f4bbff42f1802c306f042b757c6b439: Skip adding omitted vector arguments to StarlarkCommandLine when they are empty by ilist · 3 years, 9 months ago
- 876d48d Replace some usages of List in databinding integration with Depset by ahumesky · 3 years, 9 months ago
- 70073fd Ignore try import failure on Windows by Andrew Katson · 3 years, 9 months ago
- 9055c67 Support extracting aar files. by Christopher Peterson Sauer · 3 years, 9 months ago
- 0428828 Add TransitionType enum and add checks that transitions aren't used by John Cater · 3 years, 9 months ago
- e77020d Remove no longer needed `hasLooseHeaders` method. by jhorvitz · 3 years, 9 months ago
- dd38d22 Recommend using --verbose_failures for debugging by Rai · 3 years, 9 months ago
- 0b6e892 Fix loading_phase_test - add test assertion back by messa · 3 years, 9 months ago
- e521aad Allow relative log paths by Keith Smiley · 3 years, 9 months ago
- ebb12e8 Refactor apple_static_library use of split transition by plf · 3 years, 9 months ago
- 5ac18cd Pass the id of a work request to the worker through JavaLibraryBuildRequest and BlazeJavacArguments. This can help us know which request is being compiled during a run. by Googler · 3 years, 9 months ago
- f756442 Add cc_import to built_in rules. by Googler · 3 years, 9 months ago
- ceb498f Fix d8_dexbuilder/d8_dexmerger/r8 dependencies in bazel_tools: by Googler · 3 years, 9 months ago
- 088caa1 Automated rollback of commit 151825328f4bbff42f1802c306f042b757c6b439. by cmita · 3 years, 9 months ago
- 59d28ad Add Data marker interface for transition factories. by John Cater · 3 years, 9 months ago
- 525227e Add new data class for rule transition factories. by John Cater · 3 years, 9 months ago
- 6810a32 Release 5.0.0-pre.20210720.2 (2021-07-27) by Bazel Release System · 3 years, 9 months ago
- b1e75e5 Add an optional allowlist for external network in tests. by ajurkowski · 3 years, 9 months ago
- d5eeb04 Expose ProtoToolchainInfo to Starlark by Yannic Bonenberger · 3 years, 9 months ago
- 3641e24 bzlmod: Guarantee BFS iteration order for SelectionValue#getDepGraph by wyv · 3 years, 9 months ago
- 1c8f1e0 bzlmod: Change FakeRegistry to return real, local_repository RepoSpecs by wyv · 3 years, 9 months ago
- 15182532 Skip adding omitted vector arguments to StarlarkCommandLine when they are empty by ilist · 3 years, 9 months ago
- 7649f61 Roll forward of https://github.com/bazelbuild/bazel/commit/943c83aa58731c4f9561d79c458f254427a8f24c: Command line aspect-on-aspect by messa · 3 years, 9 months ago
- d4dd203 Remove internal `experimental_disable_annotation_processing` API by cushon · 3 years, 9 months ago
- 4b3c740 Fix incorrect string formatting placeholder by davg · 3 years, 9 months ago
- a76d70f Remove Starlark access to native Apple crosstool transition. by gregce · 3 years, 9 months ago
- b4cc44c Fix a path name error in cc_common.link. by Googler · 3 years, 9 months ago
- 0cf5366 Update outdated symbol link. by gregce · 3 years, 9 months ago
- 9ec7d7b Update documentation for key-based split transitions. by gregce · 3 years, 9 months ago
- 6308317 Consider a compile action to have loose headers if it has textual headers and loose headers checking is enabled. by jhorvitz · 3 years, 9 months ago
- e1f2e3d Restore interrupt state by cushon · 3 years, 9 months ago
- 5b9aaa9 Include changed files for which stat fails in incremental diff. by ajurkowski · 3 years, 9 months ago
- bdd5d49 Clarify when sandboxing is enabled. by ruperts · 3 years, 9 months ago
- 8de2032 Rename `Critical path` in `Execution critical path` in new stats summary. by twerth · 3 years, 9 months ago
- d92e7d4 Reference the correct version of the java allocation instrumenter. by Tobias Werth · 3 years, 9 months ago
- 61d5c23 Optimise object array creations in Starlark java_library by ilist · 3 years, 9 months ago
- affc27f Bump version of java allocation instrumenter. by Tobias Werth · 3 years, 9 months ago
- 9e98339 Add library parameter to GoPackageInfo Starlark constructor by cmita · 3 years, 9 months ago
- 3d6c206 Import legacy jar dependencies from both java_binary and java_test. by ilist · 3 years, 9 months ago
- a7845f6 Increase allowed size for install base again. by twerth · 3 years, 9 months ago
- 51cb6a0 Automatic code cleanup. by Googler · 3 years, 9 months ago
- 203aa77 Intern special case of "__pkg__" and "__subpackages__" labels by brandjon · 3 years, 9 months ago
- 227da61 Eliminate `raw` field from the Lexer by brandjon · 3 years, 9 months ago
- 0eef114 Fix broken targets in nightly 2021.07.22-1 by plf · 3 years, 9 months ago
- 9bf5a14 Intern identifier and keyword Strings in the lexer by brandjon · 3 years, 9 months ago
- 0e4f97e Remove BAZEL_INTERNAL_BUILD_REQUEST_ID. by janakr · 3 years, 9 months ago
- cc6c167 Make tests pass after incompatible_disable_native_apple_binary_rule flip by plf · 3 years, 9 months ago
- 3288728 Fix creation of sandbox files that was wrongly changed from copyFile(). by larsrc · 3 years, 9 months ago
- ad7a17f Expose compile_one filetype to Starlark. by ilist · 3 years, 9 months ago
- b51b31db Remote: Fix a race when reporting action progresses. by Chi Wang · 3 years, 9 months ago
- de45065 Restructure Starlark java_library to internal and Bazel parts. by ilist · 3 years, 9 months ago
- 5e352af Fix bug in WorkRequestHandler's handling of singleplex requests that would cause occasional hangs. by larsrc · 3 years, 9 months ago
- 951a302 Increase allowed size of the install_base. by twerth · 3 years, 9 months ago
- f963870 Update aquery doc about channels of contact. by leba · 3 years, 9 months ago
- 89e2f87 Remove {direct,transitive}OriginalSources field from ProtoInfo by Yannic Bonenberger · 3 years, 9 months ago
- ea88c59 Use postBuildCallback for javahostwap. by twerth · 3 years, 9 months ago
- f79b61f Prepare for toolchainifying proto rules by Yannic Bonenberger · 3 years, 9 months ago
- 0d94a34 Remove handling for null new value in `Differencer.Delta`. by ajurkowski · 3 years, 9 months ago
- 1d82c1a Clarify some documentation in `NestedSetCache`. by jhorvitz · 3 years, 9 months ago