1. 90511e1 Inject the TOOLS_REPOSITORY constant in the RuleClassProvider instead of using Constants.java by Luis Fernando Pino Duque · 9 years ago
  2. e70a337 Minor formatting fixes in code listings in Bazel CI blog post. by David Chen · 9 years ago
  3. 72f6185 Fix a couple of broken links by Liam Miller-Cushon · 9 years ago
  4. 8809426 Pass "--working_dir ." to the compile_protos script by Chris Parsons · 9 years ago
  5. a6658a4 workspace() is now documented in its annotation by Kristina Chodorow · 9 years ago
  6. e141286 Intern IntVersions. by Janak Ramakrishnan · 9 years ago
  7. d21c2d6 Ensure repository names are valid workspace names by Kristina Chodorow · 9 years ago
  8. 8d239cd Fix SkyframeBuilder's error handling, and change the contract of EvaluationResult to return true for hasError() iff errorMap is non-empty or there is a catastrophe. by Janak Ramakrishnan · 9 years ago
  9. 03e89a9 Always declare dependency on xcode gcov. by Peter Schmitt · 9 years ago
  10. 25b38ac Don't load dumpsyms in configurations. by Peter Schmitt · 9 years ago
  11. dfcce0d Add Android targets back into embedded tools by Kristina Chodorow · 9 years ago
  12. 464caa5 Rollback of commit 38c537da56fa8633aa30b6fec1ab5aeee432e038. by Kristina Chodorow · 9 years ago
  13. 14cf678 Rollback of commit e87849b8d391af8f5d98e3a91e680e88a1264b64. by Kristina Chodorow · 9 years ago
  14. dcb4a38 Sort .gitignore by Steven Dee · 9 years ago
  15. 1c5a1ec Add pkg and various other skylark rules to the embedded tools by Damien Martin-Guillerez · 9 years ago
  16. 37c1b53 Add documentation about our plans to handle symlinks on Windows. by Lukacs Berki · 9 years ago
  17. 2dc9508 Fix: return an error from the analysis phase with keep_going in error cases. by Ulf Adams · 9 years ago
  18. 298d32d Support transitive deps in Groovy by Erik Kuefler · 9 years ago
  19. 50bc289 Fix typo by Googler · 9 years ago
  20. 202d722 Blog post: Bazel and continuous integration by Damien Martin-Guillerez · 9 years ago
  21. 5e573fd Store data about aspect configurations on Dependencies. by Michael Staib · 9 years ago
  22. e15da02 Readds the JackAspect for Jack support for Java dependencies. by Michael Staib · 9 years ago
  23. 79c68c2 Change constructor of ConcatenateStrategy to public for better extensibility by Googler · 9 years ago
  24. b21b2ba Convert skylark rules and tests to use _ in repo names by Kristina Chodorow · 9 years ago
  25. 8b197ac Convert j2objc workspace name to use _, not - by Kristina Chodorow · 9 years ago
  26. 8882114 Make local-jdk conform to workspace name rules by Kristina Chodorow · 9 years ago
  27. f948e83 Describe some of the more likely license types by Kristina Chodorow · 9 years ago
  28. f75aa72 Add a strict dependencies exception for the GenerateWrapperModuleProcessor, by Googler · 9 years ago
  29. 7ecb2ce Rename FilesystemUtils to NativePosixFiles. by Lukacs Berki · 9 years ago
  30. 72384a2 Add the @bazel_tools prefix to docker and pkg tooling by Damien Martin-Guillerez · 9 years ago
  31. 122e619 Return opaque value for native.rule() on a select() statement. by Han-Wen Nienhuys · 9 years ago
  32. 41f4456 Make runfiles tree creation on Windows depend on the artifacts of the actual runfiles. by Lukacs Berki · 9 years ago
  33. 213ae7a Followup change [] that fixes indentation as requested by Ulf. by Lukacs Berki · 9 years ago
  34. ad359c6 Make local_repository and new_local_repository work with the limitations of our plans for symlink support on Windows. by Lukacs Berki · 9 years ago
  35. e4974e4 Separate runfiles middlemen into two layers: one that is a middleman for the files itself, and one that contains this middleman and the runfiles output manifest. by Lukacs Berki · 9 years ago
  36. b88ef8f RELNOTES[INC]: Set stamping to false by default (i.e., --nostamp) by Damien Martin-Guillerez · 9 years ago
  37. 96d3b96 cpp: make callsites of Connect() function more readable by Thiago Farina · 9 years ago
  38. 546c265 Add a (working) windows compatibility mode that makes Bazel create hardlinks for links to writable files. by Lukacs Berki · 9 years ago
  39. c66373c Remove extraneous System.out calls. by Andrew Pellegrini · 9 years ago
  40. aac8bf1 Fix Skylark documentation links by Kristina Chodorow · 9 years ago
  41. 3c67b16 Suggest using release tag when running generate_workspace by Dan Fabulich · 9 years ago
  42. a588c3c Add documentation for workspace function by Kristina Chodorow · 9 years ago
  43. 7c4afb6 Update buildenv.sh to detect aarch64 as ARM by jmtatsch · 9 years ago
  44. 6c6629e Stop inserting local shell environment into CppCompileAction. by Han-Wen Nienhuys · 9 years ago
  45. ec5c07a Move RepositoryName to its own top-level class by Kristina Chodorow · 9 years ago
  46. 14aaeb9 Fix some generic warnings. by Ulf Adams · 9 years ago
  47. 5db44f2 Rollback of commit bd9f25c593a140acb15d3fd3fc7f66d091e1a898. by Ulf Adams · 9 years ago
  48. 58581a3 Add test coverage that failures and printed errors are consistent. by Ulf Adams · 9 years ago
  49. 0678e79 Share some error handling code between aspects and top-level aspects. by Ulf Adams · 9 years ago
  50. 44f1458 Export the AndroidManifest.xml from the resource processing. This is an initial step toward changing the manifest merge to use the Gradle merger, as well as ensuring the custom library package is reflected in the manifest. by Googler · 9 years ago
  51. 9e16f0a Make AspectFunction error handling match TopLevelAspectFunction. by Ulf Adams · 9 years ago
  52. 952076b Remove unused ${ATTRIBUTE_DEFINITION} and ${ATTRIBUTE_SIGNATURE} variables from by David Chen · 9 years ago
  53. baeb945 Fix remaining links in inline native rule docs. by David Chen · 9 years ago
  54. 25f03d8 Move analysis root cause tracking to the ConfiguredTargetFunction. by Ulf Adams · 9 years ago
  55. 9668361 Use the existing exception instance, not a new one. by Ulf Adams · 9 years ago
  56. f9bb0ab Fixes an NPE in BazelJavaSemantics.checkMainClass that would occur when by Alex Humesky · 9 years ago
  57. 3d57ca0 Make Bazel exit with the exit code from the BuildFailedException if one is specified. by Googler · 9 years ago
  58. fe728dc Add script which uses `bazel run` to invoke the command in the calling terminal, not the bazel server. by Cody Schroeder · 9 years ago
  59. a715802 Allow an exit code to be specified in the ActionExecutionException when an action fails, and propagate the exit code to BuildFailedException. by Googler · 9 years ago
  60. 9a46e2f Always generate a workspace name for new repositories by Kristina Chodorow · 9 years ago
  61. a88755c Make select() statements in remote repositories with selector labels pointing back to the main repository ("@//:...") work. by Lukacs Berki · 9 years ago
  62. 4fdd66d Allow switching on header processing (parse_headers or preprocess_headers) by Manuel Klimek · 9 years ago
  63. f8ff07a Restore the test for analysis root cause reporting. by Ulf Adams · 9 years ago
  64. 505a12d Fix Ant XML writer when there is a test failure. by Damien Martin-Guillerez · 9 years ago
  65. 8bc64e1 Clearer error message if git repository cannot be cloned. Minor style cleanup. by David Chen · 9 years ago
  66. 16444ba Do not compile source files mentioned in 'hdrs'. by Manuel Klimek · 9 years ago
  67. 4ecfe51 Extract parsing of the WORKSPACE file in two parts by Damien Martin-Guillerez · 9 years ago
  68. cc9e445 Restore jsch as a runtime_dep of bazel-repository. by David Chen · 9 years ago
  69. a2c9ac6 Make SkylarkList a List. by Francois-Rene Rideau · 9 years ago
  70. eb01c21 Fix links in http://bazel.io/docs/skylark/ by Damien Martin-Guillerez · 9 years ago
  71. fbdfa61 Skylark, JS: nicer error message when a source file has an unknown type. by Laszlo Csomor · 9 years ago
  72. 85c63c4 Create convenience symlinks before the build so that they are available for intra-build debugging. by Lukacs Berki · 9 years ago
  73. f00fb1a cpp: delete a mistaken note on ParseOptions() documentation by Thiago Farina · 9 years ago
  74. 940ea07 Properly filter out Aspect attributes when `blaze query` requests --noimplicit_deps and/or --nohost_deps. by Dmitry Lomov · 9 years ago
  75. cb14c5e Extract AttributeInfoProvider interface for DependencyFilters. by Dmitry Lomov · 9 years ago
  76. 6073eb6 Refactor dependency filtering out of Rule class. by Dmitry Lomov · 9 years ago
  77. 065a5e0 Add test case to SingleBuildFileCache for unreadable files by Michajlo Matijkiw · 9 years ago
  78. 4076e44 Allow filtering out some extra-actions related to Java proto compilation. by Carmi Grushko · 9 years ago
  79. 4997805 Fix NullPointerException in DelegatingWalkableGraph by Damien Martin-Guillerez · 9 years ago
  80. 1a34a24 Improve space efficiency of Blaze action cache: For actions that don't perform input discovery, there is no need to store the full set of edges in the action cache. This data is only used to formulate the set of input files for an action prior to checking the validity of a cache entry. For non-input-discovering actions, the set of input files is known statically and the action cache data is not used. by Eric Fellheimer · 9 years ago
  81. 0bf232e Fix appengine rule to use all @bazel_tools targets by Kristina Chodorow · 9 years ago
  82. 612d221 Raise error if we find an unknown type in native.rule(). by Han-Wen Nienhuys · 9 years ago
  83. 7912658 Remove dangling reference to bazel-tools by Kristina Chodorow · 9 years ago
  84. e61925a Copy output files out of the sandbox even when the action failed. by Philipp Wollermann · 9 years ago
  85. 3ea4d44 Create the convenience symlinks only after the build, and only those that point to an existing directory. by Lukacs Berki · 9 years ago
  86. f9c8cc5 Allow more flexibility on proto output formatter. by Miguel Alcon Pinto · 9 years ago
  87. c88508c Support @ syntax for specifying the list of files to zipper by Damien Martin-Guillerez · 9 years ago
  88. 2762919 When using workers for Java compilation, build deploy jars and source jars on the local machine, too. by Philipp Wollermann · 9 years ago
  89. 45ca8d3 Fix extra_actions with sandboxing. by Brian Silverman · 9 years ago
  90. 0338a35 Scaffolding for implementing symlinks on Windows. by Lukacs Berki · 9 years ago
  91. 0acd006 Refactor DependencyModule#computeStrictClasspath by Liam Miller-Cushon · 9 years ago
  92. 0c4bbd8 Introduce implicit host_xcodes dependency on cc_test rules, as cc_test rules require creation of CppCompileAction. by Chris Parsons · 9 years ago
  93. 532697f Perform package loading in parallel with transitive target visitation. This is a partial rollback of commit f1e257d because it turns out that loading sequentially can be a bottleneck. by Janak Ramakrishnan · 9 years ago
  94. 8824d5e Enforce aspect configuration fragment specification when present. by Michael Staib · 9 years ago
  95. bd9f25c Add a DEVELOPER_DIR make variable to genrules to propagate the apple xcode environment variable DEVELOPER_DIR to commands. by Chris Parsons · 9 years ago
  96. e87849b Remove base_workspace from bazel setup by Kristina Chodorow · 9 years ago
  97. 631fdd2 Fix up our external sample PrenotCalculator so it uses ios_application instead of just objc_binary. by Dave MacLachlan · 9 years ago
  98. d411b53 Stop explicitly disabling useOptimizedZip by Liam Miller-Cushon · 9 years ago
  99. 3bd2589 Update appengine.bzl rules to use remote repos by Kristina Chodorow · 9 years ago
  100. b13a259 Fix double </a> in header. by Han-Wen Nienhuys · 9 years ago