1. 0abc38a Delete documentation for 'server_log' info item. This doesn't currently exist and hasn't existed for a while. by Nathan Harmata · 10 years ago
  2. 7b29d21 Description redacted. -- MOS_MIGRATED_REVID=96703011 by Googler · 10 years ago
  3. 9408a9e Replaced 'Blaze' with 'Bazel' by Florian Weikert · 10 years ago
  4. 338dc56 Disable tests that requires JDK 8 when using compile.sh by Damien Martin-Guillerez · 10 years ago
  5. 9290ac6 Pass ios cpu architecture(s) information to XCodegen. by Rumou Duan · 10 years ago
  6. b6f557b Add XML_OUTPUT_FILE to the test environment in Bazel. by Han-Wen Nienhuys · 10 years ago
  7. 0e1680e Bazel: fix compile.sh errors (strict java deps). by Laszlo Csomor · 10 years ago
  8. 8ca9131 Refactor reusable target parsing functions from RPPBTPR by Mark Schaller · 10 years ago
  9. 1a3a453 Restrict globs to .java files for Bazel java_library srcs rather than all files. by David Chen · 10 years ago
  10. 171b52c Skylark: Expose runfiles provider to targets by Laurent Le Brun · 10 years ago
  11. 27d2184 Set build setting ARCHS in generated XCode project file based on values passed from Bazel. by Rumou Duan · 10 years ago
  12. e741e8f rsplit's separator is now being parsed literally. As a result, special regex characters (such as '.' or '\w') will no longer match other characters. by Florian Weikert · 10 years ago
  13. adc4a02d Add two binary size optimizations when --compilation_mode=opt and --objc_enable_binary_stripping are specified: by Rumou Duan · 10 years ago
  14. 13891f6 Allow Skylark to access information about runfiles. by Brian Silverman · 10 years ago
  15. 439a73d Error message when attribute is of the wrong type is misleading by Laurent Le Brun · 10 years ago
  16. b815432 Extract, reuse excluded directory assertion by Mark Schaller · 10 years ago
  17. a1036d7 Fix typo. by Nathan Harmata · 10 years ago
  18. d1064bb Update Truth for Bazel to 0.27. by Philipp Wollermann · 10 years ago
  19. 8d9433f Let Bazel set a good example of how to split up your code into multiple java_library's instead of having a single "java_library(name = "everything", srcs = glob("**"))" target. by Philipp Wollermann · 10 years ago
  20. a731369 Rollback of commit 6af85020b520a9dd2bd913562b16716c29c3dbc3. by Laszlo Csomor · 10 years ago
  21. 135c9ce Doc cleanup for PDOPV, re: its change pruning behavior by Mark Schaller · 10 years ago
  22. 3062abb Make MissingDepException static by Mark Schaller · 10 years ago
  23. b5a541a Convert SkyQueryEnvironment#preloadOrThrow to use batch operations where it make sense. by Janak Ramakrishnan · 10 years ago
  24. f6f0fcc Convert SkyQueryEnvironment#buildTransitiveClosure to use batch operations. by Janak Ramakrishnan · 10 years ago
  25. 2b71efe Log SkyKeys detected changed across builds by Michajlo Matijkiw · 10 years ago
  26. 27fd17b Allow LinkCommandLine to have a null output. by Han-Wen Nienhuys · 10 years ago
  27. e39be20 Skylark: Fix crash when computed attribute has the wrong type by Laurent Le Brun · 10 years ago
  28. 2fa2c1e Simple concurrency tests for EvaluableGraph implementations. by Googler · 10 years ago
  29. 9178bc2 Skylark: Test rules are implictly executable. by Laurent Le Brun · 10 years ago
  30. 2aecb77 Add Closure JS rules to Bazel. by Kamil Jiwa · 10 years ago
  31. e5b878d Add truth-0.27.jar to third_party/truth. by Philipp Wollermann · 10 years ago
  32. 6e31316 Update of the roadmap for the Beta by Damien Martin-Guillerez · 10 years ago
  33. 5489fc3 Stop "no generating action" exceptions for configurable by Greg Estren · 10 years ago
  34. b29ebdc Trivial skylark testing by Francois-Rene Rideau · 10 years ago
  35. 8104c5b Lower the requirement to Java 7 by Damien Martin-Guillerez · 10 years ago
  36. 1c87a36 Properly support textual_hdrs. by Googler · 10 years ago
  37. 841751e Use --expunge to bazel clean for the deterministic test by Damien Martin-Guillerez · 10 years ago
  38. 0c14ad1 Added ErrorProne's javac by Damien Martin-Guillerez · 10 years ago
  39. 0c95d27 Update Bazel's errorprone to 2.0.3 by Damien Martin-Guillerez · 10 years ago
  40. 351e9db Reintroduce langtools and langtools-neverlink in jdk.BUILD by Damien Martin-Guillerez · 10 years ago
  41. 62d200c Apply Bootstrap styles to header inclusion checking table. Use <code> rather by David Chen · 10 years ago
  42. 41079bd Cleanup in PackageFactory by Laurent Le Brun · 10 years ago
  43. 937a3d6 Improve readability of Build Encyclopedia summary table on bazel.io. by David Chen · 10 years ago
  44. aa589ad Description redacted. -- MOS_MIGRATED_REVID=96384950 by John Field · 10 years ago
  45. 1ed3c47 Move the Error Prone plugin into Bazel by Liam Miller-Cushon · 10 years ago
  46. cda5b66 Clean up AllPathsFunction and get rid of getFwdDeps(Target) and getReverseDeps(Target) from the QueryEnvironment interface, since they're no longer needed by any query functions, and also WalkableGraph#get{Direct,Reverse}Deps(SkyKey). by Janak Ramakrishnan · 10 years ago
  47. d87167e Log a message when we wipe invalidate the transitive closure of all ConfiguredTargets because of a configurations change. by Nathan Harmata · 10 years ago
  48. 6a9d7e5 Renaming ExecutorShutdownUtil to ExecutorUtil, since it doesn't just do shutdown operations. by Eric Fellheimer · 10 years ago
  49. 42a6830 Add some utilities and relax some visibility restrictions to make alternative include scanning implementations possible. by Janak Ramakrishnan · 10 years ago
  50. 45dae50 Xcode project file support for structured resources defined in attribute "structured_resources" on ObjC rules. by Rumou Duan · 10 years ago
  51. dd6ca09 Add warnings, notices, human readable output and png compression to actool by default. by Googler · 10 years ago
  52. ca4e13a Move J2ObjCLibrary and supporting classes to Bazel, and enable J2ObJC in Bazel. by Michael Thvedt · 10 years ago
  53. ad26d68 StdRedirect library for interposing iOSSimulator so we can redirect stdin,stdout,stderr. by Googler · 10 years ago
  54. 20c2d03 Rollback of commit 14b437bf749baf0488cfc7e4ed7589dc4af9bec3. by Mark Schaller · 10 years ago
  55. 9523bb9 Fix SyntaxTreeVisitor for LoadStatement. by Laurent Le Brun · 10 years ago
  56. 7f903f3 Minimal RecursivePkgValue#toString() for debug purposes by Michajlo Matijkiw · 10 years ago
  57. 7160b1a Documentation: fix docs of value of --show_progress_rate_limit. by Laszlo Csomor · 10 years ago
  58. 084e41e Travis CI: force creation of ci directory to make Travis happy by Damien Martin-Guillerez · 10 years ago
  59. 80c698a Minor cleanup: Unnecessary "static" on interface. by Eric Fellheimer · 10 years ago
  60. ad35823 Move split/no-split command-line decision to CppLinkAction. by Han-Wen Nienhuys · 10 years ago
  61. 884eef0 Move C++ deps into the correct ActionContextConsumers. by Philipp Wollermann · 10 years ago
  62. 45bf15b Make strategy matching stricter, remove wrong entries in returned map from StandaloneContextConsumer. by Philipp Wollermann · 10 years ago
  63. edc15b7 Convert ActionContextProvider to an abstract class. This gets rid of a lot of empty, unused methods in child classes. by Philipp Wollermann · 10 years ago
  64. 4c7f35d Add initial Rust rules to Bazel. by David Chen · 10 years ago
  65. 167458d Deploying Travis artifacts only for the Linux build. by Damien Martin-Guillerez · 10 years ago
  66. abde338 Cleanup in PackageFactory, inline createPackage function. by Laurent Le Brun · 10 years ago
  67. 0e1a994 Allow repository rules to provide default bindings for external labels. by Lukacs Berki · 10 years ago
  68. 005ed82 experimental_ios_test: Support non-xctests by Daniel Wagner-Hall · 10 years ago
  69. a5057db Gets rid of unused actooloribtoolzip. by Googler · 10 years ago
  70. 3685873 Add batch methods to WalkableGraph and convert SkyQueryEnvironment to use them. by Janak Ramakrishnan · 10 years ago
  71. 6af8502 Add two binary size optimizations when --compilation_mode=opt is specified: by Rumou Duan · 10 years ago
  72. 88014fe Skylark: Allow variable reassignment to change the type of a variable. by Laurent Le Brun · 10 years ago
  73. 13ef26d Skylark: write labels readably by Francois-Rene Rideau · 10 years ago
  74. 43cadc5 Skylark: Fix access to undefined label attribute in computed outputs. by Laurent Le Brun · 10 years ago
  75. e831573 Temporary fix for build failure when re-unzipping files by Kristina Chodorow · 10 years ago
  76. 6fd6cec Adds WriteAdbArgsActionContext to BazelRulesModule for the incremental_install tool for the mobile-install command. by Alex Humesky · 10 years ago
  77. f257c67 Support for allowedValues in skylark INT attribute by Laurent Le Brun · 10 years ago
  78. e121dd9 Print an error message when an @foo dep isn't found by Kristina Chodorow · 10 years ago
  79. b7d3a51 Deal properly with IOExceptions when globbing in a single thread. by Janak Ramakrishnan · 10 years ago
  80. 09997a0 Skylark cookbook example: Computed dependencies by Laurent Le Brun · 10 years ago
  81. 9c37ab1 Add a tools/android/jack package to the Bazel tree so that Android rules actually work. This is a temporary measure until these targets are integrated into android_sdk . by Lukacs Berki · 10 years ago
  82. 54c8be9 Add pointers to NestedSet order docs. by Han-Wen Nienhuys · 10 years ago
  83. ebecc55 Skylark: allow attributes to specify a list of allowed values by Laurent Le Brun · 10 years ago
  84. 7a6afe8 Emit a 'manifest' file containing information about the compiled sources by Liam Miller-Cushon · 10 years ago
  85. 8d5cce3 Skylark: support %r format specifier by Francois-Rene Rideau · 10 years ago
  86. b9ec66a ios_test: Default xctest to 1 not 0 by Daniel Wagner-Hall · 10 years ago
  87. d132af8 Remove architecture "armv7s" from the list of default architectures in generated XCode project file. "armv7s" is no longer widely used. by Rumou Duan · 10 years ago
  88. aa7cb9a Add ability to compile objc_binary targets with Swift sources. by Googler · 10 years ago
  89. e468289 Tag genrules as requiring darwin if they use a mac toolchain. by Peter Schmitt · 10 years ago
  90. b735d2f Convert getTransitiveClosure to batch dep retrieval. by Janak Ramakrishnan · 10 years ago
  91. 73dd230 Create batch versions of query environment methods getFwdDeps and getReverseDeps, and migrate DepsFunction and RdepsFunction to use them. by Janak Ramakrishnan · 10 years ago
  92. 3bd26cd Reblog of build visualization post by Kristina Chodorow · 10 years ago
  93. a214a7c Activating OS X Travis Build by Damien Martin-Guillerez · 10 years ago
  94. 6529235 Skylark: Late-bound attributes may return None. by Laurent Le Brun · 10 years ago
  95. 0856b58 Restrict android_library and android_binary rules to Java 7. by Lukacs Berki · 10 years ago
  96. 2259d89 Add the android_library rule to Bazel. by Lukacs Berki · 10 years ago
  97. 7cf300e Fix travis configuration for JDK 8 by Damien Martin-Guillerez · 10 years ago
  98. 5b4ffae This CL adds the android_binary rule to Bazel. by Lukacs Berki · 10 years ago
  99. d412c8f Fix NullPointerException in parser. by Laurent Le Brun · 10 years ago
  100. ee991a1 Skylark: Forbid break/continue in BUILD files. by Laurent Le Brun · 10 years ago