aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/SkylarkImportLookupValue.java
Commit message (Expand)AuthorAge
* Allow ObjectCodecRegistry to handle MemoizingCodecs. Initially this is just S...Gravatar janakr2018-03-09
* 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
* Clean up a few Skylark-Skyframe structuresGravatar brandjon2017-07-19
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Add new skyframe function to lookup the repository given a path, and use thatGravatar John Cater2016-10-25
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* 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
* Enable load() statement in the WORKSPACE file.Gravatar Damien Martin-Guillerez2015-11-30
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-11-13
* Implement aspect(...) Skylark function.Gravatar Dmitry Lomov2015-10-20
* Rollback of commit ac7195025b073948785db8c6975a53fc305c5087.Gravatar Peter Schmitt2015-10-20
* Implement aspect(...) Skylark function.Gravatar Dmitry Lomov2015-10-16
* Intern PackageIdentifiers as a memory optimization.Gravatar Miguel Alcon Pinto2015-10-01
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Allow Skylark import lookup values to be computed inline in order to avoid re...Gravatar Janak Ramakrishnan2015-09-24
* 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
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-11
* Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.Gravatar Janak Ramakrishnan2015-09-08
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-08
* 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
* Skylark: enable relative paths in load statements. Only paths with 1 segment ...Gravatar Googler2015-02-09
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25