1. 98831e8 Support filesets in ctx.actions.args(). by tomlu · 7 years ago
  2. 1295fdc Add "info server_log" command to retrieve the log file path. by arostovtsev · 7 years ago
  3. 731b46c Re-add way to fetch experimental platform providers from Starlark. by John Cater · 7 years ago
  4. 24b681e Configure the log handler querier class for the log handler. by arostovtsev · 7 years ago
  5. 018d0a5 Added separated suggestions for BUILD and BZL files. by Googler · 7 years ago
  6. 6c75ef0 Remove remaining vestiges of "scoping" in InMemoryFileSystem. by felly · 7 years ago
  7. 2ed5ed9 Deletes @AutoCodec annotation from BuildConfiguration.Fragment subclasses. by shahan · 7 years ago
  8. 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
  9. 1f5c39d C++: Removes more usages of CcLinkParamsStore. by plf · 7 years ago
  10. 9dc4e20 Remove duplicate checks in Environment by laurentlb · 7 years ago
  11. 2217614 aquery: Add option to include/exclude the command line of actions. by twerth · 7 years ago
  12. 73eccc2 Change the key type we keep around in our fileset mappings. by tomlu · 7 years ago
  13. 34f8b34 Let AbstractSpawnStrategy be more robust against an interface that currently by Googler · 7 years ago
  14. f7edd93 C++: Write GoWrapCc in Skylark by plf · 7 years ago
  15. 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
  16. 3502b34 Automated rollback of commit b919a1dd3ed520e5e527d1bca6db106146f5c58d. by lberki · 7 years ago
  17. 95efc7f Windows,test-wrapper: use UTF-16 strings and API by Laszlo Csomor · 7 years ago
  18. 8de9f7c Remove the --apple_crosstool_in_output_directory_flag. by lberki · 7 years ago
  19. a572c1c Add ubuntu1804_nojava, ubuntu1804_java9, ubuntu1804_java10 to postsubmit. by philwo · 7 years ago
  20. ffc9900 Add 'toolchain_config' attribute to cc_toolchain to enable replacing CROSSTOOL with a skylark rule by rosica · 7 years ago
  21. 9ca1bb6 Windows,client: implement principled string conv. by Laszlo Csomor · 7 years ago
  22. 4a8bacd Switch the default for --incompatible_package_name_is_a_function by laurentlb · 7 years ago
  23. 50ea2dd aquery: Don't print environment / execution info in text output if it would be empty. by twerth · 7 years ago
  24. 6488dd3 fix windows sh_test arguments with quotes by Andreas Hippler · 7 years ago
  25. 8ee5a0d Rewrite the BuildEventServiceTransport by buchgr · 7 years ago
  26. 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
  27. f87f892 Remove ubuntu1404 and ubuntu 1604 from presubmit.yml. by philwo · 7 years ago
  28. 547bf42 Add entries in cc_toolchain_suites so cc_toolchain label selection doesn't depend on the CROSSTOOL file. by rosica · 7 years ago
  29. 44977cc Deal properly with string arguments of cc.common.create_cc_toolchain_config_info() by rosica · 7 years ago
  30. d20cecb Converge on --jdeps_output instead of --output when invoking ImportDepsChecker by cushon · 7 years ago
  31. 2e7ccbe Use an ArtifactPathResolver to read the header list during header thinning. by felly · 7 years ago
  32. 1c0c366 Change skylint to accept UpperCamelCaseWithSuffixInfo identifiers by Jared Neil · 7 years ago
  33. 0173bdb Create an absolute javabase target for testing by cushon · 7 years ago
  34. 56fd4fe Weave an ArtifactPathREsolver through Runfiles to use when reading pruning manifests. by felly · 7 years ago
  35. 4a6891f Add support for naming objc module maps by Oscar Bonilla · 7 years ago
  36. 3fc3ddb Skip __init__.py in __pycache__ dir. by Googler · 7 years ago
  37. f260ed3 Change ExternalFilesHelper#create to branch on whether it thinks it's being by nharmata · 7 years ago
  38. ff6d318 Remove deprecated startup --host_javabase flag by cushon · 7 years ago
  39. 93f2550 Change default for proto_library.cc_lib by Googler · 7 years ago
  40. 13d70a9 Move FdoProvider under CcToolchainProvider by hlopko · 7 years ago
  41. 5939235 C++: Remove providers CcRunfiles and CcDynamicLibrariesForRuntime. by plf · 7 years ago
  42. fd7043e Protobuf update instructions: update and fix. by Laszlo Csomor · 7 years ago
  43. ead1002 Fix protobuf in the WORKSPACE by hlopko · 7 years ago
  44. 1367005 Split info about 2nd PR into two parts. by Laszlo Csomor · 7 years ago
  45. bcaad80 Automated rollback of commit 8fda9f44bd463e87208cb3eab62f8cab36aa9767. by lberki · 7 years ago
  46. 5b47a1d Protobuf update instructions: update and fix. by Laszlo Csomor · 7 years ago
  47. ddc97ed Update protobuf to 3.6.1 -- remove 3.6.0 sources by Laszlo Csomor · 7 years ago
  48. 27303d7 Update protobuf to 3.6.1 -- update references by Laszlo Csomor · 7 years ago
  49. 36d6e9e Expose all trivial configuration attributes to Skylark. RELNOTES: None. by Googler · 7 years ago
  50. 673b808 Thread Artifact path resolution through template expansion. by felly · 7 years ago
  51. 20a70d8 Note that platform providers are experimental by John Cater · 7 years ago
  52. 1987a81 Track finalizeActions setting explicitly instead of using the output service as a proxy for that. by felly · 7 years ago
  53. 8f0d73a Improve ctx.actions.args() debug print. by tomlu · 7 years ago
  54. c3e5851 Use the more specialized lookup functions. by laurentlb · 7 years ago
  55. b919a1d Add an explicit bit to actions that tells whether they are shareable or not. by lberki · 7 years ago
  56. bb07aa9 Make tree artifact directory creation ActionFS-aware. by felly · 7 years ago
  57. d8598b5 Remove ccTargetOs, it's not needed anymore by hlopko · 7 years ago
  58. 6a4b151 Fix typo "SkylarImport -> SkylarkImport" by dmaclach · 7 years ago
  59. 4bdda3e Fix link to FreshPorts by Li-Wen Hsu · 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. 2613b62 Update backward-compatibility.md by scentini · 7 years ago
  67. 2ff8b05 Windows, launcher: Make launcher aware of if runfiles tree is enabled by Yun Peng · 7 years ago
  68. 12dcd35 Revert "Update to JDK 10 javac" by Lukacs T. Berki · 7 years ago
  69. dafea08 Update zlib to v1.2.11 2017-01-16 by Loo Rong Jie · 7 years ago
  70. 22d761a Update protobuf to 3.6.1 -- add new files by Laszlo Csomor · 7 years ago
  71. f3f960c The include scanner also returns the primary source file in its output, by Googler · 7 years ago
  72. 779653f Fix links to DefaultInfo by laurentlb · 7 years ago
  73. 9ed9d8a Add flag --incompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree. by philwo · 7 years ago
  74. 3eec3fe Windows: native test wrapper can run simple tests by Laszlo Csomor · 7 years ago
  75. ea642d6 C++,runfiles: avoid collision with @bazel_tools by Laszlo Csomor · 7 years ago
  76. 469f3bd Fix a grammar mistake. by lberki · 7 years ago
  77. edc20fc Rename --incompatible_enable_late_bound_option_defaults flag to --incompatible_disable_late_bound_option_defaults. by rosica · 7 years ago
  78. a7f3b85 Update bzl files to work with --all_incompatible_changes by laurentlb · 7 years ago
  79. 8fda9f4 Remove the --apple_crosstool_in_output_directory_name flag. by lberki · 7 years ago
  80. 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
  81. fb164a0 Windows: Make Python binary work with runfiles symlink tree by Yun Peng · 7 years ago
  82. 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
  83. 310844a [Remote] Do not allow concurrent uploads of the same digest by Jason Gavris · 7 years ago
  84. a5a9fbb Fix ApkActionsBuilder.java on Windows by pcloudy · 7 years ago
  85. 30381dd Introduce a trivial querier for configured java.util.logging.FileHandler. by arostovtsev · 7 years ago
  86. dfcf0ba Reintroduce proper action prioritization that got accidentally disabled. This by Googler · 7 years ago
  87. 52bb22a Skyframe now pulls information about configured target sources instead of by shahan · 7 years ago
  88. e755f72 ImportDepsChecker: make --output optional, and use --jdeps_output in tests by cushon · 7 years ago
  89. c8e6796 Environment: ensure that the global frame does at most two lookups by laurentlb · 7 years ago
  90. e529d38 Fix error prone warnings in SkylarkRuleImplementationFunctionsTest. by tomlu · 7 years ago
  91. 4d1d0b5 Add a linter check for native.package() by laurentlb · 7 years ago
  92. f89e063 Annotate ValueWithMetadata#justValue as @Nullable. by shahan · 7 years ago
  93. 6499ad2 remove outdated note on Java 7 from android_library documentation by kmb · 7 years ago
  94. dda391b [Typo] Fix a typo in a javadoc. by Taras Tsugrii · 7 years ago
  95. 22f16e4 Fix bazel query statement in java tutorial for Windows by pcloudy · 7 years ago
  96. 438b277 make_deb: Add new empty line in the end of conffiles file by XindaH · 7 years ago
  97. 50440179 Properly mark configuration files in the Debian package. by John Cater · 7 years ago
  98. 87eab46 [Skylark] Avoid iterator overhead when creating slices. by Taras Tsugrii · 7 years ago
  99. 1b0d333 install-compile-source.md: also explain building snapshots by Klaus Aehlig · 7 years ago
  100. cf791b52 Windows, build-runfiles: Fix bugs when dealing with long path by pcloudy · 7 years ago