1. e1f187a Remove unused 'followSymlinks' parameter to FileSystem#getxattr. It is always true in practice. by Nathan Harmata · 10 years ago
  2. 764bf45 Deflake maven_test by Kristina Chodorow · 10 years ago
  3. 933c13a Remove comment by Miguel Alcon Pinto · 10 years ago
  4. 54b6920 Teach Bazel to accept assembler-without-preprocessor source files. by Googler · 10 years ago
  5. 46d6dc5 Add a maven_server rule by Kristina Chodorow · 10 years ago
  6. 71973e6 Makes the generation of the Info.plist environment variables fail-safe. by Anastasios Kakalis · 10 years ago
  7. ca2d8d2 Move several parts of BlazeRuntime to CommandEnvironment. by Ulf Adams · 10 years ago
  8. c52eb9c Defer Label parsing from BuildFileAST to PackageFunction so that BuildFileAST doesn't have to know about the existence of Labels. by Lukacs Berki · 10 years ago
  9. 4b004af Change checkRuntime to take a CommandEnvironment instead. by Ulf Adams · 10 years ago
  10. 6885134 Add maven settings libraries by Kristina Chodorow · 10 years ago
  11. 50a705c Remove a few minor lib.syntax -> lib.packages dependencies. by Lukacs Berki · 10 years ago
  12. 86bd4fd Add experimental flag, that partially disables loading phase (pattern evaluation, test_suite expansion and configuration creation is still there). Also remove some unused code. by Marian Lobur · 10 years ago
  13. 8061302 Change most calls to BlazeRuntime.getReporter() to use CommandEnvironment. by Ulf Adams · 10 years ago
  14. d8b4be1 Minor visibility tweaks by Michajlo Matijkiw · 10 years ago
  15. a4c1c47 Don't allow subclasses of AQV to treat Errors as non-critical. Also update the documentation for AQV#work to reflect the semantics of critical errors. by Nathan Harmata · 10 years ago
  16. a9c3eef Increase the size of ijar_test by Damien Martin-Guillerez · 10 years ago
  17. 38614b4 Fix very minor concurrency issue in AQV. 'unhandled' doesn't have memory visibility from other threads, so we may end up storing the non-first unhandled exception and/or decline to not run new tasks because we don't realize there already is an unhandled exception. by Nathan Harmata · 10 years ago
  18. ac023bb Get rid of transient errors during preprocessing and throw IOExceptions instead. Transient errors were only detected on IOExceptions, but preprocessing doesn't actually throw IOExceptions except if it fails before it even opens the main file, so there's no sense in trying to construct a package in that case. by Janak Ramakrishnan · 10 years ago
  19. fe87155 Clean up J2ObjC support in Bazel, removing an unused dependency and linting the relevant files. by Michael Thvedt · 10 years ago
  20. 72c6716 Removed attribute 'generator_location' from rules created by Skylark macros. by Florian Weikert · 10 years ago
  21. d927e4d Add a test for FileSystem#resolveSymbolicLinks for dangling symlinks. by Nathan Harmata · 10 years ago
  22. 4f7288e Only collect source files from attributes that don't have instrumentation data. by Ulf Adams · 10 years ago
  23. 5584e38 Support java_test and java_binary in AndroidStudioInfoAspect. by Dmitry Lomov · 10 years ago
  24. a643436 Parse the label syntax "@//a:b" so that eventually we can make that the syntax that means "refer to the main repository". by Lukacs Berki · 10 years ago
  25. 5d737d6 Some minor updates to the BUILD files. by Ulf Adams · 10 years ago
  26. ee56459 Add self-time relative to total time in HTML profiling output, enables finding optimizable functions faster. by Klaas Boesche · 10 years ago
  27. 90eec0cc Add a paragraph to the Build Encyclopedia that tells how to use the appcompat library. by Lukacs Berki · 10 years ago
  28. 633f539 Introduce CommandEnvironment and pass it instead of BlazeRuntime. by Ulf Adams · 10 years ago
  29. 13fb7fd Support java_import in AndroidStudioIdeInfoAspect by Dmitry Lomov · 10 years ago
  30. 01fa070 refactor usage of ProfilePhaseStatistics, no need to hand it around via Chart by Klaas Boesche · 10 years ago
  31. 27404a9 Parses the correct values of SDK, Platform and XCode version numbers when generating by Anastasios Kakalis · 10 years ago
  32. 30df7fc Fixes ijar tests on OSX by Damien Martin-Guillerez · 10 years ago
  33. c653738 Remove a line accidentally left in from debugging. by Lukacs Berki · 10 years ago
  34. 9c5deb6 Requires JDK 8 by Damien Martin-Guillerez · 10 years ago
  35. 73b6c79 Make ijar appropriately prune InnerClasses, at the cost of a lot of unholy hacks. by Lukacs Berki · 10 years ago
  36. c873577 Fix small typo in example by Roland Huß · 10 years ago
  37. 0dffeac Make --split_apk mobile-install work with a pristine device. by Lukacs Berki · 10 years ago
  38. 415aae6 Generate module maps for each objc_* target with compilation support. by Googler · 10 years ago
  39. 1c289af Fail fast on a crash in an InvalidatingNodeVisitor worker thread, just like we do in ParallelEvaluator. by Nathan Harmata · 10 years ago
  40. f494f3e Hack serialization of Environment$Extension so that it deserializes, although not correctly. Attempts to use it will still most likely fail, but won't crash. by Janak Ramakrishnan · 10 years ago
  41. 6a22219 Have clang output .d dependency files during ObjcCompile. by Googler · 10 years ago
  42. 5dd6819 Support multiarchitecture objc libraries for both simulator and device architectures in a single build, refining the multiarchitecture device restriction only to rules which require bundling. by Chris Parsons · 10 years ago
  43. 1906b26 Support data and resource attributes in Groovy tests by Erik Kuefler · 10 years ago
  44. 0cb41b0 Use the BUILD file location instead of location inside the macro. by Laurent Le Brun · 10 years ago
  45. cd2ad0f Fix and test SyntaxTreeVisitor by Laurent Le Brun · 10 years ago
  46. 097736e Package that is dependency of genquery cannot be null when genquery is being analyzed. by Janak Ramakrishnan · 10 years ago
  47. f9b1c33 Allow CI to run the build script without storing the output artifacts by Damien Martin-Guillerez · 10 years ago
  48. ece3640 When generating Xcode projects, remove -I options from copts and instead add the -I include paths as non-propagated header search paths. If the paths are relative, prepend $(WORKSPACE_ROOT) to them. by Rumou Duan · 10 years ago
  49. 86eeb8c Fix typos in "Packages" description and MethodLibrary doc by Mark Schaller · 10 years ago
  50. 159ee3f Configured Java logging for Bazel by Damien Martin-Guillerez · 10 years ago
  51. 4b67d4f Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunction. by Florian Weikert · 10 years ago
  52. 835ec9e Remove dead code, set private visibility by Laurent Le Brun · 10 years ago
  53. f0ae2a9 Skylark doc: clarify that new_file takes argument is relative to package by Laurent Le Brun · 10 years ago
  54. 8b76fe5 workers: A multitude of bug fixes and improved logging. by Philipp Wollermann · 10 years ago
  55. 28aacb8 Improve documentation for macros by Laurent Le Brun · 10 years ago
  56. 9653aaae Fix genrule documentation, outputs may be in different directories. by Laurent Le Brun · 10 years ago
  57. 2473b9f Add unit tests for AndroidStudioInfoAspect and implement dependency collection. by Dmitry Lomov · 10 years ago
  58. 0d815d65 Skip the constraints check for :run_under. by Ulf Adams · 10 years ago
  59. fc567b3 Fix a bug, when we have dependency from one aspect to another aspect1->aspect2 and aspect2 fails then aspect1 throws IllegalStateException. by Marian Lobur · 10 years ago
  60. c9e5220 Rollforward of [], which was rolled back in []. Cleans up support for objc_proto_library with native proto_library. by Michael Thvedt · 10 years ago
  61. 7f24022 Use the file size from FileValue instead of wastefully stat'ing the file again in order to get the file size in ParserInputSource#create (used multiple times for each BUILD file and Skylark .bzl file). by Nathan Harmata · 10 years ago
  62. 15da9be Clarify Skylark doc for ctx.files and ctx.file by Laurent Le Brun · 10 years ago
  63. 361d2e2 Add Jsonnet rules to Bazel. by David Chen · 10 years ago
  64. 2ad1c81 Make StdRedirect.dylib as a dependency of all ios_test and experimental_ios_test, and pass in its path instead of using the one wrapped in the _deploy.jar file. by Googler · 10 years ago
  65. 96be0c1 Minor simple optimization in FileFunction: don't bother getting a FileStateValue for a path realpath 'parent/child' if 'parent' is known to not exist. This saves a stat for each ancestor path. by Nathan Harmata · 10 years ago
  66. 1d74b68 Restores most of the documentation for the mobile-install command. by John Field · 10 years ago
  67. 09b06b1 Stop trying to process NoSuchPackageExceptions that are never thrown. We know they are never thrown because all implementations of the method being called already try to extract the package if they can. So if we ever reached this catch block, we would already have been crashing. by Janak Ramakrishnan · 10 years ago
  68. 4582087 Fix rbuildfiles query operation for broken packages. We use to assume that all the packages referenced by subinclude files should be in the graph. But this is not the case when the package is in error (The package is in the graph but as an error value, not as a package value). This produced the crash seen in [1] for a simple query like rbuildfiles(broken/BUILD). by Miguel Alcon Pinto · 10 years ago
  69. 88f26c7 Don't expose includeGlobs in PackageSerializer public interface by Michajlo Matijkiw · 10 years ago
  70. 171fe3e by Lukacs Berki · 10 years ago
  71. 4bb8a39 Fix spelling mistake. by Janak Ramakrishnan · 10 years ago
  72. ab09548 Allows objc_* rules to depend on cc_inc_library. by Peter Schmitt · 10 years ago
  73. f64cd44 Fix minor typos in external.md by Googler · 10 years ago
  74. 676f39a Fix ijar compression by Damien Martin-Guillerez · 10 years ago
  75. 4009d2c Add CRC-32 computation to third_party/ijar:zipper by Damien Martin-Guillerez · 10 years ago
  76. 3acb4fd Increase size of test timeout flaky on ci.bazel.io by Damien Martin-Guillerez · 10 years ago
  77. 6824d86 Allow tuples inside square brackets (for list/dict indexing). by Laurent Le Brun · 10 years ago
  78. 90a1596 Fixed Skylark stack trace: by Florian Weikert · 10 years ago
  79. 6a832d0 Blog post for sandboxing. by Ulf Adams · 10 years ago
  80. 36bc328 Scala rules: Implement scala_binary by Laurent Le Brun · 10 years ago
  81. 31e251e Fix Bazel breakage by Damien Martin-Guillerez · 10 years ago
  82. 757058c Fix BUILD_SCM_* being looked for in the stable status file and test it. by Brian Silverman · 10 years ago
  83. 7ad99cb Strictly enforce reverse deps removals. by Janak Ramakrishnan · 10 years ago
  84. 89312fb Refactor Skylark Environment-s by Francois-Rene Rideau · 10 years ago
  85. 5831c69 Propagate includes and defines attributes from cc_library to dependent objc_libraries. by Peter Schmitt · 10 years ago
  86. 8faeb8f Updated Bazel's j2objc version to 0.9.8.1 (latest). by Googler · 10 years ago
  87. cdbe368 Add experimental_ios_test to the list of rules that objc_xcodeproj can depend on. by Chris Parsons · 10 years ago
  88. dbbfbbb Scala rules: Make main_class optional by Laurent Le Brun · 10 years ago
  89. 5e8d864 Stop serializing/deserializing Locations as part of Packages by Michajlo Matijkiw · 10 years ago
  90. 942f58d Update the text about flexibility in the index.html by Damien Martin-Guillerez · 10 years ago
  91. 6e5eecb Preserve the original location in EvalExceptionWithStackTrace by Laurent Le Brun · 10 years ago
  92. 4aa2912 LoadStatement: Keep the location of the path argument. by Laurent Le Brun · 10 years ago
  93. f80258e Fix typo in a comment. by Philipp Wollermann · 10 years ago
  94. 3bc8e9a Fix bug in the parser when a block was silently skipped. by Laurent Le Brun · 10 years ago
  95. c375ea1 Add the filename to SHA256 files by Damien Martin-Guillerez · 10 years ago
  96. 3eb0687 Use ApplicationInfo.dataDir instead of hardcoding "/data/data/<PACKAGE NAME>" in the stub application. by Lukacs Berki · 10 years ago
  97. 5411129 Delay cleaning of in-flight nodes until the following build. This allows us to interrupt evaluation in constant time. by Janak Ramakrishnan · 10 years ago
  98. 162b441 Prevent android_binary rule from overwriting the <compatible-screens> section in the AndroidManifest.xml when it already contains a <screen> tag for each density specified in the densities attribute. by Andrew Pellegrini · 10 years ago
  99. 648f8f3 Fix error message when accessing unsupported operator []. by Laurent Le Brun · 10 years ago
  100. 1d619c2 Remove expectation of clang in producing .gcno of assembly files for instrumentation/coverage purposes. by Chris Parsons · 10 years ago