aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/PackageFunction.java
Commit message (Expand)AuthorAge
...
* 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
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Do not store a separate map for external package data. This ensures that seri...Gravatar Han-Wen Nienhuys2015-09-21
* 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
* Stop throwing an exception if a Package was successfully created but contains...Gravatar Janak Ramakrishnan2015-09-17
* Defer Label parsing from BuildFileAST to PackageFunction so that BuildFileAST...Gravatar Lukacs Berki2015-09-16
* Get rid of transient errors during preprocessing and throw IOExceptions inste...Gravatar Janak Ramakrishnan2015-09-16
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* 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
* Rewrite the preprocessor infrastructure to return events as part of the result.Gravatar Ulf Adams2015-09-09
* Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.Gravatar Janak Ramakrishnan2015-09-08
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-08
* Use another cache to store preprocessing results instead of redoing the work.Gravatar Ulf Adams2015-09-04
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Inject the prelude path through the rule class provider.Gravatar Ulf Adams2015-09-01
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Make load() work in remote repositories too.Gravatar Lukacs Berki2015-08-27
* Use full package identifier in containing package checkGravatar Kristina Chodorow2015-08-12
* Move skylark import dependency registration to after the preprocessor.Gravatar Han-Wen Nienhuys2015-08-10
* Factor out import finding code.Gravatar Han-Wen Nienhuys2015-08-06
* Elegantly handle unbounded file symlink resolutions, e.g. 'a' -> 'b' -> 'a/no...Gravatar Nathan Harmata2015-07-29
* Make include() work with remote repositories.Gravatar Lukacs Berki2015-07-10
* Print an error message when an @foo dep isn't foundGravatar Kristina Chodorow2015-06-17
* Consider pkg in error on any symlink cycle in depsGravatar Mark Schaller2015-06-15
* Remove Path from Location, ParserInputSource and bunch of other low-level cla...Gravatar Lukacs Berki2015-06-12
* Make the PackageFunction cache an actual Cache.Gravatar Eric Fellheimer2015-05-27
* Deleted little-used PackageLoadedEvent.Gravatar Eric Fellheimer2015-05-18
* Allow globs to be used outside of the skyframe package.Gravatar Janak Ramakrishnan2015-05-15
* Remove obsolete comment about labels-crossing-subpackage check happening in l...Gravatar Nathan Harmata2015-03-10
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Make Rule know about the name of the workspace it is in.Gravatar Kristina Chodorow2015-03-05
* Use a factory method in ASTFileLookupValue to enforce that the NO_FILE consta...Gravatar Nathan Harmata2015-02-24
* 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