1. e6860a8 Set INCLUDE and LIB env var for actions that actually need them by Loo Rong Jie · 7 years ago
  2. d92725b Automatic code cleanup. by gregce · 7 years ago
  3. 4e42e17 Windows, CROSSTOOL: Fix feature for linking interface library and dynamic library by pcloudy · 7 years ago
  4. 5947f47 Windows, CROSSTOOL: Remove MSVC wrapper scripts from Bazel completely by Yun Peng · 7 years ago
  5. 2d4917c Automatic code cleanup. by cushon · 7 years ago
  6. 9438d10 Create Bazel coverage report action. by elenairina · 7 years ago
  7. c4622ac Fix autodetection of -z linker flags by hlopko · 7 years ago
  8. cb0fb03 Remove stub toolchains for ios by hlopko · 7 years ago
  9. 1d35ca0 Replace instances of Blaze with Bazel. by Dan Fabulich · 7 years ago
  10. f11c6bc python tools: ensure files are closed by laszlocsomor · 7 years ago
  11. 8ff87c1 Fix autodetection of linker flags by hlopko · 7 years ago
  12. 9b6208c Remove the java_host_runtime_alias polyfill. by Benjamin Peterson · 7 years ago
  13. df42789 windows_cc_configure.bzl: Check default VC installation directories by pcloudy · 7 years ago
  14. 58689f6 [LcovMerger] Make int fields of SourceFileCoverage be dynamically computed. by elenairina · 7 years ago
  15. 92df8c3 [LcovMerger] Make gcc-branch related fields String instead of int. by elenairina · 7 years ago
  16. aa2231e add more support for Arm by Bin Lu · 7 years ago
  17. d292b34 Create a whitelist for android_library rules with deps but not srcs by cushon · 7 years ago
  18. 19cfc7c Update android_sdk system_image support to include 27 and 28. by jingwen · 7 years ago
  19. b6da3b1 bump dependency on desugar_jdk_libs to pull in latest changes. RELNOTES: None. by kmb · 7 years ago
  20. 88a20ee Quiet some warnings by cushon · 7 years ago
  21. 6af6c2d git_repository: support branch as well by Klaus Aehlig · 7 years ago
  22. 381b3a1 Windows CROSSTOOL: Add action_config for preprocess-assemble by pcloudy · 7 years ago
  23. 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
  24. 6c87dfc Fix typo in doc by dannark · 7 years ago
  25. f24958a Support RAII in wrapped_clang by Googler · 7 years ago
  26. 1d3b6c1 Add aliases for current_cc_host_toolchain, current_libc_top and filegroup by dbabkin · 7 years ago
  27. 44646c2 runfiles libraries: fix tests and comments by Laszlo Csomor · 7 years ago
  28. 06b4928 Use the current processes' environment, as xcrunwrapper requires some of these values when being invoked. by kaipi · 7 years ago
  29. 26aaea2 Remove support for header preprocessing by hlopko · 7 years ago
  30. 35df715 Replace //tools/defaults:jdk to //tools/jdk:* by dbabkin · 7 years ago
  31. eed98a6 http_archive: remove noisy debug prints by Jeremy Nimmer · 7 years ago
  32. 1c393c2 Make @bazel_tools//tools/build_defs/cc/action_names.bzl work for bazel osx tests by hlopko · 7 years ago
  33. d753745 Fix typo in http.bzl by Loo Rong Jie · 7 years ago
  34. db461d0 Add bazel rules for referencing android.test APIs when using android-28. by Googler · 7 years ago
  35. 9c1399e Automated rollback of commit 5728af65e8b89b9dd3a5ac2b717c93ec5333ca18. by hlopko · 7 years ago
  36. 5728af6 Migrate //devtools/clif/python/legacy_match_clif_rule.bzl to the new C++ toolchain API by hlopko · 7 years ago
  37. e926cfc shell tests, windows: enable more tests by Laszlo Csomor · 7 years ago
  38. 886d01c Add Arm64 support by Arielle Albon · 7 years ago
  39. b42734f git_repository: return actual commit by Klaus Aehlig · 7 years ago
  40. dddff73 Change -lgcov with --coverage by elenairina · 7 years ago
  41. 77459d9 Pull in the right deps into the embedded tools. by Irina Iancu · 7 years ago
  42. a320e44 Don't rerun the command if it failed. by thomasvl · 7 years ago
  43. ea21195 Skylark repos: for failed patch command, also report stdout by Klaus Aehlig · 7 years ago
  44. 348225e Skylark repositories: support additional arguments for the patch tool by Klaus Aehlig · 7 years ago
  45. 56d98ae CROSSTOOLS wrapped_clang: handle spaces in paths by Oscar Bonilla · 7 years ago
  46. 2eff4fd Fix some missing cases from https://github.com/bazelbuild/bazel/commit/bbf3e421ed8b2b431a72cd3ab4ba591dc8833634. by Googler · 7 years ago
  47. e28c0ab Implement LcovMerger. by elenairina · 7 years ago
  48. bbf3e42 Add the ability to force the path to the test binary to a fixed length by using a symlink. by Googler · 7 years ago
  49. 4022bac Remove usage of COMPILER_MSVC in Bazel and ijar by Loo Rong Jie · 7 years ago
  50. 9c68c3a Automated rollback of commit 5df8eb24f84a6943e70876c805c77f06e719dcd7. by Googler · 7 years ago
  51. c34d6ee Add support for aar_import_external and aar_maven_import_external by Jingwen Chen · 7 years ago
  52. 5df8eb2 Automated rollback of commit ccaccb2b277a82f7264567563a02ab133a0f6e6f. by jmmv · 7 years ago
  53. 5146ce0 Expose C++ action names to Skylark by hlopko · 7 years ago
  54. ccaccb2 Let blaze obfuscate manual main_dex_list according to proguard map. by Googler · 7 years ago
  55. ac69da0 Move path-manipulation functions to own library file. by ccalvarin · 7 years ago
  56. 53700e2 Don't rely on shell splitting; explicitly make these multiple arguments by ulfjack · 7 years ago
  57. 4ec0a75 Use BUILD.bazel instead of BUILD for external projects by Dmitry Petrashko · 7 years ago
  58. aaf11e9 Make tools in action inputs an error. by tomlu · 7 years ago
  59. fe63111 Fix broken flag existence check for linking flags in unix_cc_configure. by hlopko · 7 years ago
  60. 20a042f Format all bzl files with buildifier by vladmos · 7 years ago
  61. 05fef18 Update tools/cpp/toolchain_utils.bzl to return the proper C++ toolchain by hlopko · 7 years ago
  62. 22f4bb9 runfiles,cc: C++ runfiles library in @bazel_tools by Laszlo Csomor · 7 years ago
  63. 2cbcde3 Automated rollback of commit 7fcbc8ffdead028d19606fefa2fa3be13781da98. by laszlocsomor · 7 years ago
  64. 5b02559 Minimize the cost of Skyframe restarts during CC autoconfiguration. by jmmv · 7 years ago
  65. bf1ac7e Change uses of cc_toolchain_type back to plain toolchain_type. by jcater · 7 years ago
  66. f90ed65 Add ability to add runfiles to tar by Christian Verkerk · 7 years ago
  67. 45c2dce Generaliaze java_import_external to jvm_import_external by natans · 7 years ago
  68. 7fcbc8f shell toolchain: genrule now uses it by Laszlo Csomor · 7 years ago
  69. 8044286 Add a compiler_flag rule that exposes the value of the "compiler" field of CROSSTOOL by rosica · 7 years ago
  70. 2732b17 Use pipes.quote() rather than manual quoting, and do so consistently wherever shell=True is set. by diamondm · 7 years ago
  71. 70733df shallow_since tests and doc improvements by Ed Baunton · 7 years ago
  72. 72075bf runfiles,cc: merge strategies into Runfiles by Laszlo Csomor · 7 years ago
  73. 7458a5f git.bzl: fall back to full clone if shallow options are not supported by Klaus Aehlig · 7 years ago
  74. 9dc32e2 runfiles,cc: Runfiles uses manifest AND directory by Laszlo Csomor · 7 years ago
  75. 17735dd http.bzl: add http_jar by Klaus Aehlig · 7 years ago
  76. 5c4f3b5 CROSSTOOL: Make C++ compiled and linked artifact name pattern configurable by Yun Peng · 7 years ago
  77. c29f34f runfiles,python: add a method to discover runfiles by Laszlo Csomor · 7 years ago
  78. a1ae44a cpp runfiles library: precompute envvars map by Laszlo Csomor · 7 years ago
  79. 5f195b7 cpp runfiles library: compute manifest/dir paths by Laszlo Csomor · 7 years ago
  80. 64a461d Portability with BSD stat in collect_coverage.sh by Siddhartha Bagaria · 7 years ago
  81. 2661abb Split user_link_flags from legacy_link_flags by hlopko · 7 years ago
  82. 6f1a2ec Replace use of output_object_file with output_file in CROSSTOOLS. by hlopko · 7 years ago
  83. cd76c1f Enable proguarded Android builds with --experimental_desugar_java8_libs in Bazel by kmb · 7 years ago
  84. 7092ed3 Remove unneeded exec_compatible_with from local_sh_toolchain by Klaus Aehlig · 7 years ago
  85. cbe7600 Rewrite lcov path munging to make the paths all relative by Ulf Adams · 7 years ago
  86. 4c6e784 http_archive: Support workspace_file and workspace_file_contents by Klaus Aehlig · 7 years ago
  87. 57bc201 Do not autodetect C++ toolchain when BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 is present by hlopko · 7 years ago
  88. 374112c Replace --experimental_android_enforce_strict_deps_for_binaries_under_test with a package whitelist by cushon · 7 years ago
  89. ff8162d sh_configure.bzl: FreeBSD is also a known platform by Klaus Aehlig · 7 years ago
  90. bd16ab9 http.bzl: drop outdated comment by Klaus Aehlig · 7 years ago
  91. a1ef999 Don't default to --release 9 when running on a JDK 9 host_javabase by cushon · 7 years ago
  92. 849df36 Use the local JDK as the default target javabase by cushon · 7 years ago
  93. a590dd1 Allow conditional keep rules in proguard_whitelister. by Googler · 7 years ago
  94. 760b123 Explicitly assign --buildroot in the rpmbuild invocation by mmikitka · 7 years ago
  95. 0810170 AddFiles will recursively add files when a directory is encountered by mmikitka · 7 years ago
  96. 9f2b052 runfiles,cc: add a method to discover runfiles by Laszlo Csomor · 7 years ago
  97. 86a9b6f Change -lgcov with --coverage by Irina Iancu · 7 years ago
  98. 3e50e35 Make runfiles usage on Windows more flexible to support remote execution. by Googler · 7 years ago
  99. b65eb1e Fix targets broken by https://github.com/bazelbuild/bazel/commit/819bf38d97e6eef3c823bdae3ffcdb013d6d83e3. by laszlocsomor · 7 years ago
  100. 819bf38 c++,runfiles: move runfiles library by Laszlo Csomor · 7 years ago