1. 0ab46f0 Remove references to getTarget(). Requires threading through an by mjhalupka · 7 years ago
  2. c7f613b Add support for javabeans-style getters ("getFoo()", "isFoo()") to AutoCodec's by cpeyser · 7 years ago
  3. cf3f81a remote: Add support for HTTP Basic Auth by Jakob Buchgraber · 7 years ago
  4. 1c6d061 Add a CODEC for LibraryToLink, which is required to serialize CppLinkAction. by cpeyser · 7 years ago
  5. f5f0877 Move BazelRuleClassProvider.SH_RULES to its own class. by lpino · 7 years ago
  6. efa4db5 Add an AutoCodec marshaller for UUID. This is required to serialize by cpeyser · 7 years ago
  7. fd4d9d2 Change $cc_toolchain_type to NODEP_LABEL so there is no actual dependency. by jcater · 7 years ago
  8. 995d62e User-friendlier representation of a missing digest. by olaola · 7 years ago
  9. c89e1f3 Remove another getTarget() call from PrintActionCommand. by mjhalupka · 7 years ago
  10. 0589fdf Avoid integer overflow breaking protobuf artifact ordering. by cparsons · 7 years ago
  11. 8eee692 Add TODO for removing LipDataTransitionRuleSet when LIPO is gone by gregce · 7 years ago
  12. a1ae896 Remove usesFuse output service method. by felly · 7 years ago
  13. 4c2a196 Refactor RunCommand so that it's a bit less messy. by lberki · 7 years ago
  14. 45c11fe Give a reasonable environment for tests run by "blaze run --direct_run". by lberki · 7 years ago
  15. 56aeb04 Fixing #4585: broken re-execution of orphaned actions. by olaola · 7 years ago
  16. cfdeb4d Suppress ThinLTO indexing for testonly targets by Googler · 7 years ago
  17. 093d22d Move BazelRuleClassProvider.J2OBJC_RULES to its own class. by lpino · 7 years ago
  18. 943afc7 Introduce -c source_file -o output_file build variables by hlopko · 7 years ago
  19. b116240 Split CppIncludeScanningContext out of CppCompileActionContext by ulfjack · 7 years ago
  20. 8a96fe9 C++: Split C++ library into two classes, compilation and linking by plf · 7 years ago
  21. 6c5157e Remove fixture_args from android_instrumentation_test. by jingwen · 7 years ago
  22. 800de7e Extract registry functionality from ObjectCodecs by michajlo · 7 years ago
  23. fb7b4ac Automated rollback of commit e01d0c8f9019b7e0beb406ea3932e7dc84b6f333. by Googler · 7 years ago
  24. 7363953 Drive-by clean-up: Remove unused visitedMap by shreyax · 7 years ago
  25. e066095 Hooks to support core library desugaring in Android builds RELNOTES: None. by kmb · 7 years ago
  26. beb66e0 Add a CODEC for some dependencies of CppCompileAction: CompileCommandLine and by cpeyser · 7 years ago
  27. 342f9fd @AutoCodec adds Singleton strategy. by shahan · 7 years ago
  28. 2fff952 Refactor to get rid of some getConfiguredTarget() calls in tests and replace by mjhalupka · 7 years ago
  29. 5b35c5c When requesting nodes* look first in target configuration, then host (used to be the other way around). by juliexxia · 7 years ago
  30. da4522f Non-test AspectClass codecs. by shahan · 7 years ago
  31. deda4a6 Improved invalid/unsupported NDK revision warning message. by jingwen · 7 years ago
  32. e00dc41 BEP: ensure that TestAttempts are reported after their target by Klaus Aehlig · 7 years ago
  33. 2db45c7 Add NestedSetCodec to AutoCodec's deploy jar. by cpeyser · 7 years ago
  34. d81a46c Generate a CODEC for CppCompilationContext using AutoCodec. This is required in order to serialize CppCompileAction. by cpeyser · 7 years ago
  35. 53465ce RELNOTES: Fix FDO_STAMP_MACRO to only be set when fdoBuildStamp is not null. by Googler · 7 years ago
  36. 4c6c417 PiperOrigin-RevId: 184726412 by Googler · 7 years ago
  37. beefb2c Don't generate the blaze generated extension registry for Android tests that define a binary_under_test. by Googler · 7 years ago
  38. fe68c6b Always do filtering in execution (even after doing it in analysis) by Googler · 7 years ago
  39. 5e573b6 @AutoCodec support for superclasses having generic parameters. by shahan · 7 years ago
  40. f0b1b10 Add Supplier support to AutoCodec. by cpeyser · 7 years ago
  41. 71dbed4 Update ToolchainResolutionFunction to consider multiple available by John Cater · 7 years ago
  42. 11c5928 Throw NoCodecException on ByteString getCodec specialization by michajlo · 7 years ago
  43. ce18f46 Fix CrosstoolConfigurationLoader to not assume the presense of a BUILD file. by John Cater · 7 years ago
  44. bbcf203 Delete the now-useless interfaces ServerCommand and CommandExecutor. by lberki · 7 years ago
  45. 5a960cf Makes @AutoCodec only use Instantiator parameter type information and ignore by shahan · 7 years ago
  46. ac8eb42 Move BlazeRuntime/BlazeCommandDispatcher shutdown to where they are created. by lberki · 7 years ago
  47. e7b1db2 Return JavaPluginInfoProvider via JavaInfo in android_library. by elenairina · 7 years ago
  48. f0544d7 Add a marshaller in AutoCodec for Iterable. This marshaller performs a runtime check on the type of the iterable, performing custom serialization for a NestedSet. by cpeyser · 7 years ago
  49. d24f5fd Remove log_levels attribute from android_instrumentation_test. by jingwen · 7 years ago
  50. 92125f8 Remove ShutdownBlazeServerException in favor of indicating that the server should be shut down in BlazeCommandResult. by lberki · 7 years ago
  51. 93b3294 Rename the host platform information in the configuration. by John Cater · 7 years ago
  52. 873f343 C++: Remove last instatiation of CppModel outside CcLibraryHelper. by plf · 7 years ago
  53. ff179a3 Automated rollback of commit 4260c30a03a9b83d48a5e8690aca19cd80be4c38. by ulfjack · 7 years ago
  54. 2c98fff Add debugging helper to Environment.Extension to say why something's unequal by brandjon · 7 years ago
  55. c5c2a76 Add NestedSet support in AutoCodec for type parameters which have an InjectingObjectCodec. by cpeyser · 7 years ago
  56. d5de133 PiperOrigin-RevId: 184564534 by Googler · 7 years ago
  57. 5be4dd6 Fix Fileset incrementality bug when Fileset consumes a generated file. The native skyframe implementation was actually quite incorrect in this case: It was adding a skyframe dependency on a FileValue for the output file. Without a transitive dependency on the source files and actions that determine the output file's state, this could never work (and explains why the incremental build would fail). Instead, we now depend on the Artifact corresponding to the output file instead. by felly · 7 years ago
  58. 8b17efa Tag a few aspect classes with @AutoCodec and make CcProtoAspect abstract, since it's never instantiated on its own. by janakr · 7 years ago
  59. 5fd3ff9 Refactor ArtifactSkyKey to get rid of an unnecessary wrapper class: actually essentially promote OwnedArtifact to ArtifactSkyKey and rename it to ArtifactSkyKey. The king is dead... by janakr · 7 years ago
  60. 6d03294 Simplify RuleClassProviders by making most RuleSets have their own class. by lpino · 7 years ago
  61. 73fcc7a Fix AndroidDevice to never put the unified launcher's runfiles middleman in the runfiles tree. by Benjamin Peterson · 7 years ago
  62. ac09f0a Add type assertion that TreeFileArtifact's parentTreeArtifact member is a by cpeyser · 7 years ago
  63. 98f703b Fix manifest_merger documentation link. by ajmichael · 7 years ago
  64. 5a48ecc Pass ctime to the TimestampGranularityMonitor by ulfjack · 7 years ago
  65. f0d3715 Update DarwinSandboxedSpawnRunner to correctly set the sandbox configuration rule for the execution statistics path. by ruperts · 7 years ago
  66. 4741aa8 Add a "direct" mode to "blaze run" that makes the process being run a direct by lberki · 7 years ago
  67. 03ad915 Automated rollback of commit 17830c25a816d67ba79e783acaa6a085b516bd43. by jmmv · 7 years ago
  68. bb2f14a remote: correct link to remote caching documentation. by buchgr · 7 years ago
  69. a610a2b python,runfiles: runfiles library in @bazel_tools by Laszlo Csomor · 7 years ago
  70. 17830c2 C++: Remove last instatiation of CppModel outside CcLibraryHelper. by plf · 7 years ago
  71. 6c1c066 Expose structField callable methods of skylark objects to dir() and str() calls by cparsons · 7 years ago
  72. 152b22d Convert "-" to "" when generating module name by Googler · 7 years ago
  73. a4fc77e RELNOTES: stop using --no-locals in android coverage builds by kmb · 7 years ago
  74. f972c87 Check for nulls when making sure there is only one non-null configuration that top level targets are configured in. by juliexxia · 7 years ago
  75. e861ffc Make RuleContext.getConfiguration() private. by gregce · 7 years ago
  76. c552dca Remove documentation of android_local_test.{resource_files,assets,assets_dir}. They are not used and their usage is unsupported. by dannark · 7 years ago
  77. d070f70 site/docs: add documentation for remote caching. by Jakob Buchgraber · 7 years ago
  78. 7dbfcfb Add allowReturnNone to skylark annotations by Googler · 7 years ago
  79. a56a6ad Stop allowing generic LateBoundDefault value types. Such types are always either a Label or a List<Label>. We can easily enforce this through static type checking, so do it. by janakr · 7 years ago
  80. 64d9a4d Start process of tagging AspectKey. Still a lot of subclasses of AspectClass to do. by janakr · 7 years ago
  81. a93e422 Remove Root#getCodec, to bring Root in line with general style for codec by cpeyser · 7 years ago
  82. b157103 C++: Stops generating DWO files when PER_OBJECT_DEBUG_INFO feature is not enabled. by plf · 7 years ago
  83. e68c289 AutoCodec can support NestedSet<T>, where T is a declared declared type that by cpeyser · 7 years ago
  84. 8b5a64b Fix error handling in skyframe target pattern parsing by ulfjack · 7 years ago
  85. 757fe08 ConfiguredRuleClassProvider preserves order in its builtin map. by cpeyser · 7 years ago
  86. 9257466 Implement Merge logic for all new providers in JavaInfo by dbabkin · 7 years ago
  87. 6d24ca9 Change how the libraries_to_link are expanded for archiver by hlopko · 7 years ago
  88. b534e6b @AutoCodec @AutoValue support by shahan · 7 years ago
  89. 3b760af PiperOrigin-RevId: 184203570 by Googler · 7 years ago
  90. 2f8fa64 Refactors ParallelEvaluator to support eval-wide exceptions. by mschaller · 7 years ago
  91. b3cdb05 Remove unused code from bazel. by kaipi · 7 years ago
  92. 92a031f Add codecs for some stray SkyKeys. by janakr · 7 years ago
  93. cfad574 Expand the docs on hdrs to better indicate what they are. by thomasvl · 7 years ago
  94. a48162b Remove setting of $DISPLAY variable by android_instrumentation_test. by jingwen · 7 years ago
  95. 34af645 Add NO_PROXY environment variable support to downloader by Zack Lalanne · 7 years ago
  96. 875068a Add a CODEC for Artifact. by cpeyser · 7 years ago
  97. 12c62bd Add a codec for FeatureConfiguration using AutoCodec. This is necessary for by cpeyser · 7 years ago
  98. 186068f Automated rollback of commit aa8ce5653f92473b331e500a3614245dae38dfc4. by hlopko · 7 years ago
  99. a904b85 Allow CustomCommandLine's mapFn to expand each object into multiple items. by tomlu · 7 years ago
  100. 109e4b4 Automated rollback of commit 7e6837cc1d1aa4259f5c27ba3606b277b5f6c3e9. by aehlig · 7 years ago