1. 586ef00 Move newly created protos to analysis package. by twerth · 7 years ago
  2. a41e01e Add @AutoCodec to SpawnAction. Refactor the SpawnAction API for extra actions so that it is non-generic and does not persist a GeneratedExtension, which is hard to serialize. by cpeyser · 7 years ago
  3. ca93b67 CcToolchain: add optional ar and as attributes by Googler · 7 years ago
  4. 79fa35b Fixed missing end / in documentation by jingwen · 7 years ago
  5. 0af09b7 Store cycle detectors directly in AbstractParallelEvaluator. by shreyax · 7 years ago
  6. 1c75cf3 Fixed missing end quote in android_instrumentation_test's documentation by jingwen · 7 years ago
  7. d605a62 Define the dict iteration order by vladmos · 7 years ago
  8. f6cbbee Fix linkstamping tests broken on bazel ci by hlopko · 7 years ago
  9. 1a0e2e6 Fix bazel tests depending on legacy gcc3 include path by hlopko · 7 years ago
  10. c280f67 Remove the CppConfiguration member from CppLinkAction. This will make by cpeyser · 7 years ago
  11. c2b332b windows: replace custom JunctionResolver by Laszlo Csomor · 7 years ago
  12. 1d8ad1a Add option to dump the action graph. by twerth · 7 years ago
  13. daf78cc Recompile linkstamps whenever any input of the owning action changes. by hlopko · 7 years ago
  14. 485c494 Do not unconditionally add gcc3 as a system include directory for stl by hlopko · 7 years ago
  15. ac650ff Add a test verifying legitmate path embedding by Klaus Aehlig · 7 years ago
  16. eb067ea Fix test name in fallback xml when --run_under is used. by Benjamin Peterson · 7 years ago
  17. 93a6730 Update javadoc for some headers and include dirs methods. by Benjamin Peterson · 7 years ago
  18. 0cf94e9 Do not expand depset twice and store expanded in ctx.actions.run inputs. by tomlu · 7 years ago
  19. deb99cc add ability to move individual core library methods RELNOTES: None. by kmb · 7 years ago
  20. cfb8a74 PiperOrigin-RevId: 186532302 by ahumesky · 7 years ago
  21. ae24bfe Add basic equality checking for ErrorInfo and tighten the interface for ErrorInfoManager. by shreyax · 7 years ago
  22. 39ecf8b Automated rollback of commit 11cc89a27544311111473dc7a17522635c2b6e70. by eaftan · 7 years ago
  23. 485ee40 Bugfix: spawn output directories are not passed to remote execution. by olaola · 7 years ago
  24. 29d96b8 Disable mobile-install classic mode for internal users. by Googler · 7 years ago
  25. 1b6c10a Use a separate implicit dependency for dexbuilder in proguarded android builds by kmb · 7 years ago
  26. 934ee14 Add an alias to import_deps_checker. The follow-up cl will reference this alias by cnsun · 7 years ago
  27. a6ef7fe Recommend True and False for boolean attributes. by laurentlb · 7 years ago
  28. 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
  29. ab37330 Add --experimental_fix_deps_tool to JavaBuilder by Googler · 7 years ago
  30. 86f7e68 Set default of --incompatible_disable_glob_tracking to true by laurentlb · 7 years ago
  31. 45f8d96 Don't register linkstamp compile actions when we're doing thinlto indexing step by hlopko · 7 years ago
  32. ae4ba82 C++: Migrate CcCompilationInfo to NativeInfo by plf · 7 years ago
  33. 840b3e4 C++: Renames CppCompilationContext to CcCompilationInfo by plf · 7 years ago
  34. 404a670 Clean up test tag handling by ulfjack · 7 years ago
  35. f4d2dad Apply interface invocation desugaring to renamed core libraries. Fix invokespecial invocations for core interfaces. by kmb · 7 years ago
  36. b6f8642 Internal change by felly · 7 years ago
  37. 569e169 Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information to select a codec. by shahan · 7 years ago
  38. 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
  39. c1042f2 Tool that scans a given Jar for references to select classes and outputs corresponding Proguard-style -keep rules by kmb · 7 years ago
  40. 2dd46e6 Update --flaky_test_attempts to also take a repeatable argument of the form by jcater · 7 years ago
  41. 80a0633 Adds ObjectCodecRegistry to {Des|S}erializationContext. by shahan · 7 years ago
  42. dd090a6 Some autocodec changes required to serialize SpawnAction: double field and CharSequence fields. by cpeyser · 7 years ago
  43. d399df9 Inject the product name in the constructor where needed by ulfjack · 7 years ago
  44. b80158a Serialize MiddlemanAction and add strategy=Strategy.Polymorphic for Action and by mjhalupka · 7 years ago
  45. ae01194 @AutoCodec some c++ linking data structures. by cpeyser · 7 years ago
  46. a7b34a1 Decprecate native http_archive by Klaus Aehlig · 7 years ago
  47. cc16e7c External repositories: document label expansion by Klaus Aehlig · 7 years ago
  48. 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
  49. fb915e8 Docs: remove reference to supplying an absolute path to --javabase. by Gregg Donovan · 7 years ago
  50. f03b8f8 Fix env for local fallback (from remote exec) on Windows and Linux by ulfjack · 7 years ago
  51. 2dca40b Fix typo in cache download failure warning by Alex Ryan · 7 years ago
  52. bf6c267 Improve some of the names in CommandLine. by tomlu · 7 years ago
  53. 97704ea Add linter check for deprecated ctx methods. by laurentlb · 7 years ago
  54. 1585b90 Bazel client: remove dead code by Laszlo Csomor · 7 years ago
  55. 5deca4c Accept proto paths relative to proto_source_root as direct dependencies. by elenairina · 7 years ago
  56. 9ac1069 http_archive: fix doc-string by Klaus Aehlig · 7 years ago
  57. 2c05aff Provide a hacky way to get an ActionInput from BinTools by ulfjack · 7 years ago
  58. 9f608c2 Add example in Skylint doc by laurentlb · 7 years ago
  59. e5c9bdf Propagating whether there was a cache hit in the SpawnResult. by olaola · 7 years ago
  60. ba27394 Add additional tests for Filesets with symlinks by ulfjack · 7 years ago
  61. 053dfd1 http_archive: allow parameter for a single URL by Klaus Aehlig · 7 years ago
  62. 993f1de Route fdo logic that deals with the path to the fdo profile through CcToolchainProvider by Googler · 7 years ago
  63. 49f805c Fix jgit related documentation of new_git_repository by aehlig · 7 years ago
  64. 215c2d6 External repositories: document legitimate path assumptions by Klaus Aehlig · 7 years ago
  65. 4f50afd runfiles,test: prepare for cc runfiles library by Laszlo Csomor · 7 years ago
  66. 57d837e Add JavaSemantics to JavaToolchain. by dbabkin · 7 years ago
  67. 9c1feeb Pass short proto path before the long path to protoc. by elenairina · 7 years ago
  68. 7fe59b9 Automated rollback of commit cce164aed44aba1de244f0d764cd33a5cc6980b2. by fwe · 7 years ago
  69. b3d52b1 Fix incorrect include directories when -no-canonical-prefixes is passed to clang by hlopko · 7 years ago
  70. 2a2aa7a Rename NativeLibsZipsInfo to AndroidNativeLibsInfo. by Googler · 7 years ago
  71. b7bd729 Rule documentation for android_instrumentation_test by jingwen · 7 years ago
  72. 97c4a9e add flag to use incremental dexing by default for proguarded android binaries by kmb · 7 years ago
  73. d18d3e2 Automated rollback of commit f672a31b8b19baab95373e4f2f6d110aa8b8f0fb. by corysmith · 7 years ago
  74. d7a5617 Rename Dex2OatProvider to AndroidDex2OatInfo and by Googler · 7 years ago
  75. 7ec3f21 Change Skylark's print() on a rule target to print the Skylark-exposed provider keys. by cparsons · 7 years ago
  76. 50efbeb Expose import-deps-checker to //tools/android so that AarImport can use it. by cnsun · 7 years ago
  77. f672a31 Normalized the serialization proto to save space and allow greater versatility in storage. by corysmith · 7 years ago
  78. 950bcf7 Remove redundant ManualClock implementations. by ccalvarin · 7 years ago
  79. cbf8c0a Expose WorkspaceFactoryTestHelper for testing properties of the "external" package. by janakr · 7 years ago
  80. 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
  81. 68846fe add "r" to rbuildfiles example in query documentation. by juliexxia · 7 years ago
  82. 4a4bb72 Add @AutoCodec for FdoSupport(Provider) and TemplateVariableInfo. by mjhalupka · 7 years ago
  83. fc30733 Make default for android_cpu armeabi-v7a by Googler · 7 years ago
  84. 15a4362 Add "proto_source_root" flag to proto_library. by elenairina · 7 years ago
  85. 8d4f813 Fix http://b/73496081 which was caused by not filtering on aliasconfiguredtargets that are actually ruleconfiguredtargets. by juliexxia · 7 years ago
  86. cfe5994 Automated rollback of commit 04757dba0174d22c0a695a7ed5fe511fd13df008. by laszlocsomor · 7 years ago
  87. b225532 Fix jgit related documentation of git_repository by hlopko · 7 years ago
  88. ec2cb25 Automated rollback of commit c7e343ad314aeab6283b5939bc8126a112140a11. by plf · 7 years ago
  89. 2195b1c Remove old flags. by laurentlb · 7 years ago
  90. b78a5c1 Rewrite visibility handling for all java_tools by ulfjack · 7 years ago
  91. b653624 Remove BuildConfiguration and PlatformInfo from the by jcater · 7 years ago
  92. 8c4c5eb Expose aar native libs to skylark. by Googler · 7 years ago
  93. c7a56bc Increase font-weight for h1-h6 elements in docs for better contrast by Jingwen Chen · 7 years ago
  94. 9f0ca0a Expose manifest property in ResourceContainer by Googler · 7 years ago
  95. ed1c6c2 Properly error when environment_group references non-existent targets. by gregce · 7 years ago
  96. 340b902 Fix query output formatter documentation for github issue #1121 by juliexxia · 7 years ago
  97. db985d1 Tag for classes with @AutoCodec. by mjhalupka · 7 years ago
  98. e1c7d33 Add backticks by Googler · 7 years ago
  99. 9a5d1af Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.actions -> lib.actions. by tomlu · 7 years ago
  100. d199fe1 Don't fail if special resource directories contain multiple resources by Googler · 7 years ago