1. a65b047 Windows, JNI: merge lib-util and lib-file by Laszlo Csomor · 6 years ago
  2. 719c42e Add version 0.26.0 to docs by Klaus Aehlig · 6 years ago
  3. 28c8a8c C++: Flips --incompatible_do_not_split_linking_cmdline by plf · 6 years ago
  4. 38afa48 Windows: move path normalization into JNI library by Laszlo Csomor · 6 years ago
  5. c9522f9 Java coverage: fix coverage when deploy jars end up on the classpath. by iirina · 6 years ago
  6. bccd8ed Windows: rewrite and move path normalization by Laszlo Csomor · 6 years ago
  7. 63bf115 fix CHANGELOG.md after 0.26.0 by Klaus Aehlig · 6 years ago
  8. 8089b27 Release 0.26.0 (2019-05-28) by Bazel Release System · 6 years ago
  9. 4f9110e Automated rollback of commit 229fe564ba458c46629f1ff9a510b46110dd4dd9. by Laszlo Csomor · 6 years ago
  10. 5e51c88 Flip flag --incompatible_new_actions_api by laurentlb · 6 years ago
  11. 2a10729 Flip --incompatible_string_join_requires_strings by laurentlb · 6 years ago
  12. 512d4cb Make addLibraries take a collection. by Googler · 6 years ago
  13. 770b67e Don't wrap values in Pair in CcToolchainVariables. by Googler · 6 years ago
  14. 184ecbf Query: Open source parts of the test infrastructure by ulfjack · 6 years ago
  15. d04d7ba Disable WatchFs on Windows by pcloudy · 6 years ago
  16. 229fe56 Bash, runfiles lib v2: shorter init code by Laszlo Csomor · 6 years ago
  17. 1ca0783 Flip option to disable the old-style, binary format. by twerth · 6 years ago
  18. b4c0fb0 Split toolchains from cc_toolchains in cc_configure by Marcel Hlopko · 6 years ago
  19. 120309d Query: move LabelVisitor to query package by ulfjack · 6 years ago
  20. 41f8616 Switch JSON profile to include metadata by default. by twerth · 6 years ago
  21. 62e3df7 Windows, test wrapper: refactor logging by Laszlo Csomor · 6 years ago
  22. 5a82749 Fold GrpcBlazeServer into BlazeServer by michajlo · 6 years ago
  23. 3b20f1f Migrate Correspondence subclasses to instead call Correspondence.from. by cpovirk · 6 years ago
  24. ea37b67 Refactor java_libary.deps rule kind validation by cushon · 6 years ago
  25. b1fbf31 Shell escape options that come from crosstool so that we can pass options with spaces in them. by dmaclach · 6 years ago
  26. 09928d6 Flip the flag --incompatible_disable_deprecated_attr_params by laurentlb · 6 years ago
  27. 669460d Remove cwd from global variables by michajlo · 6 years ago
  28. 953bdf5 Return non-null value for android_common.multi_cpu_configuration and apple_common.platform_type in fakebuildapi by Googler · 6 years ago
  29. dd4d8bd Update tests in preparation for incompatible_new_actions_api flag flip by laurentlb · 6 years ago
  30. de62edd Fix Objc pre-execution header thinning by ulfjack · 6 years ago
  31. b75e4530 Return helpful no-such-package errors for build settings and actually error out of the build for rule transition errors (i.e. errors that happen in SkyframeExecutor#getConfigurations) by juliexxia · 6 years ago
  32. a33545b Fix transition whitelist attribute's default value check to work across multiple workspaces. by juliexxia · 6 years ago
  33. f67d525 added a user-friendly message for migration to a list-based strategy by ishikhman · 6 years ago
  34. 35dd05a Allow Starlark rules to be able to use the `exec_compatible_with` by John Cater · 6 years ago
  35. 936b04c Windows, test wrapper: support relative test paths by Laszlo Csomor · 6 years ago
  36. ef7290f Add a flag to suppress hidden output groups from BEP by ulfjack · 6 years ago
  37. 3ae9f43 Query: Allow disabling proto location information by ulfjack · 6 years ago
  38. d3f5075 Resolve race in the Bazel client when: by felly · 6 years ago
  39. 0391644 Whitelist -assumevalues for android_library by Googler · 6 years ago
  40. 4ca73e4 Add a flag by cushon · 6 years ago
  41. d5cb8c2 Restore addAll(NestedSet). by Googler · 6 years ago
  42. b5d534d Try to prevent unrolling nested sets in NestedSetBuilder. by Googler · 6 years ago
  43. 0cda991 Use a double check in getKey instead of synchronizing every call. by Googler · 6 years ago
  44. 7afdb4b Cache the set of generated headers for objc. by Googler · 6 years ago
  45. 371a2e3 Adds ability to determine product version without starting a server by michajlo · 6 years ago
  46. 48845c3 Release 0.25.3 (2019-05-23) by Bazel Release System · 6 years ago
  47. 5260019 Query performance: use a custom Iterator impl by ulfjack · 6 years ago
  48. f1e5e87 Remove the minimum value of 1 in RamResourceConverter and delete a test. by lberki · 6 years ago
  49. d1c1794 Automated rollback of commit 8241d27d669dcfa7517deceda67715be344d50b9. by schmitt · 6 years ago
  50. 4445253 Allow negation of log file paths by Keith Smiley · 6 years ago
  51. 9494301 Use `sys.exit()` instead of `exit()` in stub script by brandjon · 6 years ago
  52. 39f31ab ExperimentalEventHandler: add a shutdown flag by ulfjack · 6 years ago
  53. dff9a2f Remove the --incompatible_disallow_old_octal_notation flag by laurentlb · 6 years ago
  54. aea0560 Make Artifact an abstract class, and break out a DerivedArtifact subclass. This will facilitate future refactorings in which a DerivedArtifact will have an ActionLookupData "owner", while a SourceArtifact will have a Label owner (or an ArtifactOwner, depending on how lazy I am). by janakr · 6 years ago
  55. cc7a6e0 Flip the flag --incompatible_static_name_resolution_in_build_files by laurentlb · 6 years ago
  56. 8241d27 Flip the --incompatible_disallow_native_in_build_file flag by vladmos · 6 years ago
  57. 82df64d Enable persistent worker mode in Android desugar actions by Jingwen Chen · 6 years ago
  58. 6f38f34 Move functionality directly related to the dist archive into archive_utils by michajlo · 6 years ago
  59. a288f08 BES: Report upload wait time afterwards by ulfjack · 6 years ago
  60. 58b7640 Remove the old jacoco version. by iirina · 6 years ago
  61. 42c750a Enable include_json_profile for bazelbuild/bazel postsubmit by Joe Le-Ba · 6 years ago
  62. 5eebccc Revert "Enable include_json_profile for bazelbuild/bazel postsubmit (#8442)" by Philipp Wollermann · 6 years ago
  63. bffbd93 Enable include_json_profile for bazelbuild/bazel postsubmit (#8442) by joeleba · 6 years ago
  64. 159806f Temporarily disable coverage tests with java tools at head. by elenairina · 6 years ago
  65. bde01e5 Update bzl code for --incompatible_no_support_tools_in_action_inputs by Laurent Le Brun · 6 years ago
  66. 108bc5a Windows, docs: tips and tricks to write rules by Laszlo Csomor · 6 years ago
  67. 207c24f enable list-based execution strategy for bazel rbe build by ishikhman · 6 years ago
  68. 88a313d Update BranchDetailAnalyzer. by iirina · 6 years ago
  69. 6fe6e98 Add --incompatible_disable_native_android_rules flag. by Googler · 6 years ago
  70. 32282e5 Update tests to avoid implicit depset iteration by laurentlb · 6 years ago
  71. 1fc6fea Update aspects.md to conform to Buildifier style by James deBoer · 6 years ago
  72. 78e0da2 Fixed hyperlink in skylark/performance. by Vladimir Chebotarev · 6 years ago
  73. ddce723 Avoid exporting PATH unnecessarily by Keith Smiley · 6 years ago
  74. b7a9615 Fix --target_environment crash on alias to an output file. by gregce · 6 years ago
  75. 1193e69 Pack the build label, if present, into the deploy archive by michajlo · 6 years ago
  76. e0d4101 Automatic code cleanup. by Googler · 6 years ago
  77. acf55d8 Have BES uploads fail gracefully if the BES is not reachable due to bad network connection. by steinman · 6 years ago
  78. 7f49531 Fix the autodetecting Python toolchain on Mac by brandjon · 6 years ago
  79. 0ff19c6 Fix StandaloneTestStrategy.appendStderr by ulfjack · 6 years ago
  80. 6c0dc36 Allow interrupts while accessing the cache by Klaus Aehlig · 6 years ago
  81. a05b7f0 Fix a rogue hyperlink. by Googler · 6 years ago
  82. 32e7971 Replace lberki with hlopko as codeowner of bazel rules. by elenairina · 6 years ago
  83. aa69a6e Support interruption in decompression by Klaus Aehlig · 6 years ago
  84. 53a0ff1 Query: Avoid copying the package targets by ulfjack · 6 years ago
  85. 7b3804a Add --experimental_output_paths=content (without implementation) by gregce · 6 years ago
  86. 140c04b Update tests to avoid deprecated attr params by laurentlb · 6 years ago
  87. d654510 Add jacocorunner to java_toolchain. by iirina · 6 years ago
  88. 6f52cf3 Add explanation for --google_default_credentials by Takuto Ikuta · 6 years ago
  89. a63d816 Windows: add WIN32_LEAN_AND_MEAN everywhere by Laszlo Csomor · 6 years ago
  90. 96500b7 Refactor unix cc autoconfiguration to not use a template Starlark cc_toolchain_config rule by rosica · 6 years ago
  91. e5b7bd6 Windows: Add BAZEL_VC_FULL_VERSION for windows cc configuration by Yun Peng · 6 years ago
  92. ad3d77f Fix error output handling on Windows by ulfjack · 6 years ago
  93. 3d8925d Lift zip extractor business out of the core client by michajlo · 6 years ago
  94. cf3f616 Automated rollback of commit cc7da0bae4c277851c5713e2d48bb0b0bbbfd985. by schmitt · 6 years ago
  95. a4080da9 Automated rollback of commit 37deb2685b278e7f19b1aee5a77ca9fc601860a3. by schmitt · 6 years ago
  96. 708acf2 update navbar link for starlark configs in bazel docs by juliexxia · 6 years ago
  97. bdc6c10 Return early if an empty dictionary is returned from starlark transitions (so it can't be misinterpreted as an empty dictionary of dictionaries). by juliexxia · 6 years ago
  98. 3a6e579 Fix proto documentation typo by Keith Smiley · 6 years ago
  99. 319cd4f Enforce that OptionProcessor::ParseOptions is only called once by michajlo · 6 years ago
  100. e6c8f3d Update bazel name/location of starlark configuration docs to match other starlark docs. by juliexxia · 6 years ago