- 7f530c8 Deprecate --ram_utilization_factor. by steinman · 5 years ago
- 5096ee9 bazel analysis: add verbose assertion for diagnosis of latent NPE bug by juliexxia · 5 years ago
- cffd417 Add --windows_enable_symlinks startup option to support native symlinks. by tomrenn · 5 years ago
- 017ec65 Update ConfiguredTargetKey to not use AliasProvider directly. by jcater · 5 years ago
- fad3cda Extract an interface to break the dependency from BuildConfiguration to ConfiguredRuleClassProvider. by jcater · 5 years ago
- 587c736 Skylark -> Starlark: final push for comment changes (2 of 2) by gregce · 5 years ago
- 2050fad Extract AspectCreationException to its own class. by jcater · 5 years ago
- 802551e Create an interface for ConstraintSemantics. by jcater · 5 years ago
- a3bac62 Qualify reference to ConfiguredTargetFunction in javadoc. by jcater · 5 years ago
- eab59bd Fix commented out test by michajlo · 5 years ago
- 8e5b783 Skylark -> Starlark: more mass comment changes by gregce · 5 years ago
- 85d666f Update to use SpawnStrategyResolver and plumb through the new builders. by jcater · 5 years ago
- 344d64f Refactor configureFeatures and prevent NPE by George Gensure · 5 years ago
- 49b8ceb Remove code behind previously flipped "--incompatible_no_target_output_group" option. by jcater · 5 years ago
- 8e7de69 profiler: Delete unused code. by twerth · 5 years ago
- 621f839 Enable starlark profiling by default again. by twerth · 5 years ago
- aeee3e0 Suppress last-ditch download exceptions w/cleanup by George Gensure · 5 years ago
- 9f8a306 Avoid potential NPE when merging events. by twerth · 5 years ago
- 8977861 Move knowledge about slowest instances count from ProfilerTask to aggregator. by twerth · 5 years ago
- 1196877 Get rid of TaskStack. by twerth · 5 years ago
- cb8efd0 Remove an unused enum value. by Googler · 5 years ago
- 565f914 Add minimal duration to starlark functions. by twerth · 5 years ago
- cf991fc Profiler: clean unneeded data structures. by twerth · 5 years ago
- 9cca158 Refactor ShadowedApiInvocationSite: Consolidate the Logic of early-finalized Type Labeling by Googler · 5 years ago
- 1482644 Update to Use Per-MethodInvocationSite from Per-MethodDeclaration for different Adapter Classes. by Googler · 5 years ago
- a666f00 Extract BuildConfiguration.Fragment to its own class. by jcater · 5 years ago
- ac4c06c Add SpawnStrategyResolver as a lookup method for SpawnStrategy instances. by jcater · 5 years ago
- 1296246 Enable Core Lib Support of android/view/textclassifier/ConversationActions.setReferenceTime by Googler · 5 years ago
- 5fa42ae Split Key and implementation from UnloadedToolchainContext. by jcater · 5 years ago
- 2f14b57 In repo rules, don't warn about generator_* attributes being non-canonical by Jon Brandvein · 5 years ago
- 41a3cb0 Remove ConfiguredTargetValue.key. by jcater · 5 years ago
- 4f49982 refactor: remove misleading RuleClass#addOrOverrideAttribute by Jakob Buchgraber · 5 years ago
- 0749f3d Remove unneeded dependencies in BuildInfoCollectionValue. by jcater · 5 years ago
- 1865d89 Extract BuildInfoKey into its own class. by jcater · 5 years ago
- 2018b87 Allow customizing the priority list of WORKSPACE files. by ajurkowski · 5 years ago
- 5fb03ed Add precise exception for BuildEventArtifactUploaderFactory#create. by adgar · 5 years ago
- c568d84 bazel skylarkbuildapi: replace BaseFunction with StarlarkCallable by adonovan · 5 years ago
- ca48e9a Starlark -> Skylark: final push for comment changes (1 of 2) by gregce · 5 years ago
- e242708 Fix `CcCompilationContext.direct_headers` doc to clarify that it includes all modular headers—public and private. by allevato · 5 years ago
- bf57d6b Officially ban starlark transitions on --define by throwing a nice error instead of crashing (including suggestion for using build settings.) by juliexxia · 5 years ago
- c3bcb98 Migrating to fluent logging (green). by janakr · 5 years ago
- 36f8aba ProfilerTask: Make it more obvious what the thresholds are. by twerth · 5 years ago
- e695707 Move several PrecomputedValue instances to more appropriate locations. by jcater · 5 years ago
- 5133965 Simplify the constructor for Precomputed and remove the sharable parameter, which has only one use. by jcater · 5 years ago
- f057da4 Move TestAttempt and TestResult into analysis/test. by jcater · 5 years ago
- 0fa3022 Migrating to fluent logging (green). by janakr · 5 years ago
- 886d7d5 Use ByteStrings instead of Strings for stdout/err by michajlo · 5 years ago
- 5284f3a Add BuildProgress BES failure detail category to BuildEventServiceUploader. by Googler · 5 years ago
- a3defe3 Automatic code cleanup. by Googler · 5 years ago
- 1a4066a Fix a subtle bug involving action conflicts with extra actions, fix another silly bug, and clean up action conflict handling a fair amount: by janakr · 5 years ago
- a5b1693 Remove -Xclang-only= option prefixes, which are no longer needed. by Googler · 5 years ago
- 8333d88 Expose ctx.attr.write Args content for analysistest when possible by Googler · 5 years ago
- 3f79d1d Encode Symlink Forest failures using FailureDetails by mschaller · 5 years ago
- 91470ae Migrating to fluent logging (green). by janakr · 5 years ago
- d74b0ec Rename PackageCacheOptions to PackageCache. by ajurkowski · 5 years ago
- f7d726f Move the Mode enum out of RuleConfiguredTarget and rename to TransitionMode. by jcater · 5 years ago
- 2002abc Fix StarlarkTransition to not reach into the Alias class for names. by jcater · 5 years ago
- 49f14aa Encode BES file write failures using FailureDetails by mschaller · 5 years ago
- 3377c11 Skylark -> Starlark: mass comment change by gregce · 5 years ago
- 662ec1f Split the Compression enum into a new class. by jcater · 5 years ago
- dad2dd3 Split DependencyKind and InconsistentAspectOrderException into their own classes. by jcater · 5 years ago
- d508458 Automated rollback of commit 0bbe38176e15d891a4e4cab2d8425e292de6cc5f. by arostovtsev · 5 years ago
- 85b2b40 Use containsExactly for SymlinkForestTest's --experimental_sibling_repository_layout tests. by jingwen · 5 years ago
- e908693 Skylark -> Starlark: Skyfunction names. by gregce · 5 years ago
- 444dad8 Only log message about error pass-through if the exception is an IOException. Actions will pass ActionExecutionException all the way up, which is not a bug. by janakr · 5 years ago
- f986060 Undo Parameter Inline Type Conversion for android/app/usage/UsageStatsManager by Googler · 5 years ago
- d177a2b Generate one Adapter Class per Desugar-shadowed API Method. by Googler · 5 years ago
- ebd616f SkylarkImport* -> StarlarkImport* by gregce · 5 years ago
- 59dd64c UiEventHandler message limit is 1GB, accommodating JDK9+ UTF-8 parser by adgar · 5 years ago
- ad752cc Skylark -> Starlark comment and doc updates by gregce · 5 years ago
- d51ac9b bazel syntax: make Node.lnt final; pass LineNumberTable as ctor param by adonovan · 5 years ago
- d82341d Shutdown ByteStream BES artifact uploader threadpool after build. by adgar · 5 years ago
- 10e1255 Add getOriginalLabel and getActual methods to ConfiguredTarget, so that users of ConfiguredTarget don't need to know if they have an AliasConfiguredTarget or not. by jcater · 5 years ago
- 37f61e7 Split out stringtemplate package. by jcater · 5 years ago
- 86e9538 Add detailed exit code to CommandCompleteEvent, and make sure that crash failure details from the throwable triggering the crash are added. by janakr · 5 years ago
- 0851588 SkylarkImportLookupValue -> StarlarkImportLookupValue by gregce · 5 years ago
- 27545a7 Stop passing SKIP_DEBUG in javac-turbine by cushon · 5 years ago
- 07b15e6 bazel syntax: fine-grained syntax locations by adonovan · 5 years ago
- 1cd84ec Skylark -> Starlark, getting my feet wet: SkylarkImportLookupFunction by gregce · 5 years ago
- b7b25a2 Return list of planted symlinks. by arostovtsev · 5 years ago
- e7e1c26 Check non-default UnloadedToolchainContexts for errors in ConfiguredTargetFunction by juliexxia · 5 years ago
- 7f302cd Integrate Flogger into Desugar Tool Logging by Googler · 5 years ago
- b5f9d74 Resolve toolchains and thread through to RuleContext by juliexxia · 5 years ago
- 5598ac4 bazel syntax: use Bazel 3.0's bundled JNI rule instead of hacks by adonovan · 5 years ago
- 03c6fba bazel syntax: avoid materializing Locations for iterator check by adonovan · 5 years ago
- e298291 Apply error-prone fixes for MethodCanBeStatic in Skfyrame. by ajurkowski · 5 years ago
- 71a80dc Create UnloadedToolchainContexts for exec groups and make exec_group-related toolchains a dependency of their targets. Use a new helper class ToolchainCollection to handle the default/unnamed execution group. by juliexxia · 5 years ago
- 70ecdf0 Clarify documentation of runs_per_test and flaky_test_attempts by twigg · 5 years ago
- 32782ba Move the getConfigurationKey method from TransitiveInfoCollection to ConfiguredTarget. by jcater · 5 years ago
- c97ae95 Add logging for BuildEventServiceUploader cancelation. I saw an OOM hang and keep on going, and I'd like to eliminate this as the cause of that. by janakr · 5 years ago
- d0b2d68 Special-case "external" source root mapping by cparsons · 5 years ago
- ae07f77 RuleContext does not actually need to check if a fragment is PlatformConfiguration. by jcater · 5 years ago
- 3c13e54 Remove module references from BlazeRuntime, have them directly with other modules. by jcater · 5 years ago
- 1fa34df Increase the number of FilesystemValueChecker threads in tests back to 200. by twerth · 5 years ago
- 0b385bd ConfiguredTargetFactory shouldn't directly use AspectFunction's exception types. by jcater · 5 years ago
- e138dba Move ACTIONS_FIELD_NAME to AbstractConfiguredTarget. by jcater · 5 years ago
- 7b91a6b Do not emit "overwrote runfile" errors when the before/after artifact is the same. by Googler · 5 years ago
- e3139f9 Add rel="noopener" to links with target="_blank" attribute by Jingwen Chen · 5 years ago
- 15a562c Move core cquery logic to its own test. by gregce · 5 years ago
- 2b23759 Fix //src/main/java/com/google/devtools/build/lib:gen_command-line-reference and add tests. by Jingwen Chen · 5 years ago