1. eb067ea Fix test name in fallback xml when --run_under is used. by Benjamin Peterson · 7 years ago
  2. 93a6730 Update javadoc for some headers and include dirs methods. by Benjamin Peterson · 7 years ago
  3. 0cf94e9 Do not expand depset twice and store expanded in ctx.actions.run inputs. by tomlu · 7 years ago
  4. deb99cc add ability to move individual core library methods RELNOTES: None. by kmb · 7 years ago
  5. cfb8a74 PiperOrigin-RevId: 186532302 by ahumesky · 7 years ago
  6. ae24bfe Add basic equality checking for ErrorInfo and tighten the interface for ErrorInfoManager. by shreyax · 7 years ago
  7. 39ecf8b Automated rollback of commit 11cc89a27544311111473dc7a17522635c2b6e70. by eaftan · 7 years ago
  8. 485ee40 Bugfix: spawn output directories are not passed to remote execution. by olaola · 7 years ago
  9. 29d96b8 Disable mobile-install classic mode for internal users. by Googler · 7 years ago
  10. 1b6c10a Use a separate implicit dependency for dexbuilder in proguarded android builds by kmb · 7 years ago
  11. 934ee14 Add an alias to import_deps_checker. The follow-up cl will reference this alias by cnsun · 7 years ago
  12. a6ef7fe Recommend True and False for boolean attributes. by laurentlb · 7 years ago
  13. 1d4f011 Deflake ParallelEvaluatorTest.errorBubblesToParentsOfTopLevelValue: error cannot finish building until top registers a dep on it, and we can only know that by listening to the addReverseDep call. by janakr · 7 years ago
  14. ab37330 Add --experimental_fix_deps_tool to JavaBuilder by Googler · 7 years ago
  15. 86f7e68 Set default of --incompatible_disable_glob_tracking to true by laurentlb · 7 years ago
  16. 45f8d96 Don't register linkstamp compile actions when we're doing thinlto indexing step by hlopko · 7 years ago
  17. ae4ba82 C++: Migrate CcCompilationInfo to NativeInfo by plf · 7 years ago
  18. 840b3e4 C++: Renames CppCompilationContext to CcCompilationInfo by plf · 7 years ago
  19. 404a670 Clean up test tag handling by ulfjack · 7 years ago
  20. f4d2dad Apply interface invocation desugaring to renamed core libraries. Fix invokespecial invocations for core interfaces. by kmb · 7 years ago
  21. b6f8642 Internal change by felly · 7 years ago
  22. 569e169 Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information to select a codec. by shahan · 7 years ago
  23. 7b1b4a4 In TransitiveBaseTraversalFunction, only process the deps once we have all the information we need. It is a waste of CPU time otherwise as we will just lose the state. Note that we don't pass the env directly into the processDeps function so this wasn't a skyframe restart optimization. Also, none of the state recorded in the processDeps for the direct label deps is used in computing the aspect deps, as we immediately call targetAndErrorIfAny#getTarget. by shreyax · 7 years ago
  24. c1042f2 Tool that scans a given Jar for references to select classes and outputs corresponding Proguard-style -keep rules by kmb · 7 years ago
  25. 2dd46e6 Update --flaky_test_attempts to also take a repeatable argument of the form by jcater · 7 years ago
  26. 80a0633 Adds ObjectCodecRegistry to {Des|S}erializationContext. by shahan · 7 years ago
  27. dd090a6 Some autocodec changes required to serialize SpawnAction: double field and CharSequence fields. by cpeyser · 7 years ago
  28. d399df9 Inject the product name in the constructor where needed by ulfjack · 7 years ago
  29. b80158a Serialize MiddlemanAction and add strategy=Strategy.Polymorphic for Action and by mjhalupka · 7 years ago
  30. ae01194 @AutoCodec some c++ linking data structures. by cpeyser · 7 years ago
  31. a7b34a1 Decprecate native http_archive by Klaus Aehlig · 7 years ago
  32. cc16e7c External repositories: document label expansion by Klaus Aehlig · 7 years ago
  33. 1001141 Roll forward of https://github.com/bazelbuild/bazel/commit/3904ac33a983fd8faebba1b52bcac5a3ff942029 (https://github.com/bazelbuild/bazel/commit/3904ac33a983fd8faebba1b52bcac5a3ff942029). Fix #4625 by running the test process in a sub-shell. by olaola · 7 years ago
  34. fb915e8 Docs: remove reference to supplying an absolute path to --javabase. by Gregg Donovan · 7 years ago
  35. f03b8f8 Fix env for local fallback (from remote exec) on Windows and Linux by ulfjack · 7 years ago
  36. 2dca40b Fix typo in cache download failure warning by Alex Ryan · 7 years ago
  37. bf6c267 Improve some of the names in CommandLine. by tomlu · 7 years ago
  38. 97704ea Add linter check for deprecated ctx methods. by laurentlb · 7 years ago
  39. 1585b90 Bazel client: remove dead code by Laszlo Csomor · 7 years ago
  40. 5deca4c Accept proto paths relative to proto_source_root as direct dependencies. by elenairina · 7 years ago
  41. 9ac1069 http_archive: fix doc-string by Klaus Aehlig · 7 years ago
  42. 2c05aff Provide a hacky way to get an ActionInput from BinTools by ulfjack · 7 years ago
  43. 9f608c2 Add example in Skylint doc by laurentlb · 7 years ago
  44. e5c9bdf Propagating whether there was a cache hit in the SpawnResult. by olaola · 7 years ago
  45. ba27394 Add additional tests for Filesets with symlinks by ulfjack · 7 years ago
  46. 053dfd1 http_archive: allow parameter for a single URL by Klaus Aehlig · 7 years ago
  47. 993f1de Route fdo logic that deals with the path to the fdo profile through CcToolchainProvider by Googler · 7 years ago
  48. 49f805c Fix jgit related documentation of new_git_repository by aehlig · 7 years ago
  49. 215c2d6 External repositories: document legitimate path assumptions by Klaus Aehlig · 7 years ago
  50. 4f50afd runfiles,test: prepare for cc runfiles library by Laszlo Csomor · 7 years ago
  51. 57d837e Add JavaSemantics to JavaToolchain. by dbabkin · 7 years ago
  52. 9c1feeb Pass short proto path before the long path to protoc. by elenairina · 7 years ago
  53. 7fe59b9 Automated rollback of commit cce164aed44aba1de244f0d764cd33a5cc6980b2. by fwe · 7 years ago
  54. b3d52b1 Fix incorrect include directories when -no-canonical-prefixes is passed to clang by hlopko · 7 years ago
  55. 2a2aa7a Rename NativeLibsZipsInfo to AndroidNativeLibsInfo. by Googler · 7 years ago
  56. b7bd729 Rule documentation for android_instrumentation_test by jingwen · 7 years ago
  57. 97c4a9e add flag to use incremental dexing by default for proguarded android binaries by kmb · 7 years ago
  58. d18d3e2 Automated rollback of commit f672a31b8b19baab95373e4f2f6d110aa8b8f0fb. by corysmith · 7 years ago
  59. d7a5617 Rename Dex2OatProvider to AndroidDex2OatInfo and by Googler · 7 years ago
  60. 7ec3f21 Change Skylark's print() on a rule target to print the Skylark-exposed provider keys. by cparsons · 7 years ago
  61. 50efbeb Expose import-deps-checker to //tools/android so that AarImport can use it. by cnsun · 7 years ago
  62. f672a31 Normalized the serialization proto to save space and allow greater versatility in storage. by corysmith · 7 years ago
  63. 950bcf7 Remove redundant ManualClock implementations. by ccalvarin · 7 years ago
  64. cbf8c0a Expose WorkspaceFactoryTestHelper for testing properties of the "external" package. by janakr · 7 years ago
  65. cce164a Re-use previously computed deps for TransitiveBaseTraversalFunction#compute if we have them instead of re-computing them each time on a skyframe restart. by shreyax · 7 years ago
  66. 68846fe add "r" to rbuildfiles example in query documentation. by juliexxia · 7 years ago
  67. 4a4bb72 Add @AutoCodec for FdoSupport(Provider) and TemplateVariableInfo. by mjhalupka · 7 years ago
  68. fc30733 Make default for android_cpu armeabi-v7a by Googler · 7 years ago
  69. 15a4362 Add "proto_source_root" flag to proto_library. by elenairina · 7 years ago
  70. 8d4f813 Fix http://b/73496081 which was caused by not filtering on aliasconfiguredtargets that are actually ruleconfiguredtargets. by juliexxia · 7 years ago
  71. cfe5994 Automated rollback of commit 04757dba0174d22c0a695a7ed5fe511fd13df008. by laszlocsomor · 7 years ago
  72. b225532 Fix jgit related documentation of git_repository by hlopko · 7 years ago
  73. ec2cb25 Automated rollback of commit c7e343ad314aeab6283b5939bc8126a112140a11. by plf · 7 years ago
  74. 2195b1c Remove old flags. by laurentlb · 7 years ago
  75. b78a5c1 Rewrite visibility handling for all java_tools by ulfjack · 7 years ago
  76. b653624 Remove BuildConfiguration and PlatformInfo from the by jcater · 7 years ago
  77. 8c4c5eb Expose aar native libs to skylark. by Googler · 7 years ago
  78. c7a56bc Increase font-weight for h1-h6 elements in docs for better contrast by Jingwen Chen · 7 years ago
  79. 9f0ca0a Expose manifest property in ResourceContainer by Googler · 7 years ago
  80. ed1c6c2 Properly error when environment_group references non-existent targets. by gregce · 7 years ago
  81. 340b902 Fix query output formatter documentation for github issue #1121 by juliexxia · 7 years ago
  82. db985d1 Tag for classes with @AutoCodec. by mjhalupka · 7 years ago
  83. e1c7d33 Add backticks by Googler · 7 years ago
  84. 9a5d1af Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.actions -> lib.actions. by tomlu · 7 years ago
  85. d199fe1 Don't fail if special resource directories contain multiple resources by Googler · 7 years ago
  86. b2a396b Add some more codecs to execution-phase SkyKeys. by janakr · 7 years ago
  87. c35fd4d Increase timeout on //src/test/py/bazel/runfiles_test. by ruperts · 7 years ago
  88. a1f90ce Don't intern PathFragments when we create PackageIdentifiers. This should be a strict win: by shreyax · 7 years ago
  89. f70aff5 Fix Callcounts crash. by tomlu · 7 years ago
  90. c8e8749 Resolve the owner of interface.super calls to inherited default methods for android desugaring by kmb · 7 years ago
  91. 0588ba0 Remove BinTools from BuildViewTestCase by ulfjack · 7 years ago
  92. cb314a2 Stop storing ActionTemplate in a SkyKey: it's too heavyweight. Use the same mechanism as for normal actions, have the ActionTemplateExpansionFunction look the template up when needed. by janakr · 7 years ago
  93. 10b1a5f Use AutoCodec to generate CODECs for a few more provider types that are by cpeyser · 7 years ago
  94. ae26077 Add AutoCodec for a bunch of cc library providers. by mjhalupka · 7 years ago
  95. e722c79 Remove unused DataKey attribute. by corysmith · 7 years ago
  96. f264c98 Finish cleanup of unthreaded contexts by michajlo · 7 years ago
  97. feeef9f Fix typo in javadoc by michajlo · 7 years ago
  98. 229ca18 Remove unused LineNumberTable.HashLine class. by laurentlb · 7 years ago
  99. c0f7a28 Extract part of EnvironmentGroup that's necessary for constraint calculation, so we don't have to have the whole package. by janakr · 7 years ago
  100. bb1d085 runfiles library: py_binary can run java_binary by Laszlo Csomor · 7 years ago