1. dda391b [Typo] Fix a typo in a javadoc. by Taras Tsugrii · 7 years ago
  2. 22f16e4 Fix bazel query statement in java tutorial for Windows by pcloudy · 7 years ago
  3. 438b277 make_deb: Add new empty line in the end of conffiles file by XindaH · 7 years ago
  4. 50440179 Properly mark configuration files in the Debian package. by John Cater · 7 years ago
  5. 87eab46 [Skylark] Avoid iterator overhead when creating slices. by Taras Tsugrii · 7 years ago
  6. 1b0d333 install-compile-source.md: also explain building snapshots by Klaus Aehlig · 7 years ago
  7. cf791b52 Windows, build-runfiles: Fix bugs when dealing with long path by pcloudy · 7 years ago
  8. fff72a7 RELNOTES[NEW]: Add --modify_execution_info, a flag to customize action execution info. by Googler · 7 years ago
  9. c047975 Fix the JavaInfo returned by getJavaInfoForRClassJar, so that compile and srcs are added and the JavaInfo can be used for compilation. by Googler · 7 years ago
  10. b163330 Minor rewording of docs for ctx by brandjon · 7 years ago
  11. 8ddd782 Add --unlimit_coredumps to raise the soft coredump limit to the hard limit. by jmmv · 7 years ago
  12. 7ebf74f Add .ijwb to .gitignore by Irina Iancu · 7 years ago
  13. 03a8fc8 Refactoring: Move test_timeout flag to TestOptions. by mstaib · 7 years ago
  14. 6ff38d8 Introduce `--strategy_regexp` flag which allows actions to be executed with different strategies (e.g. locally or remotely) based on a regex filter by jingwen · 7 years ago
  15. 2661be8 Pipe options through to SkyframeActionExecutor instead of passing as individual parameters. by tomlu · 7 years ago
  16. 22e3c8e Fix typos by cushon · 7 years ago
  17. ab6c6cd Pass a rule label to add_dep commands emitted by ImportDepsChecker instead of a target name by cushon · 7 years ago
  18. e974610 Add back logging of Exceptions. by corysmith · 7 years ago
  19. b592dbd Windows, build-runfiles: Implement build-runfiles for Windows by Yun Peng · 7 years ago
  20. 86d4433 test execution: close before attempting to delete by Laszlo Csomor · 7 years ago
  21. 42389d9 Update the comment in SpawnExec since we've changed the behaviour: on remote cache hits, rather than leaving the runner empty we set it to "remote cache hit". by Googler · 7 years ago
  22. 89451bb Fix typo in Retrier.java. by Benjamin Peterson · 7 years ago
  23. 131e31c C++,runfiles: rename sources to avoid conflict by Laszlo Csomor · 7 years ago
  24. 54e31ac Add a flag to stop adding the testrunner to java_test.deps by cushon · 7 years ago
  25. c31c8c9 Expose a method for fingerprinting a Runfiles instances. by felly · 7 years ago
  26. 12e27f7 Optimize header compilation for direct-classpath actions by cushon · 7 years ago
  27. 7b8d6d6 [DeadCode] Remove unused fields. by Taras Tsugrii · 7 years ago
  28. ebb4071 Environment: introduce method for more specific lookups by laurentlb · 7 years ago
  29. 19d692c Avoid re-clearing the analysis cache (and saying so) after cleans. by mstaib · 7 years ago
  30. 2cb8ac1 Have computed --instrumentation_filter default match packages exactly by Googler · 7 years ago
  31. 5d2e0c0 Add missing tests for actions whose inputs do not change by mschaller · 7 years ago
  32. 6699e0b Re-enable the output filter test which deals with deprecation. by mstaib · 7 years ago
  33. 521e822 Enable long path support for jar_manifest_file_path. by Googler · 7 years ago
  34. 22a4994 Update documentation of expand_location by laurentlb · 7 years ago
  35. 206c19b Change the behavior of RESOLVE to log a warning instead of crashing if a relative symlink escapes a Fileset. by janakr · 7 years ago
  36. 9af3f09 Internal change by Googler · 7 years ago
  37. b5099a2 Deprecate --experimental_java_header_compilation_disable_javac_fallback by cushon · 7 years ago
  38. 6f8e36b getPackagesUnderDirectory: drop irrelevant blacklisting by Klaus Aehlig · 7 years ago
  39. 793b09c Send a LargeBuildEventSerializedEvent to the event bus associated to the command when BuildEvents are larger than 10MB. by lpino · 7 years ago
  40. 1655933 [singlejar] Use Win32 API directly in OutputJar::AppendFile by Loo Rong Jie · 7 years ago
  41. 8253721 Create --incompatible_enable_late_bound_option_defaults flag by rosica · 7 years ago
  42. 6091588 Add a getter for --grte_top value by rosica · 7 years ago
  43. 5f46044 Add documentation for --incompatible_disable_tools_defaults_package by dbabkin · 7 years ago
  44. d84a976 Windows, build-runfiles: Implement SymlinkResolver by Yun Peng · 7 years ago
  45. b60762b Fix typo by dbabkin · 7 years ago
  46. c885e28 Rename tools/default pacakge flag to incompatible_disable_tools_defaults_package from experimental_enable_tools_defaults_package by dbabkin · 7 years ago
  47. 3987300 Stop using --release in versioned java_toolchains by Liam Miller-Cushon · 7 years ago
  48. 1950bf9 Fifth cl for verbose workspaces (ability to log certain potentially non-hermetic events that happen as part of repository rules). by Googler · 7 years ago
  49. 6d155d7 Ensure query threadpool shuts down uninterruptibly by mschaller · 7 years ago
  50. 07c08f1 Fix call to evalInternal in RegexFilterExpression and VisibleFunction so it directly uses the invert parameter. by shreyax · 7 years ago
  51. 9e58e22 Leave attributes starting with underscore undocumented. by cparsons · 7 years ago
  52. 4773a2c Document the bazel contract for writing parameter files to disk. by tomlu · 7 years ago
  53. d4d57be Fix SimpleLogHandler's symbolic link creation. by arostovtsev · 7 years ago
  54. d79d850 Update AllocationTrackerModule docs by dmaclach · 7 years ago
  55. 10112ad Make ImportDepsChecker --output optional by cushon · 7 years ago
  56. caafe30 Add static name resolution by laurentlb · 7 years ago
  57. 0bd89dc Don't use SkyFunction.Environment#registerDependencies optimization when using MAX_CHILD_VERSIONS evaluation behavior: the versions must be known to avoid over-evaluating. by janakr · 7 years ago
  58. 0ec9d78 SymlinkTreeHelper.java: Print more verbose error message by pcloudy · 7 years ago
  59. 6922b5f Support aspect() definitions in Stardoc. by cparsons · 7 years ago
  60. b6788f5 Add Locale.US to String.format by Yannic Bonenberger · 7 years ago
  61. be02b51 Clarify wording on depset iteration by brandjon · 7 years ago
  62. 8c1b44f Add some missing spaces in the documentation. by Googler · 7 years ago
  63. 96fbfb3 Automated rollback of commit 03ed75c913d20bef1360ea1371087233b5c38709. by fwe · 7 years ago
  64. 0b31979 When running a test, export RUNFILES_MANIFEST_FILE only if the MANIFEST file exists. by Googler · 7 years ago
  65. 421ec39 Use new C++ toolchain API in internal Go rules by hlopko · 7 years ago
  66. 2f28196 Do not hardcode -static-libgcc in cc_binary by hlopko · 7 years ago
  67. d3694ba C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.Builder by plf · 7 years ago
  68. 1d956c7 Do not fail the build when gcov is not installed by hlopko · 7 years ago
  69. b495eaf Update bazel_toolchains to latest release. by philwo · 7 years ago
  70. a45ce95 Add a deprecation warning for --windows_exe_launcher option by pcloudy · 7 years ago
  71. 56d125b experimental UI: in a test group mark non-executing actions by Klaus Aehlig · 7 years ago
  72. 27be709 Remove perl dependency for bash completions by Philip Patsch · 7 years ago
  73. 2894b30 Make ImportDepsChecker fix commands consistent with JavaBuilder by cushon · 7 years ago
  74. 9c58b19 Add support for persistent workers to the Android resource processing tools with `--persistent_android_resource_processor` flag. by jingwen · 7 years ago
  75. a5be661 Have skydoc-binary test suites use stardoc.bzl directly by cparsons · 7 years ago
  76. 09ec261 Introduce --incompatible_static_name_resolution by laurentlb · 7 years ago
  77. 5d26ef1 Make sure lexicalFrame is never null by laurentlb · 7 years ago
  78. 6d438fd Print further details on an AbruptExitException. by jmmv · 7 years ago
  79. 9cd6fa2 Add a check to not print deprecated flag warnings from flags set by the invocation policy. by juliexxia · 7 years ago
  80. 1434b17 Delete Environment.hasVariable by laurentlb · 7 years ago
  81. a6d7dc7 Use a ForkJoinPool instead of a PriorityBlockingQueue-based ThreadPoolExecutor by Googler · 7 years ago
  82. 38673e8 RELNOTES: Add ExecutionInfo to aquery output for ExecutionInfoSpecifier actions. by Googler · 7 years ago
  83. caa2b3c Recognize JDK 11 nestmates attributes in ijar by cushon · 7 years ago
  84. 6c6d990 Clean up work-around for JDK-8056066 by cushon · 7 years ago
  85. 0e04625 Update checker framework dataflow and javacutil versions by Liam Miller-Cushon · 7 years ago
  86. 0cfed02 PiperOrigin-RevId: 210388413 by Googler · 7 years ago
  87. cd57e6c Remove an unnecessary addInput call in ctx.actions.run(). by Benjamin Peterson · 7 years ago
  88. 1f72416 Break up ToolchainUtil and ToolchainContext into immutable classes by jcater · 7 years ago
  89. 64ecb5a Remove duplicate link from toolchains doc page by Googler · 7 years ago
  90. 939e0bd Export parameter default values to the proto file. by Googler · 7 years ago
  91. 7a72eda Remove accidentally added call to setClassName in test. by philwo · 7 years ago
  92. f1db75c include test-case resolution at the end of the build log by Eran Shalom · 7 years ago
  93. bd5d8d4 Remove dead code in TestSummary. by philwo · 7 years ago
  94. 8d84a63 Properly log the stack trace using BuildRequest#outErr when a crash occurs. by lpino · 7 years ago
  95. f204954 hide warning on macOS if no JDK is installed by Jakob Buchgraber · 7 years ago
  96. 3c5e7c7 Fix AppEngine variant of go_proto_library: also needs gRPC metadata dependency by Googler · 7 years ago
  97. d019651 Pass around the AndroidManifestInfo instead of the ProcessedAndroidManifest this makes the api's cleaner in Skylark. Allows us to avoid exposing non-provider objects. by Googler · 7 years ago
  98. 6cbc741 Add helper method to get merged resources from ValidatedAndroidResources. by Googler · 7 years ago
  99. 344f062 Expose android_cpu to Skylark. by Googler · 7 years ago
  100. 03ed75c aapt2 android_binary rules will always use compiled data to merge. by corysmith · 7 years ago