1. 1b97ae08 Make bes_best_effort a no-op by ulfjack · 7 years ago
  2. 8ecb2a4 C++: Introduces flag to disable automatic expansion of labels in linkopts. by plf · 7 years ago
  3. 2df3234 Add LabelLateBoundDefault to :coverage_report_generator attribute by dbabkin · 7 years ago
  4. f137cea C++: Refactors PyWrapCc to make it easier to migrate to Skylark by plf · 7 years ago
  5. 6b16352 Allow disabling the simple blob caches via CLI flag overrides. by John Millikin · 7 years ago
  6. 708b957 Add LabelLateBoundDefault to :coverage_support attribute by dbabkin · 7 years ago
  7. 5146ce0 Expose C++ action names to Skylark by hlopko · 7 years ago
  8. d0982b9 C++: Delete PyCcLinkParamsProvider. by plf · 7 years ago
  9. ef77f87 Rewrite TargetPattern failure reporting by ulfjack · 7 years ago
  10. 602cc85 Refactoring: makes the code simpler by deleting Metadata and InputArtifactData. by shahan · 7 years ago
  11. 89d85ea Allow for Path and Root resolution when extracting action metadata. by felly · 7 years ago
  12. ccaccb2 Let blaze obfuscate manual main_dex_list according to proguard map. by Googler · 7 years ago
  13. 899a3e7 Remove a pointless nested set expansion. by Benjamin Peterson · 7 years ago
  14. af8b772 Mark --batch as deprecated in the documentation. by ccalvarin · 7 years ago
  15. 52fa20f Build support for enabling cross binary FDO optimization. by Googler · 7 years ago
  16. 4c72a82 Remove python3/ prefix to generated .pyc files. by Googler · 7 years ago
  17. 4b80f24 Add option to enable Docker sandboxing. by lberki · 7 years ago
  18. 188a29a Automatic ClangTidyPerformance code cleanup. by Googler · 7 years ago
  19. fbd9e6d Remove CachingPackageLocator interface from the PackageProvider hierarchy by ulfjack · 7 years ago
  20. 0eddd29 MetadataProvider now provides ActionInput lookup by exec path. by shahan · 7 years ago
  21. 92631c4 Remove STRICT_ERROR from ImportDepsCheckingLevel, as it is replaced with ERROR. by cnsun · 7 years ago
  22. 043c127 Disable `repo_mapping` by default via a flag. by dannark · 7 years ago
  23. b796e50 Correct some recently added documentation (please fix if this is not actually correct). by bcutler · 7 years ago
  24. ac69da0 Move path-manipulation functions to own library file. by ccalvarin · 7 years ago
  25. 216afa1 Refactor WorkspaceFactoryTestHelper to be able to add a setSkylarkSemantics method. by dannark · 7 years ago
  26. 073b808 Automated rollback of commit 1b041c86147098451bffc94d2602aea26ee16e06. by juliexxia · 7 years ago
  27. b84e1a6 Add documentation for the toolchains= attribute. by lberki · 7 years ago
  28. f2a358e Add flag --experimental_enable_repo_mapping to gate usage of repo_mapping functionality in WORKSPACE rules. by dannark · 7 years ago
  29. 03ca7d1 Add explicit TOC and fix markdown incompatible with Jekyll. by spomorski · 7 years ago
  30. ee45c66 Allow rules and targets to specify extra execution platform constraints. by John Cater · 7 years ago
  31. 41bf88d Fix TEST_SHARD_INDEX documentation. by Googler · 7 years ago
  32. 459b244 Add functionality to SerializationContext and @AutoCodec to check that a class is allowed to be serialized in the current context. A codec can now add an explicitly allowed class that can be serialized underneath it (via SerializationContext#addExplicitlyAllowedClass), and that class's codec can check that it is explicitly allowed (via SerializationContext#checkClassExplicitlyAllowed). It is a runtime crash if a codec checks that it was explicitly allowed and finds that it wasn't. Thus, if PackageCodec is invoked without it having been explicitly allowed, we will crash, preventing Package from sneaking into a value it shouldn't be in. by janakr · 7 years ago
  33. fc23edc Stop allocating new tokens in the lexer by laurentlb · 7 years ago
  34. c04ce79 Automated rollback of commit 52c4d05d1bfd54ea901e9926be7b262dd45e34de. by dbabkin · 7 years ago
  35. 1fb9fa7 Remove step in SkylarkSemanticsOptions instructions that reference non-existent code. by dannark · 7 years ago
  36. abe8d9b Clean up `bazel help coverage` by Googler · 7 years ago
  37. 355afdd Simplify CppCompileAction#discoverInputs(). by lberki · 7 years ago
  38. 53700e2 Don't rely on shell splitting; explicitly make these multiple arguments by ulfjack · 7 years ago
  39. 52c4d05 Add LabelLateBoundDefault to :coverage_report_generator attribute by dbabkin · 7 years ago
  40. 4ec0a75 Use BUILD.bazel instead of BUILD for external projects by Dmitry Petrashko · 7 years ago
  41. 1b041c8 Add LabelLateBoundDefault to :coverage_support attribute by dbabkin · 7 years ago
  42. fce20d79 Avoid dependency on coreutil. by Greg Steuck · 7 years ago
  43. 9cfa4cb Update Blaze documentation to reflect that gcc is not the only compiler used. by Googler · 7 years ago
  44. 699397a Remove the $(ANDROID_CPU) Make variable. by lberki · 7 years ago
  45. 6f6a31b Automated rollback of commit a8a8e7a0e979a8e4cf14c32471ad349a1b7d47cc. by eaftan · 7 years ago
  46. 745232b Add hacky method to InMemoryNodeEntry for fast but unsafe iteration over in-progress reverse deps. by janakr · 7 years ago
  47. 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
  48. 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
  49. ba25d49 Fix submenu element ID. by spomorski · 7 years ago
  50. c47aeaa Remove experimental prefix for build event output file flags. by ccalvarin · 7 years ago
  51. 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
  52. f4cf006 Print the target names of the problematic classes, for better description of the dependency problems. by cnsun · 7 years ago
  53. 25ae199 Remove --glibc option by rosica · 7 years ago
  54. 9cf0f65 Set no_proxy=localhost when an http_proxy is detected, instead of deleting the http_proxy value. by ruperts · 7 years ago
  55. 97a932f Add documentation for building JavaScript outputs. by spomorski · 7 years ago
  56. 646c393 Small tagging change in HTML doc. by Googler · 7 years ago
  57. 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
  58. 0721547 Let Skylark rules take part in MakeVariableExpandingRule expansions using the by jcater · 7 years ago
  59. c3aa9fe ActionFS is now aware of inserted files. by felly · 7 years ago
  60. bdba40f Allow injection of custom SkyFunctions into GraphTester. by janakr · 7 years ago
  61. 51fdaa3 Get rid of the tokens queue in the lexer by laurentlb · 7 years ago
  62. 278a5e3 Improve error message slightly by ulfjack · 7 years ago
  63. b93ae42 Remove an unused method variable. by lberki · 7 years ago
  64. c581144 C++: Makes JavaWrapCc use CcLinkingHelper by plf · 7 years ago
  65. 63748e4 Carry tree artifacts' self data through aggregating middlemen. by Benjamin Peterson · 7 years ago
  66. 43a1dc7 Fast-path Label#equals by first comparing the interned PackageIdentifier. by shreyax · 7 years ago
  67. ff008f4 remote: concurrent blob downloads. Fixes #5215 by buchgr · 7 years ago
  68. aaf11e9 Make tools in action inputs an error. by tomlu · 7 years ago
  69. 452141f Automated rollback of commit c4e128e2c6d8cacaeba034d6a3195796d50f1745. by tomlu · 7 years ago
  70. 360ed3f Removes most ActionInputFileCache functionality. by shahan · 7 years ago
  71. e59cbd0 Allow multiple trimming transition factories to be added. by mstaib · 7 years ago
  72. e21127b Amend a skylark test to attempt access of FilesToRunProvider.executable by cparsons · 7 years ago
  73. 619c6f0 Migrate remaining java skylark types to skylarkbuildapi by cparsons · 7 years ago
  74. fc47454 Create a Bootstrap for config-related libraries of skylarkbuildapi. by cparsons · 7 years ago
  75. 218e543 Migrate repository_rule to skylarkbuildapi by cparsons · 7 years ago
  76. 8470058 Fix string.title and string.upper documentation. by Googler · 7 years ago
  77. b2d1f2f Android font resource support by Jingwen Chen · 7 years ago
  78. 7cc144d Mention string comparison in the documentation by laurentlb · 7 years ago
  79. c2d79da Migrate remaining apple-related skylark types to skylarkbuildapi by cparsons · 7 years ago
  80. 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
  81. da6d427 Move TARGET_CPU from the CcToolchainProvider to BuildConfiguration. by jcater · 7 years ago
  82. c4e128e [java_common.compile] Always generate a source jar. by elenairina · 7 years ago
  83. e537cb7 repository_resolved_file: pretty print by Klaus Aehlig · 7 years ago
  84. fe63111 Fix broken flag existence check for linking flags in unix_cc_configure. by hlopko · 7 years ago
  85. 3a592f6 Release 0.14.0 (2018-06-01) by Bazel Release System · 7 years ago
  86. 8a97905 Revert "Release 0.14.0 (2018-06-01)" by Luis Pino · 7 years ago
  87. f2eaa6b C++: Remove CcSpecificLinkParamsProvider. by plf · 7 years ago
  88. 20a042f Format all bzl files with buildifier by vladmos · 7 years ago
  89. 2269ee2 Release 0.14.0 (2018-06-01) by Bazel Release System · 7 years ago
  90. 8b77098 Windows,testing: add query regression test by Laszlo Csomor · 7 years ago
  91. 242c3b8 Converts PLACEHOLDER FileValues into RegularFileValue when queried via by shahan · 7 years ago
  92. 0c86dcf Remove the Blaze strict java deps exemption for Android databinding. As of by Googler · 7 years ago
  93. d3c3ea7 Migrate remaining Android Skylark API to skylarkbuildapi by asteinb · 7 years ago
  94. 8d772dd Explicitly validate local resources are passed to Java compilation first by asteinb · 7 years ago
  95. 2a23389 Make test more explicit about what it is testing. by dannark · 7 years ago
  96. 22d79ae Log warning cleanup by neerajen · 7 years ago
  97. 488a3e3 Remove redundant @SkylarkModule annotation on JavaInfo.Provider, as its skylarkbuildapi interface is annotated. by cparsons · 7 years ago
  98. ab01329 Update android_common's layoutlib to 26.1.2 to support fonts in Bazel by Jingwen Chen · 7 years ago
  99. 9436731 Migrate config-related skylark objects to skylarkbuildapi by cparsons · 7 years ago
  100. a62ad50 Remove unused codepaths now that non_propagated_deps has been removed as an attribute. by kaipi · 7 years ago