1. 6d46bdf Print a summary of what the create command did by Kristina Chodorow · 8 years ago
  2. 8cafffc Rollback of commit 69c98ab99563e0542cd6146de22a397679c67fdb. by Tobias Werth · 8 years ago
  3. f04cbe3 Small docs updates for the extra action rule. by Ulf Adams · 8 years ago
  4. 6a2dc2b extract a function to return the embedded binaries root directory by Thiago Farina · 8 years ago
  5. 4104688 Add zip file of Windows binary into release process by Yun Peng · 8 years ago
  6. 72bdef6 Reap the direct child process when double-forking to daemonize. by Lukacs Berki · 8 years ago
  7. 4885eef Change our URL to bazel.build by Damien Martin-Guillerez · 8 years ago
  8. 9facc29 Global cleanup change. by Damien Martin-Guillerez · 8 years ago
  9. ba306ec Global cleanup change. by Damien Martin-Guillerez · 8 years ago
  10. 0adc29a Delete obsolete API in ErrorProneAnalyzer by Liam Miller-Cushon · 8 years ago
  11. e6090ad Remove old incremental dexing flag that was superseded by --incremental_dexing and --incremental_dexing_binary_types many months ago by Googler · 8 years ago
  12. 0b1babd Switch default --apk_signing_method from legacy_v1 to v1. by Adam Michael · 8 years ago
  13. 578a512 bazel query: by Greg Estren · 8 years ago
  14. e578861 Singlejar apkbuilder now puts resources in the correct location in APK. by Adam Michael · 8 years ago
  15. 43e5d3b Update error messages generated by failure to copy files out of the sandbox. by John Cater · 8 years ago
  16. f2c46a0 Rollback of commit fac9be905f0f82f793eb1cc61afab42698769dcf. by Adam Michael · 8 years ago
  17. 3ab8f9d Fix linux-sandbox failure when there is a mount points under /tmp by Yuki Yugui Sonoda · 8 years ago
  18. 29bb662 Change getattr() behavior so 3-arg form doesn't fail when field is a method by Jon Brandvein · 8 years ago
  19. a31bc4e Move ToolsRepository out of Environment by Laurent Le Brun · 8 years ago
  20. 238839c Refactor exception handling in SandboxStrategy. by Philipp Wollermann · 8 years ago
  21. c1fb834 Aspects, Documentation: Changes ctx.attr.deps to ctx.rule.attr.deps in code example. by Pedro Liberal Fernandez · 8 years ago
  22. 65b9c44 Don't let input discovery add module files as inputs if we aren't actually by Googler · 8 years ago
  23. 5a8d3e2 Move (Bazel)TestSuiteRule to rules.test and drop the Bazel prefix. by Ulf Adams · 8 years ago
  24. 7d94f18 Subtract resource-related provider values defined in avoid_deps from deps by Chris Parsons · 8 years ago
  25. 738c892 Add missing parameter to open(path, flags) call in CreateEmptyFile in blaze_util_test. According to the man page of open, when O_CREAT is specified in flags then an extra parameter (t_mode mode) must be present too. by Luis Fernando Pino Duque · 8 years ago
  26. 8680769 Make android_integration_test run again! by Adam Michael · 8 years ago
  27. 7accd9f Dedupe Jar files produced for Android binary targets for desugaring purposes. by Googler · 8 years ago
  28. 1229160 Improve error message when failing to convert parameter types in Skylark function calls. by Carmi Grushko · 8 years ago
  29. 3bf723e Integration tests for RepositoryCache. by Jingwen Chen · 8 years ago
  30. 4d6aa19 Cookbook doc fix by Jon Brandvein · 8 years ago
  31. db733dd Generate coverage mappings for Swift. by Googler · 8 years ago
  32. 0590483 Implementation of the Repository Cache get and put features. by Jingwen Chen · 8 years ago
  33. ff8fcf0 VFS: PathFragment is no longer aware of MSYS paths by Laszlo Csomor · 8 years ago
  34. 91dabc2 Flip the order of recursive ForkJoinTasks generated during parallel allrdeps evaluation: put the outputting of targets before the recursive visitation. Since ForkJoinTasks are fork'd in order, the new order optimizes for throughput to the underlying Callback. by Nathan Harmata · 8 years ago
  35. 7f3ffbc "bazel clean": prevent creation of command.log by Laszlo Csomor · 8 years ago
  36. f41c252 stop passing BuildConfiguration to CppCompileAction by Thiago Farina · 8 years ago
  37. 8a8a7fc Report completion of a target together with failed actions by Klaus Aehlig · 8 years ago
  38. 4db5064 Cleanup: remove isSkylark in Environment Continuation by Laurent Le Brun · 8 years ago
  39. 0e40d5c Fix a few issues that prevented Bazel from building with Java 7. by Lukacs Berki · 8 years ago
  40. 3d48683 Clarify how startup options are conveyed between the client and the server. by Lukacs Berki · 8 years ago
  41. 1afb0b2 Cleanup in Environment, remove unused lookup function by Laurent Le Brun · 8 years ago
  42. 6a3565e Skip gpg signing if .sig file is already there by Yun Peng · 8 years ago
  43. 43237e4 Create a separate module for .proto.h files. Together with modules pruning, by Googler · 8 years ago
  44. a3c25a6 Cleanup in the parser by Laurent Le Brun · 8 years ago
  45. b25a034 Fix uses of LocalRepositoryLookupFunction to work with JDK7. by John Cater · 8 years ago
  46. 3be9fd3 Refactor: extract anonymous classes by Laszlo Csomor · 8 years ago
  47. 9b1dfb8 Remove .sig file before gpg signing by Yun Peng · 8 years ago
  48. d9c3a47 Use TEST_TMPDIR for zip_manifest_extractor_test.sh. by Adam Michael · 8 years ago
  49. 1a3603a Fix zip_manifest_creator dep in bazel_tools repo with an alias. by Adam Michael · 8 years ago
  50. 97cc5be Merge all jars in AAR in aar_import, not just classes.jar by Adam Michael · 8 years ago
  51. 83ffb5e7 bazel query --output=xml: avoid iterating over all possible values for by Greg Estren · 8 years ago
  52. b6301a5 Uncomment lines inside blaze_util_tests since the tests are now passing. by Luis Fernando Pino Duque · 8 years ago
  53. 0cd6d15 Update some FAQ questions. by Han-Wen Nienhuys · 8 years ago
  54. e08f11c Adds a check that the new local repository path exists and is a directory. by John Cater · 8 years ago
  55. d573fc0 Add generic parameter to make ParallelSkyQueryUtil Java7 compliant by Googler · 8 years ago
  56. 6a87bd4 Adds support to aar_import for native libs in /jni. by Adam Michael · 8 years ago
  57. 8734267 Rollback of commit abb0b633339ef76bf19a1e5af8477d42d13151d8. by Peter Schmitt · 8 years ago
  58. 03d6302 Remove deprecated kind in IDE aspect. by Googler · 8 years ago
  59. 6da46f0 Update Skylark documentation by Laurent Le Brun · 8 years ago
  60. 06d4e78 Move from simulator version 8.4 to 9.3 which is going to be far more common now given that most devs are on Xcode 7.3. by Dave MacLachlan · 8 years ago
  61. 819b998 Remove iossim from Bazel. by Dave MacLachlan · 8 years ago
  62. b4f461e Add new skyframe function to lookup the repository given a path, and use that by John Cater · 8 years ago
  63. 7260f0a Wrap the source Path in a DataSource object. by Googler · 8 years ago
  64. d1f4a16 Add a new concept of failure causes by Klaus Aehlig · 8 years ago
  65. b96a095 Trim labels in location expressions before expansion. by Tobias Werth · 8 years ago
  66. 5d038c0 Multidex uses singlejar instead of zip. by Adam Michael · 8 years ago
  67. 81aede1 Reimplement whole archive on Windows by Yun Peng · 8 years ago
  68. ca99bb7 VFS: implement a Windows-specific Path subclass by Laszlo Csomor · 8 years ago
  69. 86a28b0 Ignore the environment variable "http_proxy" so that it doesn't interfere with the gRPC-based communication between the Bazel client and server. by Lukacs Berki · 8 years ago
  70. 45893e8 Fix help text for --command_port so that it does not refer to the nonexistent AF_UNIX mode. by Lukacs Berki · 8 years ago
  71. 9640dc6 Fix the windows blogpost date. by Dmitry Lomov · 8 years ago
  72. 9dd245a Add a flag to lock down isystem include checks. by Ulf Adams · 8 years ago
  73. b1f55c8 Enables AllowValues and DisallowValues invocation policy operations to take by Alex Humesky · 8 years ago
  74. dade5e1 If a group of deps has only one unique element, store it bare. by Janak Ramakrishnan · 8 years ago
  75. 11730a0 Accept valid relative symlinks in TreeArtifacts. by Rumou Duan · 8 years ago
  76. b3610d5 Defer targetification of SkyKeys during unbounded allrdeps evaluation by Googler · 8 years ago
  77. f190ae1 Add support for exported_plugins to android_library by Googler · 8 years ago
  78. 778a6ce Remove hack from bazel_apple_test to select an xcode that is 7-series or 8-series. by Chris Parsons · 8 years ago
  79. 2d6736e Add --no-tty for gpg signing by Yun Peng · 8 years ago
  80. 4f2e7d5 Prepare to remove --experimental_optimize_header_compilation_annotation_processing by Liam Miller-Cushon · 8 years ago
  81. 2f85234 Stamp Windows release. by Dmitry Lomov · 8 years ago
  82. 4b4a53e Syncing up the latest protos with the internal version. Adding UNSUPPORTED by Ola Rozenfeld · 8 years ago
  83. e7ab8a7 Fix chocolatey package build scripts - minor fixes. by Peter Mounce · 8 years ago
  84. 1a53705 Gives warning instead of error when fail to delete sandbox directory. by Yue Gan · 8 years ago
  85. abb0b63 Move -l/-L link opts to FeatureConfiguration by Marcel Hlopko · 8 years ago
  86. 8ec704b fix maven_jar name attribute by Googler · 8 years ago
  87. b20abfc cpp: remove unused functions after AF_UNIX refactoring by Thiago Farina · 8 years ago
  88. 4ca79d4 Create a distribution artifact by Klaus Aehlig · 8 years ago
  89. b8fbde3 Armv6 is not supported. by Dave MacLachlan · 8 years ago
  90. 0ac7795 Don't mark modules as used if they would only contribute textual_hdrs. There is by Googler · 8 years ago
  91. 4ed83bd Cleanup swift_library after Bazel release by Dmitry Shevchenko · 8 years ago
  92. bb3a441 Move junitrunner fake/stub classes from javatests/c/g/testing/junit/runner to java/c/g/testing/junit/runner/sharding/testing. Also: by Googler · 8 years ago
  93. 2bb61c1 Recognize "/usr/lib/clang" as system include path on FreeBSD. by Piotr Sikora · 8 years ago
  94. 5dbd9d9 intellij_info.bzl: Fix typo 'Implementaion' => 'Implementation'. by Ivan Vucica · 8 years ago
  95. 088bbc6 Bump test size for //src/test/shell/bazel:process_wrapper_test from small to medium, because on my workstation the test takes ~42s, which is close enough to the 60s timeout so that it occasionally times out on a busy CI machine. by Philipp Wollermann · 8 years ago
  96. 6446f52 Fix bazel_apple_test and Swift example to work with Xcode 8.0. by Philipp Wollermann · 8 years ago
  97. 3eef69d Fix and re-enable bazel_windows_example_test by Yun Peng · 8 years ago
  98. c17ee05 Update io_bazel_rules_appengine to use tag 0.0.3 by Iain Merrick · 8 years ago
  99. 0bef214 Use a select in the data attribute of bazel_toolchain_test to remove the Linaro compiler filegroup on macOS. This fixes the broken bazel_toolchain_test on macOS. by Philipp Wollermann · 8 years ago
  100. 50cf1c1 Short-term solution for discrepency between backends that do input discovery by Googler · 8 years ago