1. 0982aaa Chocolatey: Remove msys2 dependency by Peter Mounce · 5 years ago
  2. 112d41f Symlink creation: add flag for in-process creation by ulfjack · 5 years ago
  3. 6ae38f9 bazel syntax: make MethodDescriptor and ParamDescriptor private by Googler · 5 years ago
  4. d36b4a9 bazel syntax: delete SkylarkSignatureProcessor by Googler · 5 years ago
  5. 8c91022 Allow xcode_config to choose an xcode version from available local and remote xcode versions. by steinman · 5 years ago
  6. 15a700c bazel syntax: CallUtils.getField = getStructField + invokeStructField by Googler · 5 years ago
  7. 0b42eeb Remove unused slf4j dependency by Jingwen Chen · 5 years ago
  8. 411a540 Delete plexus and jsch from //third_party by Jingwen Chen · 5 years ago
  9. 5adfcc2 bazel syntax: implement "int in range(...)" in constant time by Googler · 5 years ago
  10. e22a790 Add flag to make --order_output=auto prefer unordered output if the output by twerth · 5 years ago
  11. 2bbc934 Delete unused slf4j dependency by Jingwen Chen · 5 years ago
  12. 52eb53b Add validation that all targets used as platforms actually advertise by John Cater · 5 years ago
  13. 3a011e6 SymlinkTreeAction: rename accessor to isRunfilesEnabled by ulfjack · 5 years ago
  14. fe7b4ef Allow binding to localhost form within the darwin sandbox. by jmmv · 5 years ago
  15. f26b0ff Don't do validate inclusions check on objc module maps by waltl · 5 years ago
  16. 9d14ebd Delete unused plexus, jsch dependencies by Jingwen Chen · 5 years ago
  17. b4b503e Delete unused deps in //s/m/j/c/g/d/b/l/... by Jingwen Chen · 5 years ago
  18. 8ac2210 bazel syntax: eliminate unnecessary array copying by Googler · 5 years ago
  19. 733a377 In NamedSetOfFiles traversal, expand aggregate artifacts prior to splitting based on the --build_event_max_named_set_of_file_entries value. by felly · 5 years ago
  20. 7450e10 bazel syntax: put depset element check behind a flag by Googler · 5 years ago
  21. e73b036 bazel syntax: make some stragglers implement StarlarkValue by Googler · 5 years ago
  22. 8d6eb83 Fix typo in URL in WORKSPACE by Jingwen Chen · 5 years ago
  23. 0332acd Add py3-bin symlink, rename experimental flag by brandjon · 5 years ago
  24. 182be83 Minor refactor of convenience symlink logic by brandjon · 5 years ago
  25. 87da3f6 Delete //third_party deps for maven_jar and maven_server by Jingwen Chen · 5 years ago
  26. 48957db Append ".gz" to filenames of gzip compressed files. by steinman · 5 years ago
  27. 40c1123 bazel syntax: delete Depset.of(Class, ...) constructor by Googler · 5 years ago
  28. 6884507 Remove deps on //third_party maven jars by Jingwen Chen · 5 years ago
  29. 112caeb Warn about using multiple platforms with "--platforms", but do not crash by John Cater · 5 years ago
  30. 45dfdcf Be explicit about the queue being used for memory pressure, sleep and suspend events. by dmaclach · 5 years ago
  31. a4baa3c Rename inner "Key" classes to get better toString behavior. by John Cater · 5 years ago
  32. 88126f8 Delete maven_jar, maven_server and --incompatible_remove_native_maven_jar by Jin · 5 years ago
  33. 1a80bb8 OutputService: simplify interface by ulfjack · 5 years ago
  34. 5be24a8 Release 1.2.1 (2019-11-26) by Bazel Release System · 5 years ago
  35. 1cbf35e Print children in ArtifactNestedSetKey#toString. by leba · 5 years ago
  36. bbcad60 Implement NinjaPipeline - for parsing declarations in Ninja file together with all its included and subninja files. by ichern · 5 years ago
  37. e7ce105 Expose C++ command lines in aspects by hlopko · 5 years ago
  38. 8f075d2 Symlink creation: pass symlinks to OutputService by ulfjack · 5 years ago
  39. 292a5c0 bazel syntax: introduce StarlarkIterable interface by Googler · 5 years ago
  40. 5933cc7 bazel skylarkinterface: simplify getSkylarkModule by Googler · 5 years ago
  41. 8c950fb [Java 11 Desugar Support] Nest Scanning and Analysis - 2/N by Googler · 5 years ago
  42. 28c2915 Create available_xcodes rule, which takes a list of available xcode_versions (and a default xcode_version), and provides all of these. by steinman · 5 years ago
  43. 2596037 Add stringification of Android XML resource values by dchai · 5 years ago
  44. ca7e5af Do not pass in ObjcProvider to set up compile action's ObjcVariablesExtension by waltl · 5 years ago
  45. b633da0 Sync proto definition with upstream by dchai · 5 years ago
  46. 003b3a9 Handle iquote paths in objc more like cpp by waltl · 5 years ago
  47. 7b5043f Add py2-bin functionality, and experimental flag to gate it by brandjon · 5 years ago
  48. 34f7058 bazel: rename SkylarkValue by Googler · 5 years ago
  49. 565c199 bazel syntax: delete Depset.Builder by Googler · 5 years ago
  50. f1f003d Move defines to CompilationAttributes by waltl · 5 years ago
  51. 55b3900 Make precompiled headers additionalInputs rather than nonModuleHeaders by waltl · 5 years ago
  52. 07cc56d Refactor convenience symlink logic by brandjon · 5 years ago
  53. bf1eaed bazel syntax: relax depset element validity check to isImmutable by Googler · 5 years ago
  54. 64972e6 Ensure that we never try to apply FDO settings when building tools. by jcater · 5 years ago
  55. fc287a3 RunfilesSupport: remove the sources manifest by ulfjack · 5 years ago
  56. f2cb3c6 Automated rollback of commit 5576269cba82578ee4e80c362b39d86e87c25780. by lberki · 5 years ago
  57. b1e232d bazel syntax: move Printer.{repr,str,format,formatWithList} to Starlark by Googler · 5 years ago
  58. b3084cb Automated rollback of commit 87506825333846359462f37d92b6f7bd2119f109. by steinman · 5 years ago
  59. 6456fcb bazel syntax: remove legacy dict constructors by Googler · 5 years ago
  60. c5e3bfe Implemented a new event called DiscoveredInputsEvent that gets posted if the action has discoveredInputs in the ActionExecutionFunction. The discovered inputs event was added to tell the CriticalPathComputer that it took n amount of time to go through the discover input phase and to categorize it at parse time. by Googler · 5 years ago
  61. 81fb43c Move checking whether usages of proguard_apply_* attributes into existing validation method. by bcsf · 5 years ago
  62. 13abce5 bazel syntax: reintroduce element validity check to depset contructor by Googler · 5 years ago
  63. 1a6a5a1 bazel: pass SkylarkType not Class to Depset.of where convenient by Googler · 5 years ago
  64. ae586a0 bazel syntax: rationalize Depset constructors by Googler · 5 years ago
  65. 083c80b Move handling of experimental_nested_set_as_skykey_threshold to SkyframeExecutor. by Googler · 5 years ago
  66. 5cfb0b3 Invalidate the analysis cache if a starlark option changes. by schmitt · 5 years ago
  67. f828b4c Fix lintian error "relative-conffile" in our Debian package. by philwo · 5 years ago
  68. cc2b3ec Only request grpc write when not complete by Jakob Buchgraber · 5 years ago
  69. a6cd408 Upgrade java_tools to javac11-v7.0 by Irina Iancu · 5 years ago
  70. 5750faf Replace Artifact's exec_path with PathFragments. by leba · 5 years ago
  71. 5224a06 Bump the messages' ids from 0 to 1. by leba · 5 years ago
  72. dafd234 bazel syntax: remove element validity check from Depset builder used by Starlark by Googler · 5 years ago
  73. b70e636 Add TargetPattern.parseConstant(@CompileTimeConstant String) for constant patterns. by adgar · 5 years ago
  74. e758563 Remove "aapt_version" from Starlark API by dchai · 5 years ago
  75. d21a0d1 bazel syntax: rename SkylarkNestedSet to Depset by Googler · 5 years ago
  76. bbde229 bazel syntax: simplify SkylarkNestedSet type rules by Googler · 5 years ago
  77. 9257870 bazel syntax: remove deprecated list constructors by Googler · 5 years ago
  78. fb631cf bazel syntax: disallow NestedSet return type in @SkylarkCallable methods by Googler · 5 years ago
  79. 53ca395 Refactor for readability improvements in AndroidDataContext. by bcsf · 5 years ago
  80. e9bef0c Add missing full stop. by Googler · 5 years ago
  81. b6ce8b8 Minor tidying of Package's rule lookup methods by michajlo · 5 years ago
  82. df7dd74 Test remote execution and test.xml generation by Jakob Buchgraber · 5 years ago
  83. 5576269 Make "blaze test <alias target>" run the test. by lberki · 5 years ago
  84. 80ea028 Upload docs for Bazel 1.2.0. by philwo · 5 years ago
  85. 3162705 Update release process of apt repo by Yun Peng · 5 years ago
  86. 91bf399 Proto v2 for aquery proto output formats (--incompatible_proto_output_v2) by leba · 5 years ago
  87. b2c602f Automated rollback of commit 3be8bdbe44b2eee49c10e09e1f16c8851eb3959a. by plf · 5 years ago
  88. b4e17d0 Add documentation on how to search for uses of a starlark macro. by dmaclach · 5 years ago
  89. b3f54f6 Remove Package#name and Package#nameFragment by michajlo · 5 years ago
  90. dbe76ce Remove a usage of aapt1 when --incompatible_prohibit_aapt1 is specified by dchai · 5 years ago
  91. 52e607b Add a --experimental_materialize_param_files_directly flag. by felly · 5 years ago
  92. 1f773ba Automated rollback of commit cfe70bbee566836538c0dff70d26376100657abf. by Googler · 5 years ago
  93. 2b7e21d Move Package#DEFAULT_{COMPATIBLE_WITH,RESTRICTED_TO}_ATTRIBUTE} to only use by michajlo · 5 years ago
  94. 341ecd7 Push remote upload consolidation into the Uploader when using --experimental_stream_log_file_uploads by felly · 5 years ago
  95. 4f0b710 UI: report success if tests are flaky by ulfjack · 5 years ago
  96. 227822b Automated rollback of commit 83b70caca5952e75489b43cae21837c047a475af. by ulfjack · 5 years ago
  97. de93e8b Allow streaming remote upload to be sourced by an InputStream rather that a thread writing to an OutputStream. This is a pull mechanism. by felly · 5 years ago
  98. ef69db8 Release 1.2.0 (2019-11-20) by Bazel Release System · 5 years ago
  99. 4a0b2f7 Automated rollback of commit 88879d1d03dd3321240ec1969afc6b0aafb4538e. by ulfjack · 5 years ago
  100. 06a26c3 Support remote execution in repository_rule by buchgr · 5 years ago