aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/WorkspaceASTValue.java
Commit message (Expand)AuthorAge
* Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey does...Gravatar janakr2018-03-02
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Use static creation method for SkyKey. This allows interning SkyKeys as they ...Gravatar Janak Ramakrishnan2016-03-03
* WorkspaceASTFunction returns a list of ASTs so we can split the AST before lo...Gravatar Damien Martin-Guillerez2016-02-07
* Parse the workspace name when a repository is loadedGravatar Kristina Chodorow2016-01-29
* Extract parsing of the WORKSPACE file in two partsGravatar Damien Martin-Guillerez2016-01-22