1. 89b314c Enforce that there should be no RuleConfiguredTarget objects on the heap during execution when using --discard_analysis_cache. by janakr · 8 years ago
  2. 70a0672 Add a test to ensure that the AndroidManifest.xml from an aar_import is by ajmichael · 8 years ago
  3. 0047fdc Refactoring: OptionsParser now uses the visitor pattern to iterate over Blaze options. by fwe · 8 years ago
  4. 3634131 Add a new toolchain type for c++. In order to do this, PlatformConfiguration is made a legal configuration fragment for every rule class. by cpeyser · 8 years ago
  5. 3ab810b Ensure our "Another command is running" messages hold realistic PIDs. by jmmv · 8 years ago
  6. 658143c Update dependency list in the installation instructions by aehlig · 8 years ago
  7. c9004d5 Add a visitor method for statement blocks to SyntaxTreeVisitor by fzaiser · 8 years ago
  8. f0ed5d3 docs,Windows: update installation docs by laszlocsomor · 8 years ago
  9. 14e4c91 Update Bazel BUILD file to allow def_parse depend on Bazel specific targets from third_party. by pcloudy · 8 years ago
  10. af62411 Make tests independent of the current state of the incompatible_descriptive_string_representations flag by vladmos · 8 years ago
  11. 125a0ec Fix bazel srcs_test by Yun Peng · 8 years ago
  12. 66437a0 Windows: Implementing C++ DEF parser by Yun Peng · 8 years ago
  13. 9e3a3e2 Prepend workspace name when finding Jar path by Rlocation by pcloudy · 8 years ago
  14. 36fdbc7 Increase size of //src/test/shell/integration:java_integration_test by Klaus Aehlig · 8 years ago
  15. 3d2feca Shard docker-tests by dmarting · 8 years ago
  16. bb94d1b testenv.sh,Windows: support VC BuildTools 2017 by László Csomor · 8 years ago
  17. 884376d Fix typo in docs: "beforethis" by Rodrigo Queiro · 8 years ago
  18. 054403d Add a warning to the bind() docs by Rodrigo Queiro · 8 years ago
  19. f6291af Add the JAVABASE and JAVA Make variables to java_runtime_alias artifically if --javabase= is an absolute path and thus there is no java_runtime rule to forward them from. by lberki · 8 years ago
  20. 0667b83 Implement field declarations for declared providers. by dslomov · 8 years ago
  21. e2bfb4b Automated rollback of commit 1af9b1e2238c3b43a2b66233495ecf7b6ef4dcab. by Googler · 8 years ago
  22. b91ef05 Add missing action to processor busy box RELNOTES: None by corysmith · 8 years ago
  23. ef6f33f Adds -p to zipalign invocation to align stored (not compressed) .so files in apks on memory page boundaries. by ahumesky · 8 years ago
  24. 41f2974 Move option tag checks to compile time. by ccalvarin · 8 years ago
  25. 10dc345 Typo fix: prosess -> process by jingwen · 8 years ago
  26. ebafc96 Enable using a parameter for large lists of resources to link. by corysmith · 8 years ago
  27. e7e0f87 Abort stream if BuildEventServiceTransport does not wait for all ACKs. by Googler · 8 years ago
  28. e005adf Busybox all the Bazel Android tools. by ajmichael · 8 years ago
  29. af682d1 Introduce enum to quickly discriminate AST nodes. by laurentlb · 8 years ago
  30. 4d7935d Naming style fix for AndroidInstrumentationInfo(Provider). by dslomov · 8 years ago
  31. c79ed5d Refactor JavaInfo. by dslomov · 8 years ago
  32. 23bb662 Allow generator attributes in android_libraries used as android_resources by Googler · 8 years ago
  33. 54c5c5c Windows: Implement Java native launcher by Yun Peng · 8 years ago
  34. 5371d13 Release 0.5.4 (2017-08-25) by Bazel Release System · 8 years ago
  35. 2049c84 Remove "set -o pipefail" as it breaks bazel_sandboxing_test. by philwo · 8 years ago
  36. a23cde7 Replace deprecated `set` constructor and its order names in integration tests by vladmos · 8 years ago
  37. 0174424 Move compile-time checks to own package. by ccalvarin · 8 years ago
  38. b4a1bb9 Extract a string constant into a final field. by lberki · 8 years ago
  39. 097baed Trick the srcs_test to regenerate the list of sources at every change of the workspace by dmarting · 8 years ago
  40. bfa35dd Automated rollback of commit d31a944cfae27564caa7f974e0daec99314d4c44. by lberki · 8 years ago
  41. a7c5472 Support BUILD.bazel in the autocomplete script by Ian Cottrell · 8 years ago
  42. efba8c2 Add an xcode_config_alias rule that is an alias to the current xcode_config rule in use and expose data in XcodeConfigProvider to Skylark. by lberki · 8 years ago
  43. a4634cf Automated rollback of commit bb0aba3e91b603bf96d4e214a3886d1f47c3d90a. by janakr · 8 years ago
  44. 93fdf03 Restore VectorArg to CustomCommandLine's public interface. by tomlu · 8 years ago
  45. 3fb6ac3 Allow CommandLine expansion to throw an exception. by tomlu · 8 years ago
  46. 4e08dfc Request test artifacts to be built in parallel with running the test. by janakr · 8 years ago
  47. 0903d87 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  48. edee4f2 Check at compile time that all options are declared public, and are non-final and non-static. by ccalvarin · 8 years ago
  49. 1e2954d Add resource filtering support for third pseudolocale by Googler · 8 years ago
  50. be6a401 Annotate CriticalPathComputer's Subscriber methods with @AllowConcurrentEvents so as to allow concurrently published events to be handled concurrently. The lack of this annotation means sequential @Subscriber work is a bottleneck during the execution phase. by nharmata · 8 years ago
  51. eb3261d Stop using CustomMultiArgv in ProtoCompileActionBuilder. by tomlu · 8 years ago
  52. 7a7c41d Pull maven -src jars when available alongside jars re: by juliexxia · 8 years ago
  53. 49bb723 when making objlist files, encode string to utf-8 before trying to hash it. by cparsons · 8 years ago
  54. 0071b39 Enable parameter files for manifest merger actions. by apell · 8 years ago
  55. 827d3d2 Final tweaks and fixes to enable aapt2 for Blaze. by corysmith · 8 years ago
  56. a7271d2 Update documentation for the print function by vladmos · 8 years ago
  57. cc28a1c Added JVM option -XX:+UseParallelGC to make J2ObjC faster by Googler · 8 years ago
  58. ed52a4d Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  59. 2cd8ded Change default_macosx_sdk_version to default_macos_sdk_version. by cparsons · 8 years ago
  60. 6be3af9 Support print_action command in Bazel. by Googler · 8 years ago
  61. 8ef59cf Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  62. ce10ea2 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  63. a21bb62 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  64. 8eafe6b Store content digests in repository marker files. https://www.bazel.build/designs/2016/10/18/repository-invalidation.html by Benjamin Peterson · 8 years ago
  65. 317a269 Refactor: Parse return statements without an expression properly by fzaiser · 8 years ago
  66. 5ce914f3 Set +x to bazel_determinism_test.sh and srcs_test.sh by dmarting · 8 years ago
  67. e516a10 Adds compile action for aapt2: Aapt2ResourcePackagingAction by corysmith · 8 years ago
  68. 296cb42 Update Error Prone to 2.1.0 by Liam Miller-Cushon · 8 years ago
  69. e88dfbe Improve pkg_tar warning message. by Benjamin Peterson · 8 years ago
  70. da1d416 Add a Bazel test testing determinism of `bazel build //src:bazel` by Damien Martin-Guillerez · 8 years ago
  71. 68776e8 Deactivate //src/test/shell/integration:java_integration_test on FreeBSD by dmarting · 8 years ago
  72. b36dbd5 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  73. 369d1a6 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  74. c01c30c Harden AutoHandle. by Dmitry Lomov · 8 years ago
  75. 64c6632 Minor refactor of UserDefinedFunction constructor, accessors by brandjon · 8 years ago
  76. c1934b8 Remove unnecessary custom android_sdk from apksigner tests. by ajmichael · 8 years ago
  77. 30fd060 RELNOTES: Allow java_lite_proto_library in the deps of android rules. by ajmichael · 8 years ago
  78. ff1bdb0 Enable debug info for Java builds by cushon · 8 years ago
  79. 79f36d5 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  80. 3159916 Adding compile time checks to the options parser. by ccalvarin · 8 years ago
  81. dc506f6 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  82. 5c1ab08 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  83. d6869f1 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  84. 3595c95 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  85. 4040c9f Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  86. 8a8126a Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  87. b3b86a0 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  88. a3781a2 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  89. 1a5f129 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  90. 141cb88 Start work on the Skylark linter (skylint). by fzaiser · 8 years ago
  91. 16ac800 Move AarImportTest into the proper package. by ajmichael · 8 years ago
  92. 5d8c44a Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  93. 0baff0f Make the srcs test be a Bazel test by Damien Martin-Guillerez · 8 years ago
  94. ab58a92 Remove dialect distinction from the parser. by laurentlb · 8 years ago
  95. f129657 Split Info into SkylarkInfo and NativeInfo. by dslomov · 8 years ago
  96. 5a0d6ff Propagate detected value of BAZEL_SH to --client_env. by Dmitry Lomov · 8 years ago
  97. a1c52fc Small improvments on native launcher and test by Yun Peng · 8 years ago
  98. 2656241 Remove tests from //tools/build_defs/docker by Jeff Grafton · 8 years ago
  99. e8aae03 Add OptionDefinition layer between the @Option annotation and its fields and the options parser. by ccalvarin · 8 years ago
  100. 78ce3d1 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago