1. 1dbbc014 Change field names from plural to singular so repeated fields will be singular on proto output. by kendalllane · 6 years ago
  2. da8a315 Add checks for list parameters of cc_common.create_cc_toolchain_config_info() to prevent bazel crashing when a struct is expected but something else is passed instead. by rosica · 6 years ago
  3. 64c124b Improve strategy error message by Pedro Alvarez · 6 years ago
  4. e70f7f7 Make setAllowResidue and enableParamsFileSupport private. by jcater · 6 years ago
  5. aaf6457 Embed @platforms into the Bazel binary by hlopko · 6 years ago
  6. b41bf69 Add flag to enable the JSON profile by default. by twerth · 6 years ago
  7. c1407df Add WalkableGraph#getValueAndRdeps that allows fetching both the rdeps and value in a single call by shreyax · 6 years ago
  8. 0c74549 Add new flag to Stardoc and allows Stardoc to output raw serialized proto. by kendalllane · 6 years ago
  9. c750f97 Require the "command" param of run_shell is a string by cparsons · 6 years ago
  10. 1e31092 Delete some messages formerly used for serialization code which no longer exists by michajlo · 6 years ago
  11. a9abf76 Only eagerly read dependency files when Bazel-side Java classpath reduction is by djasper · 6 years ago
  12. bc6e41d Rename SkylarkMutable to StarlarkMutable by laurentlb · 6 years ago
  13. 74279cc Don't capture a member in the lambda created in JavaHeaderCompileActionBuilder. by djasper · 6 years ago
  14. f2109fe Refactor the server startup codepath by michajlo · 6 years ago
  15. bfcdca2 Clean up usages of setAllowResidue and enableParamsFileSupport to pass values into the factory method. by jcater · 6 years ago
  16. 49862c5 Don't allow ctx.split_attr to access starlark transitions attributes. by juliexxia · 6 years ago
  17. 76e4e42 Include intermediate output key as a typed parameter for ParallelVisitor. by shreyax · 6 years ago
  18. b3ee73f Remove SkylarkAttributeAspect and friends by michajlo · 6 years ago
  19. e2a1966 Update android_tools and create version 0.6. by John Cater · 6 years ago
  20. 39c55b7 Remove the flag `incompatible_disallow_native_in_build_file` by laurentlb · 6 years ago
  21. 3b7e294 Remove the flag `incompatible_no_kwargs_in_build_files`. by laurentlb · 6 years ago
  22. c9fbe95 Fix two issues with incremental Skyframe hybrid globbing and the 'allow_empty' param to the 'glob' function by nharmata · 6 years ago
  23. 511eb22 Replace isUseSkylarkSemantics with isUseStarlarkSemantics by laurentlb · 6 years ago
  24. fdc2da7 Remove flag incompatible_static_name_resolution_in_build_files by laurentlb · 6 years ago
  25. ba12321 Update toolchain resolution to not favor the host platform when no by John Cater · 6 years ago
  26. 7eb483c Remove the flag `incompatible_disallow_filetype` by laurentlb · 6 years ago
  27. 28c30a7 Rename useSkylarkSemantics to useStarlarkSemantics by laurentlb · 6 years ago
  28. a7a15c0 Read the .jdeps files created from Java header compilations when finishing the by djasper · 6 years ago
  29. 88be1f7 Automated rollback of commit 324dc44e6bafb487331724ae83d67bc18ed8a8aa. by hlopko · 6 years ago
  30. a27a831 Remove --output_symbol_counts from user manual by hlopko · 6 years ago
  31. f0e7503 Don't let multiple threads queue up before the synchronized-block in by djasper · 6 years ago
  32. 324dc44 Embed @platforms into the Bazel binary by Marcel Hlopko · 6 years ago
  33. 99ad9b9 Support Fileset expansion inside Runfiles during input expansion. by felly · 6 years ago
  34. a1cdb5e Fix BEP failing to report Artifacts in an output set which includes Filesets. by felly · 6 years ago
  35. df40968 Fix incorrect param name in Package.Builder.Helper#onLoadingComplete. by nharmata · 6 years ago
  36. 3945782 Pass a FilesToRunProvider as language plugin to ProtoCompileActionBuilder instead of the string name. by Googler · 6 years ago
  37. d0e648c Roll forward with adding nested set as transitive member. by Googler · 6 years ago
  38. 1efbc1b Add a final return to RestartReason. by jcater · 6 years ago
  39. 368b935 Remove some comments that I didn't intend to submit to the depot. by felly · 6 years ago
  40. 1d936d3 Remove escape hatch for BEP Artifact path prefixes: No issues have been reported. by felly · 6 years ago
  41. 841d176 Change back the name of getOptionsData. by jcater · 6 years ago
  42. ae148c7 Convert OptionsParserImpl to use a Builder to create instances. by jcater · 6 years ago
  43. a103ec0 Remove CppToolchainInfo by rosica · 6 years ago
  44. 372f412 Add a custom OOM message emission capability by Googler · 6 years ago
  45. df5da8f Move CppToolchainInfo.toolchainFeatures to CcToolchainProvider.toolchainFeatures by rosica · 6 years ago
  46. 7c40d26 Cleanup output_object_file by hlopko · 6 years ago
  47. 08d691f Refactor message construction of ActionExecutionException by buchgr · 6 years ago
  48. 762c255 Move CppToolchainInfo.toolPaths to CcToolchainProvider.toolPaths by rosica · 6 years ago
  49. 2c85dd5 Don't create new NestedSets when updating action inputs. The main codepath by djasper · 6 years ago
  50. 2ecaf8a Properly setup package cache before doing starlark options parsing. by juliexxia · 6 years ago
  51. acb1ef6 Make customPackage mandatory for resourcesFromDeps API. by Googler · 6 years ago
  52. be06c89 Throw an EvalException when a rule returns a non-exported provider by cparsons · 6 years ago
  53. 5c1005c Automated rollback of commit 536a166270590a8dbc701718550383f3a07cc763. by juliexxia · 6 years ago
  54. 0f9be45 Introduce cc-related Google-only interface methods to the Starlark build API by cparsons · 6 years ago
  55. 32836c3 Clean up BlazeServer interface and contents by michajlo · 6 years ago
  56. 8541f6d Use Artifact#getGeneratingActionKey to avoid creating Artifact nodes in the graph for all "normal" generated artifacts. by janakr · 6 years ago
  57. 3a4be3c Add /usr/local/bin to default PATH under strict action env by brandjon · 6 years ago
  58. 5aae664 Read --enable_apple_binary_native_protos to check whether to link ObjC protos into apple_static_library outputs. by kaipi · 6 years ago
  59. 25d2748 Refactor ProviderInfo into a proto by blossomsm · 6 years ago
  60. 6595661 Demote workspace from global variables by michajlo · 6 years ago
  61. 8bed37c Move binary_path and restart_reason out of globals by michajlo · 6 years ago
  62. dbb31df Populate the configuration checksum in the aquery proto output. by jcater · 6 years ago
  63. 938af80 Import of https://github.com/bazelbuild/remote-apis/pull/85 into Bazel. by Ola Rozenfeld · 6 years ago
  64. 336e290 Add new factory methods to allow setting allowsResidue and ParamsFilePreProcessor when OptionsParser is created. by jcater · 6 years ago
  65. 55ae00d Don't use Javac turbine for compilations without annotation processors by cushon · 6 years ago
  66. 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
  67. e536b14 Refactor RuleInfo into a proto. by kendalllane · 6 years ago
  68. cf43d3b Remove unused 'setAllowSingleDashLongOptions' method. by jcater · 6 years ago
  69. 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
  70. a1272ba Move the caching and logic for the ConnectivityModule internally, since it isn't being used externally. by steinman · 6 years ago
  71. 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
  72. 3395e68 Display all available configuration checksums when no argument is passed. by jcater · 6 years ago
  73. 140a1c0 Output the configuration checksum with the missing fragment error message. by jcater · 6 years ago
  74. 0b513ca Allow proto deterministic writer to accept a supplier instead of an eagerly constructed proto. by felly · 6 years ago
  75. 9ca0744 Refactor UserDefinedFunctionInfo into a proto. by kendalllane · 6 years ago
  76. 11f3b0e Let artifacts declare that they use content-based paths. by gregce · 6 years ago
  77. c4e7caa Lift the part of Main after we're done mutating config into a new method by michajlo · 6 years ago
  78. 253a9af Report error when objc_library's name has slash in it by Googler · 6 years ago
  79. e2a626c Automated rollback of commit bc6f7cb330bb531f062bb301f3703876051191f5. by jingwen · 6 years ago
  80. 12fc87c Remove obsolete fields from AndroidInstrumentationInfo. by Googler · 6 years ago
  81. 89d664b Fix incorrect Starlark name. by Googler · 6 years ago
  82. 36c70a6 Rollforward "Disable outputs param of rule function" with fix by cparsons · 6 years ago
  83. 4a24f5f Also record execution platforms in resolved files by Klaus Aehlig · 6 years ago
  84. 12c7942 Pass StartupOptions around as a const ref as much as possible by michajlo · 6 years ago
  85. 50fa3ec Fix problems with the non-strict Python toolchain by brandjon · 6 years ago
  86. dc6d3b5 Make SignalHandler more consistent with style guide by michajlo · 6 years ago
  87. 5f9aab6 Expose cc_common.create_cc_launcher_info by hlopko · 6 years ago
  88. a9100ad Cache results of PlatformMappingValue.map. by Googler · 6 years ago
  89. 13ad6f4 Only construct startup args once by michajlo · 6 years ago
  90. f644c1e Convert ProviderFieldInfo into protos. by blossomsm · 6 years ago
  91. 0951c9b Add a "starlark-semantics" option to the "info" command by mschaller · 6 years ago
  92. 6efc5b7 Treat existence of managed directories as a part of repository dirtiness. by ichern · 6 years ago
  93. 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
  94. 3f629eb C++: Fixing name of CcCompilationOutputs for documentation by plf · 6 years ago
  95. 9b0e64a Report fetch failures also in the BEP by Klaus Aehlig · 6 years ago
  96. ea212f4 Use Blaze's CommandLine infrastructure to expand ThinLTO command lines only when necessary to avoid unnecessary memory consumption by rosica · 6 years ago
  97. 5a41a2f IncludeScanner: use includePool on spawn completion by ulfjack · 6 years ago
  98. 13a71f1 C++: Fix wrong warning for non-empty cc_library by plf · 6 years ago
  99. 2419cb3 Remove the unused ProtoCompileActionBuilder#setLangParameter(). by lberki · 6 years ago
  100. 47a58f9 Refactor ProtoCompileActionBuilder a bit. by lberki · 6 years ago