aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/ASTFileLookupFunction.java
Commit message (Expand)AuthorAge
* Delete empty comment lines.Gravatar dannark2018-06-13
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Introduce Root class.Gravatar tomlu2018-01-17
* Make FileSymlinkException and InconsistentFSException IOExceptionsGravatar ulfjack2018-01-12
* Break dependency on vfs from the interface of syntax and cmdline.Gravatar tomlu2017-11-06
* Pass SkylarkSemantics through Skyframe instead of the options classGravatar brandjon2017-10-06
* A bunch of unrelated cleanups:Gravatar nharmata2017-06-16
* Cleanup in ValidationEnvironment, provide static methods, reduce visibility.Gravatar laurentlb2017-06-12
* Make Skylark interpreter read Skylark command-line flagsGravatar brandjon2017-04-30
* Minor cleanupGravatar Laurent Le Brun2016-10-11
* Remove static checks from the parser.Gravatar Laurent Le Brun2016-08-04
* Start removing the parsePython booleanGravatar Laurent Le Brun2016-08-03
* Catch package lookup exceptions during AST lookupGravatar Kristina Chodorow2016-05-06
* Make labels in .bzl files in remote repos resolve relative to their repoGravatar Kristina Chodorow2016-03-21
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-11-13
* Remove the repository name from PACKAGE_NAME and move it to the new REPOSITOR...Gravatar Lukacs Berki2015-10-21
* 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
* Remove support for the deprecated include() statement in order to be able to ...Gravatar Lukacs Berki2015-09-21
* Rollback of commit 4e5037520e3067f9d8784e1c59f9545b96111cd4.Gravatar Lukacs Berki2015-09-17
* Remove support for the deprecated include() statement.Gravatar Lukacs Berki2015-09-17
* Use the file size from FileValue instead of wastefully stat'ing the file agai...Gravatar Nathan Harmata2015-09-14
* 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
* Elegantly handle unbounded file symlink resolutions, e.g. 'a' -> 'b' -> 'a/no...Gravatar Nathan Harmata2015-07-29
* 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