1. 62f9a26 Add fine grained Query failure codes to query functions. by Googler · 4 years, 9 months ago
  2. f834d27 Add fine grained Aquery failure codes to AqueryCommandUtils and ActionFilterFunction. by Googler · 4 years, 9 months ago
  3. 87b4608 bazel packages: record load graph (DAG over Modules) in Module and Package by adonovan · 4 years, 9 months ago
  4. 3e3c831 Update FailureDetail in QueryException for query environments and formatters. by Googler · 4 years, 9 months ago
  5. 374d7ba Limit warnings about shared actions with tree artifact input to 1 per build. by ajurkowski · 4 years, 9 months ago
  6. 6a76842 Minor package cleanups by michajlo · 4 years, 9 months ago
  7. a138877 Fix minor code issues flagged by error prone by David Ostrovsky · 4 years, 9 months ago
  8. d58170e Update Starlark configurations documentation to use allowlist everywhere by juliexxia · 4 years, 9 months ago
  9. b2eb015 Inline Package#makeNoSuchTargetException by michajlo · 4 years, 9 months ago
  10. 9198660 Mark BlazeModule#getPackageSettings @Nullable by michajlo · 4 years, 9 months ago
  11. a05fec5 Replace Package.Builder.Helper with PackageSettings object by michajlo · 4 years, 9 months ago
  12. 6664aee Add test for local_config_platform constraints.bzl. by John Cater · 4 years, 9 months ago
  13. 700a990 Add toolchain_type and toolchain definitions for Android SDK. by John Cater · 4 years, 9 months ago
  14. 60e3443 Add support for object files in the Starlark implementation of cc_import by Andrzej Guszak · 4 years, 9 months ago
  15. c079dac Fix some special characters being rendered as HTML codes. by Googler · 4 years, 9 months ago
  16. 40252c9 Fix newly introduced bug where an empty test_suite.tests attribute was by nharmata · 4 years, 9 months ago
  17. a817776 Enable Ninja parser to parse validation inputs. by ahumesky · 4 years, 9 months ago
  18. b235517 Add support for compiling on Apple Silicon. Defines new platform `darwin_arm64`. by dmaclach · 4 years, 9 months ago
  19. 8545304 Fire build event service event when we complete the build event lifecycle or fail to publish build events to the build event service. by Googler · 4 years, 9 months ago
  20. 65bebd3 runfiles.[root_]symlinks docs: Link to docs which explain these params in more depth by Googler · 4 years, 9 months ago
  21. 61072c1 Automated rollback of commit b77bf3c7f8d2872ce7ed33f063ccf1cfc1ab22aa. by janakr · 4 years, 9 months ago
  22. dce0800 Create a "MultiBuilder" for aggregating multiple TreeArtifactValues at once. by Googler · 4 years, 9 months ago
  23. 4784d73 Expand `ActionExecutionMetadata.getKey()` method to accept an ArtifactExpander. by ajurkowski · 4 years, 9 months ago
  24. 1437f34 Prevent leaking all artifacts to all actions with by leba · 4 years, 9 months ago
  25. 914c480 Remove legacy "fake" branches from cc_binary implementation by cmita · 4 years, 9 months ago
  26. 2983d04 Skip unnecessary extra attempts to get fast digests. by Googler · 4 years, 9 months ago
  27. 8a9ae83 Document OutputFormatterCallback#close's fail-fast mode by michajlo · 4 years, 9 months ago
  28. 8e03897 Clean up after --nsos_eval_keys_as_one_group flag flip. by leba · 4 years, 9 months ago
  29. 5e53b15 Allow building the `singlejar` tool on OpenBSD. by Googler · 4 years, 9 months ago
  30. c756638 DOCS: Editorial updates to multiplex workers by daroberts · 4 years, 9 months ago
  31. 67ab96a Add fine grained detail to QueryExpressions and propagate the failure details. by Googler · 4 years, 9 months ago
  32. 848c4ee Prohibit injecting tree artifact children as files. They should only be injected via injectDirectory. by Googler · 4 years, 9 months ago
  33. 9bf821a Update 'memory' key to 'mem' by juliexxia · 4 years, 9 months ago
  34. 5e2d523 Add fine grained detail to QueryException and Lexer. by Googler · 4 years, 9 months ago
  35. 1387594 Make sorting of graphless query more efficient. by Googler · 4 years, 9 months ago
  36. b442fca Add a warning when shared actions detection can be producing a false positive. by ajurkowski · 4 years, 9 months ago
  37. 82e6b6a Stop `--apple_generate_dsym` from applying to host targets by Keith Smiley · 4 years, 9 months ago
  38. 243c945 Persistent tests: fix NPE for most test rules by Ulf Adams · 4 years, 9 months ago
  39. 336835c Use graphless query in FetchCommand. by Tobias Werth · 4 years, 9 months ago
  40. f31f2d7 fixup! Gracefully handle the lack of subreaper support in Linux. by Ryan Beasley · 4 years, 9 months ago
  41. 6e2b1a0 Add Nullable annotation to packageLocator. by twerth · 4 years, 9 months ago
  42. 7404d17 Update build.proto docs for column numbers. by Benjamin Peterson · 4 years, 9 months ago
  43. c01c1f1 Add flag --incompatible_blacklisted_protos_requires_proto_info by Yannic Bonenberger · 4 years, 9 months ago
  44. ea6e9ee process-tools-darwin: EXIT_FAILURE comes from stdlib.h by Ryan Beasley · 4 years, 9 months ago
  45. 38c85a4 Fixes build issue with JDK headers location on ppc64le. by Carlos Eduardo Seo · 4 years, 9 months ago
  46. cb2ddb3 Fix an aquery crash with Aspect. by leba · 4 years, 9 months ago
  47. e6dd345 Gracefully handle the lack of subreaper support in Linux. by philwo · 4 years, 9 months ago
  48. de558d0 If there's no system JDK, point @local_jdk safely to an empty directory. by Benjamin Peterson · 4 years, 9 months ago
  49. 469aa7e Enable remote options for more commands (any that need to download). by John Millikin · 4 years, 9 months ago
  50. 91445cc Optionally propagate proguard options to the host config by cushon · 4 years, 9 months ago
  51. 24e09f7 cquery --show_config_fragments: report fragments used by transitions by gregce · 4 years, 9 months ago
  52. 17bedb8 Always create `ImmutableMap` in `getMapForConsistencyCheck`. by ajurkowski · 4 years, 9 months ago
  53. 6840a88 Fix a few typos in the execution groups documentation. by Googler · 4 years, 9 months ago
  54. bd22523 Expose Javac command lines in aspects by cushon · 4 years, 9 months ago
  55. 09f92f9 Fix wrong path in IntelliJ project file due to Starlark renamification. by philwo · 4 years, 9 months ago
  56. 114a423 Clarify documentation about "manual" tag by Googler · 4 years, 9 months ago
  57. 2ed3980 Replace the remaining dependencies for Bazel Debian build (third_party) by Yun Peng · 4 years, 9 months ago
  58. 97853f1 Replace the remaining dependencies for Bazel Debian build (main) by Yun Peng · 4 years, 9 months ago
  59. 8ea8a3a bazel syntax: avoid overloading of ParserInput.create by adonovan · 4 years, 9 months ago
  60. d6aedbf Update package visibility. by Googler · 4 years, 9 months ago
  61. e210c79 Configure coverage and runfiles for sh_library by Googler · 4 years, 9 months ago
  62. d9b514a BUILD file load update for java_proto_library by kkress · 4 years, 9 months ago
  63. 1b22a24 Add --incompatible_force_strict_header_check_from_starlark flag by cmita · 4 years, 9 months ago
  64. 2489288 Dynamic execution needs to check whether the selected strategy can actually execute a spawn. by jcater · 4 years, 9 months ago
  65. 97a5334 Release 3.3.1 (2020-06-30) by Bazel Release System · 4 years, 9 months ago
  66. dc764b0 Rename incompatible_disable_depset_inputs to incompatible_disable_depset_items by laurentlb · 4 years, 9 months ago
  67. e4e585f bazel packages: reduce generation of garbage InputFiles by adonovan · 4 years, 9 months ago
  68. b133fe3 Add a more useful message to ArtifactNestedSetFunction. by leba · 4 years, 9 months ago
  69. 952318c Add implicit outputs deprecation to docs by plf · 4 years, 9 months ago
  70. 2c8639f Make JarHelper public by cushon · 4 years, 9 months ago
  71. 74178a5 Provide more accurate ExitCode and FailureDetails when an exception is caught during the loading phase. by Googler · 4 years, 9 months ago
  72. 4c06e18 Document JarHelper.DEFAULT_TIMESTAMP by cushon · 4 years, 9 months ago
  73. a46ad6e bazel package: consolidate all calls to rule.setAttributeValue by adonovan · 4 years, 9 months ago
  74. a884837 Skip iteration in visitLabels if the contained type does not need to visit labels. by Googler · 4 years, 9 months ago
  75. 807d434 Add the unexpected object to exception message. by Googler · 4 years, 9 months ago
  76. 920b093 bazel packages: prep for AttributeContainer optimization by adonovan · 4 years, 9 months ago
  77. f252671 Run Starlark tests only with Python 3 by laurentlb · 4 years, 9 months ago
  78. 6757711 Use the Maven artifact ID as the canonical_id in jvm_maven_import_external. by Googler · 4 years, 9 months ago
  79. 54be05a Remove unnecessary ThreadSafeBatchCallback interface. by Googler · 4 years, 9 months ago
  80. 1e2c5e6 Remove Java 12 support by Philipp Wollermann · 4 years, 9 months ago
  81. d70ae33 Remove cost of iterating over a list of TargetEdgeObservers in LabelVisitor. by Googler · 4 years, 9 months ago
  82. d814a0b Add includes param for the Starlark version of cc_import by Andrzej Guszak · 4 years, 9 months ago
  83. 5585a18 Bump javac11 java_tools to v9.0 by Philipp Wollermann · 4 years, 9 months ago
  84. 812595b Automated rollback of commit bd7999eed71fc14c68890553c68fa5a8f608922c. by plf · 4 years, 9 months ago
  85. b8bb68e Merge StarlarkIndexable and StarlarkQueryable classes by laurentlb · 4 years, 9 months ago
  86. 3e58cca Updated expansion for remote_download_outputs by Grzegorz Lukasik · 4 years, 9 months ago
  87. 239b2aa Bump error prone to release 2.4.0 by David Ostrovsky · 5 years ago
  88. 27a5c74 Populate SpawnMetrics with more metrics in WorkerSpawnRunner by Googler · 4 years, 9 months ago
  89. f8a94b9 Restore macOS 10.10 version compatibility to Bazel by Nikhil Marathe · 4 years, 9 months ago
  90. d101fc8 bazel syntax: reject x<<y if y > 31 by adonovan · 4 years, 9 months ago
  91. 65ed16c Revert the Starlark debugger flags to their old name. by laurentlb · 4 years, 9 months ago
  92. 7c3817b Add a reference equality check to Label#equals. by Googler · 4 years, 9 months ago
  93. ddb9b9a Shortened the error log for unknown Starlark options. by Googler · 4 years, 9 months ago
  94. 6fba77d Encode remaining SimpleSpawnResult failures with FailureDetails by mschaller · 4 years, 9 months ago
  95. 577d907 Avoid possibility of the default Locale interfering with lower-casing input. by dlr · 4 years, 9 months ago
  96. 89b86e0 Fix crash that happens when an aspect has the same implicit attribute as the rule that defines it. by lberki · 4 years, 9 months ago
  97. 8f04761 Prefetch inputs before acquiring a worker by Googler · 4 years, 9 months ago
  98. 3b0439e Fix incorrect assumption of desugar persistent worker conditional by Jingwen Chen · 4 years, 9 months ago
  99. 75216c7 Remove remaining undetailed BuildFailedException constructor by mschaller · 4 years, 9 months ago
  100. 2634de1 Encode missing input file failures with FailureDetails by mschaller · 4 years, 9 months ago