bazel /
bazel /
d623892380fdfd43f42bbbfce6b338624cbb3de4 - d623892 Remove support for `--check_constaint=` by cushon · 4 years, 1 month ago
- a443af7 Link to target patterns from labels section by ranjanih · 4 years, 1 month ago
- 63a664f Rename allowed commands list in BuildEventServiceModule. by steinman · 4 years, 1 month ago
- be41d66 During toolchain resolution, first filter by toolchain type. by jcater · 4 years, 1 month ago
- 3e1ba0c BEP includes boolean flag indicating incomplete output groups. by adgar · 4 years, 1 month ago
- 4926955 Middleman actions should not have execution platforms or properties. by jcater · 4 years, 1 month ago
- 4c6a4b8 Refactor QueryIntegrationTest to avoid using global state. by Googler · 4 years, 1 month ago
- 42e05db Update threshold for long path shortening to be MAX_PATH - 4 by mai93 · 4 years, 1 month ago
- 96706a7 Docs: Update wording on Query page to clarify keywords by Googler · 4 years, 1 month ago
- e222639 Simplify description of workspace by ranjanih · 4 years, 1 month ago
- 596653d Allow tree artifacts to be source or header inputs to cc_common.compile() by waltl · 4 years, 1 month ago
- d2f93fd BEP includes all files from successful actions in requested output groups. by adgar · 4 years, 1 month ago
- b3ddeee Fix win_res.bzl's use of the cc toolchain. by jcater · 4 years, 1 month ago
- 6a1a09f Add "=" to flags in user manual by ranjanih · 4 years, 1 month ago
- 15cfe70 Use googletest-1.10.0 in external libraries example by ranjanih · 4 years, 1 month ago
- 1b35679 Replace internal Google stardoc_deps test with an OSS Bazel version. by steinman · 4 years, 1 month ago
- 1bf36c8 Automatic code cleanup. by jcater · 4 years, 1 month ago
- dce861d Update the open source filegroup rule to disable toolchain resolution. by John Cater · 4 years, 1 month ago
- 26c7e10 Cleanup: Replace NULL with nullptr by Vertexwahn · 4 years, 1 month ago
- fbe0458 Cleanup maybeTransitiveOnlyRuntimeJarsToJavaInfo. by ilist · 4 years, 1 month ago
- 7dc6f57 Remote: Use AsyncTaskCache inside RemoteActionInputFetcher. by Chi Wang · 4 years, 1 month ago
- 94ac839 Make WorkRequestHandler do a GC after some amount of CPU time has been used on requests. For Bazel and Blaze, defaults to 10s based on benchmarking. by larsrc · 4 years, 1 month ago
- 6c5a3ee Remote: Add AsyncTaskCache which is used to deduplicate task executions and cache the results. by Chi Wang · 4 years, 1 month ago
- c789d78 Add prerequisites and instructions for supporting 32-bit binaries on 64-bit machines to the documentation for running android_instrumentation_test. Fixes #13129. by ahumesky · 4 years, 1 month ago
- 756e7a1 When loading a package, if an interrupted exception is thrown but an error was already encountered, suppress the interrupted exception in favor of the package-specific error: the error may be the one needed for error bubbling, while the interruption could just mean that we were interrupted during error bubbling. by janakr · 4 years, 1 month ago
- a6d35c3 Simplify `TestTrimmingTransitionFactory`. by jhorvitz · 4 years, 1 month ago
- 177d17a Update documentation about `exec_tools` vs `tools`. by jcater · 4 years, 1 month ago
- 8186fbb Documentation for #13110 by Yuval Kaplan · 4 years, 1 month ago
- 01e0f43 Merge RepositoryValue into RepositoryDirectoryValue by wyv · 4 years, 1 month ago
- fcf9dd5 Ensure NamedSetOfFiles BEP event appears before event referencing the file_set. by adgar · 4 years, 1 month ago
- a1c8a44 Fix rewinding when artifacts from the same generating action are split among the failed action's requested `ArtifactNestedSetKey`s. by jhorvitz · 4 years, 1 month ago
- 0ef0454 Docs: Add info and links for Genrules in Build Ref by Googler · 4 years, 1 month ago
- 548a4b6 Widen logging on unexpected/synthetic exceptions to include non-IOExceptions and associate with the correct bugs. Limit the number of characters logged to avoid a repeat of a prior incident when ArtifactNestedSetKey#toString() caused OOMs. NestedSet#toString now has a ceiling, but 1,000,000 characters is still way too big for this kind of logging. by janakr · 4 years, 1 month ago
- 321fe3b Prevent --repo_env from triggering unnecessary fetches by Philipp Schrader · 4 years, 1 month ago
- e7a0a71 More properly destroy workers on interrupt. by larsrc · 4 years, 1 month ago
- c0ac45c Upgrade java_tools to v11.2 by Ivo List · 4 years, 1 month ago
- f182645 Remove Java14 from testing by Ivo List · 4 years, 1 month ago
- 58be0c7 Reduce memory cost of `ObjcLibrary`. by jhorvitz · 4 years, 1 month ago
- 63c8a22 Make SkyQuery's rdeps->allrdeps transformations apply when `--universe_scope` uses a "all targets" pattern and the universe of the `rdeps` expression uses a "rules only" pattern. by nharmata · 4 years, 1 month ago
- 64047ac Internal change by Googler · 4 years, 1 month ago
- 7bcd8cd Add config for "succinct" NoSuchTargetException errors by michajlo · 4 years, 1 month ago
- f86ad69 Docs: Rewrite Bazel pages to clarify intended user, Part 4 by Googler · 4 years, 1 month ago
- 7c58469 When Android is using toolchain resolution, CC rules should also. by jcater · 4 years, 1 month ago
- f3c2c72 Don't publish target_summary events for skipped tests; add e2e tests for target_summary events by kmb · 4 years, 1 month ago
- 8883c61 Replace `Path` with `PathFragment` in `FileSystem` interface. by ajurkowski · 4 years, 1 month ago
- 2fef949 Reduce garbage in options transitions: avoid cloning `BuildOptions` if possible in `AppleCrosstoolTransition` and avoid unnecessary string concatenation in `BuildOptions#get`. by jhorvitz · 4 years, 1 month ago
- 762f9e2 Report progress in xcode_configure by davg · 4 years, 1 month ago
- 52b1b748 Use a dummy toolchain context for rules that don't have one. by John Cater · 4 years, 1 month ago
- 2dea9d1 Adding test for caching starlark action's inputs if it shadows an action that discovers inputs. by messa · 4 years, 1 month ago
- b5d6c38 Change short output of worker type to have the same logic as the worker creation for sandboxing vs. multiplex. by larsrc · 4 years, 1 month ago
- 7242b0e Replace NullEvaluationProgressReceiver with default methods by mschaller · 4 years, 1 month ago
- 1a48161 Make shrinked_android_jar optional in AndroidSdkProvider. by Googler · 4 years, 1 month ago
- b77246c Propagate IOExceptions through RecursiveFilesystemTraversalFunction. by janakr · 4 years, 1 month ago
- ae4cf19 Emit newError in EvaluationProgressReceiver, clean it up by mschaller · 4 years, 1 month ago
- f1e0d34 Clean up RuleContext to use a Table instead of a Map of Maps. by John Cater · 4 years, 1 month ago
- d067669 Support execution constraints per exec group by Yuval · 4 years, 1 month ago
- 1113ec0 Include FileNotFoundException in logging. by janakr · 4 years, 1 month ago
- 1b18d65 Automatic code cleanup. by Googler · 4 years, 1 month ago
- 374457f Add some more logging for IOException propagation: if a "synthetic" error info is constructed from child error infos that has an IOException, and if the build is aborted due to a child error info that has an IOException. by janakr · 4 years, 1 month ago
- 5e03a2c Test if JavaInfo identical to one returned by Java rules can be constructed. by ilist · 4 years, 1 month ago
- 2d13fdb Provide mechanism to use "data" attribute in Bazel tests. by ilist · 4 years, 1 month ago
- 4928295 Allow .S files in C++ Starlark cc_common.compile. by Jingwen Chen · 4 years, 1 month ago
- 2adf7d1 Store Starlark action's inputs in action cache if it shadows an action that discovers inputs. by messa · 4 years, 1 month ago
- 7b0ff0a Declare extra actions deprecated in favor of aspects. by lberki · 4 years, 1 month ago
- cd6724d First set of changes to enable M1 simulator. by Googler · 4 years, 1 month ago
- 9b32aad Let Python main source file to have "-" in the path. by Googler · 4 years, 1 month ago
- cb574c5 Restore JDK 11 source editing for Desugar{Double, Integer, Long, Math}. by Googler · 4 years, 1 month ago
- d3f06c5 Add logging for suppressed IOExceptions when getting values via SkyFunctionEnvironment. by janakr · 4 years, 1 month ago
- e72e5da Automated rollback of commit f49c1df24df99df97153e02940d7e97202f7b87e. by Googler · 4 years, 1 month ago
- 42a2de00 Continue making AspectTest.topLevelConflictDetected not flaky by mschaller · 4 years, 1 month ago
- 64ae417 Exclude path entries in desugared librayr JAR by sgjesse · 4 years, 1 month ago
- 8f927d2 Propagate tags for the AndroidBinary actions by Nick Korostelev · 4 years, 1 month ago
- 35de1e3 Docs: Fix links in User Manual for Experimental Action by Googler · 4 years, 1 month ago
- db27ac3 Check for interrupts in RBuildFilesVisitor by michajlo · 4 years, 1 month ago
- fd16eeb Remove `java.util.DesugarPreconditions` by Googler · 4 years, 1 month ago
- ff348f4 Imply shorthand applies at command line by Dave Abrahams · 4 years, 1 month ago
- 2196ec3 Clean up some legacy code related to coverage by Googler · 4 years, 1 month ago
- 1451865 Add an override to `TestExecutorBuilder` to pass options as a list. by ajurkowski · 4 years, 1 month ago
- 609d6a5 Header changes by daroberts · 4 years, 1 month ago
- 43d8f81 Remove meaningless test. by jcater · 4 years, 1 month ago
- fd34b08 Reduce amount of garbage produced when collecting directories to create for by ajurkowski · 4 years, 1 month ago
- 32ae541 Remove outdated status info. by gregce · 4 years, 1 month ago
- 3645264 Replace implicit output ":libname.jar" with ":name". by ilist · 4 years, 1 month ago
- dad9630 Set Platform on Action not just Command by Daniel Wagner-Hall · 4 years, 1 month ago
- ce7afe7 Shade com.google.common.** in the Jacoco test runner. by Ryan Beasley · 4 years, 1 month ago
- 120ea6c Adding mnenomic tags for java toolchain actions by Nick Korostelev · 4 years, 1 month ago
- 4d17e14 Enable all warnings for L8 by sgjesse · 4 years, 1 month ago
- 5e58679 Remove the dependency of Extra actions on their shadowed actions. by messa · 4 years, 1 month ago
- ed9d72f Remove unnecessary rules_cc load statements in favor of builtins. by jingwen · 4 years, 1 month ago
- 1fcb18a Update to latest remote-execution proto by Daniel Wagner-Hall · 4 years, 1 month ago
- 57672ac Update turbine by Liam Miller-Cushon · 4 years, 1 month ago
- 7a62c2d Remote: Add interoperability between Rx and ListenableFuture. by Chi Wang · 4 years, 1 month ago
- 2cb919f Remove JavaSourceInfoProvider by ilist · 4 years, 1 month ago
- 065423f Fix formatting and typo in the Commands & options page by daroberts · 4 years, 1 month ago
- 066fba3 Allowing the lipo operations to be conditional in the linkMultiArchBinary API for Apple binaries. Single architecture slices are now returned through AppleBinaryOutput and the Starlark API. by Googler · 4 years, 1 month ago
- 6737f27 Add basic tests for AttributeContainer#getRawAttributeValues by michajlo · 4 years, 1 month ago
- acdf1d3 cquery should ignore action conflicts. by jcater · 4 years, 1 month ago
- c35fced Clean up BuildRequest creation. by jcater · 4 years, 1 month ago
- 763009b Delete obsolete compatibility methods for setting useToolchainResolution and useToolchainTransition. by jcater · 4 years, 1 month ago
- e50753f Update rules to use new ToolchainTransitionMode enum. by jcater · 4 years, 1 month ago