aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* Introduce SplitTransitionProvider, to determine the split transition on an at...Gravatar Chris Parsons2016-04-20
* Rename LateBoundLabel#getDefault(Rule, AttributeMap, T) to #resolve().Gravatar Lukacs Berki2016-04-19
* RELNOTES[INC]: Bazel warns if a cc rule's includes attribute points out of th...Gravatar Janak Ramakrishnan2016-04-14
* Roll-foward of commit 351475627b9e94e5afdf472cbf465f49c433a25e which was roll...Gravatar Nathan Harmata2016-04-14
* Make preprocessor modules mostly stateless; pass in the directories instead.Gravatar Ulf Adams2016-04-12
* Rollback of commit 351475627b9e94e5afdf472cbf465f49c433a25e.Gravatar Florian Weikert2016-04-12
* Make NoSuchTargetException a concrete class. Removed BadWorkspaceFileExceptio...Gravatar Googler2016-04-12
* Remove SkylarkAspectClass.getDefintion.Gravatar Dmitry Lomov2016-04-07
* Remove AspectClass.getDefinitionGravatar Dmitry Lomov2016-04-07
* Make non-empty attribute checks happen during analysis of the target in quest...Gravatar Nathan Harmata2016-04-07
* Make the Attribute.Builder.cloneBuilder() also copy aspects.Gravatar Carmi Grushko2016-03-31
* Make C++ autoconfigured toolchain the default for Linux and OS X.Gravatar Damien Martin-Guillerez2016-03-31
* Fix workspace name setting when the WORKSPACE file is splittedGravatar Damien Martin-Guillerez2016-03-31
* --Gravatar Chris Parsons2016-03-28
* Removed ending . in error messageGravatar Damien Martin-Guillerez2016-03-23
* Make labels in .bzl files in remote repos resolve relative to their repoGravatar Kristina Chodorow2016-03-21
* Fix equality and comparison for SkylarkAspectClass.Gravatar Dmitry Lomov2016-03-17
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Fix glob performance regression introduced by commit 3a95f353704dc2f7061e2c07...Gravatar Nathan Harmata2016-03-17
* Adds bazel_version to the native module for workspace macros.Gravatar Damien Martin-Guillerez2016-03-15
* fix typo: "is produce" -> "is produced"Gravatar Cal Peyser2016-03-15
* Improve error when allowedFileTypesForLabels is not setGravatar Liam Miller-Cushon2016-03-11
* Python provider is now available in SkylarkGravatar Yun Peng2016-03-03
* Changed mandatoryProviders to mandatoryProvidersListGravatar Yun Peng2016-02-22
* Introduce SkylarkRepositoryModuleGravatar Damien Martin-Guillerez2016-02-17
* Reinstate mutable maps, again.Gravatar Francois-Rene Rideau2016-02-17
* Add a method to get a single value from AspectParameters.Gravatar Carmi Grushko2016-02-17
* Include real type in type casting error message.Gravatar Tobias Werth2016-02-16
* Remove deprecated aggregation functions.Gravatar Han-Wen Nienhuys2016-02-16
* 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