aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* Global cleanup change.Gravatar Liam Miller-Cushon2015-12-14
* Do not make labels without a specified repository in hidden attributes always...Gravatar Lukacs Berki2015-12-14
* Move Selector#defaultConditionLabel to static final varGravatar Michajlo Matijkiw2015-12-13
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Shuffle around all the constants related to the name of the //external packag...Gravatar Lukacs Berki2015-12-10
* Precompute non-configurable attributes at RuleClass levelGravatar Michajlo Matijkiw2015-12-09
* Fix skylark aspect issues.Gravatar Dmitry Lomov2015-12-08
* Presize AttributeSerializer collectionsGravatar Michajlo Matijkiw2015-12-08
* 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