aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/SkylarkImport.java
Commit message (Expand)AuthorAge
* Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...Gravatar shahan2018-02-20
* Add serialization codec for SkylarkImports. This is needed to serialize Skyla...Gravatar janakr2018-01-18
* Allow labels in the '--aspects' parameter.Gravatar Dmitry Lomov2016-11-21
* Add a new method to the SkylarkImport class to allow tools to access the impo...Gravatar John Field2016-01-04
* Enable label-based Skylark loading. In particular, such labels may reference ...Gravatar John Field2015-12-22
* Add a new class to encapsulate operations on Skylark import statements. This ...Gravatar John Field2015-12-16