1. 805e4d9 Presize some collections at the core of ParallelEvaluator by Michajlo Matijkiw · 10 years ago
  2. 8aca47e Add a convenience method to InstrumentedFilesCollector. by Ulf Adams · 10 years ago
  3. cc010b8 Roll back "When a Skylark macro creates a native rule, it also..." by Michajlo Matijkiw · 10 years ago
  4. 73fa203 Move PackageIdentifier to cmdline by Kristina Chodorow · 10 years ago
  5. 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
  6. 5d83e0f Fix required fragments for Bazel j2objc_library rule. by Rumou Duan · 10 years ago
  7. df6a308 Fix Jack's proguard specs. by Michael Staib · 10 years ago
  8. 601be74 Fixes #400: Linux sandboxing and relative symbolic links. by Philipp Wollermann · 10 years ago
  9. 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
  10. 76429bb Remove an unnecessary semicolon. by Ulf Adams · 10 years ago
  11. 768cbc4 Add profiling for Skylark lexer, parser, user- and built-in functions. by Googler · 10 years ago
  12. 866917f Inline Constants.IOS_DEVICE_RULE_CLASSES. by Ulf Adams · 10 years ago
  13. f608b72 Remove the WATCHFS_BLACKLIST from Constants.java. by Ulf Adams · 10 years ago
  14. 750909c Push local and shard_count documentation. by Ulf Adams · 10 years ago
  15. bd42b38 Improve documentation and error messages for sets. by Laurent Le Brun · 10 years ago
  16. 991bf2d Fix a typo. by Ulf Adams · 10 years ago
  17. 53c3ce1 Fix $(location //external:some_tool) expansion for genrules. by Brian Silverman · 10 years ago
  18. 2ef4ef4 Fix C++ link order for py_library and py_binary rules. by Ulf Adams · 10 years ago
  19. 05c5daa Make dangling symlinks in external repositories work to some degree. by Lukacs Berki · 10 years ago
  20. 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
  21. ac1783a Presize the LinkedHashSet to which we add glob results. by Nathan Harmata · 10 years ago
  22. 7566563 Add a @deprecated annotation to Runfiles#addArtifacts. by Carmi Grushko · 10 years ago
  23. 8da9409 Avoid internal resizing when converting ListType. by Eric Fellheimer · 10 years ago
  24. 718eb92 Change blaze default arguments for ObjC 'fastbuild' to match better -DDEBUG=1 (from -DDEBUG). by Googler · 10 years ago
  25. b5e112b Stop removing onlyLoadingPhase bindings by Francois-Rene Rideau · 10 years ago
  26. a954fae Avoid repeated copies of RuleClass attributes. by Eric Fellheimer · 10 years ago
  27. ff938b3 Verify values for selects in attributes with allowed values. by Michael Staib · 10 years ago
  28. 28a67609 Only construct ErrorInfo string when error is not a cycle by Mark Schaller · 10 years ago
  29. 704e778 Always create a generating action for _proguard.jar, even if no specs are specified. by Michael Staib · 10 years ago
  30. 9b38b2c Be resilient to a non-decreasing clock in BlazeRuntime#recordLastExecutionTime. Also add @Nullable annotations as appropriate. by Nathan Harmata · 10 years ago
  31. 41d19f0 Improve debugging of EvalException by Francois-Rene Rideau · 10 years ago
  32. 145b701 Make load() work in remote repositories too. by Lukacs Berki · 10 years ago
  33. 2ccd056 Expose FilesToRun provider to Skylark. by Brian Silverman · 10 years ago
  34. a37e86c EvalExceptionWithStackTrace does no longer remove non-EvalException exceptions from its cause. by Florian Weikert · 10 years ago
  35. eb4f2ad Fix link order for all rules using the java library helper. by Ulf Adams · 10 years ago
  36. 74265b3 Basic groovy_test support by Erik Kuefler · 10 years ago
  37. 047b324 Remove the awkward default value marker from --symlink_prefix. by Lukacs Berki · 10 years ago
  38. 77303b4 Ensures that EvalExceptionWithStackTrace does not have an empty exception message. by Florian Weikert · 10 years ago
  39. 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
  40. 2e243a6 Description redacted. -- MOS_MIGRATED_REVID=101635740 by Michajlo Matijkiw · 10 years ago
  41. 1d564df Expose the #asByteSource() method in FileSystemUtils. by Eric Fellheimer · 10 years ago
  42. 3a8ddcc Add a isLoadingPhase flag to Environment by Francois-Rene Rideau · 10 years ago
  43. 6c44c58 Description redacted. -- MOS_MIGRATED_REVID=101598188 by Michajlo Matijkiw · 10 years ago
  44. 6e7160d Create ValidationEnvironment from Environment by Francois-Rene Rideau · 10 years ago
  45. c6fa0c1 Fix a bug in which the XcodeGen generates two Xcode target with the same name (case-insensitive). by Rumou Duan · 10 years ago
  46. 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
  47. 4e6bf64 Fix check for srcs-less android_* rules by Liam Miller-Cushon · 10 years ago
  48. 80532fd Expose java_import and android_library information to skylark by Liam Miller-Cushon · 10 years ago
  49. b4114cc Add string.capitalize() by Laurent Le Brun · 10 years ago
  50. c1d54ec Skylark stack traces are now displayed in Python format. by Florian Weikert · 10 years ago
  51. 4811410 Make writes thread-safe during local tests by opening files with O_APPEND. by Eric Fellheimer · 10 years ago
  52. b5c3b3a Import MethodLibraryTest.java into bazel by Francois-Rene Rideau · 10 years ago
  53. 3c620c0 Clean up the link command action code a bit. by Ulf Adams · 10 years ago
  54. 8dc5fb2 Fix word wrapping determinism on BSD / Linux by Damien Martin-Guillerez · 10 years ago
  55. 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
  56. 4f265d0 Add the "version" and "mobile-install" commands to the User's Guide. by Lukacs Berki · 10 years ago
  57. 418b255 Remove the callback that allowed excluding files from deletion. by Ulf Adams · 10 years ago
  58. 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
  59. 4f919fe Don't mark ErrorInfo transient if one of its child ErrorInfos is transient. by Janak Ramakrishnan · 10 years ago
  60. 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
  61. c0486e6 Fix Skylark library link. by David Chen · 10 years ago
  62. 22aab6d Rename isSkylarkEnabled to isSkylark by Francois-Rene Rideau · 10 years ago
  63. 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
  64. f882c54 Add toString() for PrepareDepsOfTargetsUnderDirectoryValue key. by Eric Fellheimer · 10 years ago
  65. 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
  66. 3a280ea Fix path for input file by Googler · 10 years ago
  67. 8e17c85 Get rid of unnecessary synchronization. This is a contention point when we have lots of threads. by Nathan Harmata · 10 years ago
  68. 9c2989d Use sorted lists instead of sets for generated file list comparison by Googler · 10 years ago
  69. 0004943 Implement the core structure for dynamic configurations. by Greg Estren · 10 years ago
  70. d4ce9af Ignore ordering for generated files check by Googler · 10 years ago
  71. 39f22ca Fix flag name in Blog post about java configuration by Damien Martin-Guillerez · 10 years ago
  72. 55eb10d Document Bazel releases by Damien Martin-Guillerez · 10 years ago
  73. 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
  74. e5994a9 No-op refactoring of output formatters to re-use common code. by Janak Ramakrishnan · 10 years ago
  75. 36a2e83 Remove unnecessary use of ResolvedTargets in SkyQueryEnvironment. by Janak Ramakrishnan · 10 years ago
  76. 42727a6 No content change. Fixes line breaks and whitespace issues in HTML only. by Googler · 10 years ago
  77. 498ef53 Link to tools/objc/dummy.c from output directory to allow xcodeproj to resolve the file even while outside a workspace which contains it by Chris Parsons · 10 years ago
  78. 709bc61 Port to FreeBSD. by Doug Rabson · 10 years ago
  79. 590ea39 Instead of assuming that sandboxing will generally work on everything that is Linux, do real auto-detection whether it is supported on the host or not and enable / disable it based on the result. by Philipp Wollermann · 10 years ago
  80. 304e195 Refactor skylark format internals by Francois-Rene Rideau · 10 years ago
  81. e45d16c namespace-sandbox: Actually do exponential backoff on a failed unshare() syscall. by Philipp Wollermann · 10 years ago
  82. ab60010 Rules created by Skylark macros now have values for the attributes generator_name and generator_function. by Florian Weikert · 10 years ago
  83. 15ab6ad Replace quick hack for handling non-sandboxable spawns with a better solution. by Philipp Wollermann · 10 years ago
  84. 43c4a1a Execute spawns inside sandboxes to improve hermeticity (spawns can no longer use non-declared inputs) and safety (spawns can no longer affect the host system, e.g. accidentally wipe your home directory). This implementation works on Linux only and uses Linux containers ("namespaces"). by Philipp Wollermann · 10 years ago
  85. 988bb21 Add an --experimental_disable_jvm flag. by Ulf Adams · 10 years ago
  86. 6642648 Mark flaky test external_integration_test as manual. by Philipp Wollermann · 10 years ago
  87. d5079a5 Require an android_local_tools_repository stanza in the WORKSPACE file so that Bazel finds Android tools and update the tools themselves to handle their new location. by Lukacs Berki · 10 years ago
  88. 4c43b0e Change some terminology to reflect standard usage: by Googler · 10 years ago
  89. 734c6d2 Update Rust rules to use Rust 1.2.0. Rename features attribute to by David Chen · 10 years ago
  90. a59fa55 Add Skylark Supported Rules page to Bazel site. by Googler · 10 years ago
  91. 1d11267 Lock down the requirement of fragment declaration. by Ulf Adams · 10 years ago
  92. 217e3ad Android example readme: blaze -> bazel by Damien Martin-Guillerez · 10 years ago
  93. ad67cc4 Make setup-intellij.sh work again. by Lukacs Berki · 10 years ago
  94. 8e5d60a Rename some variables missed by a codebase-wide renaming a long time ago. by Nathan Harmata · 10 years ago
  95. 6925c43 Memoize SkyFunctionNames by Michajlo Matijkiw · 10 years ago
  96. 11bbdcb Improve the Python launcher to be smarter and make less assumptions when looking for the .runfiles path and the Python interpreter binary. by Philipp Wollermann · 10 years ago
  97. 91ad93b Make ValueWithMetadata#normal public, for use in alternate graph implementations. by Janak Ramakrishnan · 10 years ago
  98. 0afd453 Return raw SkyValue instead of wrapped ValueWithMetadata. by Janak Ramakrishnan · 10 years ago
  99. 252dc05 Using aliases in load() may no longer lead to false positives in SkylarkEnvironment's recursion detection. by Florian Weikert · 10 years ago
  100. 027c882 Copies shared object dependencies when building Android native binaries. by Michael Staib · 10 years ago