aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* 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
* Clean up Aspect checks in query tests.Gravatar Eric Fellheimer2015-09-28
* Make rules construction more flexible.Gravatar Miguel Alcon Pinto2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Skylark rules can no longer overwrite built-in attributes.Gravatar Florian Weikert2015-09-25
* Change Attribute.skipConstraintsCheck() (and similar methods)Gravatar Greg Estren2015-09-25
* Remove both of equals/hashCode from classes in lib/packages where either only...Gravatar Nathan Harmata2015-09-24
* Allow custom Package serialization logic to be injected. Also fix incorrect c...Gravatar Nathan Harmata2015-09-23
* 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
* Serialize workspaceName.Gravatar Han-Wen Nienhuys2015-09-21
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Make sure disabled FDO features are filtered out.Gravatar Googler2015-09-21
* Do not store a separate map for external package data. This ensures that seri...Gravatar Han-Wen Nienhuys2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Native.glob: Remove obsolete 'excludes' argument.Gravatar Laurent Le Brun2015-09-21