1. 699397a Remove the $(ANDROID_CPU) Make variable. by lberki · 7 years ago
  2. 6f6a31b Automated rollback of commit a8a8e7a0e979a8e4cf14c32471ad349a1b7d47cc. by eaftan · 7 years ago
  3. 745232b Add hacky method to InMemoryNodeEntry for fast but unsafe iteration over in-progress reverse deps. by janakr · 7 years ago
  4. 95010e4 Add cache to NestedSetCodecWithStore to merge NestedSets that should be reference-equal on deserialization. We cannot just intern NestedSets because NestedSets with the same underlying children may still not be equal, so we wrap them in an object that does consider their children when calculating equality. by janakr · 7 years ago
  5. c349585 Process 'repo_mapping' attribute from WORKSPACE rules. 'repo_mapping' is a way to remap references to repositories within an external repository by another name. This CL only adds the mappings to the Package object, but it does not actually enable the reassignments. by dannark · 7 years ago
  6. ba25d49 Fix submenu element ID. by spomorski · 7 years ago
  7. c47aeaa Remove experimental prefix for build event output file flags. by ccalvarin · 7 years ago
  8. 61377f7 Remove ConfiguredTarget from TargetCompletionValue, since it is no longer needed: we can get the ConfiguredTargetKey directly from the TargetCompletionKey. Since that was the only use of the actual value in EvaluationProgressReceiver#evaluated, remove it, instead just provide a boolean enum that gives whether or not evaluation succeeded. by janakr · 7 years ago
  9. f4cf006 Print the target names of the problematic classes, for better description of the dependency problems. by cnsun · 7 years ago
  10. 25ae199 Remove --glibc option by rosica · 7 years ago
  11. 9cf0f65 Set no_proxy=localhost when an http_proxy is detected, instead of deleting the http_proxy value. by ruperts · 7 years ago
  12. 97a932f Add documentation for building JavaScript outputs. by spomorski · 7 years ago
  13. 646c393 Small tagging change in HTML doc. by Googler · 7 years ago
  14. 8e9b28f Failing targets are identified by comparing ConfiguredTarget.Key instead of ConfiguredTarget. Since ConfiguredTarget does not implement equals(), reference equality has been used until now, and this is not valid for the case where the ConfiguredTarget has been deserialized. by cpeyser · 7 years ago
  15. 0721547 Let Skylark rules take part in MakeVariableExpandingRule expansions using the by jcater · 7 years ago
  16. c3aa9fe ActionFS is now aware of inserted files. by felly · 7 years ago
  17. bdba40f Allow injection of custom SkyFunctions into GraphTester. by janakr · 7 years ago
  18. 51fdaa3 Get rid of the tokens queue in the lexer by laurentlb · 7 years ago
  19. 278a5e3 Improve error message slightly by ulfjack · 7 years ago
  20. b93ae42 Remove an unused method variable. by lberki · 7 years ago
  21. c581144 C++: Makes JavaWrapCc use CcLinkingHelper by plf · 7 years ago
  22. 63748e4 Carry tree artifacts' self data through aggregating middlemen. by Benjamin Peterson · 7 years ago
  23. 43a1dc7 Fast-path Label#equals by first comparing the interned PackageIdentifier. by shreyax · 7 years ago
  24. ff008f4 remote: concurrent blob downloads. Fixes #5215 by buchgr · 7 years ago
  25. aaf11e9 Make tools in action inputs an error. by tomlu · 7 years ago
  26. 452141f Automated rollback of commit c4e128e2c6d8cacaeba034d6a3195796d50f1745. by tomlu · 7 years ago
  27. 360ed3f Removes most ActionInputFileCache functionality. by shahan · 7 years ago
  28. e59cbd0 Allow multiple trimming transition factories to be added. by mstaib · 7 years ago
  29. e21127b Amend a skylark test to attempt access of FilesToRunProvider.executable by cparsons · 7 years ago
  30. 619c6f0 Migrate remaining java skylark types to skylarkbuildapi by cparsons · 7 years ago
  31. fc47454 Create a Bootstrap for config-related libraries of skylarkbuildapi. by cparsons · 7 years ago
  32. 218e543 Migrate repository_rule to skylarkbuildapi by cparsons · 7 years ago
  33. 8470058 Fix string.title and string.upper documentation. by Googler · 7 years ago
  34. b2d1f2f Android font resource support by Jingwen Chen · 7 years ago
  35. 7cc144d Mention string comparison in the documentation by laurentlb · 7 years ago
  36. c2d79da Migrate remaining apple-related skylark types to skylarkbuildapi by cparsons · 7 years ago
  37. cc86475 Use a new RecursivePackageProvider to ask skyframe for the correct package nodes in ConfiguredTargetQueryEnvironemnt. This lets us support recursive target patterns with cquery. by juliexxia · 7 years ago
  38. da6d427 Move TARGET_CPU from the CcToolchainProvider to BuildConfiguration. by jcater · 7 years ago
  39. c4e128e [java_common.compile] Always generate a source jar. by elenairina · 7 years ago
  40. e537cb7 repository_resolved_file: pretty print by Klaus Aehlig · 7 years ago
  41. fe63111 Fix broken flag existence check for linking flags in unix_cc_configure. by hlopko · 7 years ago
  42. 3a592f6 Release 0.14.0 (2018-06-01) by Bazel Release System · 7 years ago
  43. 8a97905 Revert "Release 0.14.0 (2018-06-01)" by Luis Pino · 7 years ago
  44. f2eaa6b C++: Remove CcSpecificLinkParamsProvider. by plf · 7 years ago
  45. 20a042f Format all bzl files with buildifier by vladmos · 7 years ago
  46. 2269ee2 Release 0.14.0 (2018-06-01) by Bazel Release System · 7 years ago
  47. 8b77098 Windows,testing: add query regression test by Laszlo Csomor · 7 years ago
  48. 242c3b8 Converts PLACEHOLDER FileValues into RegularFileValue when queried via by shahan · 7 years ago
  49. 0c86dcf Remove the Blaze strict java deps exemption for Android databinding. As of by Googler · 7 years ago
  50. d3c3ea7 Migrate remaining Android Skylark API to skylarkbuildapi by asteinb · 7 years ago
  51. 8d772dd Explicitly validate local resources are passed to Java compilation first by asteinb · 7 years ago
  52. 2a23389 Make test more explicit about what it is testing. by dannark · 7 years ago
  53. 22d79ae Log warning cleanup by neerajen · 7 years ago
  54. 488a3e3 Remove redundant @SkylarkModule annotation on JavaInfo.Provider, as its skylarkbuildapi interface is annotated. by cparsons · 7 years ago
  55. ab01329 Update android_common's layoutlib to 26.1.2 to support fonts in Bazel by Jingwen Chen · 7 years ago
  56. 9436731 Migrate config-related skylark objects to skylarkbuildapi by cparsons · 7 years ago
  57. a62ad50 Remove unused codepaths now that non_propagated_deps has been removed as an attribute. by kaipi · 7 years ago
  58. 915579e Migrate test-related skylark API to skylarkbuildapi by cparsons · 7 years ago
  59. de1340a Improve DependencyAndroidData VALID_REGEX's robustness. by jingwen · 7 years ago
  60. e7c1e9d Open up visibility of BuildConfiguration$OutputDirectory for serialization and remove unused repositoryName field from BuildConfiguration. by janakr · 7 years ago
  61. dd457b6 docs(tutorial/cpp): fix link to other tutorials by Kelsey Z · 7 years ago
  62. 05fef18 Update tools/cpp/toolchain_utils.bzl to return the proper C++ toolchain by hlopko · 7 years ago
  63. a9eb240 Remove the non_propagated_deps attribute from objc_library and apple_binary. This was a workaround created to deal with duplicated symbol errors, but there are now better ways to avoid them than using this attribute. by kaipi · 7 years ago
  64. a8a8e7a Remove support for --experimental_one_version_enforcement_use_transitive_jars_for_binary_under_test by cushon · 7 years ago
  65. 703deea Fix some tests when run with a JDK9 javabase. by tomlu · 7 years ago
  66. c4ba94c Special case * in target lookup, work around for #5300. by twerth · 7 years ago
  67. 5ad445b Resolve all super classes even if we have found missing super classes. This is by cnsun · 7 years ago
  68. 9c53da2 Allow rules that provide resources and assets as deps of android_* rules by asteinb · 7 years ago
  69. a14d421 Modify cc_toolchain_suite rule to allow selection of cc_toolchain label without reading the CROSSTOOL file. by rosica · 7 years ago
  70. 252e3b8 Adds support for InlineFileArtifactValue. by shahan · 7 years ago
  71. 088d8de Prevent ijar from stripping out .kotlin_module files, which are needed for extension functions. by Googler · 7 years ago
  72. 547b43e Add --apple_enable_auto_dsym_dbg flag by Googler · 7 years ago
  73. ab259ee Fix Skylark type typo by asteinb · 7 years ago
  74. 735627f Fix a few tests when run under JDK9. by tomlu · 7 years ago
  75. 15e0fa8 Fix Bazel crash on bad config_setting labels. by gregce · 7 years ago
  76. 197cc24 Fix an incorrect example in the platform documentation. by jcater · 7 years ago
  77. 90446c1 Turn on pseudo locale generation for compilation. by corysmith · 7 years ago
  78. 99a7c44 Provide more details on the transition to Skylark {git,http}_repository by Klaus Aehlig · 7 years ago
  79. 5b1ce4d Fix `equals()` and `hashCode()` for artifacts: artifacts of different classes are not equal. by Dmitry Lomov · 7 years ago
  80. 1973be4 Allow passing the relative symlink resolution policy to the SpawnInputExpander by ulfjack · 7 years ago
  81. 22f4bb9 runfiles,cc: C++ runfiles library in @bazel_tools by Laszlo Csomor · 7 years ago
  82. 2cbcde3 Automated rollback of commit 7fcbc8ffdead028d19606fefa2fa3be13781da98. by laszlocsomor · 7 years ago
  83. 8f384fc C++: Hide compilation context from Skylark by plf · 7 years ago
  84. 7036e9d Rename r_txt from AndroidResourcesInfo to compiletime_r_txt by asteinb · 7 years ago
  85. 25f6f7b Fix b/80260450 which saw cquery --output=proto crashing on alias configured targets. Along the way, update ConfiguredTargetAccessor to return the correct Target (the alias, not the actual) when dealing with AliasedConfiguredTargets. by juliexxia · 7 years ago
  86. 07a481b7 Expose Android data processing API in skylarkbuildapi by asteinb · 7 years ago
  87. 5ca4183 Propagate --experimental_prune_cpp_input_discovery to host builds. Otherwise, by Googler · 7 years ago
  88. 5b02559 Minimize the cost of Skyframe restarts during CC autoconfiguration. by jmmv · 7 years ago
  89. 74a895d Simplify RuleClass.Builder#cfg, Attribute.Builder#cfg interfaces. by gregce · 7 years ago
  90. 12d27f8 Fix edge case in inferring Java package from path to targets by asteinb · 7 years ago
  91. 2cb4f48 Merge ComposingSplitTransition and ComposingPatchTransition. by gregce · 7 years ago
  92. 6d33f28 Use independently passed assets in aapt2 packaging as well by asteinb · 7 years ago
  93. 4b9b530 Remove CcToolchainType rule. by jcater · 7 years ago
  94. fa59fbf Fixes Bazel build on Raspberry Pi 3 Raspbian GNU/Linux 9 (stetch). The portability bug is that sysconf() returns a long unsigned int but size_t is unsigned int (on the Pi 3) unsigned int causing a compilation failure (see below). Fixing the code to be portable, in this case, seems harmless in the common case where size_t is 64 bits AFAICT. by Googler · 7 years ago
  95. bf1ac7e Change uses of cc_toolchain_type back to plain toolchain_type. by jcater · 7 years ago
  96. 072cf92 Properly expose asset provider for targets without explicit manifest by asteinb · 7 years ago
  97. f90ed65 Add ability to add runfiles to tar by Christian Verkerk · 7 years ago
  98. 45c2dce Generaliaze java_import_external to jvm_import_external by natans · 7 years ago
  99. 73d3310 Make ConstantRuleVisibility static constants into @AutoCodec constants. by janakr · 7 years ago
  100. 6ee1a81 Move Android data info classes to skylarkbuildapi by asteinb · 7 years ago