index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
rules
/
SkylarkAttr.java
Commit message (
Expand
)
Author
Age
*
Prohibit duplicate addition of aspect to an attribute and improve diagnostics.
Dmitry Lomov
2016-07-19
*
Make sure that aspects are only added once to Skylark attribute defintion.
Dmitry Lomov
2016-07-18
*
For Skylark attribute creation, non_empty is deprecated; introduce allow_empty
Laurent Le Brun
2016-07-07
*
Attr doc: fix typo, add link
Laurent Le Brun
2016-07-07
*
Add allow_single_file in attr.label, deprecate single_file.
Laurent Le Brun
2016-07-05
*
Deprecate DATA_CFG and HOST_CFG, use string 'data' and 'host' instead.
Laurent Le Brun
2016-07-04
*
Reorganize Skylark Reference documentation.
Dmitry Lomov
2016-06-29
*
Use only one list of parameters for SkylarkSignature
Damien Martin-Guillerez
2016-06-14
*
Have SkylarkAttr expose whether a skylark rule class attribute type is config...
Nathan Harmata
2016-06-10
*
Extract the @Param annotation from @SkylarkSignature
Damien Martin-Guillerez
2016-06-10
*
Use setLoadingOrWorkspacePhase instead of setLoadingPhase where relevant,
Damien Martin-Guillerez
2016-05-23
*
Skylark: allow_files can now accept a string list argument
Laurent Le Brun
2016-05-12
*
Expose parameterized aspects to Skylark.
Googler
2016-05-09
*
Fixed indentation problem: 8 spaces -> 4 spaces
Yun Peng
2016-03-21
*
Clean up attribute documentation hoping to make it clearer. Specifically that...
Dave MacLachlan
2016-03-02
*
Support "mandatoryProvidersList" in Skylark and added necessary tests
Yun Peng
2016-02-23
*
Reinstate mutable maps, again.
Francois-Rene Rideau
2016-02-17
*
Make Skylark "license"-type attributes non-configurable.
Greg Estren
2016-02-05
*
Rollback of commit f941d56acfad5f8c819c81b494f806ea74ea7fd8.
Carmi Grushko
2016-02-02
*
Reinstate mutable SkylarkDict
Francois-Rene Rideau
2016-02-01
*
Rollback of commit c0a8c58b9230a1f5d76269eb7dc6b11e18f19686.
Damien Martin-Guillerez
2016-01-29
*
Make Skylark dicts mutable
Francois-Rene Rideau
2016-01-29
*
Move annotation classes used for referencing framework Java classes from Skyl...
John Field
2015-12-16
*
Implement Skylark aspects originating from Skylark rules.
Dmitry Lomov
2015-11-26
*
Refactor Skylark rules and attributes in preparation to Skylark aspects.
Dmitry Lomov
2015-11-26
*
Add Skylark support for string_list_dict
Francois-Rene Rideau
2015-10-30
*
Unify Skylark and BUILD lists
Francois-Rene Rideau
2015-10-20
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Move Label from the lib.syntax to the lib.cmdline package so that:
Lukacs Berki
2015-09-21
*
Separate build-specific types and types inherent to Skylark.
Lukacs Berki
2015-09-21
*
Refactor Skylark Environment-s
Francois-Rene Rideau
2015-09-11
*
Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.
Janak Ramakrishnan
2015-09-08
*
Refactor Skylark Environment-s
Francois-Rene Rideau
2015-09-08
*
Move global objects to Runtime
Francois-Rene Rideau
2015-08-31
*
Stop removing onlyLoadingPhase bindings
Francois-Rene Rideau
2015-08-28
*
Add a isLoadingPhase flag to Environment
Francois-Rene Rideau
2015-08-27
*
Split Skylark Library into multiple pages, one per module. Add collapsible
David Chen
2015-08-18
*
Skylark documentation fixes
Laurent Le Brun
2015-07-29
*
SkylarkAttr: Introduce constants for attribute names
Laurent Le Brun
2015-07-27
*
Reformat SkylarkAttr file.
Laurent Le Brun
2015-07-27
*
Add attr.int_list to Skylark rules
Laurent Le Brun
2015-07-27
*
Skylark: Remove flags in attributes
Laurent Le Brun
2015-07-27
*
Support for allowedValues in skylark INT attribute
Laurent Le Brun
2015-06-17
*
Skylark: allow attributes to specify a list of allowed values
Laurent Le Brun
2015-06-17
*
Use BuiltinFunction for all builtins
Francois-Rene Rideau
2015-04-22
*
More Skylark function cleanups
Francois-Rene Rideau
2015-04-22
*
Migrate SkylarkBuiltin annotations to SkylarkSignature instead.
Francois-Rene Rideau
2015-04-21
*
Skylark documentation: Add missing links
Laurent Le Brun
2015-04-20
*
Skylark: documentation is updated. SkylarkFileType.java is moved to the ../li...
Googler
2015-03-20
*
Move cast* utilities to SkylarkType
Francois-Rene Rideau
2015-03-20
[next]