1. 0c14ad1 Added ErrorProne's javac by Damien Martin-Guillerez · 10 years ago
  2. 0c95d27 Update Bazel's errorprone to 2.0.3 by Damien Martin-Guillerez · 10 years ago
  3. 351e9db Reintroduce langtools and langtools-neverlink in jdk.BUILD by Damien Martin-Guillerez · 10 years ago
  4. 62d200c Apply Bootstrap styles to header inclusion checking table. Use <code> rather by David Chen · 10 years ago
  5. 41079bd Cleanup in PackageFactory by Laurent Le Brun · 10 years ago
  6. 937a3d6 Improve readability of Build Encyclopedia summary table on bazel.io. by David Chen · 10 years ago
  7. aa589ad Description redacted. -- MOS_MIGRATED_REVID=96384950 by John Field · 10 years ago
  8. 1ed3c47 Move the Error Prone plugin into Bazel by Liam Miller-Cushon · 10 years ago
  9. 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
  10. 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
  11. 6a9d7e5 Renaming ExecutorShutdownUtil to ExecutorUtil, since it doesn't just do shutdown operations. by Eric Fellheimer · 10 years ago
  12. 42a6830 Add some utilities and relax some visibility restrictions to make alternative include scanning implementations possible. by Janak Ramakrishnan · 10 years ago
  13. 45dae50 Xcode project file support for structured resources defined in attribute "structured_resources" on ObjC rules. by Rumou Duan · 10 years ago
  14. dd6ca09 Add warnings, notices, human readable output and png compression to actool by default. by Googler · 10 years ago
  15. ca4e13a Move J2ObjCLibrary and supporting classes to Bazel, and enable J2ObJC in Bazel. by Michael Thvedt · 10 years ago
  16. ad26d68 StdRedirect library for interposing iOSSimulator so we can redirect stdin,stdout,stderr. by Googler · 10 years ago
  17. 20c2d03 Rollback of commit 14b437bf749baf0488cfc7e4ed7589dc4af9bec3. by Mark Schaller · 10 years ago
  18. 9523bb9 Fix SyntaxTreeVisitor for LoadStatement. by Laurent Le Brun · 10 years ago
  19. 7f903f3 Minimal RecursivePkgValue#toString() for debug purposes by Michajlo Matijkiw · 10 years ago
  20. 7160b1a Documentation: fix docs of value of --show_progress_rate_limit. by Laszlo Csomor · 10 years ago
  21. 084e41e Travis CI: force creation of ci directory to make Travis happy by Damien Martin-Guillerez · 10 years ago
  22. 80c698a Minor cleanup: Unnecessary "static" on interface. by Eric Fellheimer · 10 years ago
  23. ad35823 Move split/no-split command-line decision to CppLinkAction. by Han-Wen Nienhuys · 10 years ago
  24. 884eef0 Move C++ deps into the correct ActionContextConsumers. by Philipp Wollermann · 10 years ago
  25. 45bf15b Make strategy matching stricter, remove wrong entries in returned map from StandaloneContextConsumer. by Philipp Wollermann · 10 years ago
  26. 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
  27. 4c7f35d Add initial Rust rules to Bazel. by David Chen · 10 years ago
  28. 167458d Deploying Travis artifacts only for the Linux build. by Damien Martin-Guillerez · 10 years ago
  29. abde338 Cleanup in PackageFactory, inline createPackage function. by Laurent Le Brun · 10 years ago
  30. 0e1a994 Allow repository rules to provide default bindings for external labels. by Lukacs Berki · 10 years ago
  31. 005ed82 experimental_ios_test: Support non-xctests by Daniel Wagner-Hall · 10 years ago
  32. a5057db Gets rid of unused actooloribtoolzip. by Googler · 10 years ago
  33. 3685873 Add batch methods to WalkableGraph and convert SkyQueryEnvironment to use them. by Janak Ramakrishnan · 10 years ago
  34. 6af8502 Add two binary size optimizations when --compilation_mode=opt is specified: by Rumou Duan · 10 years ago
  35. 88014fe Skylark: Allow variable reassignment to change the type of a variable. by Laurent Le Brun · 10 years ago
  36. 13ef26d Skylark: write labels readably by Francois-Rene Rideau · 10 years ago
  37. 43cadc5 Skylark: Fix access to undefined label attribute in computed outputs. by Laurent Le Brun · 10 years ago
  38. e831573 Temporary fix for build failure when re-unzipping files by Kristina Chodorow · 10 years ago
  39. 6fd6cec Adds WriteAdbArgsActionContext to BazelRulesModule for the incremental_install tool for the mobile-install command. by Alex Humesky · 10 years ago
  40. f257c67 Support for allowedValues in skylark INT attribute by Laurent Le Brun · 10 years ago
  41. e121dd9 Print an error message when an @foo dep isn't found by Kristina Chodorow · 10 years ago
  42. b7d3a51 Deal properly with IOExceptions when globbing in a single thread. by Janak Ramakrishnan · 10 years ago
  43. 09997a0 Skylark cookbook example: Computed dependencies by Laurent Le Brun · 10 years ago
  44. 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
  45. 54c8be9 Add pointers to NestedSet order docs. by Han-Wen Nienhuys · 10 years ago
  46. ebecc55 Skylark: allow attributes to specify a list of allowed values by Laurent Le Brun · 10 years ago
  47. 7a6afe8 Emit a 'manifest' file containing information about the compiled sources by Liam Miller-Cushon · 10 years ago
  48. 8d5cce3 Skylark: support %r format specifier by Francois-Rene Rideau · 10 years ago
  49. b9ec66a ios_test: Default xctest to 1 not 0 by Daniel Wagner-Hall · 10 years ago
  50. 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
  51. aa7cb9a Add ability to compile objc_binary targets with Swift sources. by Googler · 10 years ago
  52. e468289 Tag genrules as requiring darwin if they use a mac toolchain. by Peter Schmitt · 10 years ago
  53. b735d2f Convert getTransitiveClosure to batch dep retrieval. by Janak Ramakrishnan · 10 years ago
  54. 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
  55. 3bd26cd Reblog of build visualization post by Kristina Chodorow · 10 years ago
  56. a214a7c Activating OS X Travis Build by Damien Martin-Guillerez · 10 years ago
  57. 6529235 Skylark: Late-bound attributes may return None. by Laurent Le Brun · 10 years ago
  58. 0856b58 Restrict android_library and android_binary rules to Java 7. by Lukacs Berki · 10 years ago
  59. 2259d89 Add the android_library rule to Bazel. by Lukacs Berki · 10 years ago
  60. 7cf300e Fix travis configuration for JDK 8 by Damien Martin-Guillerez · 10 years ago
  61. 5b4ffae This CL adds the android_binary rule to Bazel. by Lukacs Berki · 10 years ago
  62. d412c8f Fix NullPointerException in parser. by Laurent Le Brun · 10 years ago
  63. ee991a1 Skylark: Forbid break/continue in BUILD files. by Laurent Le Brun · 10 years ago
  64. 055447d Skylark docs: remove note saying that `break` and `continue` are unsupported. by Laszlo Csomor · 10 years ago
  65. cc9ac3f Default Android dependencies to a //external: label with a default binding to //tools/android: . by Lukacs Berki · 10 years ago
  66. 551bb09 Create a value class PatternWithEquality to wrap Pattern so that equal strings can compare equal as Patterns. by Janak Ramakrishnan · 10 years ago
  67. a896a6c Allow users of Blaze Lexer to explicitly specify the line-number table of a file. by Carmi Grushko · 10 years ago
  68. 1e833fe Adds a new input and output to resource processing, symbols txt, which will be used to express the direct dependencies for resource processing. by Googler · 10 years ago
  69. 80bac08 Remove the debug_key attribute from android_binary and the associated -ks argument from the ApkBuilder invocation, because it turns out that ApkBuilder doesn't support it. by Lukacs Berki · 10 years ago
  70. 6f049bb Introduce a simple concurrent Multimap-like data structure with reference counting. by Nathan Harmata · 10 years ago
  71. 354e6d2 Undo development-only change to the number of threads in test that mistakenly submitted. Also fix a now-exposed bug in the testing code: one of the helpers wasn't threadsafe. by Nathan Harmata · 10 years ago
  72. d618782 Update contribution docs by Kristina Chodorow · 10 years ago
  73. 075b39d Set-up travis OSX to compile using JDK 7 by Damien Martin-Guillerez · 10 years ago
  74. 65f4223 Avoid copying the entire package contents in order to construct the line number table. by Eric Fellheimer · 10 years ago
  75. c7dd1b1 Skylark: Document default outputs and implicit outputs. by Laurent Le Brun · 10 years ago
  76. 43b2ea7 Added /etc/bazel.bazelrc as a global Bazel's master rc. by Damien Martin-Guillerez · 10 years ago
  77. ebd0e64 Use JDK's jar instead on relying on the one on the path in Java Skylark rules. by Damien Martin-Guillerez · 10 years ago
  78. e03758b Fix a bug in the ActionCacheChecker where the code that intended to remove outdated keys from the cache actually removed the correct one, so the cache never got cleaned up. by Philipp Wollermann · 10 years ago
  79. e753ecf Get jdk.WORKSPACE into the default WORKSPACE file by reading it as a Java resource, then passing it to the parser as a string instead of putting it into embedded_binaries then passing a Path to it to the parser. by Lukacs Berki · 10 years ago
  80. 833acc8 Rollback of commit 162d5b276e1539b1acc44afcd4a4ccadcf99023a. by Googler · 10 years ago
  81. d61f531 Implement Skylark function repr by Francois-Rene Rideau · 10 years ago
  82. 53594cb Expose libc string to Skylark by Googler · 10 years ago
  83. 50d93a8 Introduce CompositeRunfilesSupplier by Michajlo Matijkiw · 10 years ago
  84. 6fc9f88 Consider pkg in error on any symlink cycle in deps by Mark Schaller · 10 years ago
  85. 3249029 Add skylark methods to return the flags and includes needed to compile a target. by Googler · 10 years ago
  86. a2b4b06 Don't crash if a Java rule has multiple of the same resource. by Michael Staib · 10 years ago
  87. a09f766 More descriptive error message on ActionMetadataHandler#injectDigest failure by Michajlo Matijkiw · 10 years ago
  88. 03412ba Fix typo in error message when the same file is in both srcs and hdrs. by Googler · 10 years ago
  89. 162d5b2 Allow private header files in the srcs attribute of objc_* rules. by Googler · 10 years ago
  90. e54eee4 Adds the JackAspect for Jack support for Java dependencies. by Michael Staib · 10 years ago
  91. 5cb95fc Add dump command by Kristina Chodorow · 10 years ago
  92. 09a900f Migrate C++ link action .params files to the Blaze-standard ParameterFileWriteAction. by Eric Fellheimer · 10 years ago
  93. 45deb33 Skylark: First argument of load() may no longer start with two slashes ("//") by Florian Weikert · 10 years ago
  94. 2250308 Add username, hostname to stable build status. by Ming Zhao · 10 years ago
  95. 4833822 Remove Path from Location, ParserInputSource and bunch of other low-level classes. by Lukacs Berki · 10 years ago
  96. 19f3413 Improve platform and CPU detection, use the correct protoc binary for the running system. by Philipp Wollermann · 10 years ago
  97. 52b0b2c Add an integration test for the persistent JavaBuilder as a Worker process. by Philipp Wollermann · 10 years ago
  98. 5052ee8 Create CppBuildInfo so linkstamp works for C++ build. by Ming Zhao · 10 years ago
  99. 7586c8b Various odds and ends in preparation for adding the Android rules to BazelRuleClassProvider: by Lukacs Berki · 10 years ago
  100. 2e4c2aa Cleanup: Initialize field members through ctor initializer list. by Thiago Farina · 10 years ago