1. 57d837e Add JavaSemantics to JavaToolchain. by dbabkin · 7 years ago
  2. 9c1feeb Pass short proto path before the long path to protoc. by elenairina · 7 years ago
  3. 7fe59b9 Automated rollback of commit cce164aed44aba1de244f0d764cd33a5cc6980b2. by fwe · 7 years ago
  4. b3d52b1 Fix incorrect include directories when -no-canonical-prefixes is passed to clang by hlopko · 7 years ago
  5. 2a2aa7a Rename NativeLibsZipsInfo to AndroidNativeLibsInfo. by Googler · 7 years ago
  6. b7bd729 Rule documentation for android_instrumentation_test by jingwen · 7 years ago
  7. 97c4a9e add flag to use incremental dexing by default for proguarded android binaries by kmb · 7 years ago
  8. d18d3e2 Automated rollback of commit f672a31b8b19baab95373e4f2f6d110aa8b8f0fb. by corysmith · 7 years ago
  9. d7a5617 Rename Dex2OatProvider to AndroidDex2OatInfo and by Googler · 7 years ago
  10. 7ec3f21 Change Skylark's print() on a rule target to print the Skylark-exposed provider keys. by cparsons · 7 years ago
  11. 50efbeb Expose import-deps-checker to //tools/android so that AarImport can use it. by cnsun · 7 years ago
  12. f672a31 Normalized the serialization proto to save space and allow greater versatility in storage. by corysmith · 7 years ago
  13. 950bcf7 Remove redundant ManualClock implementations. by ccalvarin · 7 years ago
  14. cbf8c0a Expose WorkspaceFactoryTestHelper for testing properties of the "external" package. by janakr · 7 years ago
  15. 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
  16. 68846fe add "r" to rbuildfiles example in query documentation. by juliexxia · 7 years ago
  17. 4a4bb72 Add @AutoCodec for FdoSupport(Provider) and TemplateVariableInfo. by mjhalupka · 7 years ago
  18. fc30733 Make default for android_cpu armeabi-v7a by Googler · 7 years ago
  19. 15a4362 Add "proto_source_root" flag to proto_library. by elenairina · 7 years ago
  20. 8d4f813 Fix http://b/73496081 which was caused by not filtering on aliasconfiguredtargets that are actually ruleconfiguredtargets. by juliexxia · 7 years ago
  21. cfe5994 Automated rollback of commit 04757dba0174d22c0a695a7ed5fe511fd13df008. by laszlocsomor · 7 years ago
  22. b225532 Fix jgit related documentation of git_repository by hlopko · 7 years ago
  23. ec2cb25 Automated rollback of commit c7e343ad314aeab6283b5939bc8126a112140a11. by plf · 7 years ago
  24. 2195b1c Remove old flags. by laurentlb · 7 years ago
  25. b78a5c1 Rewrite visibility handling for all java_tools by ulfjack · 7 years ago
  26. b653624 Remove BuildConfiguration and PlatformInfo from the by jcater · 7 years ago
  27. 8c4c5eb Expose aar native libs to skylark. by Googler · 7 years ago
  28. c7a56bc Increase font-weight for h1-h6 elements in docs for better contrast by Jingwen Chen · 7 years ago
  29. 9f0ca0a Expose manifest property in ResourceContainer by Googler · 7 years ago
  30. ed1c6c2 Properly error when environment_group references non-existent targets. by gregce · 7 years ago
  31. 340b902 Fix query output formatter documentation for github issue #1121 by juliexxia · 7 years ago
  32. db985d1 Tag for classes with @AutoCodec. by mjhalupka · 7 years ago
  33. e1c7d33 Add backticks by Googler · 7 years ago
  34. 9a5d1af Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.actions -> lib.actions. by tomlu · 7 years ago
  35. d199fe1 Don't fail if special resource directories contain multiple resources by Googler · 7 years ago
  36. b2a396b Add some more codecs to execution-phase SkyKeys. by janakr · 7 years ago
  37. c35fd4d Increase timeout on //src/test/py/bazel/runfiles_test. by ruperts · 7 years ago
  38. a1f90ce Don't intern PathFragments when we create PackageIdentifiers. This should be a strict win: by shreyax · 7 years ago
  39. f70aff5 Fix Callcounts crash. by tomlu · 7 years ago
  40. c8e8749 Resolve the owner of interface.super calls to inherited default methods for android desugaring by kmb · 7 years ago
  41. 0588ba0 Remove BinTools from BuildViewTestCase by ulfjack · 7 years ago
  42. 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
  43. 10b1a5f Use AutoCodec to generate CODECs for a few more provider types that are by cpeyser · 7 years ago
  44. ae26077 Add AutoCodec for a bunch of cc library providers. by mjhalupka · 7 years ago
  45. e722c79 Remove unused DataKey attribute. by corysmith · 7 years ago
  46. f264c98 Finish cleanup of unthreaded contexts by michajlo · 7 years ago
  47. feeef9f Fix typo in javadoc by michajlo · 7 years ago
  48. 229ca18 Remove unused LineNumberTable.HashLine class. by laurentlb · 7 years ago
  49. 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
  50. bb1d085 runfiles library: py_binary can run java_binary by Laszlo Csomor · 7 years ago
  51. 3edf41b Skipping writing FILTERED tests to test.xml by Igal Tabachnik · 7 years ago
  52. f58dc51 C++: Removes CppModel class by plf · 7 years ago
  53. 9d8ff35 Move BinTools to lib.exec by ulfjack · 7 years ago
  54. 013af7d Make test_rules.bzl --all_incompatible_changes compliant. by Mathieu Boespflug · 7 years ago
  55. 2d5326a Change extension -> evaluation in docs by Trevor Summers Smith · 7 years ago
  56. b7d09c5 docs : add `touch WORKSPACE` by Passw · 7 years ago
  57. e4336da Remove code that allows RunfilesSupport.owningExecutable to be null. by Benjamin Peterson · 7 years ago
  58. e9c885a Automated rollback of commit fa0fac2a4e8a2e5c01b8390878289d00dcc17dba. by lberki · 7 years ago
  59. 0a8dde0 simplifies instructions for xcode EULA acceptance on macOS by Josh Enders · 7 years ago
  60. ae0db2bf Provide a bit more information on the expected location of bazelrc files. by Sergio Campama · 7 years ago
  61. e114836 Release 0.10.1 (2018-02-15) by Bazel Release System · 7 years ago
  62. bc09735 Fix incorrect warning on negative test lang filter flags. by janakr · 7 years ago
  63. 9565666 Get PlatformInfo out of ToolchainResolutionKey, replace with the ConfiguredTargetKeys that own the PlatformInfo. by janakr · 7 years ago
  64. f4c5314 Pass --target_label, --injecting_rule_kind to all java compile actions. by tomlu · 7 years ago
  65. 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
  66. cc7c898 Adds Class-keyed lookup to ObjectCodecRegistry and populates it using CodecScanner. by shahan · 7 years ago
  67. d63d378 Use a diagnostic listener, and match diagnostic codes for the reduced classpath heuristic by cushon · 7 years ago
  68. 40d0077 Start slimming down ToolchainResolutionKey: get rid of BuildConfiguration. The real blocker is PlatformInfo, which is coming. by janakr · 7 years ago
  69. ae52720 Get Target out of SupportedEnvironmentsProvider. Only a Label and Location are needed, so just use that. by janakr · 7 years ago
  70. 9ac0994 Remove Target from ConfiguredTarget. by mjhalupka · 7 years ago
  71. a84e9e4 Add a CODEC for CppCompileAction. by cpeyser · 7 years ago
  72. 27458be Use AutoCodec to generate CODECs for several provider types that are exported by cpeyser · 7 years ago
  73. 03e2758 @AutoCodec for CcLinkParamsInfo. by cpeyser · 7 years ago
  74. 19f05009 @AutoCodec for LicenseProvider. by cpeyser · 7 years ago
  75. 7f081f4 Remove deprecated rule_kind argument from Turbine and JavaBuilder. by cushon · 7 years ago
  76. c848a94 Delete unused variable in ToolchainResolutionFunction. by Benjamin Peterson · 7 years ago
  77. d65be8c Get rid of unnecessary target retrieval in ToolchainUtil: the label will do just as well as the target. by janakr · 7 years ago
  78. addb86c Specialize CCToolchainFeatures flags for single-variable flags. by tomlu · 7 years ago
  79. 23e6f0b Be more generous with expected bounds for user and sys time in execution statistics tests. by ruperts · 7 years ago
  80. baf52ae Make ActionLookupData a SkyKey. Should save some memory. by janakr · 7 years ago
  81. a96547f Fix //tools/jdk:gen_platformclasspath target on MacOSX by Raphael Badin · 7 years ago
  82. fa0fac2 Automated rollback of commit 0f9c6ea574918dda094cf5423fa3822112846c30. by lberki · 7 years ago
  83. 0f9c6ea Make __init__.py files creation optional by Mouad Benchchaoui · 7 years ago
  84. b4545ba windows,launcher: now picks up RUNFILES_* envvars by Laszlo Csomor · 7 years ago
  85. 9bdb4d8 windows,singlejar: compile "token_stream" by Laszlo Csomor · 7 years ago
  86. acfec5f [MSVC] Detect 64-bit with _WIN64 by Loo Rong Jie · 7 years ago
  87. 34b445e [Windows] Use %ls to print wstring by Loo Rong Jie · 7 years ago
  88. e803e00 [Windows] Don't use -lm on Windows by Loo Rong Jie · 7 years ago
  89. fd10dde Automatic code cleanup. by cpovirk · 7 years ago
  90. 095a341 Thread {Des,S}erializationContext through Package serialization interface by michajlo · 7 years ago
  91. cd72f4b Add Codec for NativeAspectClass. As a result, remove @AutoCodec from concrete subclasses. Improve debugging message on serialization failures. by janakr · 7 years ago
  92. f3300b3 Drop unused SerializerAdapter by michajlo · 7 years ago
  93. d850898 Set extra action tool path to the value that crosstool will actually use based on feature configuration by Googler · 7 years ago
  94. 649d2b1 @AutoCodec AspectValue$AspectKey. by janakr · 7 years ago
  95. ecc4edc Improve efficiency warnings in AggregatingAttributeMapper javadoc. by gregce · 7 years ago
  96. 99c4c23 Add Bazel documentation for android_local_test. by dannark · 7 years ago
  97. 3c082ba Increase timeout on incompatible_changes_conflict_test. by ruperts · 7 years ago
  98. 14dbe13 Get rid of the last reference to getAttributeMapper by keeping packages which by mjhalupka · 7 years ago
  99. 1b78769 Add ability to use getter in AutoCodecProcessor when field for instantiator parameter isn't present. Allows us to handle cases where the class type encodes the parameter value. This also gives a compile-time check that field is present before blindly using it in codec. by janakr · 7 years ago
  100. 6f9416e Implement the config(expr, word) cquery function. by juliexxia · 7 years ago