1. c7c25d9 Send the output of spawns ran in worker processes to the outErr of the execution context instead of printing it to System.err. by Philipp Wollermann · 10 years ago
  2. 0f7ba34 Move global objects to Runtime by Francois-Rene Rideau · 10 years ago
  3. 6c29d57 For standalone tests, cd into the workspace directory before running the test script. by Chris Parsons · 10 years ago
  4. 676905a Fixes to Skylark function call by Francois-Rene Rideau · 10 years ago
  5. b4d58a2 Remove the OFFLINE coverage file constant. by Ulf Adams · 10 years ago
  6. 70265ec Skylark: All executable rules now have an attribute 'args'. by Florian Weikert · 10 years ago
  7. 053d4a3 Make sidebar use more descriptive names by Kristina Chodorow · 10 years ago
  8. c9fa5a61 Fixed typos on using error prone with Bazel. by John Shimek · 10 years ago
  9. 21d262f For Java, only collect .java source files for coverage. by Ulf Adams · 10 years ago
  10. ff62b9b Create baseline coverage actions for local sources only and aggregate. by Ulf Adams · 10 years ago
  11. c9fa708 Renamed the installer to bazel-$VERSION-installer-$PLATFORM.sh by Damien Martin-Guillerez · 10 years ago
  12. d0b4d5e Refactor the InstrumentedFilesCollector. by Ulf Adams · 10 years ago
  13. 65536bf Fix namespace-sandbox executable name. by Dmitry Lomov · 10 years ago
  14. fc154ae Drop the baseline artifact output group. by Ulf Adams · 10 years ago
  15. a1d9396 Add detections for installed JDK and unzip in the Bazel installer. by Damien Martin-Guillerez · 10 years ago
  16. ea9a436 Add the tools/defaults/BUILD file to the installer script by Damien Martin-Guillerez · 10 years ago
  17. 3a160e7 Add support for compression in //third_party/ijar:zipper by Damien Martin-Guillerez · 10 years ago
  18. 7ace500 Only print the label (and not the configuration hash key) for error messages with --keep_going. by Lukacs Berki · 10 years ago
  19. 21ade15 Fix breakage of bazel_sandboxing_test:test_sandbox_block_filesystem. by Philipp Wollermann · 10 years ago
  20. a807ad6 Fix small issues in contributing.md. by Philipp Wollermann · 10 years ago
  21. 321ff5d Update windows.md before Beta by Dmitry Lomov · 10 years ago
  22. 1d971c1 Merge the baseline coverage code path into the coverage codepath. by Ulf Adams · 10 years ago
  23. 30c6e95 Remove the deprecated unused addTransitiveLangTargets method. by Ulf Adams · 10 years ago
  24. c061bed Normalize usage of "workspace", "workspace directory" and "build root" in by Googler · 10 years ago
  25. c5c695a Allow value equality in some MemoizingEvaluatorTest tests. by Janak Ramakrishnan · 10 years ago
  26. 42b02ee Check argument isn't null when creating TransitiveTraversalValue error values by Michajlo Matijkiw · 10 years ago
  27. f832d79 Description redacted. -- MOS_MIGRATED_REVID=101809192 by Janak Ramakrishnan · 10 years ago
  28. 805e4d9 Presize some collections at the core of ParallelEvaluator by Michajlo Matijkiw · 10 years ago
  29. 8aca47e Add a convenience method to InstrumentedFilesCollector. by Ulf Adams · 10 years ago
  30. cc010b8 Roll back "When a Skylark macro creates a native rule, it also..." by Michajlo Matijkiw · 10 years ago
  31. 73fa203 Move PackageIdentifier to cmdline by Kristina Chodorow · 10 years ago
  32. 0f49956 In GlobVisitor, use a ConcurrentHashSet and sort the results at the end rather than use a synchronized TreeSet that maintains the result in sorted order. by Nathan Harmata · 10 years ago
  33. 5d83e0f Fix required fragments for Bazel j2objc_library rule. by Rumou Duan · 10 years ago
  34. df6a308 Fix Jack's proguard specs. by Michael Staib · 10 years ago
  35. 601be74 Fixes #400: Linux sandboxing and relative symbolic links. by Philipp Wollermann · 10 years ago
  36. 72545d5 When a Skylark macro creates a native rule, it also sets the following rule attributes: generator_{function, name, location} by Florian Weikert · 10 years ago
  37. 76429bb Remove an unnecessary semicolon. by Ulf Adams · 10 years ago
  38. 768cbc4 Add profiling for Skylark lexer, parser, user- and built-in functions. by Googler · 10 years ago
  39. 866917f Inline Constants.IOS_DEVICE_RULE_CLASSES. by Ulf Adams · 10 years ago
  40. f608b72 Remove the WATCHFS_BLACKLIST from Constants.java. by Ulf Adams · 10 years ago
  41. 750909c Push local and shard_count documentation. by Ulf Adams · 10 years ago
  42. bd42b38 Improve documentation and error messages for sets. by Laurent Le Brun · 10 years ago
  43. 991bf2d Fix a typo. by Ulf Adams · 10 years ago
  44. 53c3ce1 Fix $(location //external:some_tool) expansion for genrules. by Brian Silverman · 10 years ago
  45. 2ef4ef4 Fix C++ link order for py_library and py_binary rules. by Ulf Adams · 10 years ago
  46. 05c5daa Make dangling symlinks in external repositories work to some degree. by Lukacs Berki · 10 years ago
  47. ff8fb25 Don't unnecessarily concatenate Strings just for an error message in an IllegalStateException that might not be thrown at all. by Nathan Harmata · 10 years ago
  48. ac1783a Presize the LinkedHashSet to which we add glob results. by Nathan Harmata · 10 years ago
  49. 7566563 Add a @deprecated annotation to Runfiles#addArtifacts. by Carmi Grushko · 10 years ago
  50. 8da9409 Avoid internal resizing when converting ListType. by Eric Fellheimer · 10 years ago
  51. 718eb92 Change blaze default arguments for ObjC 'fastbuild' to match better -DDEBUG=1 (from -DDEBUG). by Googler · 10 years ago
  52. b5e112b Stop removing onlyLoadingPhase bindings by Francois-Rene Rideau · 10 years ago
  53. a954fae Avoid repeated copies of RuleClass attributes. by Eric Fellheimer · 10 years ago
  54. ff938b3 Verify values for selects in attributes with allowed values. by Michael Staib · 10 years ago
  55. 28a67609 Only construct ErrorInfo string when error is not a cycle by Mark Schaller · 10 years ago
  56. 704e778 Always create a generating action for _proguard.jar, even if no specs are specified. by Michael Staib · 10 years ago
  57. 9b38b2c Be resilient to a non-decreasing clock in BlazeRuntime#recordLastExecutionTime. Also add @Nullable annotations as appropriate. by Nathan Harmata · 10 years ago
  58. 41d19f0 Improve debugging of EvalException by Francois-Rene Rideau · 10 years ago
  59. 145b701 Make load() work in remote repositories too. by Lukacs Berki · 10 years ago
  60. 2ccd056 Expose FilesToRun provider to Skylark. by Brian Silverman · 10 years ago
  61. a37e86c EvalExceptionWithStackTrace does no longer remove non-EvalException exceptions from its cause. by Florian Weikert · 10 years ago
  62. eb4f2ad Fix link order for all rules using the java library helper. by Ulf Adams · 10 years ago
  63. 74265b3 Basic groovy_test support by Erik Kuefler · 10 years ago
  64. 047b324 Remove the awkward default value marker from --symlink_prefix. by Lukacs Berki · 10 years ago
  65. 77303b4 Ensures that EvalExceptionWithStackTrace does not have an empty exception message. by Florian Weikert · 10 years ago
  66. 47107aa Distinguish between user-supplied ios_cpu and the default, and don't propagate the default to the XCode project control. by Michael Thvedt · 10 years ago
  67. 2e243a6 Description redacted. -- MOS_MIGRATED_REVID=101635740 by Michajlo Matijkiw · 10 years ago
  68. 1d564df Expose the #asByteSource() method in FileSystemUtils. by Eric Fellheimer · 10 years ago
  69. 3a8ddcc Add a isLoadingPhase flag to Environment by Francois-Rene Rideau · 10 years ago
  70. 6c44c58 Description redacted. -- MOS_MIGRATED_REVID=101598188 by Michajlo Matijkiw · 10 years ago
  71. 6e7160d Create ValidationEnvironment from Environment by Francois-Rene Rideau · 10 years ago
  72. c6fa0c1 Fix a bug in which the XcodeGen generates two Xcode target with the same name (case-insensitive). by Rumou Duan · 10 years ago
  73. 88bee7b Use a concurrent LoadingCache for SkylarkType.Simple as opposed to having to hold a global lock in order to get a skylark type. by Nathan Harmata · 10 years ago
  74. 4e6bf64 Fix check for srcs-less android_* rules by Liam Miller-Cushon · 10 years ago
  75. 80532fd Expose java_import and android_library information to skylark by Liam Miller-Cushon · 10 years ago
  76. b4114cc Add string.capitalize() by Laurent Le Brun · 10 years ago
  77. c1d54ec Skylark stack traces are now displayed in Python format. by Florian Weikert · 10 years ago
  78. 4811410 Make writes thread-safe during local tests by opening files with O_APPEND. by Eric Fellheimer · 10 years ago
  79. b5c3b3a Import MethodLibraryTest.java into bazel by Francois-Rene Rideau · 10 years ago
  80. 3c620c0 Clean up the link command action code a bit. by Ulf Adams · 10 years ago
  81. 8dc5fb2 Fix word wrapping determinism on BSD / Linux by Damien Martin-Guillerez · 10 years ago
  82. 8137e2a Also add "bazel version" to the table of contents of the User's Guide. Not my best day today. by Lukacs Berki · 10 years ago
  83. 4f265d0 Add the "version" and "mobile-install" commands to the User's Guide. by Lukacs Berki · 10 years ago
  84. 418b255 Remove the callback that allowed excluding files from deletion. by Ulf Adams · 10 years ago
  85. a60b01b Make Bazel compile (a previous change added a graph -> jsr305 dependency that was not reflected in the BUILD file) by Lukacs Berki · 10 years ago
  86. 4f919fe Don't mark ErrorInfo transient if one of its child ErrorInfos is transient. by Janak Ramakrishnan · 10 years ago
  87. d76dfc1 Allow ErrorTransienceValue to be added back as a dep during change pruning if it isn't newer than the current node. by Janak Ramakrishnan · 10 years ago
  88. c0486e6 Fix Skylark library link. by David Chen · 10 years ago
  89. 22aab6d Rename isSkylarkEnabled to isSkylark by Francois-Rene Rideau · 10 years ago
  90. 706bc72 Replace query option --order_results with --order_output, which can take three values for a given output formatter: 'no', 'deps', or 'full'. A fourth value, 'auto', means either 'deps' or 'full' depending on the formatter. by Janak Ramakrishnan · 10 years ago
  91. f882c54 Add toString() for PrepareDepsOfTargetsUnderDirectoryValue key. by Eric Fellheimer · 10 years ago
  92. 87992dc Only perform one read of the hashCode field in our benign-data-racy hashCode() implementation. See http://jeremymanson.blogspot.com/2008/12/benign-data-races-in-java.html. by Nathan Harmata · 10 years ago
  93. 3a280ea Fix path for input file by Googler · 10 years ago
  94. 8e17c85 Get rid of unnecessary synchronization. This is a contention point when we have lots of threads. by Nathan Harmata · 10 years ago
  95. 9c2989d Use sorted lists instead of sets for generated file list comparison by Googler · 10 years ago
  96. 0004943 Implement the core structure for dynamic configurations. by Greg Estren · 10 years ago
  97. d4ce9af Ignore ordering for generated files check by Googler · 10 years ago
  98. 39f22ca Fix flag name in Blog post about java configuration by Damien Martin-Guillerez · 10 years ago
  99. 55eb10d Document Bazel releases by Damien Martin-Guillerez · 10 years ago
  100. e0ac088 Make sandboxed execution the default in Bazel. This should be safe, as the strategy is only used if your Linux kernel is new enough and your running system supports it. If this breaks you, please file a bug and you can always go back to non-sandboxed execution by using --spawn_strategy=standalone. by Philipp Wollermann · 10 years ago