aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* Add experimental flag, that partially disables loading phase (pattern evaluat...Gravatar Marian Lobur2015-09-16
* Don't allow subclasses of AQV to treat Errors as non-critical. Also update th...Gravatar Nathan Harmata2015-09-16
* Get rid of transient errors during preprocessing and throw IOExceptions inste...Gravatar Janak Ramakrishnan2015-09-16
* Add a test for FileSystem#resolveSymbolicLinks for dangling symlinks.Gravatar Nathan Harmata2015-09-15
* Support java_test and java_binary in AndroidStudioInfoAspect.Gravatar Dmitry Lomov2015-09-15
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Support java_import in AndroidStudioIdeInfoAspectGravatar Dmitry Lomov2015-09-15
* Fix and test SyntaxTreeVisitorGravatar Laurent Le Brun2015-09-15
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Add unit tests for AndroidStudioInfoAspect and implement dependency collection.Gravatar Dmitry Lomov2015-09-14
* Fix a bug, when we have dependency from one aspect to another aspect1->aspect...Gravatar Marian Lobur2015-09-14
* Use the file size from FileValue instead of wastefully stat'ing the file agai...Gravatar Nathan Harmata2015-09-14
* Allow tuples inside square brackets (for list/dict indexing).Gravatar Laurent Le Brun2015-09-11
* Fixed Skylark stack trace:Gravatar Florian Weikert2015-09-11
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-11
* Fix bug in the parser when a block was silently skipped.Gravatar Laurent Le Brun2015-09-11
* Fix error message when accessing unsupported operator [].Gravatar Laurent Le Brun2015-09-11
* sandbox: Show user-friendly mount paths in the namespace-sandbox debug log.Gravatar Philipp Wollermann2015-09-08
* sandbox: Better error messages and the noisy debug logs of the namespace-runn...Gravatar Philipp Wollermann2015-09-08
* Add a supportedOs attribute to TestSpec to make it possible to split off test...Gravatar Philipp Wollermann2015-09-08
* Add a localOnly attribute to TestSpec to make it easier to split tests into p...Gravatar Philipp Wollermann2015-09-08
* Better comment for TestSpec.flaky().Gravatar Philipp Wollermann2015-09-08
* Add an "embedded_scripts" filegroup that can be used to easily get all the ne...Gravatar Philipp Wollermann2015-09-08
* Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.Gravatar Janak Ramakrishnan2015-09-08
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-08
* Skylark: Show list of fields in error message for struct objects.Gravatar Laurent Le Brun2015-09-04
* Inject the default runfiles prefix from the rule class provider.Gravatar Ulf Adams2015-09-04
* Keep function parameters in the AST.Gravatar Laurent Le Brun2015-09-04
* sandbox: Use a better data structure for the mounts.Gravatar Philipp Wollermann2015-09-04
* Implement a Python 2 compatible isalpha function for Skylark strings.Gravatar Googler2015-09-03
* Remove unused ParserInputSource method and other minor cleanupsGravatar Michajlo Matijkiw2015-09-03
* Always inject the runfiles prefix into the Runfiles.Builder.Gravatar Ulf Adams2015-09-03
* Add tests for cmdline classesGravatar Kristina Chodorow2015-09-03
* Add a new KeyedLocker, StripedKeyedLocker. This new implementation simply sto...Gravatar Eric Fellheimer2015-09-03
* Modifications and improvements to AutoProfiler to reflect how it will be used...Gravatar Nathan Harmata2015-09-02
* sandbox: Better parsing of runfiles manifest files, fixes #413.Gravatar Philipp Wollermann2015-09-02
* sandbox: Refactor readable* to userFriendly* as requested.Gravatar Philipp Wollermann2015-09-02
* sandbox: When spawn.getInputs() contains a directory, recurse into it and mou...Gravatar Philipp Wollermann2015-09-02
* When a Skylark macro creates a native rule, it also sets the following rule a...Gravatar Florian Weikert2015-09-02
* Fix broken tests.Gravatar Marian Lobur2015-09-02
* Aspects can get information from their base rule.Gravatar Marian Lobur2015-09-02
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Fixes to Skylark function callGravatar Francois-Rene Rideau2015-08-31
* Create baseline coverage actions for local sources only and aggregate.Gravatar Ulf Adams2015-08-31
* Drop the baseline artifact output group.Gravatar Ulf Adams2015-08-31
* Presize some collections at the core of ParallelEvaluatorGravatar Michajlo Matijkiw2015-08-31
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Improve documentation and error messages for sets.Gravatar Laurent Le Brun2015-08-28
* EvalExceptionWithStackTrace does no longer remove non-EvalException exception...Gravatar Florian Weikert2015-08-27
* Add string.capitalize()Gravatar Laurent Le Brun2015-08-27