aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* Simplify rule fingerprinting in RepositoryFunctionGravatar Michajlo Matijkiw2015-11-30
* Support skylark aspects in serialization/deserialization.Gravatar Dmitry Lomov2015-11-30
* Enable load() statement in the WORKSPACE file.Gravatar Damien Martin-Guillerez2015-11-30
* Implement Skylark aspects originating from Skylark rules.Gravatar Dmitry Lomov2015-11-26
* Make external repository implementations not re-fetch things on server restart.Gravatar Lukacs Berki2015-11-25
* Remove unused package serialization/deserialization codeGravatar Michajlo Matijkiw2015-11-25
* Extract Attribute serialization logicGravatar Michajlo Matijkiw2015-11-20
* Workaround javac 1.7 bugGravatar Dmitry Lomov2015-11-19
* Don't store repeated packageId in targets when serializing packageGravatar Michajlo Matijkiw2015-11-19
* Simplify inputs to NoSuchTargetExceptionGravatar Michajlo Matijkiw2015-11-19
* Package serialization operates on Coded{Input,Output}StreamsGravatar Michajlo Matijkiw2015-11-18
* Narrow causes in NoSuchThingException familyGravatar Michajlo Matijkiw2015-11-17
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-11-13
* Include the Globber in the PackageFunction AstAfterPreprocessing cache. Other...Gravatar Nathan Harmata2015-11-12
* --Gravatar Carmi Grushko2015-11-12
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10
* Provide the ability to declare host config fragments forGravatar Greg Estren2015-11-06
* Skylark: Updated the locations of more error messages.Gravatar Florian Weikert2015-11-05
* Open source SkyframeLabelVisitorTest.Gravatar Han-Wen Nienhuys2015-11-04
* Parametrize aspect definition with AspectParameters.Gravatar Dmitry Lomov2015-11-02
* Implement propagation along dependencies for Skylark aspects.Gravatar Dmitry Lomov2015-11-02
* Add isSkylark to RuleClassGravatar Michajlo Matijkiw2015-10-30
* Provide a way to explicitly constraint-enforceGravatar Greg Estren2015-10-29
* Add preconditions check for attr existence in RuleClass#getAttributeByNameGravatar Michajlo Matijkiw2015-10-29
* Change default for rule classes that don't explicitlyGravatar Greg Estren2015-10-28
* Clarify documentation about 'native' module.Gravatar Laurent Le Brun2015-10-27
* Memory optimizations for Skylark.Gravatar Miguel Alcon Pinto2015-10-27
* Keep the bytes of the hashcode instead of the hashcode object.Gravatar Miguel Alcon Pinto2015-10-27
* Remove ast from RuleGravatar Michajlo Matijkiw2015-10-22
* Introduce an AspectClass: a representation of a class of aspects.Gravatar Dmitry Lomov2015-10-22
* Remove the repository name from PACKAGE_NAME and move it to the new REPOSITOR...Gravatar Lukacs Berki2015-10-21
* Change the preprocessor interface to take the byte[] contents of the BUILD fi...Gravatar Nathan Harmata2015-10-21
* Delete unused NoSuchPackageException subclassGravatar Mark Schaller2015-10-21
* Check invalid empty dict attributesGravatar Francois-Rene Rideau2015-10-21
* Unify Skylark and BUILD listsGravatar Francois-Rene Rideau2015-10-20
* 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
* Cache BUILD file AST parsing results instead of preprocessing results (the fo...Gravatar Nathan Harmata2015-10-16
* Make package not Java serializableGravatar Michajlo Matijkiw2015-10-14
* Replace LoadingCache<String, Label> with Interner<Label> in order to save mem...Gravatar Miguel Alcon Pinto2015-10-09
* Remove useless explicit 'stat' call on the BUILD file in directories encounte...Gravatar Nathan Harmata2015-10-09
* Add the ability to filter out attributes when doing queries.Gravatar Miguel Alcon Pinto2015-10-09
* Add a __workspace_dir__ variable alongside of __embedded_dir__ in the namespa...Gravatar Lukacs Berki2015-10-09
* Fixed the computation of relative paths in RuleFactory.java:Gravatar Florian Weikert2015-10-08
* Rules created by Skylark Macros now store the workspace-relative path of the ...Gravatar Florian Weikert2015-10-07
* Move the special rule creation method for deserialization to the only usage (...Gravatar Miguel Alcon Pinto2015-10-05
* Intern PackageIdentifiers as a memory optimization.Gravatar Miguel Alcon Pinto2015-10-01
* Extract configuration fragment access logic into ConfigurationFragmentPolicy.Gravatar Michael Staib2015-09-30
* Don't crash when building environment groups directlyGravatar Greg Estren2015-09-30