1. e2e80e8 Delete BlazeServer::Disconnect by michajlo · 6 years ago
  2. df2991f Make getBlazeModule support subclasses/interfaces. by steinman · 6 years ago
  3. 5041978 Fix test rules failing under allow_analysis_failures by cparsons · 6 years ago
  4. 263fc39 Don't share actions with null label. In practice, this is the build-info action. by janakr · 6 years ago
  5. ebbb6b2 Type ArtifactFactory$SourceArtifactCache more strongly. by janakr · 6 years ago
  6. 4760cc3 Add command to display config information given a checksum. by jcater · 6 years ago
  7. d46a195 Auto enable terminal color/curses for --color=auto for some Emacs configurations by Andy Scott · 6 years ago
  8. 4d1f5a3 Flip the --incompatible_disallow_native_in_build_file flag by vladmos · 6 years ago
  9. 15a6775 Throw QueryException if TargetLiteral fails validation during parsing. by adgar · 6 years ago
  10. 5736381 Blaze actions: add support for dependency pruning. by Googler · 6 years ago
  11. 950b31b Avoid using an artifact's label, use the rule context label instead. The artifact was created by the current rule, so passing in the rule's label explicitly is less magical. Please correct me if I'm wrong and the artifact can come from a different rule! by janakr · 6 years ago
  12. 9bc841e Introduce flag --incompatible_disallow_empty_glob=true by laurentlb · 6 years ago
  13. a65b047 Windows, JNI: merge lib-util and lib-file by Laszlo Csomor · 6 years ago
  14. 28c8a8c C++: Flips --incompatible_do_not_split_linking_cmdline by plf · 6 years ago
  15. 38afa48 Windows: move path normalization into JNI library by Laszlo Csomor · 6 years ago
  16. bccd8ed Windows: rewrite and move path normalization by Laszlo Csomor · 6 years ago
  17. 5e51c88 Flip flag --incompatible_new_actions_api by laurentlb · 6 years ago
  18. 2a10729 Flip --incompatible_string_join_requires_strings by laurentlb · 6 years ago
  19. 512d4cb Make addLibraries take a collection. by Googler · 6 years ago
  20. 770b67e Don't wrap values in Pair in CcToolchainVariables. by Googler · 6 years ago
  21. d04d7ba Disable WatchFs on Windows by pcloudy · 6 years ago
  22. 1ca0783 Flip option to disable the old-style, binary format. by twerth · 6 years ago
  23. 120309d Query: move LabelVisitor to query package by ulfjack · 6 years ago
  24. 41f8616 Switch JSON profile to include metadata by default. by twerth · 6 years ago
  25. 5a82749 Fold GrpcBlazeServer into BlazeServer by michajlo · 6 years ago
  26. ea37b67 Refactor java_libary.deps rule kind validation by cushon · 6 years ago
  27. 09928d6 Flip the flag --incompatible_disable_deprecated_attr_params by laurentlb · 6 years ago
  28. 669460d Remove cwd from global variables by michajlo · 6 years ago
  29. 953bdf5 Return non-null value for android_common.multi_cpu_configuration and apple_common.platform_type in fakebuildapi by Googler · 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. ef7290f Add a flag to suppress hidden output groups from BEP by ulfjack · 6 years ago
  36. 3ae9f43 Query: Allow disabling proto location information by ulfjack · 6 years ago
  37. d3f5075 Resolve race in the Bazel client when: by felly · 6 years ago
  38. d5cb8c2 Restore addAll(NestedSet). by Googler · 6 years ago
  39. b5d534d Try to prevent unrolling nested sets in NestedSetBuilder. by Googler · 6 years ago
  40. 0cda991 Use a double check in getKey instead of synchronizing every call. by Googler · 6 years ago
  41. 7afdb4b Cache the set of generated headers for objc. by Googler · 6 years ago
  42. 371a2e3 Adds ability to determine product version without starting a server by michajlo · 6 years ago
  43. 5260019 Query performance: use a custom Iterator impl by ulfjack · 6 years ago
  44. f1e5e87 Remove the minimum value of 1 in RamResourceConverter and delete a test. by lberki · 6 years ago
  45. d1c1794 Automated rollback of commit 8241d27d669dcfa7517deceda67715be344d50b9. by schmitt · 6 years ago
  46. 4445253 Allow negation of log file paths by Keith Smiley · 6 years ago
  47. 9494301 Use `sys.exit()` instead of `exit()` in stub script by brandjon · 6 years ago
  48. 39f31ab ExperimentalEventHandler: add a shutdown flag by ulfjack · 6 years ago
  49. dff9a2f Remove the --incompatible_disallow_old_octal_notation flag by laurentlb · 6 years ago
  50. 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
  51. cc7a6e0 Flip the flag --incompatible_static_name_resolution_in_build_files by laurentlb · 6 years ago
  52. 8241d27 Flip the --incompatible_disallow_native_in_build_file flag by vladmos · 6 years ago
  53. 82df64d Enable persistent worker mode in Android desugar actions by Jingwen Chen · 6 years ago
  54. 6f38f34 Move functionality directly related to the dist archive into archive_utils by michajlo · 6 years ago
  55. a288f08 BES: Report upload wait time afterwards by ulfjack · 6 years ago
  56. 6fe6e98 Add --incompatible_disable_native_android_rules flag. by Googler · 6 years ago
  57. b7a9615 Fix --target_environment crash on alias to an output file. by gregce · 6 years ago
  58. e0d4101 Automatic code cleanup. by Googler · 6 years ago
  59. acf55d8 Have BES uploads fail gracefully if the BES is not reachable due to bad network connection. by steinman · 6 years ago
  60. 0ff19c6 Fix StandaloneTestStrategy.appendStderr by ulfjack · 6 years ago
  61. 6c0dc36 Allow interrupts while accessing the cache by Klaus Aehlig · 6 years ago
  62. aa69a6e Support interruption in decompression by Klaus Aehlig · 6 years ago
  63. 53a0ff1 Query: Avoid copying the package targets by ulfjack · 6 years ago
  64. 7b3804a Add --experimental_output_paths=content (without implementation) by gregce · 6 years ago
  65. d654510 Add jacocorunner to java_toolchain. by iirina · 6 years ago
  66. a63d816 Windows: add WIN32_LEAN_AND_MEAN everywhere by Laszlo Csomor · 6 years ago
  67. ad3d77f Fix error output handling on Windows by ulfjack · 6 years ago
  68. 3d8925d Lift zip extractor business out of the core client by michajlo · 6 years ago
  69. cf3f616 Automated rollback of commit cc7da0bae4c277851c5713e2d48bb0b0bbbfd985. by schmitt · 6 years ago
  70. a4080da9 Automated rollback of commit 37deb2685b278e7f19b1aee5a77ca9fc601860a3. by schmitt · 6 years ago
  71. 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
  72. 3a6e579 Fix proto documentation typo by Keith Smiley · 6 years ago
  73. 319cd4f Enforce that OptionProcessor::ParseOptions is only called once by michajlo · 6 years ago
  74. 37deb26 Automated rollback of commit 0c2ddc499d9fafa99ab3298b7eabdafb59946bfd. by schmitt · 6 years ago
  75. 2358946 Convert AttributeTransitionData to use a Builder. by jcater · 6 years ago
  76. 3703a3d Make ConnectivityOptions available to all commands. by steinman · 6 years ago
  77. 593f240 Properly parse build setting strings in flag_values attr for config_settings by juliexxia · 6 years ago
  78. c917ab2 Implement artificial cache sepration by Klaus Aehlig · 6 years ago
  79. f1148fd Generalize EvictableSupplier and move it to the suppliers package. by Googler · 6 years ago
  80. 7234878 Automated rollback of commit de6f319d8c1a9f120d645bf169dbadf77ec5f772. by ulfjack · 6 years ago
  81. 7b7e728 Change visibility of Starlark target to public by Marwan Tammam · 6 years ago
  82. 4d62d74 RepositoryCache: support "canonical id" by Klaus Aehlig · 6 years ago
  83. de6f319 Query: Avoid copying the package targets by ulfjack · 6 years ago
  84. bdb3e97 Don't register import deps checker actions if --experimental_import_deps_checker is off by Jingwen Chen · 6 years ago
  85. 4409982 remote: deprecated --remote_local_fallback_strategy by ishikhman · 6 years ago
  86. 733979c Remote Android tools release 0.3.0 by Jingwen Chen · 6 years ago
  87. e8e9b0d Add an Android Starlark API that add the RJar to the JavaInfo by Googler · 6 years ago
  88. dd9ac13 Fix a bug when a relative path is used for the execution log by Googler · 6 years ago
  89. d5b163e Address race condition in ParallelVisitor by shreyax · 6 years ago
  90. 004099d Update toolchain resolution to load requested toolchain types. by John Cater · 6 years ago
  91. 438b885 Flip --incompatible_disallow_old_octal_notation by vladmos · 6 years ago
  92. 7b0687e Refactor BazelPythonSemantics#createExecutable by brandjon · 6 years ago
  93. cc7da0b BES: Report upload wait time afterwards by ulfjack · 6 years ago
  94. 31ac63a Fix the execution transition to add a unique platform-based suffix to the output path. by jcater · 6 years ago
  95. 72af218 Add a warning to Python host tools built for the wrong version by brandjon · 6 years ago
  96. 3bfba78 Support gcc/clang param file method of escaping strings by Googler · 6 years ago
  97. 69095be Add support for a cc_import() of a DLL with no interface library on Windows. by Googler · 6 years ago
  98. 73550c1 Use lite proto in the client, thereby reducing the size of our binary by ~1MiB to 45.036MiB. We're *almost* 45 binary megabytes! by lberki · 6 years ago
  99. 7aa6692 Query performance: avoid printf by ulfjack · 6 years ago
  100. 9c775b8 Windows: fix path joining in AsAbsoluteWindowsPath by Laszlo Csomor · 6 years ago