1. 282b883 Use a JDK 8 bootclasspath by default by Liam Miller-Cushon · 7 years ago
  2. 9a93377 test-wrapper: add empty impl + Bazel flag by Laszlo Csomor · 7 years ago
  3. a1a7f00 Add --filter_sources flag to LcovMerger. by iirina · 7 years ago
  4. 74321cf Don't disable preverification by cushon · 7 years ago
  5. d02f876 Quiet 'Illegal reflective access by com.google.protobuf.UnsafeUtil' warnings by cushon · 7 years ago
  6. 964a21c Java, runfiles: fix deprecation target release by laszlocsomor · 7 years ago
  7. 5681f9d Java, runfiles: move runfiles library sources by laszlocsomor · 7 years ago
  8. ee0ad1a Do not hardcode LCOV path by Vladimir Zaytsev · 7 years ago
  9. df16c77 Windows: add //tools/... tests to test suite by Laszlo Csomor · 7 years ago
  10. 319157b external repos: fix typo confusing workspace_file_content and build_file_content by Klaus Aehlig · 7 years ago
  11. 6620107 Support 2 more valid gcov info lines in GcovParser. by iirina · 7 years ago
  12. b295d3f Windows,tests: port output_filter_test by Laszlo Csomor · 7 years ago
  13. 5a7c847 Java: add @bazel_tools//tools/java/runfiles by Laszlo Csomor · 7 years ago
  14. 4ca9a22 Create BUILD.tools for //tools/test package. by Laszlo Csomor · 7 years ago
  15. c535ac2 Remove a println left over from debugging by cushon · 7 years ago
  16. 30c601d Don't use @local_jdk for jni headers by cushon · 7 years ago
  17. c56699d 'DumpPlatformClasspath' now dumps the current JDK's default platform classpath by cushon · 7 years ago
  18. 366da4c In java_rules_skylark depend on the javabase through //tools/jdk:current_java_runtime by cushon · 7 years ago
  19. af33d82 git.bzl: also clone branches with --depth=1 by Klaus Aehlig · 7 years ago
  20. c1705f0 Temporarily restore the JDK 8 host_javabase-compatible toolchain by cushon · 7 years ago
  21. d3134f5 Remove uses of java_toolchain.encoding by cushon · 7 years ago
  22. 2c9c05b Add option to specify name for downloaded file to http_file skylark rule by Nicolas Lopez · 7 years ago
  23. 4ca4b45 Replace cd with git -C during in git skylark rules by Ed Baunton · 7 years ago
  24. 68154e6 git_repository could use HTTP_PROXY to clone repository by wylazy · 7 years ago
  25. 808ec9f Clean up Java toolchain configuration by cushon · 7 years ago
  26. 7ee806c Fix the ordering of month and day. by Ed Schouten · 7 years ago
  27. 6bd0bdf Add objc-fully-link to the list of actions that require the apple_env feature. This fixes apple_static_library functionality. by kaipi · 7 years ago
  28. e0542bc Disable the correct warning by Loo Rong Jie · 7 years ago
  29. 9e10d3e Use a parameterized dict and simplify an iteration in xcode-locator. by jmmv · 7 years ago
  30. f8afad6 Add a parser for gcov intermediate file format. by Irina Iancu · 7 years ago
  31. f330439 Add the action_names_test_files target to the OSS version of tools/buils_defs/cc/BUILD. by kaipi · 7 years ago
  32. 7372c04 Add extra logging to xcode-locator when scanning Xcode bundles. by jmmv · 7 years ago
  33. a0f77be Break out xcode-locator's main function into smaller chunks. by jmmv · 7 years ago
  34. 56b1201 Automatic code cleanup. by Googler · 7 years ago
  35. 55dc53f Adding option to change the root directory name in build_tar.py and archive.py. by Googler · 7 years ago
  36. 64560dd shell tests: use Bazel-embedded Bash runfiles lib by laszlocsomor · 7 years ago
  37. 0858ae1 Add a flag to split test.xml generation into a separate Spawn by ulfjack · 7 years ago
  38. 1f3d3ea Send xcode-locator error messages to stderr, not stdout. by jmmv · 7 years ago
  39. 0ccfde8 Cut long lines in xcode-locator.m. by jmmv · 7 years ago
  40. 3f46dd0 Add new debug_prefix_map_pwd_is_dot CROSSTOOL feature by Googler · 7 years ago
  41. 77234d6 Remove obsolete stuff related to JDK7 support by Philipp Wollermann · 7 years ago
  42. 4c9149d update to embedded jdk to jdk10 by buchgr · 7 years ago
  43. 543918d Quiet more proto/unsafe warnings by cushon · 7 years ago
  44. 2331038 runfiles.bash: move a line of comment by laszlocsomor · 7 years ago
  45. 3842bd3 jdk: use parallel old gc and disable compact strings by buchgr · 7 years ago
  46. f341e0d Revert "Support RAII in wrapped_clang" by bbaren · 7 years ago
  47. e39991a git_repository: remove .git directory by Klaus Aehlig · 7 years ago
  48. e506858 Add --incompatible_disable_deprecated_attr_params to disable some deprecated parameters of the skylark attr module. by cparsons · 7 years ago
  49. d0d5533 http.bzl: Use allow_single_file for labels by Ed Baunton · 7 years ago
  50. b887cef Rewrite swift_binary_test.bzl using new skylark cc toolchain api by hlopko · 7 years ago
  51. d69b1c7 Remove fallback for SDKROOT as all users of this script are setting the environment properly. by kaipi · 7 years ago
  52. a3320b4 Use default shell env for Python sha256 tool by Clint Harrison · 7 years ago
  53. ccd7d76 Improve MSVC Crosstool by Loo Rong Jie · 7 years ago
  54. ecab1c8 Prepare CROSSTOOL for dSYM simplification by Googler · 7 years ago
  55. 45f1da1 When using find_cpp_toolchain, make sure the relevant attribute, '_cc_toolchain' exists on the ctx being passed to this function. (I broke TAP once because I forgot to add the attribute. Perhaps not that helpful this late in the migration but doesn't hurt.) by juliexxia · 7 years ago
  56. f0ced48 Document differences between version and version_file by katre · 7 years ago
  57. c45606e pkg: fix documentation (docker -> archive) by Klaus Aehlig · 7 years ago
  58. e6860a8 Set INCLUDE and LIB env var for actions that actually need them by Loo Rong Jie · 7 years ago
  59. d92725b Automatic code cleanup. by gregce · 7 years ago
  60. 4e42e17 Windows, CROSSTOOL: Fix feature for linking interface library and dynamic library by pcloudy · 7 years ago
  61. 5947f47 Windows, CROSSTOOL: Remove MSVC wrapper scripts from Bazel completely by Yun Peng · 7 years ago
  62. 2d4917c Automatic code cleanup. by cushon · 7 years ago
  63. 9438d10 Create Bazel coverage report action. by elenairina · 7 years ago
  64. c4622ac Fix autodetection of -z linker flags by hlopko · 7 years ago
  65. cb0fb03 Remove stub toolchains for ios by hlopko · 7 years ago
  66. 1d35ca0 Replace instances of Blaze with Bazel. by Dan Fabulich · 7 years ago
  67. f11c6bc python tools: ensure files are closed by laszlocsomor · 7 years ago
  68. 8ff87c1 Fix autodetection of linker flags by hlopko · 7 years ago
  69. 9b6208c Remove the java_host_runtime_alias polyfill. by Benjamin Peterson · 7 years ago
  70. df42789 windows_cc_configure.bzl: Check default VC installation directories by pcloudy · 7 years ago
  71. 58689f6 [LcovMerger] Make int fields of SourceFileCoverage be dynamically computed. by elenairina · 7 years ago
  72. 92df8c3 [LcovMerger] Make gcc-branch related fields String instead of int. by elenairina · 7 years ago
  73. aa2231e add more support for Arm by Bin Lu · 7 years ago
  74. d292b34 Create a whitelist for android_library rules with deps but not srcs by cushon · 7 years ago
  75. 19cfc7c Update android_sdk system_image support to include 27 and 28. by jingwen · 7 years ago
  76. b6da3b1 bump dependency on desugar_jdk_libs to pull in latest changes. RELNOTES: None. by kmb · 7 years ago
  77. 88a20ee Quiet some warnings by cushon · 7 years ago
  78. 6af6c2d git_repository: support branch as well by Klaus Aehlig · 7 years ago
  79. 381b3a1 Windows CROSSTOOL: Add action_config for preprocess-assemble by pcloudy · 7 years ago
  80. e5a7db9 Delete git_repositories.bzl. The file has been a simple redirect to git.bzl for well over a year and a half. by dannark · 7 years ago
  81. 6c87dfc Fix typo in doc by dannark · 7 years ago
  82. f24958a Support RAII in wrapped_clang by Googler · 7 years ago
  83. 1d3b6c1 Add aliases for current_cc_host_toolchain, current_libc_top and filegroup by dbabkin · 7 years ago
  84. 44646c2 runfiles libraries: fix tests and comments by Laszlo Csomor · 7 years ago
  85. 06b4928 Use the current processes' environment, as xcrunwrapper requires some of these values when being invoked. by kaipi · 7 years ago
  86. 26aaea2 Remove support for header preprocessing by hlopko · 7 years ago
  87. 35df715 Replace //tools/defaults:jdk to //tools/jdk:* by dbabkin · 7 years ago
  88. eed98a6 http_archive: remove noisy debug prints by Jeremy Nimmer · 7 years ago
  89. 1c393c2 Make @bazel_tools//tools/build_defs/cc/action_names.bzl work for bazel osx tests by hlopko · 7 years ago
  90. d753745 Fix typo in http.bzl by Loo Rong Jie · 7 years ago
  91. db461d0 Add bazel rules for referencing android.test APIs when using android-28. by Googler · 7 years ago
  92. 9c1399e Automated rollback of commit 5728af65e8b89b9dd3a5ac2b717c93ec5333ca18. by hlopko · 7 years ago
  93. 5728af6 Migrate //devtools/clif/python/legacy_match_clif_rule.bzl to the new C++ toolchain API by hlopko · 7 years ago
  94. e926cfc shell tests, windows: enable more tests by Laszlo Csomor · 7 years ago
  95. 886d01c Add Arm64 support by Arielle Albon · 7 years ago
  96. b42734f git_repository: return actual commit by Klaus Aehlig · 7 years ago
  97. dddff73 Change -lgcov with --coverage by elenairina · 7 years ago
  98. 77459d9 Pull in the right deps into the embedded tools. by Irina Iancu · 7 years ago
  99. a320e44 Don't rerun the command if it failed. by thomasvl · 7 years ago
  100. ea21195 Skylark repos: for failed patch command, also report stdout by Klaus Aehlig · 7 years ago