1. 5728af6 Migrate //devtools/clif/python/legacy_match_clif_rule.bzl to the new C++ toolchain API by hlopko · 7 years ago
  2. e926cfc shell tests, windows: enable more tests by Laszlo Csomor · 7 years ago
  3. 886d01c Add Arm64 support by Arielle Albon · 7 years ago
  4. b42734f git_repository: return actual commit by Klaus Aehlig · 7 years ago
  5. dddff73 Change -lgcov with --coverage by elenairina · 7 years ago
  6. 77459d9 Pull in the right deps into the embedded tools. by Irina Iancu · 7 years ago
  7. a320e44 Don't rerun the command if it failed. by thomasvl · 7 years ago
  8. ea21195 Skylark repos: for failed patch command, also report stdout by Klaus Aehlig · 7 years ago
  9. 348225e Skylark repositories: support additional arguments for the patch tool by Klaus Aehlig · 7 years ago
  10. 56d98ae CROSSTOOLS wrapped_clang: handle spaces in paths by Oscar Bonilla · 7 years ago
  11. 2eff4fd Fix some missing cases from https://github.com/bazelbuild/bazel/commit/bbf3e421ed8b2b431a72cd3ab4ba591dc8833634. by Googler · 7 years ago
  12. e28c0ab Implement LcovMerger. by elenairina · 7 years ago
  13. 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
  14. 4022bac Remove usage of COMPILER_MSVC in Bazel and ijar by Loo Rong Jie · 7 years ago
  15. 9c68c3a Automated rollback of commit 5df8eb24f84a6943e70876c805c77f06e719dcd7. by Googler · 7 years ago
  16. c34d6ee Add support for aar_import_external and aar_maven_import_external by Jingwen Chen · 7 years ago
  17. 5df8eb2 Automated rollback of commit ccaccb2b277a82f7264567563a02ab133a0f6e6f. by jmmv · 7 years ago
  18. 5146ce0 Expose C++ action names to Skylark by hlopko · 7 years ago
  19. ccaccb2 Let blaze obfuscate manual main_dex_list according to proguard map. by Googler · 7 years ago
  20. ac69da0 Move path-manipulation functions to own library file. by ccalvarin · 7 years ago
  21. 53700e2 Don't rely on shell splitting; explicitly make these multiple arguments by ulfjack · 7 years ago
  22. 4ec0a75 Use BUILD.bazel instead of BUILD for external projects by Dmitry Petrashko · 7 years ago
  23. aaf11e9 Make tools in action inputs an error. by tomlu · 7 years ago
  24. fe63111 Fix broken flag existence check for linking flags in unix_cc_configure. by hlopko · 7 years ago
  25. 20a042f Format all bzl files with buildifier by vladmos · 7 years ago
  26. 05fef18 Update tools/cpp/toolchain_utils.bzl to return the proper C++ toolchain by hlopko · 7 years ago
  27. 22f4bb9 runfiles,cc: C++ runfiles library in @bazel_tools by Laszlo Csomor · 7 years ago
  28. 2cbcde3 Automated rollback of commit 7fcbc8ffdead028d19606fefa2fa3be13781da98. by laszlocsomor · 7 years ago
  29. 5b02559 Minimize the cost of Skyframe restarts during CC autoconfiguration. by jmmv · 7 years ago
  30. bf1ac7e Change uses of cc_toolchain_type back to plain toolchain_type. by jcater · 7 years ago
  31. f90ed65 Add ability to add runfiles to tar by Christian Verkerk · 7 years ago
  32. 45c2dce Generaliaze java_import_external to jvm_import_external by natans · 7 years ago
  33. 7fcbc8f shell toolchain: genrule now uses it by Laszlo Csomor · 7 years ago
  34. 8044286 Add a compiler_flag rule that exposes the value of the "compiler" field of CROSSTOOL by rosica · 7 years ago
  35. 2732b17 Use pipes.quote() rather than manual quoting, and do so consistently wherever shell=True is set. by diamondm · 7 years ago
  36. 70733df shallow_since tests and doc improvements by Ed Baunton · 7 years ago
  37. 72075bf runfiles,cc: merge strategies into Runfiles by Laszlo Csomor · 7 years ago
  38. 7458a5f git.bzl: fall back to full clone if shallow options are not supported by Klaus Aehlig · 7 years ago
  39. 9dc32e2 runfiles,cc: Runfiles uses manifest AND directory by Laszlo Csomor · 7 years ago
  40. 17735dd http.bzl: add http_jar by Klaus Aehlig · 7 years ago
  41. 5c4f3b5 CROSSTOOL: Make C++ compiled and linked artifact name pattern configurable by Yun Peng · 7 years ago
  42. c29f34f runfiles,python: add a method to discover runfiles by Laszlo Csomor · 7 years ago
  43. a1ae44a cpp runfiles library: precompute envvars map by Laszlo Csomor · 7 years ago
  44. 5f195b7 cpp runfiles library: compute manifest/dir paths by Laszlo Csomor · 7 years ago
  45. 64a461d Portability with BSD stat in collect_coverage.sh by Siddhartha Bagaria · 7 years ago
  46. 2661abb Split user_link_flags from legacy_link_flags by hlopko · 7 years ago
  47. 6f1a2ec Replace use of output_object_file with output_file in CROSSTOOLS. by hlopko · 7 years ago
  48. cd76c1f Enable proguarded Android builds with --experimental_desugar_java8_libs in Bazel by kmb · 7 years ago
  49. 7092ed3 Remove unneeded exec_compatible_with from local_sh_toolchain by Klaus Aehlig · 7 years ago
  50. cbe7600 Rewrite lcov path munging to make the paths all relative by Ulf Adams · 7 years ago
  51. 4c6e784 http_archive: Support workspace_file and workspace_file_contents by Klaus Aehlig · 7 years ago
  52. 57bc201 Do not autodetect C++ toolchain when BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 is present by hlopko · 7 years ago
  53. 374112c Replace --experimental_android_enforce_strict_deps_for_binaries_under_test with a package whitelist by cushon · 7 years ago
  54. ff8162d sh_configure.bzl: FreeBSD is also a known platform by Klaus Aehlig · 7 years ago
  55. bd16ab9 http.bzl: drop outdated comment by Klaus Aehlig · 7 years ago
  56. a1ef999 Don't default to --release 9 when running on a JDK 9 host_javabase by cushon · 7 years ago
  57. 849df36 Use the local JDK as the default target javabase by cushon · 7 years ago
  58. a590dd1 Allow conditional keep rules in proguard_whitelister. by Googler · 7 years ago
  59. 760b123 Explicitly assign --buildroot in the rpmbuild invocation by mmikitka · 7 years ago
  60. 0810170 AddFiles will recursively add files when a directory is encountered by mmikitka · 7 years ago
  61. 9f2b052 runfiles,cc: add a method to discover runfiles by Laszlo Csomor · 7 years ago
  62. 86a9b6f Change -lgcov with --coverage by Irina Iancu · 7 years ago
  63. 3e50e35 Make runfiles usage on Windows more flexible to support remote execution. by Googler · 7 years ago
  64. b65eb1e Fix targets broken by https://github.com/bazelbuild/bazel/commit/819bf38d97e6eef3c823bdae3ffcdb013d6d83e3. by laszlocsomor · 7 years ago
  65. 819bf38 c++,runfiles: move runfiles library by Laszlo Csomor · 7 years ago
  66. eb35e41 runfiles,Bash: bugfix in absolute path checking by Laszlo Csomor · 7 years ago
  67. a7f202c tests,shell: enable some shell tests on Windows by Laszlo Csomor · 7 years ago
  68. 753f0f6 Bash,runfiles: ignore RUNFILES_MANIFEST_ONLY by Laszlo Csomor · 7 years ago
  69. 1441a3a Prototype support for llvm coverage by Ulf Adams · 7 years ago
  70. 618ab2c Consolidate compatible_javacopts definition by cushon · 7 years ago
  71. f0cd2d2 Only print a warning if gcov cannot be found, not an error by ulfjack · 7 years ago
  72. c122e47 Detect build-in include directories for C and C++, not only for C++ by hlopko · 7 years ago
  73. 11571bd send Android desugar tool invocations through wrapper script with additional configuration flags. by kmb · 7 years ago
  74. f9cb859 runfiles: rlocation() checks if arg is normalized by Laszlo Csomor · 7 years ago
  75. 2c95757 test-setup: remove leading "./" from test name by Laszlo Csomor · 7 years ago
  76. 8762165 Bash,runfiles: add tests by Laszlo Csomor · 7 years ago
  77. 9566f67 Add a workaround for gcov-based coverage with clang by Ulf Adams · 7 years ago
  78. 8cbb372 fix @bazel_tools to actually include currently missing artifact from a genrule. by kmb · 7 years ago
  79. 2813550 Expose debug parameter to suppress informative print statements by mmikitka · 7 years ago
  80. d6f706d Pass --coverage to all compile and link steps by Ulf Adams · 7 years ago
  81. 5064676 Bump @desugar_jdk_libs dependency, which pulls in build file changes and a new class, and adjust its build accordingly. by kmb · 7 years ago
  82. 83ed546 Ignore missing .gcno files in coverage collection by Ulf Adams · 7 years ago
  83. 81ed3ad bash: Add a toolchain for local Bash. by Laszlo Csomor · 7 years ago
  84. 0c17f0c Bash,runfiles: add runfiles library by Laszlo Csomor · 7 years ago
  85. 27e0c0e Remove unused fields from osx crosstool by hlopko · 7 years ago
  86. 28daf76 Adding toolchain support for j2objc protos by Mike Lewis · 7 years ago
  87. 0b6899b Automatic code cleanup. by laurentlb · 7 years ago
  88. bfd89d6 hook up Bazel's implicit dependencies for legacy java 8 support in //tools/android by kmb · 7 years ago
  89. b7c0248 Suppress a warning when running JavaBuilder on JDK 9 by cushon · 7 years ago
  90. f7549a6 python,runfiles: move to different package by Laszlo Csomor · 7 years ago
  91. 4171fc6 Add a new test environment variable, TEST_TARGET. by John Cater · 7 years ago
  92. 2660ffe Remove legacy manifest merging from Bazel. by ajmichael · 7 years ago
  93. 832a0b1 Remove c++-link-interface-dynamic-library from crosstools, it's not used by hlopko · 7 years ago
  94. 78ee50a Fix crosstool target cpu to match local. by John Cater · 7 years ago
  95. cb16c50 Create proguard.txt in android_library AAR output. by ajmichael · 7 years ago
  96. 1592238 Fix toolchain CPU identifiers to match what's in the BUILD.tpl file. by John Cater · 7 years ago
  97. c45e182 Use --release instead of hacky 'DumpPlatformClassPath' bootclasspath handling when running on JDK 9 by cushon · 7 years ago
  98. 1236187 Use the provided javac for host_javabase=9 by cushon · 7 years ago
  99. f5c8c0b Add toolchain definitions for autoconfigured cc_toolchain entries. by jcater · 7 years ago
  100. 3c05175 Support for empty_files and empty_dirs in pkg. by Pawe? Zuzelski · 7 years ago