1. f7549a6 python,runfiles: move to different package by Laszlo Csomor · 7 years ago
  2. 4171fc6 Add a new test environment variable, TEST_TARGET. by John Cater · 7 years ago
  3. 2660ffe Remove legacy manifest merging from Bazel. by ajmichael · 7 years ago
  4. 832a0b1 Remove c++-link-interface-dynamic-library from crosstools, it's not used by hlopko · 7 years ago
  5. 78ee50a Fix crosstool target cpu to match local. by John Cater · 7 years ago
  6. cb16c50 Create proguard.txt in android_library AAR output. by ajmichael · 7 years ago
  7. 1592238 Fix toolchain CPU identifiers to match what's in the BUILD.tpl file. by John Cater · 7 years ago
  8. c45e182 Use --release instead of hacky 'DumpPlatformClassPath' bootclasspath handling when running on JDK 9 by cushon · 7 years ago
  9. 1236187 Use the provided javac for host_javabase=9 by cushon · 7 years ago
  10. f5c8c0b Add toolchain definitions for autoconfigured cc_toolchain entries. by jcater · 7 years ago
  11. 3c05175 Support for empty_files and empty_dirs in pkg. by Pawe? Zuzelski · 7 years ago
  12. b332200 Remove global_whole_archive_open feature from osx crosstools by hlopko · 7 years ago
  13. f1ad0e6 pkg.bzl: adapt to upcoming incompatible changes by Klaus Aehlig · 7 years ago
  14. 62af2b4 Make j2objc_dead_code_pruner handle additional optional component (-[0-9]+) at end of basename. by Googler · 7 years ago
  15. 76c3c5f Make DumpPlatformClassPath more deterministic by cushon · 7 years ago
  16. a3dd777 Windows: Expose setup_vc_env_vars function from windows_cc_configure.bzl by Yun Peng · 7 years ago
  17. 5cee7f4 Automated rollback of commit 67549a752c2316234b19d7b50ea84a8ae80d3669. by hlopko · 7 years ago
  18. 67549a7 Automated rollback of commit 3c5a1098af0c5ae80d4e3b1fc52dd1fef6027d43. by hlopko · 7 years ago
  19. 3c5a109 Add crosstool_lib.bzl and crosstool_utils.bzl by hlopko · 7 years ago
  20. 33c0885 Automated rollback of commit 8a5a0a3ed1e19768b6ee024189307bb4ac27460d. by laszlocsomor · 7 years ago
  21. 8a5a0a3 runfiles,C++: move to //tools/cpp/runfiles by Laszlo Csomor · 7 years ago
  22. cdc269b runfiles,Bash: add a package for runfiles library by Laszlo Csomor · 7 years ago
  23. b1be581 runfiles,Python: remove library from @bazel_tools by Laszlo Csomor · 7 years ago
  24. a5bda13 Fix paths to CPU.java and OS.java in comments by ajmichael · 7 years ago
  25. dc060da Remove unused files. Most of the functionality contained in these files has already been migrated to github.com/bazelbuild/rules_apple. by kaipi · 7 years ago
  26. 6c64b64 Remove unused files. by kaipi · 7 years ago
  27. 7284d6e Windows: Allow users to build non-C++ rules when VC++ detect fails by Yun Peng · 7 years ago
  28. c626a93 Added release and release_file parameters to pkg_rpm by mmikitka · 7 years ago
  29. fba6f11 Unify action_configs for static libraries by hlopko · 7 years ago
  30. e4c8509 Allow templated expansion of data dependency names in the RPM spec file. by John Cater · 7 years ago
  31. 24ad364 Delete unused test runner script. by kaipi · 7 years ago
  32. 33a5db6 Automatic code cleanup. by laurentlb · 7 years ago
  33. bc1e2b0 Add a binary to CppCompileAction that is responsible for grepping header files for include statments. This binary is currently only used for an internal feature - but that feature may be supported externally eventually. by ajmichael · 7 years ago
  34. 4009213 report test duration in XML using attribute "time" by Shimin Guo · 7 years ago
  35. 06a8851 Internal change by hlopko · 7 years ago
  36. 903b479 Internal change by hlopko · 7 years ago
  37. 7653a47 Internal change by hlopko · 7 years ago
  38. 2afed51 Preserve the source directory tree in the RPM BUILD directory by mmikitka · 7 years ago
  39. ec55102 Do not show warning for BAZEL_LINKOPTS from cc_configure by hlopko · 7 years ago
  40. d1388b8 Fixed building with a custom toolchain fails on OS X #3859 by Oleg Ponomarev · 7 years ago
  41. fefd1b2 CROSSTOOLS: Fix comment for /EHsc compiler flag by Samer Masterson · 7 years ago
  42. dad2276 Introduce a specific action_config for linking nodeps dynamic libraries by hlopko · 7 years ago
  43. e2cc886 Remove unnecessary copy of source SPEC file to temporary destination by mmikitka · 7 years ago
  44. 13aac65 Change pkg_rpm changelog to optional by mmikitka · 7 years ago
  45. ccd54bd Support patching of git repositories as well by Klaus Aehlig · 7 years ago
  46. a22a287 external repos: add a Skylark library for common tasks by Klaus Aehlig · 7 years ago
  47. 769d0a9 Ensure j2objc_dead_code_pruner works with and without hash at the end of filenames. by Googler · 7 years ago
  48. fc98b44 android,windows: bugfix in aar_resources_extractor by laszlocsomor · 7 years ago
  49. 19c6428 Consult BAZEL_LINKOPTS env variable when detecting linker flags in autogenerated cc toolchain by hlopko · 7 years ago
  50. db80298 Introduce cc_configure_lib.bzl#split_escaped by hlopko · 7 years ago
  51. e1c866d Pass tags from java_import_external rule to the generated java_import rule. by Googler · 7 years ago
  52. af24688 Use absolute labels in default_java_toolchain by cushon · 7 years ago
  53. f98a7a2 Put @loader_path, not $ORIGIN into rpath flags on mac by hlopko · 7 years ago
  54. 4ccecae Remove some default cc toolchain definitions. by John Cater · 7 years ago
  55. eb067ea Fix test name in fallback xml when --run_under is used. by Benjamin Peterson · 7 years ago
  56. 1b6c10a Use a separate implicit dependency for dexbuilder in proguarded android builds by kmb · 7 years ago
  57. 934ee14 Add an alias to import_deps_checker. The follow-up cl will reference this alias by cnsun · 7 years ago
  58. 1001141 Roll forward of https://github.com/bazelbuild/bazel/commit/3904ac33a983fd8faebba1b52bcac5a3ff942029 (https://github.com/bazelbuild/bazel/commit/3904ac33a983fd8faebba1b52bcac5a3ff942029). Fix #4625 by running the test process in a sub-shell. by olaola · 7 years ago
  59. 9ac1069 http_archive: fix doc-string by Klaus Aehlig · 7 years ago
  60. 053dfd1 http_archive: allow parameter for a single URL by Klaus Aehlig · 7 years ago
  61. b3d52b1 Fix incorrect include directories when -no-canonical-prefixes is passed to clang by hlopko · 7 years ago
  62. ec2cb25 Automated rollback of commit c7e343ad314aeab6283b5939bc8126a112140a11. by plf · 7 years ago
  63. 013af7d Make test_rules.bzl --all_incompatible_changes compliant. by Mathieu Boespflug · 7 years ago
  64. a96547f Fix //tools/jdk:gen_platformclasspath target on MacOSX by Raphael Badin · 7 years ago
  65. 49ecd1f Fix CROSSTOOL.tpl to correctly target watchos_i386. by kaipi · 7 years ago
  66. 6496b1d new_git_repository: support date-based shallow clones by Klaus Aehlig · 7 years ago
  67. 3904ac3 Automated rollback of commit 28bd997c1c8793973f63dcae4c22bbae49e7d8b7. by Googler · 7 years ago
  68. b693844 Fix parameter names in docs by Googler · 7 years ago
  69. 2950f31 git_repository: add missing args to doc string by Klaus Aehlig · 7 years ago
  70. 28bd997 Fixing test-setup.sh occasionally missing stdout/stderr, on systems where "tail --pid" is supported. by Googler · 7 years ago
  71. c7e343a C++: Allows adding linkopts through file. by plf · 7 years ago
  72. 037c9dc Remove hard-wired basenames for the test setup and the coverage collection script. by lberki · 7 years ago
  73. 943afc7 Introduce -c source_file -o output_file build variables by hlopko · 7 years ago
  74. e066095 Hooks to support core library desugaring in Android builds RELNOTES: None. by kmb · 7 years ago
  75. 149e95b Converts wrapped_clang from a bash script to a C++ source file which is compiled as part of bazel's repository bootstrap. This should make crosstool's clang invocations faster. An added benefit of this is that wrapped_clang.cc supports the "DSYM_HINT" flags specified through the CROSSTOOL, so with this change, apple_binary gets support for the --apple_generate_dsym flag. by kaipi · 7 years ago
  76. 441dc76 Support legacy multidex. by ajmichael · 7 years ago
  77. 02873d8 sha256 python tool: stream instead of reading whole file beforehand by Hadrien Chauvin · 7 years ago
  78. a610a2b python,runfiles: runfiles library in @bazel_tools by Laszlo Csomor · 7 years ago
  79. 5a50a7c http_archive: allow top-level BUILD files to be overridden by Klaus Aehlig · 7 years ago
  80. f663327 http_archive: remove outdated comment by Klaus Aehlig · 7 years ago
  81. 40c757f Change git clone to pull all history, so all needed commits can be accessed. by John Cater · 7 years ago
  82. 8130287 windows,test: add logging to bootstrap test by Laszlo Csomor · 7 years ago
  83. 6fff4da Make pkg defs Python 2/3 compatible by treuherz · 7 years ago
  84. cf097e4 Create @bazel_tools//tools/android:android_jar. by ajmichael · 7 years ago
  85. eefdecd Stop setting annotations_jar in Bazel android_sdk. by ajmichael · 7 years ago
  86. bc4f5c4 Stop bundling proguard.jar from android sdk into our integration tests. by ajmichael · 7 years ago
  87. ada0c37 http_archive: work around #2700 by Klaus Aehlig · 7 years ago
  88. a722342 Update make_rpm.py to check whether rpmbuild is present and report an error if not. by John Cater · 7 years ago
  89. 444fc9f Suppress an unchecked warning by cushon · 7 years ago
  90. 96a9a2b Pass the correct path of aapt_binary and merge its data runfiles into android_instrumentation_test's runfiles. by jingwen · 7 years ago
  91. d1c829f Add JavaRuntimeToolchainInfo class to wrap JavaRuntimeInfo for toolchains access. by John Cater · 7 years ago
  92. b7272ec http_archive: allow using the shipped BUILD file by Klaus Aehlig · 7 years ago
  93. f0bec36 Automated rollback of commit 2aeaeba66857c561dd6d63c79a213f1cabc3650d. by dslomov · 7 years ago
  94. 56567bb aar_resources_extractor ignore empty res/ and assets/ dirs. by ajmichael · 7 years ago
  95. 6f502ac Point android_instrumentation_test's test runner to the vendored by jingwen · 7 years ago
  96. 19044cf Add assets support to aar_import. by ajmichael · 7 years ago
  97. 644ada0 HOME missing from the action env (despite mentioned in the docs) by Gursewak · 7 years ago
  98. 0350ad3 http_archive: support programmatic patching by Klaus Aehlig · 7 years ago
  99. 6837117 java,runfiles: runfiles library in @bazel_tools by Laszlo Csomor · 7 years ago
  100. 7831d8c Support patches in http_archive by Klaus Aehlig · 7 years ago