1. fb915e8 Docs: remove reference to supplying an absolute path to --javabase. by Gregg Donovan · 7 years ago
  2. f03b8f8 Fix env for local fallback (from remote exec) on Windows and Linux by ulfjack · 7 years ago
  3. 2dca40b Fix typo in cache download failure warning by Alex Ryan · 7 years ago
  4. bf6c267 Improve some of the names in CommandLine. by tomlu · 7 years ago
  5. 97704ea Add linter check for deprecated ctx methods. by laurentlb · 7 years ago
  6. 1585b90 Bazel client: remove dead code by Laszlo Csomor · 7 years ago
  7. 5deca4c Accept proto paths relative to proto_source_root as direct dependencies. by elenairina · 7 years ago
  8. 9ac1069 http_archive: fix doc-string by Klaus Aehlig · 7 years ago
  9. 2c05aff Provide a hacky way to get an ActionInput from BinTools by ulfjack · 7 years ago
  10. 9f608c2 Add example in Skylint doc by laurentlb · 7 years ago
  11. e5c9bdf Propagating whether there was a cache hit in the SpawnResult. by olaola · 7 years ago
  12. ba27394 Add additional tests for Filesets with symlinks by ulfjack · 7 years ago
  13. 053dfd1 http_archive: allow parameter for a single URL by Klaus Aehlig · 7 years ago
  14. 993f1de Route fdo logic that deals with the path to the fdo profile through CcToolchainProvider by Googler · 7 years ago
  15. 49f805c Fix jgit related documentation of new_git_repository by aehlig · 7 years ago
  16. 215c2d6 External repositories: document legitimate path assumptions by Klaus Aehlig · 7 years ago
  17. 4f50afd runfiles,test: prepare for cc runfiles library by Laszlo Csomor · 7 years ago
  18. 57d837e Add JavaSemantics to JavaToolchain. by dbabkin · 7 years ago
  19. 9c1feeb Pass short proto path before the long path to protoc. by elenairina · 7 years ago
  20. 7fe59b9 Automated rollback of commit cce164aed44aba1de244f0d764cd33a5cc6980b2. by fwe · 7 years ago
  21. b3d52b1 Fix incorrect include directories when -no-canonical-prefixes is passed to clang by hlopko · 7 years ago
  22. 2a2aa7a Rename NativeLibsZipsInfo to AndroidNativeLibsInfo. by Googler · 7 years ago
  23. b7bd729 Rule documentation for android_instrumentation_test by jingwen · 7 years ago
  24. 97c4a9e add flag to use incremental dexing by default for proguarded android binaries by kmb · 7 years ago
  25. d18d3e2 Automated rollback of commit f672a31b8b19baab95373e4f2f6d110aa8b8f0fb. by corysmith · 7 years ago
  26. d7a5617 Rename Dex2OatProvider to AndroidDex2OatInfo and by Googler · 7 years ago
  27. 7ec3f21 Change Skylark's print() on a rule target to print the Skylark-exposed provider keys. by cparsons · 7 years ago
  28. 50efbeb Expose import-deps-checker to //tools/android so that AarImport can use it. by cnsun · 7 years ago
  29. f672a31 Normalized the serialization proto to save space and allow greater versatility in storage. by corysmith · 7 years ago
  30. 950bcf7 Remove redundant ManualClock implementations. by ccalvarin · 7 years ago
  31. cbf8c0a Expose WorkspaceFactoryTestHelper for testing properties of the "external" package. by janakr · 7 years ago
  32. 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
  33. 68846fe add "r" to rbuildfiles example in query documentation. by juliexxia · 7 years ago
  34. 4a4bb72 Add @AutoCodec for FdoSupport(Provider) and TemplateVariableInfo. by mjhalupka · 7 years ago
  35. fc30733 Make default for android_cpu armeabi-v7a by Googler · 7 years ago
  36. 15a4362 Add "proto_source_root" flag to proto_library. by elenairina · 7 years ago
  37. 8d4f813 Fix http://b/73496081 which was caused by not filtering on aliasconfiguredtargets that are actually ruleconfiguredtargets. by juliexxia · 7 years ago
  38. cfe5994 Automated rollback of commit 04757dba0174d22c0a695a7ed5fe511fd13df008. by laszlocsomor · 7 years ago
  39. b225532 Fix jgit related documentation of git_repository by hlopko · 7 years ago
  40. ec2cb25 Automated rollback of commit c7e343ad314aeab6283b5939bc8126a112140a11. by plf · 7 years ago
  41. 2195b1c Remove old flags. by laurentlb · 7 years ago
  42. b78a5c1 Rewrite visibility handling for all java_tools by ulfjack · 7 years ago
  43. b653624 Remove BuildConfiguration and PlatformInfo from the by jcater · 7 years ago
  44. 8c4c5eb Expose aar native libs to skylark. by Googler · 7 years ago
  45. c7a56bc Increase font-weight for h1-h6 elements in docs for better contrast by Jingwen Chen · 7 years ago
  46. 9f0ca0a Expose manifest property in ResourceContainer by Googler · 7 years ago
  47. ed1c6c2 Properly error when environment_group references non-existent targets. by gregce · 7 years ago
  48. 340b902 Fix query output formatter documentation for github issue #1121 by juliexxia · 7 years ago
  49. db985d1 Tag for classes with @AutoCodec. by mjhalupka · 7 years ago
  50. e1c7d33 Add backticks by Googler · 7 years ago
  51. 9a5d1af Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.actions -> lib.actions. by tomlu · 7 years ago
  52. d199fe1 Don't fail if special resource directories contain multiple resources by Googler · 7 years ago
  53. b2a396b Add some more codecs to execution-phase SkyKeys. by janakr · 7 years ago
  54. c35fd4d Increase timeout on //src/test/py/bazel/runfiles_test. by ruperts · 7 years ago
  55. a1f90ce Don't intern PathFragments when we create PackageIdentifiers. This should be a strict win: by shreyax · 7 years ago
  56. f70aff5 Fix Callcounts crash. by tomlu · 7 years ago
  57. c8e8749 Resolve the owner of interface.super calls to inherited default methods for android desugaring by kmb · 7 years ago
  58. 0588ba0 Remove BinTools from BuildViewTestCase by ulfjack · 7 years ago
  59. 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
  60. 10b1a5f Use AutoCodec to generate CODECs for a few more provider types that are by cpeyser · 7 years ago
  61. ae26077 Add AutoCodec for a bunch of cc library providers. by mjhalupka · 7 years ago
  62. e722c79 Remove unused DataKey attribute. by corysmith · 7 years ago
  63. f264c98 Finish cleanup of unthreaded contexts by michajlo · 7 years ago
  64. feeef9f Fix typo in javadoc by michajlo · 7 years ago
  65. 229ca18 Remove unused LineNumberTable.HashLine class. by laurentlb · 7 years ago
  66. 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
  67. bb1d085 runfiles library: py_binary can run java_binary by Laszlo Csomor · 7 years ago
  68. 3edf41b Skipping writing FILTERED tests to test.xml by Igal Tabachnik · 7 years ago
  69. f58dc51 C++: Removes CppModel class by plf · 7 years ago
  70. 9d8ff35 Move BinTools to lib.exec by ulfjack · 7 years ago
  71. 013af7d Make test_rules.bzl --all_incompatible_changes compliant. by Mathieu Boespflug · 7 years ago
  72. 2d5326a Change extension -> evaluation in docs by Trevor Summers Smith · 7 years ago
  73. b7d09c5 docs : add `touch WORKSPACE` by Passw · 7 years ago
  74. e4336da Remove code that allows RunfilesSupport.owningExecutable to be null. by Benjamin Peterson · 7 years ago
  75. e9c885a Automated rollback of commit fa0fac2a4e8a2e5c01b8390878289d00dcc17dba. by lberki · 7 years ago
  76. 0a8dde0 simplifies instructions for xcode EULA acceptance on macOS by Josh Enders · 7 years ago
  77. ae0db2bf Provide a bit more information on the expected location of bazelrc files. by Sergio Campama · 7 years ago
  78. e114836 Release 0.10.1 (2018-02-15) by Bazel Release System · 7 years ago
  79. bc09735 Fix incorrect warning on negative test lang filter flags. by janakr · 7 years ago
  80. 9565666 Get PlatformInfo out of ToolchainResolutionKey, replace with the ConfiguredTargetKeys that own the PlatformInfo. by janakr · 7 years ago
  81. f4c5314 Pass --target_label, --injecting_rule_kind to all java compile actions. by tomlu · 7 years ago
  82. b97150d Pull out useful parts of discoverInputs into findAdditionalInputs so that it can also be called by getInputFilesForExtraAction rather than duplicating the logic. by Googler · 7 years ago
  83. cc7c898 Adds Class-keyed lookup to ObjectCodecRegistry and populates it using CodecScanner. by shahan · 7 years ago
  84. d63d378 Use a diagnostic listener, and match diagnostic codes for the reduced classpath heuristic by cushon · 7 years ago
  85. 40d0077 Start slimming down ToolchainResolutionKey: get rid of BuildConfiguration. The real blocker is PlatformInfo, which is coming. by janakr · 7 years ago
  86. ae52720 Get Target out of SupportedEnvironmentsProvider. Only a Label and Location are needed, so just use that. by janakr · 7 years ago
  87. 9ac0994 Remove Target from ConfiguredTarget. by mjhalupka · 7 years ago
  88. a84e9e4 Add a CODEC for CppCompileAction. by cpeyser · 7 years ago
  89. 27458be Use AutoCodec to generate CODECs for several provider types that are exported by cpeyser · 7 years ago
  90. 03e2758 @AutoCodec for CcLinkParamsInfo. by cpeyser · 7 years ago
  91. 19f05009 @AutoCodec for LicenseProvider. by cpeyser · 7 years ago
  92. 7f081f4 Remove deprecated rule_kind argument from Turbine and JavaBuilder. by cushon · 7 years ago
  93. c848a94 Delete unused variable in ToolchainResolutionFunction. by Benjamin Peterson · 7 years ago
  94. d65be8c Get rid of unnecessary target retrieval in ToolchainUtil: the label will do just as well as the target. by janakr · 7 years ago
  95. addb86c Specialize CCToolchainFeatures flags for single-variable flags. by tomlu · 7 years ago
  96. 23e6f0b Be more generous with expected bounds for user and sys time in execution statistics tests. by ruperts · 7 years ago
  97. baf52ae Make ActionLookupData a SkyKey. Should save some memory. by janakr · 7 years ago
  98. a96547f Fix //tools/jdk:gen_platformclasspath target on MacOSX by Raphael Badin · 7 years ago
  99. fa0fac2 Automated rollback of commit 0f9c6ea574918dda094cf5423fa3822112846c30. by lberki · 7 years ago
  100. 0f9c6ea Make __init__.py files creation optional by Mouad Benchchaoui · 7 years ago