aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
...
* Add documentation for workspace functionGravatar Kristina Chodorow2016-01-26
* Fix some generic warnings.Gravatar Ulf Adams2016-01-25
* Make select() statements in remote repositories with selector labels pointing...Gravatar Lukacs Berki2016-01-25
* Extract parsing of the WORKSPACE file in two partsGravatar Damien Martin-Guillerez2016-01-22
* Skylark, JS: nicer error message when a source file has an unknown type.Gravatar Laszlo Csomor2016-01-22
* Properly filter out Aspect attributes when `blaze query` requests --noimplici...Gravatar Dmitry Lomov2016-01-22
* Extract AttributeInfoProvider interface for DependencyFilters.Gravatar Dmitry Lomov2016-01-22
* Refactor dependency filtering out of Rule class.Gravatar Dmitry Lomov2016-01-22
* Fix NullPointerException in DelegatingWalkableGraphGravatar Damien Martin-Guillerez2016-01-22
* Raise error if we find an unknown type in native.rule().Gravatar Han-Wen Nienhuys2016-01-21
* Fileset (Google internal): code cleanup.Gravatar Laszlo Csomor2016-01-19
* Description redacted.Gravatar Googler2016-01-18
* Enable Aspects to specify their configuration fragment dependencies.Gravatar Michael Staib2016-01-15
* Add native.rule(NAME), which returns the attributes of a previously defined r...Gravatar Han-Wen Nienhuys2016-01-15
* ConfigurationFragmentPolicy: assume Skylark names, allow merging.Gravatar Michael Staib2016-01-15
* Display parsing errors for WORKSPACE filesGravatar Kristina Chodorow2016-01-15
* Add a few other Label.resolveRepositoryRelative() calls to make select() stat...Gravatar Lukacs Berki2016-01-15
* Require all PackageSpecification objects to implement an asString method to a...Gravatar Janak Ramakrishnan2016-01-14
* For native rule classes, (de)serialize only explicit attrsGravatar Mark Schaller2016-01-14
* Make package names in the package_group.packages attribute refer to the repos...Gravatar Lukacs Berki2016-01-13
* Make repository-local labels in visibility declarations actually be repositor...Gravatar Lukacs Berki2016-01-13
* Allow overridding any rule in the WORKSPACE fileGravatar Kristina Chodorow2016-01-11
* Stop parsing the WORKSPACE file when a parse error is detectedGravatar Kristina Chodorow2016-01-07
* Permit proto serialization of configured attribute valuesGravatar Mark Schaller2016-01-04
* Enable label-based Skylark loading. In particular, such labels may reference ...Gravatar John Field2015-12-22
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Minor cleanup to AttributeSerializer, ProtoOutputFormatterGravatar Mark Schaller2015-12-16
* Implement aspect attributes and expose them to aspect implementation function.Gravatar Dmitry Lomov2015-12-16
* 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