1. 174ed30 Add missing NS_BLOCK_ASSERTIONS for more architectures by Keith Smiley · 4 years, 8 months ago
  2. 6c3e983 Enable rewinding for edgeless node entries. by janakr · 4 years, 8 months ago
  3. e65e2ab Split retry time by error code. by Googler · 4 years, 8 months ago
  4. f9f145c Change extraFlags in WorkerSpawnRunner to workerOptions so that all WorkerOptions from env are accessible in WorkerSpawnRunner by karlgray · 4 years, 8 months ago
  5. b305d04 cquery: report aliases with their own labels by gregce · 4 years, 8 months ago
  6. 9f58345 Remove some references to nonexistent "optimization mode". by dchai · 4 years, 8 months ago
  7. 25f8891 Detail query output formatting IO failures by mschaller · 4 years, 8 months ago
  8. f2ec558 Add support for parse_header for apple rules by waltl · 4 years, 8 months ago
  9. 5cf0635 Make parse_header a validation action by waltl · 4 years, 8 months ago
  10. 441586b Add versioning to link to persistent worker docs, and add a bit more about worker logs. by larsrc · 4 years, 8 months ago
  11. abeb168 bazel syntax: include the Starlark stack in unhandled exceptions by adonovan · 4 years, 8 months ago
  12. a697df1 Update TargetNotFoundException to take in a DetailedExitCode parameter as a requirement. by Googler · 4 years, 8 months ago
  13. 3788048 Remove deprecated usage from ubuntu instructions. by Ryan Pavlik · 4 years, 8 months ago
  14. 3abfb88 Add StarlarkCcCommonTest for local_defines by Googler · 4 years, 8 months ago
  15. 3eb8e79 Remove a reference to a deleted method. by jhorvitz · 4 years, 8 months ago
  16. 8aaf823 Make ArtifactNestedSetFunctionException catastrophic if a child exception is. by leba · 4 years, 8 months ago
  17. 7f548fb Cleanup: Fix whitespace in `SkyframeActionExecutor`. by ajurkowski · 4 years, 8 months ago
  18. 61737b6 Fix Constant Pool Idempotentcy Issue in Desugaring by Googler · 4 years, 8 months ago
  19. 215c0a3 Reword a confusing phrase in the bazel cquery documentation. by Googler · 4 years, 8 months ago
  20. a5842e7 Add blaze flag and support for splitting OPTIMIZATION bytecode optimizer action. by Googler · 4 years, 8 months ago
  21. 71cc733 Introduce --fat_apk_hwasan flag. by Googler · 4 years, 8 months ago
  22. 1f0f7c6 Work around a bug where the new `--apple_bitcode` converter did not work properly in a Starlark transition function. by allevato · 4 years, 8 months ago
  23. 9fa5cb3 Docs: Add BuildBuddy to commercial RBE offerings by Siggi Simonarson · 4 years, 8 months ago
  24. 7cd0f2f Automatic code cleanup. by cushon · 4 years, 8 months ago
  25. b69e1e5 Update RPBB prebuilts using JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 by Donald Chai · 4 years, 8 months ago
  26. 0badd69 Remove optional from FailureDetail field in QueryException and make it a requirement. by Googler · 4 years, 8 months ago
  27. a6935cd0 Remove --experimental_ui_deduplicate. by jmmv · 4 years, 8 months ago
  28. 6230d42 Remove support to roll out the process-wrapper "wait fix". by jmmv · 4 years, 8 months ago
  29. 9e635d5 bazel syntax: make MethodDescriptor IAE crash more informative by adonovan · 4 years, 8 months ago
  30. 35b92d0 Add FailureDetail to TargetParsingException as a requirement. by Googler · 4 years, 8 months ago
  31. 62475e7 Add units to --remote_timeout by bnczk · 4 years, 8 months ago
  32. dd1d841 Migrate some code to java 8 types where possible. by jhorvitz · 4 years, 8 months ago
  33. 693c88a Add unit test against released java_tools_javac14 by David Ostrovsky · 4 years, 9 months ago
  34. 672f58c Delegate Depset's equals/hashCode to the underlying NestedSet. by Googler · 4 years, 9 months ago
  35. f7c0557 Make PackageLoader implement AutoCloseable, and use the new #close method to shutdown internal threadpools (notably, the ForkJoinPool used for non-Skyframe globbing), thus fixing a resource leak. by nharmata · 4 years, 9 months ago
  36. a3dfa91 Automatic code cleanup. by Googler · 4 years, 9 months ago
  37. ca73240 Remove experimental_starlark_unused_inputs_list by laurentlb · 4 years, 9 months ago
  38. fdf10c3 Remove --experimental_allow_incremental_repository_updates by laurentlb · 4 years, 9 months ago
  39. d814a9b The great Skylark -> Starlark class migration: by gregce · 4 years, 9 months ago
  40. c7c52be Update some docs on exec groups now that it's functional (but still experimental) by juliexxia · 4 years, 9 months ago
  41. 9d51831 Make BlazeJavacStatistics thread safer by cushon · 4 years, 9 months ago
  42. 8876c97 Remove more references to test_sharding_compliant from our tests. by jhorvitz · 4 years, 9 months ago
  43. 754c120 Fix trashed headers. by larsrc · 4 years, 9 months ago
  44. b2b4746 Remove obsolete references to test_sharding_compliant from code base. by jhorvitz · 4 years, 9 months ago
  45. 54491ef Add AndroidSdkInfo to Bazel behind --experimental_google_legacy_api by ahumesky · 4 years, 9 months ago
  46. 052e9b7 Add failure detail code to ConfiguredTargetQueryEnvironment when no targets are found. by Googler · 4 years, 9 months ago
  47. 1b7ac4c Fix crash where directory expander is called with the wrong type. by tomlu · 4 years, 9 months ago
  48. 952d612 Remove unused parameters from TestShardingStrategy. by jhorvitz · 4 years, 9 months ago
  49. 9a7a4bc Rollforward to support signing key rotation in android_binary. by Googler · 4 years, 9 months ago
  50. 897285b Move Debugger interface to Debug.Debugger by laurentlb · 4 years, 9 months ago
  51. a5cd3d7 Use xcode_config.execution_info to set xcode execution requirement by waltl · 4 years, 9 months ago
  52. 7a485be Fix EvaluationContext.Builder.setEventHander typo (should be "Handler") by michajlo · 4 years, 9 months ago
  53. a4acc1b Extend `--apple_bitcode` to take an optional platform and allow multiple occurrences. by allevato · 4 years, 9 months ago
  54. c67c570 Rename Skylark to Starlark in src/test/java/com/google/devtools/build/lib/skylark by laurentlb · 4 years, 9 months ago
  55. 4513812 DOCS: Add documentation of persistent workers by larsrc · 4 years, 9 months ago
  56. 0144b48 Update the docs in WorkerMultiplexer to be clearer, based on my recent understanding of how it works. by larsrc · 4 years, 9 months ago
  57. 59deb38 The great Skylark -> Starlark class migration: by gregce · 4 years, 9 months ago
  58. f69f8dd Remove obsolete TODO by laurentlb · 4 years, 9 months ago
  59. e6a221d Avoid crash due to invalid mnemonic, in Starlark action creation by laurentlb · 4 years, 9 months ago
  60. b5ca451 Move stepControl from StarlarkThread to Debug by laurentlb · 4 years, 9 months ago
  61. b0f3cde Internal change for Starlark loose header checking by cmita · 4 years, 9 months ago
  62. 5dfce3c Avoid crash when a repository rule is called from a BUILD file by laurentlb · 4 years, 9 months ago
  63. 363522a Do not expand implicit outputs of cc_library with pkg:* by plf · 4 years, 9 months ago
  64. bc04e73 Fix Starlark pack_sources function to always create an action when output source jar is specified. by ilist · 4 years, 9 months ago
  65. 5509379 Remove condition on java_common.compile Starlark function, to work without supplying any source file. by ilist · 4 years, 9 months ago
  66. 753622b Fix objc tests so that they don't rely default value of migration flags by waltl · 4 years, 9 months ago
  67. af32635 Automated rollback of commit 87e3017b8761c6769fbaa1f1370fed6df82fc9cc. by jmmv · 4 years, 9 months ago
  68. 98982a0 Simplify commands for getting a random UUID by Googler · 4 years, 9 months ago
  69. 8d6f76f Allow StarlarkValue to expose its own debug attributes to the debugger by laurentlb · 4 years, 9 months ago
  70. ea2f269 Break apart the gigantic UiEventHandler#handleLocked function. by jmmv · 4 years, 9 months ago
  71. e221429 Handle event stdout/stderr as byte arrays, not strings. by jmmv · 4 years, 9 months ago
  72. 0c84c3a bazel syntax: document plan to simplify EvalException by adonovan · 4 years, 9 months ago
  73. cf38081 Provide IPv6 instructions by Dmitry Frenkel · 4 years, 9 months ago
  74. e2a3b0f Let --remote_{cache,executor} support gRPC over UNIX sockets by Ed Schouten · 4 years, 9 months ago
  75. 95bad27 Reduce number of digest calculations by Kalle Johansson · 4 years, 9 months ago
  76. a6efd3b Recommend the non-experimental execution log options. by Benjamin Peterson · 4 years, 9 months ago
  77. ea19c17 Return request_id in JavaBuilder WorkerResponse, and propagate javac_supports_multiplex_workers bit through the toolchain. by larsrc · 4 years, 9 months ago
  78. 1819f6e Remove legacy handling of --extra_checks -- bug has been closed for two years. by larsrc · 4 years, 9 months ago
  79. 29535e0 bazel syntax: make CallUtils private by adonovan · 4 years, 9 months ago
  80. aa94535 Update RPBB prebuilt to include https://github.com/bazelbuild/bazel/pull/11849 by Donald Chai · 4 years, 9 months ago
  81. d30b199 Caclulate configurable attribute values with iteration instead of recursion by michajlo · 4 years, 9 months ago
  82. 30bfcdf bazel syntax: break lib.syntax -> skyframe.serialization dependency by adonovan · 4 years, 9 months ago
  83. 87e3017 Support signing key rotation in android_binary. by Googler · 4 years, 9 months ago
  84. 932133f bazel syntax: break lib.syntax tests -> skyframe.serialization.testutils dependency by adonovan · 4 years, 9 months ago
  85. 993ef78 The great Skylark -> Starlark class migration: by gregce · 4 years, 9 months ago
  86. 8874477 Restore shared_library attribute in Starlark's cc_import by Andrzej Guszak · 4 years, 9 months ago
  87. 003f766 Failed target/aspect completions include resolved artifact paths in BEP. by adgar · 4 years, 9 months ago
  88. 53e22d9 java.starlark.net tests: port Python test harness to Java by adonovan · 4 years, 9 months ago
  89. 201f881 Update the Bazel codeowners by vladmos · 4 years, 9 months ago
  90. 3738611 Close fewer tags. by Gregory Clark · 4 years, 9 months ago
  91. b2b9fa0 bazel syntax: eliminate 'extends EvaluationTestCase' in this package by adonovan · 4 years, 9 months ago
  92. 73ecf93 Fix the repository for --incompatible_disallow_empty_glob by Laurent Le Brun · 4 years, 9 months ago
  93. ea957ba bazel syntax: break lib.syntax tests -> lib.{analysis,cmdline,vfs} dependencies by adonovan · 4 years, 9 months ago
  94. 26ba1b8 Fix `desugar_jdk_libs` for JDK11 Update: Retarget Math invocations by Googler · 4 years, 9 months ago
  95. 58e760f Fix new InstrumentationSpec for filegroup by Googler · 4 years, 9 months ago
  96. 7be7aed Start worker count at 1 to distinguish no worker request id from worker request id 0. This prevents the multiplex-enabled workers from thinking they occasionally get non-multiplex requests and blocking on those. by larsrc · 4 years, 9 months ago
  97. a4f5504 Include jsonproto in the description for --output for aquery. by ahumesky · 4 years, 9 months ago
  98. 1aea71a Add deps attribute to Starlark version of cc_import by Andrzej Guszak · 4 years, 9 months ago
  99. 608cd0d Add mnemonic and progress message for JSA creation. by twerth · 4 years, 9 months ago
  100. 6326ff8 Future-proof proto copying in case new fields are added later. by dchai · 4 years, 9 months ago