aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* Introduce a new SkyValue that merely contains the workspace name. The workspa...Gravatar Nathan Harmata2017-02-09
* Allow aspects to adveritise providers they provide.Gravatar Dmitry Lomov2017-02-07
* allow skylark implicit output callbacks to use the rule name Gravatar Benjamin Peterson2017-02-01
* Fix the translation of names of implicit or latebound attributes to their Sky...Gravatar Florian Weikert2017-01-30
* Global cleanup change.Gravatar Googler2017-01-25
* Remove the ability for an aspect to propagate a different aspect.Gravatar Dmitry Lomov2017-01-20
* Add ability to specify required aspect providers for aspects.Gravatar Dmitry Lomov2017-01-17
* Roll forward of commit 5c071429e83b5c6d872c755d3da21ad934638111Gravatar Kristina Chodorow2017-01-13
* Allows a rule class to specify a configuration transtion that will apply to allGravatar Cal Peyser2017-01-12
* Add new flag to specify if output_licenses attribute should be checked for li...Gravatar Irina Iancu2017-01-10
* Deprecated and removed HOST_CFG and DATA_CFG global variables.Gravatar Vladimir Moskva2017-01-10
* Encapsulate the required provider logic in RequiredProviders class.Gravatar Dmitry Lomov2017-01-10
* Extract a set of advertised providers into a separate class.Gravatar Dmitry Lomov2017-01-10
* Minor improvements to error messages.Gravatar Laurent Le Brun2017-01-04
* Manually add periods to documentation strings where needed.Gravatar John Cater2017-01-03
* Add 'did you mean' suggestion when accessing a struct fieldGravatar Laurent Le Brun2017-01-03
* Cleanup in error messages, try to improve consistency.Gravatar Laurent Le Brun2017-01-03
* Remove dead code referencing deleted "suites" attribute.Gravatar Greg Estren2016-12-21
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Pass through a "cpu:" tag to the execution info of genrules and tests.Gravatar Philipp Wollermann2016-12-16
* Style edits for ActionsProvider and provider constructorsGravatar Jon Brandvein2016-12-12
* Global cleanup change.Gravatar Googler2016-12-07
* Add 'aspect_id' for to identify aspects that has been applied to the target.Gravatar Dmitry Lomov2016-12-05
* Allow dicts to contain non-comparable objects as keysGravatar Vladimir Moskva2016-12-05
* Move constraint enforcement policy into attribute definitions.Gravatar Greg Estren2016-12-02
* Replace UnixGlob's package glob prefetching functionality with anGravatar Googler2016-12-02
* Rollback of commit c182908910a370b490e7e027b867e11f9f2fb086.Gravatar Michajlo Matijkiw2016-12-01
* Initial commit of cc_proto_library.Gravatar Carmi Grushko2016-12-01
* Allow aspects to specify multiple sets of required providers to match against...Gravatar Rumou Duan2016-12-01
* Allow dicts to contain non-comparable objects as keysGravatar Vladimir Moskva2016-11-30
* Support multiple mirror URLs for external reposGravatar Justine Tunney2016-11-29
* Provide AspectDescriptor to ConfiguredAspect.Gravatar Dmitry Lomov2016-11-29
* Make SkylarkAttr.Descriptor thread-safe.Gravatar Dmitry Lomov2016-11-24
* Implement structural equality for structsGravatar Vladimir Moskva2016-11-21
* Move Bazel-specific functions in a separate file.Gravatar Laurent Le Brun2016-11-21
* Implement build tag filtering.Gravatar Lukacs Berki2016-11-11
* Expose aspect-related information in the extra-action proto that Bazel hands ...Gravatar Carmi Grushko2016-11-11
* When --experimental_extra_action_top_level_only, Bazel to report extra-action...Gravatar Carmi Grushko2016-11-09
* bazel query: Gravatar Greg Estren2016-10-28
* Move ToolsRepository out of EnvironmentGravatar Laurent Le Brun2016-10-27
* Cleanup in Environment, remove unused lookup functionGravatar Laurent Le Brun2016-10-27
* bazel query --output=xml: avoid iterating over all possible values forGravatar Greg Estren2016-10-26
* Add new skyframe function to lookup the repository given a path, and use thatGravatar John Cater2016-10-25
* Allow bypassing input file discovery in package buildingGravatar Michajlo Matijkiw2016-10-19
* Make query return dependencies contributed by aspects on rules that don't adv...Gravatar Lukacs Berki2016-10-18
* Cleanup, remove differences between Build and Skylark environments.Gravatar Laurent Le Brun2016-10-14
* Fix IllegalStateException when reloading several time the same extensionGravatar Damien Martin-Guillerez2016-10-14
* Fix-up for last sandbox change, forgot to add "block-*" to the execution info...Gravatar Philipp Wollermann2016-10-07
* Rollback of commit 5c071429e83b5c6d872c755d3da21ad934638111.Gravatar Damien Martin-Guillerez2016-10-07
* Change allowedRuleClasses/mandatoryProviders semantics to "either-or" instead...Gravatar Dmitry Lomov2016-10-07