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. 5ac4d7a Refactor the command line argument parser to use the latest API. by cnsun · 7 years ago
  6. f5f0877 Move BazelRuleClassProvider.SH_RULES to its own class. by lpino · 7 years ago
  7. efa4db5 Add an AutoCodec marshaller for UUID. This is required to serialize by cpeyser · 7 years ago
  8. 28228e0 Adding awaitTermination in our tests tear down. by olaola · 7 years ago
  9. fd4d9d2 Change $cc_toolchain_type to NODEP_LABEL so there is no actual dependency. by jcater · 7 years ago
  10. 13c3373 python,runfiles library: don't pick up TEST_SRCDIR by Laszlo Csomor · 7 years ago
  11. 13018aa Update ijar tests to verify time stamp. by tomlu · 7 years ago
  12. 995d62e User-friendlier representation of a missing digest. by olaola · 7 years ago
  13. 13962bf Accept --target_label, --injecting_rule_kind in ijar. by tomlu · 7 years ago
  14. c89e1f3 Remove another getTarget() call from PrintActionCommand. by mjhalupka · 7 years ago
  15. 0589fdf Avoid integer overflow breaking protobuf artifact ordering. by cparsons · 7 years ago
  16. b46feb0 Make some tests compatible with JDK 9 by cushon · 7 years ago
  17. 8eee692 Add TODO for removing LipDataTransitionRuleSet when LIPO is gone by gregce · 7 years ago
  18. a1ae896 Remove usesFuse output service method. by felly · 7 years ago
  19. 4c2a196 Refactor RunCommand so that it's a bit less messy. by lberki · 7 years ago
  20. d7b6a77 java,runfiles: fix tests with TEST_SRCDIR by Laszlo Csomor · 7 years ago
  21. 45c11fe Give a reasonable environment for tests run by "blaze run --direct_run". by lberki · 7 years ago
  22. 56aeb04 Fixing #4585: broken re-execution of orphaned actions. by olaola · 7 years ago
  23. cfdeb4d Suppress ThinLTO indexing for testonly targets by Googler · 7 years ago
  24. d855d81 java,runfiles: fix bugs in runfiles library by Laszlo Csomor · 7 years ago
  25. 3d45d25 Make remaining Apple tests correctly reference tools repository identifier by cparsons · 7 years ago
  26. 093d22d Move BazelRuleClassProvider.J2OBJC_RULES to its own class. by lpino · 7 years ago
  27. 943afc7 Introduce -c source_file -o output_file build variables by hlopko · 7 years ago
  28. b116240 Split CppIncludeScanningContext out of CppCompileActionContext by ulfjack · 7 years ago
  29. 8a96fe9 C++: Split C++ library into two classes, compilation and linking by plf · 7 years ago
  30. e754126 Increase timeout on remote_execution_test. by ruperts · 7 years ago
  31. 6c5157e Remove fixture_args from android_instrumentation_test. by jingwen · 7 years ago
  32. 800de7e Extract registry functionality from ObjectCodecs by michajlo · 7 years ago
  33. fb7b4ac Automated rollback of commit e01d0c8f9019b7e0beb406ea3932e7dc84b6f333. by Googler · 7 years ago
  34. 154317e Rename generated core classes during core library desugaring RELNOTES: None. by kmb · 7 years ago
  35. 7363953 Drive-by clean-up: Remove unused visitedMap by shreyax · 7 years ago
  36. e066095 Hooks to support core library desugaring in Android builds RELNOTES: None. by kmb · 7 years ago
  37. beb66e0 Add a CODEC for some dependencies of CppCompileAction: CompileCommandLine and by cpeyser · 7 years ago
  38. 342f9fd @AutoCodec adds Singleton strategy. by shahan · 7 years ago
  39. 2fff952 Refactor to get rid of some getConfiguredTarget() calls in tests and replace by mjhalupka · 7 years ago
  40. e40603f Increase timeout on bazel_java_test. by ruperts · 7 years ago
  41. 005affa Reflect renamed classes in desugar output file names RELNOTES: None. by kmb · 7 years ago
  42. 5b35c5c When requesting nodes* look first in target configuration, then host (used to be the other way around). by juliexxia · 7 years ago
  43. e1ed133 Combine WorkspaceRcFileSearchPath and FindCandidateBlazercPaths and add a test. by ajmichael · 7 years ago
  44. da4522f Non-test AspectClass codecs. by shahan · 7 years ago
  45. 4ae0d18 Remove assertSwiftStdLibToolAction since it's unused by all subclasses. by mjhalupka · 7 years ago
  46. deda4a6 Improved invalid/unsupported NDK revision warning message. by jingwen · 7 years ago
  47. fd3e2e9 Change aar_integration_test size to large. by cpeyser · 7 years ago
  48. ebd28a9 Refactor blazerc parsing out of OptionProcessor. This change should be a no-op behavior-wise. by Googler · 7 years ago
  49. e00dc41 BEP: ensure that TestAttempts are reported after their target by Klaus Aehlig · 7 years ago
  50. 2db45c7 Add NestedSetCodec to AutoCodec's deploy jar. by cpeyser · 7 years ago
  51. d81a46c Generate a CODEC for CppCompilationContext using AutoCodec. This is required in order to serialize CppCompileAction. by cpeyser · 7 years ago
  52. 53465ce RELNOTES: Fix FDO_STAMP_MACRO to only be set when fdoBuildStamp is not null. by Googler · 7 years ago
  53. e85e280 drop debug info when loading classes in desugar as a workaround for https://bugs.openjdk.java.net/browse/JDK-8066981 by kmb · 7 years ago
  54. 4c6c417 PiperOrigin-RevId: 184726412 by Googler · 7 years ago
  55. beefb2c Don't generate the blaze generated extension registry for Android tests that define a binary_under_test. by Googler · 7 years ago
  56. fe68c6b Always do filtering in execution (even after doing it in analysis) by Googler · 7 years ago
  57. 5e573b6 @AutoCodec support for superclasses having generic parameters. by shahan · 7 years ago
  58. f0b1b10 Add Supplier support to AutoCodec. by cpeyser · 7 years ago
  59. 71dbed4 Update ToolchainResolutionFunction to consider multiple available by John Cater · 7 years ago
  60. 33c419b Add a new tool to check the deps of aar_import. This is the first cl of a by cnsun · 7 years ago
  61. 11c5928 Throw NoCodecException on ByteString getCodec specialization by michajlo · 7 years ago
  62. ce18f46 Fix CrosstoolConfigurationLoader to not assume the presense of a BUILD file. by John Cater · 7 years ago
  63. bbcf203 Delete the now-useless interfaces ServerCommand and CommandExecutor. by lberki · 7 years ago
  64. 5a960cf Makes @AutoCodec only use Instantiator parameter type information and ignore by shahan · 7 years ago
  65. a5ff30a runfiles test: extract mock Java code to a file by Laszlo Csomor · 7 years ago
  66. ac8eb42 Move BlazeRuntime/BlazeCommandDispatcher shutdown to where they are created. by lberki · 7 years ago
  67. e7b1db2 Return JavaPluginInfoProvider via JavaInfo in android_library. by elenairina · 7 years ago
  68. 149e95b Converts wrapped_clang from a bash script to a C++ source file which is compiled as part of bazel's repository bootstrap. This should make crosstool's clang invocations faster. An added benefit of this is that wrapped_clang.cc supports the "DSYM_HINT" flags specified through the CROSSTOOL, so with this change, apple_binary gets support for the --apple_generate_dsym flag. by kaipi · 7 years ago
  69. 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
  70. d24f5fd Remove log_levels attribute from android_instrumentation_test. by jingwen · 7 years ago
  71. 92125f8 Remove ShutdownBlazeServerException in favor of indicating that the server should be shut down in BlazeCommandResult. by lberki · 7 years ago
  72. 93b3294 Rename the host platform information in the configuration. by John Cater · 7 years ago
  73. 873f343 C++: Remove last instatiation of CppModel outside CcLibraryHelper. by plf · 7 years ago
  74. 7977eeb Detect deprecated operations on dict() variables in Skylint by cparsons · 7 years ago
  75. ff179a3 Automated rollback of commit 4260c30a03a9b83d48a5e8690aca19cd80be4c38. by ulfjack · 7 years ago
  76. 5af519a runfiles,py: add test to run a data-dependency by Laszlo Csomor · 7 years ago
  77. 2c98fff Add debugging helper to Environment.Extension to say why something's unequal by brandjon · 7 years ago
  78. 4205ed4 Ignore VSCode files by Loo Rong Jie · 7 years ago
  79. 1324318 Basic tooling to desugar select core libraries RELNOTES: None. by kmb · 7 years ago
  80. 1eeba9c Fix test compilation failure. by felly · 7 years ago
  81. c5c2a76 Add NestedSet support in AutoCodec for type parameters which have an InjectingObjectCodec. by cpeyser · 7 years ago
  82. d5de133 PiperOrigin-RevId: 184564534 by Googler · 7 years ago
  83. a3bdffe Include module-info.class files in interface jars by cushon · 7 years ago
  84. 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
  85. 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
  86. 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
  87. 6d03294 Simplify RuleClassProviders by making most RuleSets have their own class. by lpino · 7 years ago
  88. 73fcc7a Fix AndroidDevice to never put the unified launcher's runfiles middleman in the runfiles tree. by Benjamin Peterson · 7 years ago
  89. ac09f0a Add type assertion that TreeFileArtifact's parentTreeArtifact member is a by cpeyser · 7 years ago
  90. 98f703b Fix manifest_merger documentation link. by ajmichael · 7 years ago
  91. 5a48ecc Pass ctime to the TimestampGranularityMonitor by ulfjack · 7 years ago
  92. f0d3715 Update DarwinSandboxedSpawnRunner to correctly set the sandbox configuration rule for the execution statistics path. by ruperts · 7 years ago
  93. 8d5deed Optimize GetRandomStr by Loo Rong Jie · 7 years ago
  94. 441dc76 Support legacy multidex. by ajmichael · 7 years ago
  95. 4741aa8 Add a "direct" mode to "blaze run" that makes the process being run a direct by lberki · 7 years ago
  96. 03ad915 Automated rollback of commit 17830c25a816d67ba79e783acaa6a085b516bd43. by jmmv · 7 years ago
  97. bb2f14a remote: correct link to remote caching documentation. by buchgr · 7 years ago
  98. 02873d8 sha256 python tool: stream instead of reading whole file beforehand by Hadrien Chauvin · 7 years ago
  99. a610a2b python,runfiles: runfiles library in @bazel_tools by Laszlo Csomor · 7 years ago
  100. 17830c2 C++: Remove last instatiation of CppModel outside CcLibraryHelper. by plf · 7 years ago