1. 9323c57 Windows: fix writing java.log by Laszlo Csomor · 7 years ago
  2. f2753c4 Refactor CppConfigurationLoader by hlopko · 7 years ago
  3. 1a95502 WindowsFileSystem: open files with delete-sharing by Laszlo Csomor · 7 years ago
  4. e6709cc C++: Completely removes CcLinkParamsStore and AbstractCcLinkParamsStore by plf · 7 years ago
  5. 132a8e3 Fix a typo in ResourceProcessorBusyBox. by Googler · 7 years ago
  6. 7eb9ea1 Automated rollback of https://github.com/bazelbuild/bazel/commit/808ec9ff9b5cec14f23a4ba106bc5249cacc8c54 and https://github.com/bazelbuild/bazel/commit/4c9149d558161e7d3e363fb697f5852bc5742a36 and some manual merging. by lberki · 7 years ago
  7. ca6c1e2 Remove extra word from option documentation. by Benjamin Peterson · 7 years ago
  8. 4566a42 Fix tests on JDK 9 and 10 by Liam Miller-Cushon · 7 years ago
  9. f03acca Allow optional-imports for rc files. by ccalvarin · 7 years ago
  10. 98831e8 Support filesets in ctx.actions.args(). by tomlu · 7 years ago
  11. 1295fdc Add "info server_log" command to retrieve the log file path. by arostovtsev · 7 years ago
  12. 731b46c Re-add way to fetch experimental platform providers from Starlark. by John Cater · 7 years ago
  13. 24b681e Configure the log handler querier class for the log handler. by arostovtsev · 7 years ago
  14. 018d0a5 Added separated suggestions for BUILD and BZL files. by Googler · 7 years ago
  15. 6c75ef0 Remove remaining vestiges of "scoping" in InMemoryFileSystem. by felly · 7 years ago
  16. 2ed5ed9 Deletes @AutoCodec annotation from BuildConfiguration.Fragment subclasses. by shahan · 7 years ago
  17. 53a9e91 Throw contextual error when compiling value xmls with >1 period in filename with aapt2, instead of just failing with "<file>.arsc.flat does not exist after aapt2 ran": by Jingwen Chen · 7 years ago
  18. 1f5c39d C++: Removes more usages of CcLinkParamsStore. by plf · 7 years ago
  19. 9dc4e20 Remove duplicate checks in Environment by laurentlb · 7 years ago
  20. 2217614 aquery: Add option to include/exclude the command line of actions. by twerth · 7 years ago
  21. 73eccc2 Change the key type we keep around in our fileset mappings. by tomlu · 7 years ago
  22. 34f8b34 Let AbstractSpawnStrategy be more robust against an interface that currently by Googler · 7 years ago
  23. f7edd93 C++: Write GoWrapCc in Skylark by plf · 7 years ago
  24. 708a926 Lazy output stream for test.xml, does not produce a file if no test xml data was produced by Igal Tabachnik · 7 years ago
  25. 3502b34 Automated rollback of commit b919a1dd3ed520e5e527d1bca6db106146f5c58d. by lberki · 7 years ago
  26. 95efc7f Windows,test-wrapper: use UTF-16 strings and API by Laszlo Csomor · 7 years ago
  27. 8de9f7c Remove the --apple_crosstool_in_output_directory_flag. by lberki · 7 years ago
  28. ffc9900 Add 'toolchain_config' attribute to cc_toolchain to enable replacing CROSSTOOL with a skylark rule by rosica · 7 years ago
  29. 9ca1bb6 Windows,client: implement principled string conv. by Laszlo Csomor · 7 years ago
  30. 4a8bacd Switch the default for --incompatible_package_name_is_a_function by laurentlb · 7 years ago
  31. 50ea2dd aquery: Don't print environment / execution info in text output if it would be empty. by twerth · 7 years ago
  32. 6488dd3 fix windows sh_test arguments with quotes by Andreas Hippler · 7 years ago
  33. 8ee5a0d Rewrite the BuildEventServiceTransport by buchgr · 7 years ago
  34. 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
  35. 44977cc Deal properly with string arguments of cc.common.create_cc_toolchain_config_info() by rosica · 7 years ago
  36. d20cecb Converge on --jdeps_output instead of --output when invoking ImportDepsChecker by cushon · 7 years ago
  37. 2e7ccbe Use an ArtifactPathResolver to read the header list during header thinning. by felly · 7 years ago
  38. 1c0c366 Change skylint to accept UpperCamelCaseWithSuffixInfo identifiers by Jared Neil · 7 years ago
  39. 56fd4fe Weave an ArtifactPathREsolver through Runfiles to use when reading pruning manifests. by felly · 7 years ago
  40. 4a6891f Add support for naming objc module maps by Oscar Bonilla · 7 years ago
  41. 3fc3ddb Skip __init__.py in __pycache__ dir. by Googler · 7 years ago
  42. f260ed3 Change ExternalFilesHelper#create to branch on whether it thinks it's being by nharmata · 7 years ago
  43. ff6d318 Remove deprecated startup --host_javabase flag by cushon · 7 years ago
  44. 93f2550 Change default for proto_library.cc_lib by Googler · 7 years ago
  45. 13d70a9 Move FdoProvider under CcToolchainProvider by hlopko · 7 years ago
  46. 5939235 C++: Remove providers CcRunfiles and CcDynamicLibrariesForRuntime. by plf · 7 years ago
  47. ead1002 Fix protobuf in the WORKSPACE by hlopko · 7 years ago
  48. bcaad80 Automated rollback of commit 8fda9f44bd463e87208cb3eab62f8cab36aa9767. by lberki · 7 years ago
  49. 27303d7 Update protobuf to 3.6.1 -- update references by Laszlo Csomor · 7 years ago
  50. 36d6e9e Expose all trivial configuration attributes to Skylark. RELNOTES: None. by Googler · 7 years ago
  51. 673b808 Thread Artifact path resolution through template expansion. by felly · 7 years ago
  52. 20a70d8 Note that platform providers are experimental by John Cater · 7 years ago
  53. 1987a81 Track finalizeActions setting explicitly instead of using the output service as a proxy for that. by felly · 7 years ago
  54. 8f0d73a Improve ctx.actions.args() debug print. by tomlu · 7 years ago
  55. c3e5851 Use the more specialized lookup functions. by laurentlb · 7 years ago
  56. b919a1d Add an explicit bit to actions that tells whether they are shareable or not. by lberki · 7 years ago
  57. bb07aa9 Make tree artifact directory creation ActionFS-aware. by felly · 7 years ago
  58. d8598b5 Remove ccTargetOs, it's not needed anymore by hlopko · 7 years ago
  59. 6a4b151 Fix typo "SkylarImport -> SkylarkImport" by dmaclach · 7 years ago
  60. 748773a Remove unused argument from CcToolchainConfigInfo.fromToolchain by hlopko · 7 years ago
  61. 411ab49 Rename FdoSupportFunction to CcSkyframeSupportValue by hlopko · 7 years ago
  62. ee77832 C++: Removes unneeded line in CcBinary by plf · 7 years ago
  63. 205e545 Exported global symbols from Bootstraps. by Googler · 7 years ago
  64. 0676dcf Make runfiles conflicts fail the build. by Benjamin Peterson · 7 years ago
  65. 667b6b0 Fix race condition with releaseUploadChannel(). by Geoff Maddox · 7 years ago
  66. 2ff8b05 Windows, launcher: Make launcher aware of if runfiles tree is enabled by Yun Peng · 7 years ago
  67. f3f960c The include scanner also returns the primary source file in its output, by Googler · 7 years ago
  68. 9ed9d8a Add flag --incompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree. by philwo · 7 years ago
  69. 3eec3fe Windows: native test wrapper can run simple tests by Laszlo Csomor · 7 years ago
  70. ea642d6 C++,runfiles: avoid collision with @bazel_tools by Laszlo Csomor · 7 years ago
  71. 469f3bd Fix a grammar mistake. by lberki · 7 years ago
  72. edc20fc Rename --incompatible_enable_late_bound_option_defaults flag to --incompatible_disable_late_bound_option_defaults. by rosica · 7 years ago
  73. a7f3b85 Update bzl files to work with --all_incompatible_changes by laurentlb · 7 years ago
  74. 8fda9f4 Remove the --apple_crosstool_in_output_directory_name flag. by lberki · 7 years ago
  75. 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
  76. fb164a0 Windows: Make Python binary work with runfiles symlink tree by Yun Peng · 7 years ago
  77. 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
  78. 310844a [Remote] Do not allow concurrent uploads of the same digest by Jason Gavris · 7 years ago
  79. a5a9fbb Fix ApkActionsBuilder.java on Windows by pcloudy · 7 years ago
  80. 30381dd Introduce a trivial querier for configured java.util.logging.FileHandler. by arostovtsev · 7 years ago
  81. dfcf0ba Reintroduce proper action prioritization that got accidentally disabled. This by Googler · 7 years ago
  82. 52bb22a Skyframe now pulls information about configured target sources instead of by shahan · 7 years ago
  83. e755f72 ImportDepsChecker: make --output optional, and use --jdeps_output in tests by cushon · 7 years ago
  84. c8e6796 Environment: ensure that the global frame does at most two lookups by laurentlb · 7 years ago
  85. e529d38 Fix error prone warnings in SkylarkRuleImplementationFunctionsTest. by tomlu · 7 years ago
  86. 4d1d0b5 Add a linter check for native.package() by laurentlb · 7 years ago
  87. f89e063 Annotate ValueWithMetadata#justValue as @Nullable. by shahan · 7 years ago
  88. 6499ad2 remove outdated note on Java 7 from android_library documentation by kmb · 7 years ago
  89. dda391b [Typo] Fix a typo in a javadoc. by Taras Tsugrii · 7 years ago
  90. 87eab46 [Skylark] Avoid iterator overhead when creating slices. by Taras Tsugrii · 7 years ago
  91. cf791b52 Windows, build-runfiles: Fix bugs when dealing with long path by pcloudy · 7 years ago
  92. fff72a7 RELNOTES[NEW]: Add --modify_execution_info, a flag to customize action execution info. by Googler · 7 years ago
  93. 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
  94. b163330 Minor rewording of docs for ctx by brandjon · 7 years ago
  95. 8ddd782 Add --unlimit_coredumps to raise the soft coredump limit to the hard limit. by jmmv · 7 years ago
  96. 03a8fc8 Refactoring: Move test_timeout flag to TestOptions. by mstaib · 7 years ago
  97. 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
  98. 2661be8 Pipe options through to SkyframeActionExecutor instead of passing as individual parameters. by tomlu · 7 years ago
  99. 22e3c8e Fix typos by cushon · 7 years ago
  100. ab6c6cd Pass a rule label to add_dep commands emitted by ImportDepsChecker instead of a target name by cushon · 7 years ago