1. d0e648c Roll forward with adding nested set as transitive member. by Googler · 6 years ago
  2. 1efbc1b Add a final return to RestartReason. by jcater · 6 years ago
  3. 93f70a8 Make ConsumerWrapper.requestDirectActions() static. by Googler · 6 years ago
  4. 368b935 Remove some comments that I didn't intend to submit to the depot. by felly · 6 years ago
  5. 1d936d3 Remove escape hatch for BEP Artifact path prefixes: No issues have been reported. by felly · 6 years ago
  6. 841d176 Change back the name of getOptionsData. by jcater · 6 years ago
  7. d802336 Clean up usages of setAllowResidue and enableParamsFileSupport to pass values into the factory method. by jcater · 6 years ago
  8. ae148c7 Convert OptionsParserImpl to use a Builder to create instances. by jcater · 6 years ago
  9. 4aa48f9 Remove Skylint by vladmos · 6 years ago
  10. a103ec0 Remove CppToolchainInfo by rosica · 6 years ago
  11. 372f412 Add a custom OOM message emission capability by Googler · 6 years ago
  12. 0eec693 Add testing for java_tools that embed javac12. by iirina · 6 years ago
  13. df5da8f Move CppToolchainInfo.toolchainFeatures to CcToolchainProvider.toolchainFeatures by rosica · 6 years ago
  14. 7c40d26 Cleanup output_object_file by hlopko · 6 years ago
  15. 08d691f Refactor message construction of ActionExecutionException by buchgr · 6 years ago
  16. 762c255 Move CppToolchainInfo.toolPaths to CcToolchainProvider.toolPaths by rosica · 6 years ago
  17. 2c85dd5 Don't create new NestedSets when updating action inputs. The main codepath by djasper · 6 years ago
  18. 2ecaf8a Properly setup package cache before doing starlark options parsing. by juliexxia · 6 years ago
  19. acb1ef6 Make customPackage mandatory for resourcesFromDeps API. by Googler · 6 years ago
  20. be06c89 Throw an EvalException when a rule returns a non-exported provider by cparsons · 6 years ago
  21. 5c1005c Automated rollback of commit 536a166270590a8dbc701718550383f3a07cc763. by juliexxia · 6 years ago
  22. 0f9be45 Introduce cc-related Google-only interface methods to the Starlark build API by cparsons · 6 years ago
  23. 32836c3 Clean up BlazeServer interface and contents by michajlo · 6 years ago
  24. 524efa7 Support preserving overrides of un-desugared core library methods using configured conversions for desugared core library types by kmb · 6 years ago
  25. 8541f6d Use Artifact#getGeneratingActionKey to avoid creating Artifact nodes in the graph for all "normal" generated artifacts. by janakr · 6 years ago
  26. 3a4be3c Add /usr/local/bin to default PATH under strict action env by brandjon · 6 years ago
  27. 5aae664 Read --enable_apple_binary_native_protos to check whether to link ObjC protos into apple_static_library outputs. by kaipi · 6 years ago
  28. 25d2748 Refactor ProviderInfo into a proto by blossomsm · 6 years ago
  29. 6595661 Demote workspace from global variables by michajlo · 6 years ago
  30. e23e994 Add test for case of an aspect creating a shared artifact with another copy of the aspect. by janakr · 6 years ago
  31. 8bed37c Move binary_path and restart_reason out of globals by michajlo · 6 years ago
  32. dbb31df Populate the configuration checksum in the aquery proto output. by jcater · 6 years ago
  33. 938af80 Import of https://github.com/bazelbuild/remote-apis/pull/85 into Bazel. by Ola Rozenfeld · 6 years ago
  34. 336e290 Add new factory methods to allow setting allowsResidue and ParamsFilePreProcessor when OptionsParser is created. by jcater · 6 years ago
  35. 55ae00d Don't use Javac turbine for compilations without annotation processors by cushon · 6 years ago
  36. 3bbb72d Annotate baseline_coverage.data as a new upload file type, "COVERAGE_OUTPUT". This ensures these files are always uploaded, even if setting upload mode NO_{LOCAL_,}OUTPUTS. by felly · 6 years ago
  37. 2f6e9b6 Support VoiceInteractionSession.{requestDirectActions,performDirectAction} with Java 8 library desugaring. by Googler · 6 years ago
  38. e536b14 Refactor RuleInfo into a proto. by kendalllane · 6 years ago
  39. cf43d3b Remove unused 'setAllowSingleDashLongOptions' method. by jcater · 6 years ago
  40. c7bb098 Tolerate situation of Artifacts without generating action keys being compared for equality: this can happen when a set of artifacts is being constructed inside a configured target/aspect with one artifact from an already-existing configured target, another one just constructed here, and the two artifacts being shared. by janakr · 6 years ago
  41. a1272ba Move the caching and logic for the ConnectivityModule internally, since it isn't being used externally. by steinman · 6 years ago
  42. bdc13f8 Unify codepaths for discovered input processing, fixing a subtle bug: if we discovered a tree artifact post-execution, we would crash. by janakr · 6 years ago
  43. 3395e68 Display all available configuration checksums when no argument is passed. by jcater · 6 years ago
  44. 140a1c0 Output the configuration checksum with the missing fragment error message. by jcater · 6 years ago
  45. 0b513ca Allow proto deterministic writer to accept a supplier instead of an eagerly constructed proto. by felly · 6 years ago
  46. 9ca0744 Refactor UserDefinedFunctionInfo into a proto. by kendalllane · 6 years ago
  47. 11f3b0e Let artifacts declare that they use content-based paths. by gregce · 6 years ago
  48. 74bff3a Forward desugar worker errors into the WorkResponse and prevent bringing desugar workers down in the event of a crash. by jingwen · 6 years ago
  49. c4e7caa Lift the part of Main after we're done mutating config into a new method by michajlo · 6 years ago
  50. 253a9af Report error when objc_library's name has slash in it by Googler · 6 years ago
  51. e2a626c Automated rollback of commit bc6f7cb330bb531f062bb301f3703876051191f5. by jingwen · 6 years ago
  52. 12fc87c Remove obsolete fields from AndroidInstrumentationInfo. by Googler · 6 years ago
  53. 89d664b Fix incorrect Starlark name. by Googler · 6 years ago
  54. cbbbf88 Automatic code cleanup. by cpovirk · 6 years ago
  55. 36c70a6 Rollforward "Disable outputs param of rule function" with fix by cparsons · 6 years ago
  56. 4a24f5f Also record execution platforms in resolved files by Klaus Aehlig · 6 years ago
  57. 12c7942 Pass StartupOptions around as a const ref as much as possible by michajlo · 6 years ago
  58. 50fa3ec Fix problems with the non-strict Python toolchain by brandjon · 6 years ago
  59. dc6d3b5 Make SignalHandler more consistent with style guide by michajlo · 6 years ago
  60. 5f9aab6 Expose cc_common.create_cc_launcher_info by hlopko · 6 years ago
  61. a9100ad Cache results of PlatformMappingValue.map. by Googler · 6 years ago
  62. 13ad6f4 Only construct startup args once by michajlo · 6 years ago
  63. f644c1e Convert ProviderFieldInfo into protos. by blossomsm · 6 years ago
  64. 0951c9b Add a "starlark-semantics" option to the "info" command by mschaller · 6 years ago
  65. 6efc5b7 Treat existence of managed directories as a part of repository dirtiness. by ichern · 6 years ago
  66. d97392f Add an exec_tools attribute for genrule, which allows specifying tools that should be configured with the execution transition, instead of the host transition. by jcater · 6 years ago
  67. 3f629eb C++: Fixing name of CcCompilationOutputs for documentation by plf · 6 years ago
  68. 6ef6d87 Default java toolchain target by iirina · 6 years ago
  69. 9b0e64a Report fetch failures also in the BEP by Klaus Aehlig · 6 years ago
  70. ea212f4 Use Blaze's CommandLine infrastructure to expand ThinLTO command lines only when necessary to avoid unnecessary memory consumption by rosica · 6 years ago
  71. 5a41a2f IncludeScanner: use includePool on spawn completion by ulfjack · 6 years ago
  72. 13a71f1 C++: Fix wrong warning for non-empty cc_library by plf · 6 years ago
  73. 2419cb3 Remove the unused ProtoCompileActionBuilder#setLangParameter(). by lberki · 6 years ago
  74. 47a58f9 Refactor ProtoCompileActionBuilder a bit. by lberki · 6 years ago
  75. efb3f15 Automated rollback of commit 3290e22356b59371274849ee51297635b9435285. by janakr · 6 years ago
  76. f4523e7 Make most of Attribute DynamicCodec'ed, rather than use AutoCodec. This is a general clean-up, but also I'm getting a bizarre test failure from the @AutoCodec annotation and it goes away when I remove it. by janakr · 6 years ago
  77. 477d965 Manual trimming: trim all feature flags from toolchain deps. by gregce · 6 years ago
  78. 267df73 Refactor FunctionParamInfo into a proto. by kendalllane · 6 years ago
  79. 567a8b4 Simplify overview.vm by laurentlb · 6 years ago
  80. 7b6d359 Restore MultiplexAnnotationVisitor for creating annotations on companion class by Googler · 6 years ago
  81. bbccf4b Unroll the nested set and add as a direct member in addElementsFromStarlark. by Googler · 6 years ago
  82. 035d56c Remove StartupOptions from globals by michajlo · 6 years ago
  83. d286084 Don't store default values of build settings during Starlark options parsing. by juliexxia · 6 years ago
  84. e5970d9 Internal refactor by steinman · 6 years ago
  85. 58f736c Automatic code cleanup. by cpovirk · 6 years ago
  86. cb8e89b Allow GenRule subclasses to override the command helper. by jcater · 6 years ago
  87. af53a11 MethodDescriptor.call: don't convert unchecked exceptions into EvalException. by Benjamin Peterson · 6 years ago
  88. 897c840 Remove obsolete conditional in CcLinkingHelper by hlopko · 6 years ago
  89. 1ef910b Query performance: Support length-delimited protos by ulfjack · 6 years ago
  90. 9083bbe Add the option --experimental_graphless_query by ulfjack · 6 years ago
  91. f7802d9 Revert output formatter part of https://github.com/bazelbuild/bazel/commit/92a872b4117de3937d7535976a387e8be4ca1f57 by ulfjack · 6 years ago
  92. 38ba843 Rewrite GrpcServerImpl to remove RpcSink by ulfjack · 6 years ago
  93. 2bd8a79 Remove the unused method ProtoCompileActionBuilder#setLangPluginParameter(). by lberki · 6 years ago
  94. 7561e44 Use 'cast' diagnostics instead of 'unchecked' in output filter tests by cushon · 6 years ago
  95. f718a42 Fix performance regression with manual trimming. by gregce · 6 years ago
  96. 7ac7723 Add RuleContext#getPrerequisitesIf and AnalysisUtils#filterByProvider overloads for BuiltinProvider. by Googler · 6 years ago
  97. 6d533d8 Remove timing related global variables by michajlo · 6 years ago
  98. 7ebb09b Remove the R.jar from the JDeps provider. by Googler · 6 years ago
  99. c3c5dab Update remote android tools to 0.5 by Jingwen Chen · 6 years ago
  100. 78e5fe2 Guard android-related "do not use" modules behind --experimental_google_legacy_api by cparsons · 6 years ago