aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/ASTFileLookupValue.java
Commit message (Expand)AuthorAge
* Makes the decision to memoize at the SkyValue level.Gravatar shahan2018-04-09
* Mark ASTFileLookupValue as a NotComparableSkyValue. See the added comments fo...Gravatar nharmata2018-03-28
* Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey does...Gravatar janakr2018-03-02
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Loosen visibility of ASTFileLookupValue.Gravatar Janak Ramakrishnan2017-02-15
* Use static creation method for SkyKey. This allows interning SkyKeys as they ...Gravatar Janak Ramakrishnan2016-03-03
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-11-13
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Roll back using labels rather than PathFragments for skylark loads.Gravatar Michajlo Matijkiw2015-09-22
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-09-22
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Make load() work in remote repositories too.Gravatar Lukacs Berki2015-08-27
* Skylark: path in load statement either has to be absolute or has to have exac...Gravatar Googler2015-02-26
* Use a factory method in ASTFileLookupValue to enforce that the NO_FILE consta...Gravatar Nathan Harmata2015-02-24
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25