1. 8ee5a0d Rewrite the BuildEventServiceTransport by buchgr · 7 years ago
  2. a792821 Rename --experimental_enable_cc_toolchain_label_from_crosstool_proto to --incompatible_disable_cc_toolchain_label_from_crosstool_proto to comply with the backward compatibility policy. by rosica · 7 years ago
  3. 44977cc Deal properly with string arguments of cc.common.create_cc_toolchain_config_info() by rosica · 7 years ago
  4. d20cecb Converge on --jdeps_output instead of --output when invoking ImportDepsChecker by cushon · 7 years ago
  5. 2e7ccbe Use an ArtifactPathResolver to read the header list during header thinning. by felly · 7 years ago
  6. 56fd4fe Weave an ArtifactPathREsolver through Runfiles to use when reading pruning manifests. by felly · 7 years ago
  7. 4a6891f Add support for naming objc module maps by Oscar Bonilla · 7 years ago
  8. 3fc3ddb Skip __init__.py in __pycache__ dir. by Googler · 7 years ago
  9. f260ed3 Change ExternalFilesHelper#create to branch on whether it thinks it's being by nharmata · 7 years ago
  10. 13d70a9 Move FdoProvider under CcToolchainProvider by hlopko · 7 years ago
  11. 5939235 C++: Remove providers CcRunfiles and CcDynamicLibrariesForRuntime. by plf · 7 years ago
  12. bcaad80 Automated rollback of commit 8fda9f44bd463e87208cb3eab62f8cab36aa9767. by lberki · 7 years ago
  13. 36d6e9e Expose all trivial configuration attributes to Skylark. RELNOTES: None. by Googler · 7 years ago
  14. 673b808 Thread Artifact path resolution through template expansion. by felly · 7 years ago
  15. 20a70d8 Note that platform providers are experimental by John Cater · 7 years ago
  16. 1987a81 Track finalizeActions setting explicitly instead of using the output service as a proxy for that. by felly · 7 years ago
  17. 8f0d73a Improve ctx.actions.args() debug print. by tomlu · 7 years ago
  18. c3e5851 Use the more specialized lookup functions. by laurentlb · 7 years ago
  19. b919a1d Add an explicit bit to actions that tells whether they are shareable or not. by lberki · 7 years ago
  20. bb07aa9 Make tree artifact directory creation ActionFS-aware. by felly · 7 years ago
  21. d8598b5 Remove ccTargetOs, it's not needed anymore by hlopko · 7 years ago
  22. 6a4b151 Fix typo "SkylarImport -> SkylarkImport" by dmaclach · 7 years ago
  23. 748773a Remove unused argument from CcToolchainConfigInfo.fromToolchain by hlopko · 7 years ago
  24. 411ab49 Rename FdoSupportFunction to CcSkyframeSupportValue by hlopko · 7 years ago
  25. ee77832 C++: Removes unneeded line in CcBinary by plf · 7 years ago
  26. 205e545 Exported global symbols from Bootstraps. by Googler · 7 years ago
  27. 0676dcf Make runfiles conflicts fail the build. by Benjamin Peterson · 7 years ago
  28. 667b6b0 Fix race condition with releaseUploadChannel(). by Geoff Maddox · 7 years ago
  29. 2ff8b05 Windows, launcher: Make launcher aware of if runfiles tree is enabled by Yun Peng · 7 years ago
  30. f3f960c The include scanner also returns the primary source file in its output, by Googler · 7 years ago
  31. 9ed9d8a Add flag --incompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree. by philwo · 7 years ago
  32. 469f3bd Fix a grammar mistake. by lberki · 7 years ago
  33. edc20fc Rename --incompatible_enable_late_bound_option_defaults flag to --incompatible_disable_late_bound_option_defaults. by rosica · 7 years ago
  34. 8fda9f4 Remove the --apple_crosstool_in_output_directory_name flag. by lberki · 7 years ago
  35. 55248ff Introduce --incompatible_disable_cc_configuration_make_variables flag to replace --experimental_enable_cc_configuration_make_variables flag because of backwards compatibility policy. by rosica · 7 years ago
  36. fb164a0 Windows: Make Python binary work with runfiles symlink tree by Yun Peng · 7 years ago
  37. bc434bc Introduce --incompatible_disable_legacy_cpp_toolchain_skylark_api flag to replace --incompatible_enable_legacy_cpp_toolchain_skylark_api because of backwards compatibility policy. by rosica · 7 years ago
  38. 310844a [Remote] Do not allow concurrent uploads of the same digest by Jason Gavris · 7 years ago
  39. a5a9fbb Fix ApkActionsBuilder.java on Windows by pcloudy · 7 years ago
  40. 30381dd Introduce a trivial querier for configured java.util.logging.FileHandler. by arostovtsev · 7 years ago
  41. dfcf0ba Reintroduce proper action prioritization that got accidentally disabled. This by Googler · 7 years ago
  42. 52bb22a Skyframe now pulls information about configured target sources instead of by shahan · 7 years ago
  43. c8e6796 Environment: ensure that the global frame does at most two lookups by laurentlb · 7 years ago
  44. f89e063 Annotate ValueWithMetadata#justValue as @Nullable. by shahan · 7 years ago
  45. 6499ad2 remove outdated note on Java 7 from android_library documentation by kmb · 7 years ago
  46. dda391b [Typo] Fix a typo in a javadoc. by Taras Tsugrii · 7 years ago
  47. 87eab46 [Skylark] Avoid iterator overhead when creating slices. by Taras Tsugrii · 7 years ago
  48. fff72a7 RELNOTES[NEW]: Add --modify_execution_info, a flag to customize action execution info. by Googler · 7 years ago
  49. 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
  50. b163330 Minor rewording of docs for ctx by brandjon · 7 years ago
  51. 8ddd782 Add --unlimit_coredumps to raise the soft coredump limit to the hard limit. by jmmv · 7 years ago
  52. 03a8fc8 Refactoring: Move test_timeout flag to TestOptions. by mstaib · 7 years ago
  53. 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
  54. 2661be8 Pipe options through to SkyframeActionExecutor instead of passing as individual parameters. by tomlu · 7 years ago
  55. 22e3c8e Fix typos by cushon · 7 years ago
  56. ab6c6cd Pass a rule label to add_dep commands emitted by ImportDepsChecker instead of a target name by cushon · 7 years ago
  57. b592dbd Windows, build-runfiles: Implement build-runfiles for Windows by Yun Peng · 7 years ago
  58. 86d4433 test execution: close before attempting to delete by Laszlo Csomor · 7 years ago
  59. 89451bb Fix typo in Retrier.java. by Benjamin Peterson · 7 years ago
  60. 54e31ac Add a flag to stop adding the testrunner to java_test.deps by cushon · 7 years ago
  61. c31c8c9 Expose a method for fingerprinting a Runfiles instances. by felly · 7 years ago
  62. 12e27f7 Optimize header compilation for direct-classpath actions by cushon · 7 years ago
  63. 7b8d6d6 [DeadCode] Remove unused fields. by Taras Tsugrii · 7 years ago
  64. ebb4071 Environment: introduce method for more specific lookups by laurentlb · 7 years ago
  65. 19d692c Avoid re-clearing the analysis cache (and saying so) after cleans. by mstaib · 7 years ago
  66. 2cb8ac1 Have computed --instrumentation_filter default match packages exactly by Googler · 7 years ago
  67. 22a4994 Update documentation of expand_location by laurentlb · 7 years ago
  68. 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
  69. 9af3f09 Internal change by Googler · 7 years ago
  70. b5099a2 Deprecate --experimental_java_header_compilation_disable_javac_fallback by cushon · 7 years ago
  71. 6f8e36b getPackagesUnderDirectory: drop irrelevant blacklisting by Klaus Aehlig · 7 years ago
  72. 793b09c Send a LargeBuildEventSerializedEvent to the event bus associated to the command when BuildEvents are larger than 10MB. by lpino · 7 years ago
  73. 8253721 Create --incompatible_enable_late_bound_option_defaults flag by rosica · 7 years ago
  74. 6091588 Add a getter for --grte_top value by rosica · 7 years ago
  75. c885e28 Rename tools/default pacakge flag to incompatible_disable_tools_defaults_package from experimental_enable_tools_defaults_package by dbabkin · 7 years ago
  76. 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
  77. 6d155d7 Ensure query threadpool shuts down uninterruptibly by mschaller · 7 years ago
  78. 07c08f1 Fix call to evalInternal in RegexFilterExpression and VisibleFunction so it directly uses the invert parameter. by shreyax · 7 years ago
  79. 9e58e22 Leave attributes starting with underscore undocumented. by cparsons · 7 years ago
  80. 4773a2c Document the bazel contract for writing parameter files to disk. by tomlu · 7 years ago
  81. d4d57be Fix SimpleLogHandler's symbolic link creation. by arostovtsev · 7 years ago
  82. d79d850 Update AllocationTrackerModule docs by dmaclach · 7 years ago
  83. caafe30 Add static name resolution by laurentlb · 7 years ago
  84. 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
  85. 0ec9d78 SymlinkTreeHelper.java: Print more verbose error message by pcloudy · 7 years ago
  86. 6922b5f Support aspect() definitions in Stardoc. by cparsons · 7 years ago
  87. b6788f5 Add Locale.US to String.format by Yannic Bonenberger · 7 years ago
  88. 8c1b44f Add some missing spaces in the documentation. by Googler · 7 years ago
  89. 96fbfb3 Automated rollback of commit 03ed75c913d20bef1360ea1371087233b5c38709. by fwe · 7 years ago
  90. 421ec39 Use new C++ toolchain API in internal Go rules by hlopko · 7 years ago
  91. 2f28196 Do not hardcode -static-libgcc in cc_binary by hlopko · 7 years ago
  92. d3694ba C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.Builder by plf · 7 years ago
  93. a45ce95 Add a deprecation warning for --windows_exe_launcher option by pcloudy · 7 years ago
  94. 56d125b experimental UI: in a test group mark non-executing actions by Klaus Aehlig · 7 years ago
  95. 9c58b19 Add support for persistent workers to the Android resource processing tools with `--persistent_android_resource_processor` flag. by jingwen · 7 years ago
  96. 09ec261 Introduce --incompatible_static_name_resolution by laurentlb · 7 years ago
  97. 5d26ef1 Make sure lexicalFrame is never null by laurentlb · 7 years ago
  98. 6d438fd Print further details on an AbruptExitException. by jmmv · 7 years ago
  99. 9cd6fa2 Add a check to not print deprecated flag warnings from flags set by the invocation policy. by juliexxia · 7 years ago
  100. 1434b17 Delete Environment.hasVariable by laurentlb · 7 years ago