1. 76b7960 Add rules and coverage code owners. by Irina Iancu · 7 years ago
  2. 8fe0f45 Add apk converted to proto and all attributes from CompiledResources to ResourcesZip. by corysmith · 7 years ago
  3. 66a2063 Actually run aquery test by twerth · 7 years ago
  4. f2505e4 Add profiling data to the resources zip. by corysmith · 7 years ago
  5. 83516bd Add the source jars of exports to the list of transitive source jars. by Googler · 7 years ago
  6. 1cf5ee3 Get newlines back. After the switch to using a JsonWriter, the json profile by Googler · 7 years ago
  7. 9c9b85f Slightly improve UnixGlob implementation. For recursive patterns, the current by Googler · 7 years ago
  8. 09bf7cc Stop generating .d files when they won't be looked at later. by Googler · 7 years ago
  9. a7bd133 Clearing //tools/defaults:* by dbabkin · 7 years ago
  10. fab7203 Add JavaSourceInfoProvider to JavaInfo. by elenairina · 7 years ago
  11. 1e55149 Add option to post ProfileStartedEvent containing the profile's path. by twerth · 7 years ago
  12. 03a20ef Use JsonWriter to ensure correct escaping of values by ulfjack · 7 years ago
  13. 18c5e08 Only call filterDiscoveredHeaders() if include scanning is in effect. by lberki · 7 years ago
  14. fa7e49f Add aarch64 embedded JDK config, MacOS mock toolchain settings by Arielle Albon · 7 years ago
  15. 15b27e4 Do not collect source jars for neverlink targets. by Googler · 7 years ago
  16. e03a119 Disable include scanning for C++ linkstamp compile actions, which are supposed to be shared. by lberki · 7 years ago
  17. 2829ba4 testenv.sh: do not run "bazel info" unnecessarily by Laszlo Csomor · 7 years ago
  18. 0fcae04 Quiet 'The following options were not recognized by any processor' warnings by cushon · 7 years ago
  19. 3f87d16 Make explicit the contract of ConfiguredTarget builders returning null when there are rule errors. by cparsons · 7 years ago
  20. c80185c Internal change by ruperts · 7 years ago
  21. 60c288a [Skylark] Size argument list builder to avoid allocations. by Taras Tsugrii · 7 years ago
  22. df8bf90 Automated rollback of commit be88b8539b30d1c36c68b0f6acfe1e9ae010db3b. by cparsons · 7 years ago
  23. ccb7456 Improve artifact->owner label accounting in two ways. First, don't do the full mapping unless requested. This gets rid of any performance issue for the vast majority of builds. Second, if requested, use a custom data structure so that we don't have to create a full HashSet for artifacts whose only owning labels are their own owner labels. by janakr · 7 years ago
  24. 7dbc5e0 [Skylark] Use POJOs instead of dynamic proxies. by Taras Tsugrii · 7 years ago
  25. f59022b Some code cleanups and improvements around the various DTC visitor implementations in SkyQuery: by nharmata · 7 years ago
  26. 825b610 Expanding execution log parser to filter by runner type. by Googler · 7 years ago
  27. fe19ddc Remove source index from SourceFileArtifactValue. by felly · 7 years ago
  28. 38899f7 Return Java providers only once by elenairina · 7 years ago
  29. 008e5f8 Add manifestProtoOutput produced during Java compilation to the OutputJar so that it can be accessed in Skylark. One example where this is used is in Android IDL processing where the manifestProtoOutput is used to split out the Android IDL generated Java classes from the overarching outputJar produced by the android_library rule. by Googler · 7 years ago
  30. 3082654 Add a todo to ProcessUtils to use the new Java 9 APIs by ulfjack · 7 years ago
  31. 7b3a3fd Allows subclasses of SkyframeExecutor to enable analysis during execution. by shahan · 7 years ago
  32. 56b1201 Automatic code cleanup. by Googler · 7 years ago
  33. d6ce264 Make the fallback strategy for Bazel's remote execution configurable. by philwo · 7 years ago
  34. feb9c87 Automatic code cleanup. by Googler · 7 years ago
  35. ffb12a4 Windows,tests: port execution_phase_tests by Laszlo Csomor · 7 years ago
  36. 283ba0a Windows,tests: port startup_options_tests by Laszlo Csomor · 7 years ago
  37. dc7a4b9 Add the ParallelEvaluator.eval call to the Profiler by ulfjack · 7 years ago
  38. f6bdc21 Windows,tests: port experimental_ui_test by Laszlo Csomor · 7 years ago
  39. 894aab3 Windows,tests: port loading_phase_tests by Laszlo Csomor · 7 years ago
  40. 696442c Document AndroidLibrary.java for readability. by jingwen · 7 years ago
  41. affe024 Blacklist PackageFactory$BuiltInRuleFunction from serialization. by janakr · 7 years ago
  42. c809afc Make sure the --host_platform_remote_properties_override flags is by John Cater · 7 years ago
  43. be88b85 Throw a rule error when a skylark rule implementation returns multiple providers of the same type. by cparsons · 7 years ago
  44. b6bf51d Fix crash bug in SkyQuery rdeps when there's a dependency edge filter. by nharmata · 7 years ago
  45. 25e75dc Automated rollback of commit 71479d3ef1627a30b9ec75ca50e6a90cf7db6377. by ruperts · 7 years ago
  46. c9efd06 Automated rollback of commit 7e87730de985b7099b9b683571d58efdaab70890. by ccalvarin · 7 years ago
  47. 0ae0be9 Remove global owners from Bazel CODEOWNERS. by jingwen · 7 years ago
  48. bc9b35b Skip strict deps suggested fix commands with strict deps disabled by cushon · 7 years ago
  49. 129c3e2 Automated rollback of commit db01c6f926bcb4774d901797c59f51dd54c05624. by janakr · 7 years ago
  50. 38cfa82 Update Android owners in Bazel GitHub CODEOWNERS by jingwen · 7 years ago
  51. 292db1e Simplify tree artifact directory check, and avoid an extra system call. by felly · 7 years ago
  52. a5aafd5 Repository Options: fix meta data by Klaus Aehlig · 7 years ago
  53. 55dc53f Adding option to change the root directory name in build_tar.py and archive.py. by Googler · 7 years ago
  54. aa761ae Windows,tests: port python_test by Laszlo Csomor · 7 years ago
  55. f0d5771 [singlejar] cleanup port library by Loo Rong Jie · 7 years ago
  56. 9d23d4d Add GitHub CODEOWNERS file. by jingwen · 7 years ago
  57. a0276dd Windows,tests: port progress_reporting_test by Laszlo Csomor · 7 years ago
  58. 64560dd shell tests: use Bazel-embedded Bash runfiles lib by laszlocsomor · 7 years ago
  59. f5923c1 Update ProjectFileSupport to take an OptionsParser. by Googler · 7 years ago
  60. 2193da9 Add an option to compress the JSON trace profile. by twerth · 7 years ago
  61. 0858ae1 Add a flag to split test.xml generation into a separate Spawn by ulfjack · 7 years ago
  62. d0190d3 Experimental UI: on limited output, reserve capacity for post-build status by Klaus Aehlig · 7 years ago
  63. 5168c50 C++: Fixes the way errors are checked in tests. by plf · 7 years ago
  64. 770b987 Remove load() from contents. by Googler · 7 years ago
  65. a4b28b5 Perform strict deps enforcement on compilations with attribution errors by cushon · 7 years ago
  66. 1ac35974 Unconditionally run the SJD machinery, which is necessary for jdeps output by cushon · 7 years ago
  67. 1d96c7c Generalize fix to not emit a -gensrc.jar if the annotation processor classpath is by cushon · 7 years ago
  68. 6964a0b Fix skydoc following of nontrivial relative labels. by cparsons · 7 years ago
  69. 5194dfd Don't retain memory used by Artifact->owner Label multimap after it's been used at the start of execution. by janakr · 7 years ago
  70. 1f3d3ea Send xcode-locator error messages to stderr, not stdout. by jmmv · 7 years ago
  71. 7e87730 Remove default MD5 in most of Bazel's virtual filesystems. by ccalvarin · 7 years ago
  72. 0ccfde8 Cut long lines in xcode-locator.m. by jmmv · 7 years ago
  73. be31bb8 Modify --subcommands to allow pretty printing the arguments of a subcommand by ahumesky · 7 years ago
  74. cd91d1c Update build-ref.html by Alex Beggs · 7 years ago
  75. 2d90b6a Keep track of tree artifact inputs in CustomCommandLine.Builder . by Googler · 7 years ago
  76. ecceb0c Automatic code cleanup. by Googler · 7 years ago
  77. 458bcb5 Make skydoc java binary publicly visible. by cparsons · 7 years ago
  78. e2f31cb Make timestamps of InternalOrderedBuildEvent immutable. by Googler · 7 years ago
  79. 5582965 Update truth dependency to 0.42 by Jeff Lavallee · 7 years ago
  80. 2f37aca Fix databinding after https://github.com/bazelbuild/bazel/commit/9b29a1bd7bbe37500b28a6508cb82ca1943c75b5 by cushon · 7 years ago
  81. db01c6f PiperOrigin-RevId: 206181674 by shahan · 7 years ago
  82. e24a591 Target pattern eval: use the same number of threads as loading by ulfjack · 7 years ago
  83. 09efb3f Use the path resolver when dealing with tree artifacts. by felly · 7 years ago
  84. 74146fd Add a flag to make Apple rules not share C++ compile actions. by lberki · 7 years ago
  85. 676e0cd Add the .py3 extension as a valid Python source. by Googler · 7 years ago
  86. 7574865 docs: update Windows installation and setup docs by Laszlo Csomor · 7 years ago
  87. 46f3524 Reduce the set of profiler events for the json profile by ulfjack · 7 years ago
  88. 6c99cf1 Remove third_party/{minlog,reflectasm} by Philipp Wollermann · 7 years ago
  89. 5bd5b50 Remove third_party/bytebuddy by Philipp Wollermann · 7 years ago
  90. 3388d80 Remove unused d3-js and jquery filegroups by Philipp Wollermann · 7 years ago
  91. bafd898 Internal change by philwo · 7 years ago
  92. 63883b3 Remove jopt-simple from third_party by Philipp Wollermann · 7 years ago
  93. 71479d3 C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.Builder by plf · 7 years ago
  94. 59b0856 Automatic code cleanup. by Googler · 7 years ago
  95. 071a441 C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.Builder by plf · 7 years ago
  96. 9b29a1b Add support for data dependencies to java_plugin and java_package_configuration by cushon · 7 years ago
  97. ca2977c Automated rollback of commit ce8f52060e2cf1e5a49a522039f0cba2a340f7e3. by cushon · 7 years ago
  98. 75810d5 Remove the gen_jars output group by cushon · 7 years ago
  99. 2143ff2 PiperOrigin-RevId: 206091795 by cushon · 7 years ago
  100. d424dee Internal change by cushon · 7 years ago