bazel /
bazel /
76152be8aa92e7cc9e667aa4db57e557683b51ec - 76152be Release 3.6.0 (2020-10-06) by Bazel Release System · 4 years, 6 months ago
- 200b949 Fix formatting of output C++ toolchain for macOS. by Thi Doan · 4 years, 6 months ago
- a1652cb Fix typo in documentation. by twerth · 4 years, 6 months ago
- 66844df Add source jar to transitive jars in JavaProtoAspect by cmita · 4 years, 6 months ago
- a991db7 Remove support for //net/proto2/go:proto dependency by Googler · 4 years, 6 months ago
- 73929f9 Desugar Integer.{divide,remainder}Unsigned and {Integer,Long}.toUnsignedString by kmb · 4 years, 6 months ago
- 080547f Automated rollback of commit 6d448136d13ddab92da8bb29ea6e8387821369d9. by juliexxia · 4 years, 6 months ago
- 2350239 Create temp directories instead of making Bazel create them for us by cushon · 4 years, 6 months ago
- 360265b bazel packages: fix + test for crash in EnvironmentGroup.toString by adonovan · 4 years, 6 months ago
- 3b73c25 Validate the types of sequence inputs to JavaInfo by Charles Mita · 4 years, 6 months ago
- b094458 Use exec transitions in Java related rules. by Ivo List · 4 years, 6 months ago
- a977376 Rename --experimental_allow_json_worker_protocol to --experimental_worker_allow_json_protocol, to match the other worker-related flags, which begin with "worker" by steinman · 4 years, 6 months ago
- b8f43f9 Remove double negatives in constructFileArtifactValue comment for readability. by jingwen · 4 years, 6 months ago
- 2dfc903 Add undeclared ninja file path in exception message by Torgil Svensson · 4 years, 6 months ago
- 2fb715a Add link to Ninja docs about Phony targets in the PhonyTarget class. by jingwen · 4 years, 6 months ago
- d69744d Fold the windows/jni subpackage into its parent. by jmmv · 4 years, 6 months ago
- abc2211 Force /usr/bin/python2.7 on macOS by Keith Smiley · 4 years, 6 months ago
- 7128580 Fold {Unix,Windows}JniLoader into JniLoader. by jmmv · 4 years, 6 months ago
- 9ce9088 Load JNI from a static context instead of in every entry point. by jmmv · 4 years, 6 months ago
- 8346ea4 Use actual name of flag in error message. by larsrc · 4 years, 6 months ago
- 50adefb Funnel all JNI load requests through JniLoader. by jmmv · 4 years, 6 months ago
- e36e9da Change blacklist -> denylist in bazel docgen. by aiuto · 4 years, 6 months ago
- f8b2d3b Fix Blaze/Bazel substitution in CODEBASE.md. by jingwen · 4 years, 6 months ago
- dde11d6 Fix broken docs build due to non-ASCII character by Philipp Wollermann · 4 years, 6 months ago
- 7598bc6 Make Bazel not raise an error when a symlink points to its own ancestor. by lberki · 4 years, 6 months ago
- 7aafb4f Add symlink_outputs support to Bazel/Ninja executor by Jingwen Chen · 4 years, 6 months ago
- ec73375 Automated rollback of commit a2e09ce6e47de3fcc4d805288f0a8576008f50f7. by djasper · 4 years, 6 months ago
- ac52635 Fix bug introduced after recent cleanup. When we do neither include scanning by djasper · 4 years, 6 months ago
- 339d6c7 bazel packages: clarify expectations around null in Type.convert by adonovan · 4 years, 6 months ago
- 6f25396 starlark syntax: improve parse error for "(expr for vars in expr)" by adonovan · 4 years, 6 months ago
- 68e41b6 starlark: improve error message for "for k,v in dict(...)" by adonovan · 4 years, 6 months ago
- 35f5047 Remove --record_rule_instantiation_callstack as an option. by Googler · 4 years, 6 months ago
- 4a46e9e Automated rollback of commit 0365843d2f1cf0d4f0a695608cd3819960580a97. by larsrc · 4 years, 6 months ago
- 03b30d7 getConstraints api so that we can do validation on the JavaInfo instead of by Googler · 4 years, 6 months ago
- 53ec80e Add Bazel 3.5.1 docs. by aiuto · 4 years, 6 months ago
- 5672d5d Update Bazel CC-using rules to use the toolchain transition. by jcater · 4 years, 6 months ago
- e9d883f Release coverage_output_generator v2.5 by Charles Mita · 4 years, 6 months ago
- 72817e3 Release 3.5.1 (2020-10-01) by Bazel Release System · 4 years, 6 months ago
- f68079c Delete symlinks in the execroot that are toplevel output directories. by ahumesky · 4 years, 6 months ago
- 7f8f126 bazel packages: existing_rule: convert Tristate to StarlarkInt (not Integer) by adonovan · 4 years, 6 months ago
- 86b9e68 starlark syntax: parse big integers by adonovan · 4 years, 6 months ago
- 5b70246 File names reported as artifact names in BEP are encoded UTF-8. by adgar · 4 years, 6 months ago
- 3ed7ed5 BEGIN_PUBLIC starlark: infinite precision ints by adonovan · 4 years, 6 months ago
- 9b15bac Improve toolchain resolution debug by Ivo List · 4 years, 6 months ago
- f8dc2eb Add identifying information to failure message for all local spawn execution errors. by janakr · 4 years, 6 months ago
- 6181f30 Fix two toolchain types resolved to the same label by Ivo List · 4 years, 6 months ago
- 8c1a2bd Automated rollback of commit 006b4972b433bda280e6982d297da6071b84b88d. by lberki · 4 years, 6 months ago
- 9641a3b [3/3] Remove the term "sanity" in comments. by Googler · 4 years, 6 months ago
- e379e94 Add Netrc which used to representing the content of .netrc file. by Googler · 4 years, 6 months ago
- c87bd58 Cleanups for nested test_suite or java_test under trim_test_configuration by twigg · 4 years, 6 months ago
- fb55091b [1/3] Remove the term "sanity" in comments. by Googler · 4 years, 6 months ago
- 9afdb42 Add troubleshooting for Xcode locator problems in Bazel docs. by steinman · 4 years, 6 months ago
- c4eccf7 Log when interrupted during `map_each`. by jhorvitz · 4 years, 6 months ago
- 9123bd8 Add test coverage for `ArchivedTreeArtifact` factory methods. by ajurkowski · 4 years, 6 months ago
- 5f2b135 Remove all code and .proto references to --record_rule_instantiation_callstack flag. by Googler · 4 years, 6 months ago
- 0cf75b9 bazel packages: use skyframe not PackageFactory for loading by adonovan · 4 years, 6 months ago
- 3c40c94 Allow non-ActionExecutionException DetailedExceptions to populate the detailed exit code on a failed keep-going execution phase, and enrich the message when possible to try to pin down any remaining issues. by janakr · 4 years, 6 months ago
- d82eaa8 Expose DebugPackageProvider to Starlark as DebugPackageInfo by Googler · 4 years, 6 months ago
- c2fe3d8 bazel skyframe: remove call to PackageFactory.createPackageForTesting by adonovan · 4 years, 6 months ago
- 21dee10 bazel packages: move util.PackageFactoryApparatus into lib.packages by adonovan · 4 years, 6 months ago
- e44e43b Deflake MemoizingEvaluatorTest#shutDownBuildOnCachedError_Done: the test is trying to prevent B-fail-fast-parent from starting to build until either (a) the build is interrupted or (b) A-slow-set-value-parent tries to set its value (which would be unexpected). However, we don't do an isDirty() check in AbstractParallelEvaluator$Evaluate#run anymore, so the synchronization was just wrong. by janakr · 4 years, 6 months ago
- b302dc9 bazel starlark: merge lib.syntax.util.EvaluationTestCase into BazelETC by adonovan · 4 years, 6 months ago
- 7789efb bazel packages: merge PackageFactoryTestBase into sole subclass by adonovan · 4 years, 6 months ago
- 1038298 Avoid replaying events/postables of top-level nodes in the common case that there are no errors (or the build was keep-going). Nested set expansion can be a hot spot, noticed by @justinhorvitz. by janakr · 4 years, 6 months ago
- 651596e Remove IncompatibleMergeException from coverage generator by cmita · 4 years, 6 months ago
- 03b5270 DOCS: delete docs on flags to analyze_profile by Googler · 4 years, 6 months ago
- 2c7794b Add Support for LLVM's Propeller (basic block sections) Optimization Flags. by Googler · 4 years, 6 months ago
- 7d6be20 Set mnemonic for objc cpp header parsing action to ObjcCompile by waltl · 4 years, 6 months ago
- 389e0da Remove java_tools_javac14 (releases and dependencies) from Bazel. by Ivo List · 4 years, 6 months ago
- e47d766 Fix typo ingoring -> ignoring in warning message. by philwo · 4 years, 6 months ago
- f9d4fa6 Speed up filterListForObscuringSymlinks(). When checking the parent-directory by djasper · 4 years, 6 months ago
- eb20f46 Add compilation artifacts to objc_library's hidden top level output group by waltl · 4 years, 6 months ago
- 299edde Fix artifact path in test by waltl · 4 years, 6 months ago
- a2e09ce Fix oversight in recent cleanup. We should filter discovered headers whenever by djasper · 4 years, 6 months ago
- f1a7448 Fix `ArchivedTreeArtifact` deserialization to set generating action. by ajurkowski · 4 years, 6 months ago
- 0afdecf starlark: move StarlarkDocumentationCategory into docgen by adonovan · 4 years, 6 months ago
- a3d427a Add additional FailAction error codes to make the different errors more unique. by Googler · 4 years, 6 months ago
- a1056e5 Add more verbose logging to try to identify where a crashing thread suddenly stops crashing. by janakr · 4 years, 6 months ago
- 19c1818 Improve efficiency of DexBuilder actions: by Googler · 4 years, 6 months ago
- 0365843 Propagate linkstamp information through `objc_library` rules by bbaren · 4 years, 6 months ago
- a64352a Automatic code cleanup. by Googler · 4 years, 6 months ago
- ed9209c fix obsolete error message about what the cfg parameter can take. by juliexxia · 4 years, 6 months ago
- a7ae16d Replace getOutputDirRelativePath() calls in ProtoCommon with getRepositoryRelativePath() by Googler · 4 years, 6 months ago
- 603e3b8 Make Artifact#getRepositoryRelativePath compatible with --experimental_sibling_repository_layout. by Googler · 4 years, 6 months ago
- c069815 Make it possible to add extra command line options to JavaProtoAspect. by Googler · 4 years, 6 months ago
- ad3570b Make it possible to use information from the BuildConfiguration to decide on by djasper · 4 years, 6 months ago
- 2b4e735 Code cleanup: Further simplify the decision on whether or not .d file based by djasper · 4 years, 6 months ago
- a365e1a Add documentation for symlink SpecialArtifact in the Artifact javadoc. by jingwen · 4 years, 6 months ago
- 006b497 Make Bazel not raise an error when a symlink points to its own ancestor. by lberki · 4 years, 6 months ago
- c924b4d Enrich FailAction's failure message a bit: always include the owning label, and in the last remaining "generic" case, be more specific in the error message. by janakr · 4 years, 6 months ago
- 859c9ac Encode ViewCreation failures with FailureDetails by mschaller · 4 years, 6 months ago
- 11102e3 Quote user-provided string so it is clearly on a distinct meta-level. by Googler · 4 years, 6 months ago
- 4592a6c Improve comment in UnixFileSystem#getFastDigest. by nharmata · 4 years, 6 months ago
- f060b55 Replace getOutputDirRelativePath() calls in CcCompilationHelper with getRepositoryRelativePath() by Googler · 4 years, 6 months ago
- 59e17ee BE: Group all language-agnostic rules into the "OTHER" type by wyv · 4 years, 6 months ago
- 1f82ea8 BE: Merge all columns of the "language-agnostic" rule table by wyv · 4 years, 6 months ago
- 60c9545 Rename whitelisted to allowlisted in skydoc filter test. by Tony Aiuto · 4 years, 6 months ago
- 69d1da8 update function_transition allowlisting tests to use the new list path by Tony Aiuto · 4 years, 6 months ago
- e906f89 Update java_toolchain to properly declare config transitions. by jcater · 4 years, 6 months ago
- d5d65ec Automated rollback of commit aab567cbde4f1817b598207d99a93393dad4a094. by larsrc · 4 years, 6 months ago