aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* Prevent load statements in remote repository's WORKSPACE file to breakGravatar Damien Martin-Guillerez2016-02-12
* Forbid overloading of a repository outside of the first part of the workspace...Gravatar Damien Martin-Guillerez2016-02-11
* Implement TODO from: https://github.com/bazelbuild/bazel/blo[]fbbd6a32b95ba74...Gravatar Greg Estren2016-02-11
* Split the execution of the WORKSPACE file after each load statementGravatar Damien Martin-Guillerez2016-02-10
* Use a clever hybrid approach for evaluating globs during package loading: fir...Gravatar Nathan Harmata2016-02-05
* Move the Globber interface into its own file.Gravatar Nathan Harmata2016-02-05
* Fileset: introduce support for workspace-relative strip_prefix values.Gravatar Laszlo Csomor2016-02-04
* Add back documentation and better error message for workspace namesGravatar Kristina Chodorow2016-02-03
* Rollback of commit f941d56acfad5f8c819c81b494f806ea74ea7fd8.Gravatar Carmi Grushko2016-02-02
* Improve the error message on a missing implicit dep. The old error message di...Gravatar Nathan Harmata2016-02-01
* Reinstate mutable SkylarkDictGravatar Francois-Rene Rideau2016-02-01
* Rollback of commit c0a8c58b9230a1f5d76269eb7dc6b11e18f19686.Gravatar Damien Martin-Guillerez2016-01-29
* Parse the workspace name when a repository is loadedGravatar Kristina Chodorow2016-01-29
* Clear up some confusion about glob prefetching (the old comment was wrong). A...Gravatar Nathan Harmata2016-01-29
* Make Skylark dicts mutableGravatar Francois-Rene Rideau2016-01-29
* Resolve repository-relative labels within the current repositoryGravatar Kristina Chodorow2016-01-28
* Rename native.rule and native.rules to {existing_rule,existing_rules}Gravatar Han-Wen Nienhuys2016-01-28
* Inject the TOOLS_REPOSITORY constant in the RuleClassProvider instead of usin...Gravatar Luis Fernando Pino Duque2016-01-28
* Ensure repository names are valid workspace namesGravatar Kristina Chodorow2016-01-28
* Describe some of the more likely license typesGravatar Kristina Chodorow2016-01-27
* Return opaque value for native.rule() on a select() statement.Gravatar Han-Wen Nienhuys2016-01-27
* 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