aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Allow value equality in some MemoizingEvaluatorTest tests.Gravatar Janak Ramakrishnan2015-08-31
* Check argument isn't null when creating TransitiveTraversalValue error valuesGravatar Michajlo Matijkiw2015-08-31
* Description redacted.Gravatar Janak Ramakrishnan2015-08-31
* Presize some collections at the core of ParallelEvaluatorGravatar Michajlo Matijkiw2015-08-31
* Add a convenience method to InstrumentedFilesCollector.Gravatar Ulf Adams2015-08-31
* Roll back "When a Skylark macro creates a native rule, it also..."Gravatar Michajlo Matijkiw2015-08-31
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* In GlobVisitor, use a ConcurrentHashSet and sort the results at the end rathe...Gravatar Nathan Harmata2015-08-31
* Fix required fragments for Bazel j2objc_library rule.Gravatar Rumou Duan2015-08-31
* Fix Jack's proguard specs.Gravatar Michael Staib2015-08-31
* Fixes #400: Linux sandboxing and relative symbolic links.Gravatar Philipp Wollermann2015-08-28
* When a Skylark macro creates a native rule, it also sets the following rule a...Gravatar Florian Weikert2015-08-28
* Remove an unnecessary semicolon.Gravatar Ulf Adams2015-08-28
* Add profiling for Skylark lexer, parser, user- and built-in functions.Gravatar Googler2015-08-28
* Inline Constants.IOS_DEVICE_RULE_CLASSES.Gravatar Ulf Adams2015-08-28
* Remove the WATCHFS_BLACKLIST from Constants.java.Gravatar Ulf Adams2015-08-28
* Push local and shard_count documentation.Gravatar Ulf Adams2015-08-28
* Improve documentation and error messages for sets.Gravatar Laurent Le Brun2015-08-28
* Fix a typo.Gravatar Ulf Adams2015-08-28
* Fix $(location //external:some_tool) expansion for genrules.Gravatar Brian Silverman2015-08-28
* Fix C++ link order for py_library and py_binary rules.Gravatar Ulf Adams2015-08-28
* Make dangling symlinks in external repositories work to some degree.Gravatar Lukacs Berki2015-08-28
* Don't unnecessarily concatenate Strings just for an error message in an Illeg...Gravatar Nathan Harmata2015-08-28
* Presize the LinkedHashSet to which we add glob results.Gravatar Nathan Harmata2015-08-28
* Add a @deprecated annotation to Runfiles#addArtifacts.Gravatar Carmi Grushko2015-08-28
* Avoid internal resizing when converting ListType.Gravatar Eric Fellheimer2015-08-28
* Change blaze default arguments for ObjC 'fastbuild' to match better -DDEBUG=1...Gravatar Googler2015-08-28
* Stop removing onlyLoadingPhase bindingsGravatar Francois-Rene Rideau2015-08-28
* Avoid repeated copies of RuleClass attributes.Gravatar Eric Fellheimer2015-08-28
* Verify values for selects in attributes with allowed values.Gravatar Michael Staib2015-08-28
* Only construct ErrorInfo string when error is not a cycleGravatar Mark Schaller2015-08-28
* Always create a generating action for _proguard.jar, even if no specs are spe...Gravatar Michael Staib2015-08-28
* Be resilient to a non-decreasing clock in BlazeRuntime#recordLastExecutionTim...Gravatar Nathan Harmata2015-08-28
* Improve debugging of EvalExceptionGravatar Francois-Rene Rideau2015-08-28
* Make load() work in remote repositories too.Gravatar Lukacs Berki2015-08-27
* Expose FilesToRun provider to Skylark.Gravatar Brian Silverman2015-08-27
* EvalExceptionWithStackTrace does no longer remove non-EvalException exception...Gravatar Florian Weikert2015-08-27
* Fix link order for all rules using the java library helper.Gravatar Ulf Adams2015-08-27
* Basic groovy_test supportGravatar Erik Kuefler2015-08-27
* Remove the awkward default value marker from --symlink_prefix.Gravatar Lukacs Berki2015-08-27
* Ensures that EvalExceptionWithStackTrace does not have an empty exception mes...Gravatar Florian Weikert2015-08-27
* Distinguish between user-supplied ios_cpu and the default, and don't propagat...Gravatar Michael Thvedt2015-08-27
* Description redacted.Gravatar Michajlo Matijkiw2015-08-27
* Expose the #asByteSource() method in FileSystemUtils.Gravatar Eric Fellheimer2015-08-27
* Add a isLoadingPhase flag to EnvironmentGravatar Francois-Rene Rideau2015-08-27
* Description redacted.Gravatar Michajlo Matijkiw2015-08-27
* Create ValidationEnvironment from EnvironmentGravatar Francois-Rene Rideau2015-08-27
* Fix a bug in which the XcodeGen generates two Xcode target with the same name...Gravatar Rumou Duan2015-08-27
* Use a concurrent LoadingCache for SkylarkType.Simple as opposed to having to ...Gravatar Nathan Harmata2015-08-27
* Fix check for srcs-less android_* rulesGravatar Liam Miller-Cushon2015-08-27