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