aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Add API for individual actionsGravatar Jon Brandvein2016-10-05
* Make EvalUtils.getDataTypeNameFromClass() look for @SkylarkModules in parent ...Gravatar Jon Brandvein2016-10-05
* Refactor getAnnotationFromParentClass() to a new SkylarkInterfaceUtils moduleGravatar Jon Brandvein2016-10-05
* Fix NullPointerException on "select({}) + <something else>" clauses.Gravatar Greg Estren2016-10-05
* Fix non-deterministic bug in locking of iterable valuesGravatar Jon Brandvein2016-10-04
* Return EMTPY_FRAGMENT instead of null when there is no filename for a Lexer. ...Gravatar John Cater2016-10-04
* Fix NPE in skylark documentation processorGravatar Jon Brandvein2016-10-04
* Add an actions provider for testing Skylark rules.Gravatar Jon Brandvein2016-09-30
* Skylark: Give more detailed errors when parsing the argumentsGravatar Pedro Liberal Fernandez2016-09-28
* Disallow mutation of values being iterated by a for loop or comprehensionGravatar Jon Brandvein2016-09-28
* Rollback of commit 5972bee6ebfa53cf165befab9fa7962e19d5f620.Gravatar Yun Peng2016-09-26
* Skylark: Give more detailed errors when parsing the argumentsGravatar Pedro Liberal Fernandez2016-09-26
* Be honest about type in Type#visitLabelsGravatar Michajlo Matijkiw2016-09-22
* Allow passing None to SkylarkCallables with 'noneable = true'Gravatar Googler2016-09-22
* Implement label visitation using visitorGravatar Michajlo Matijkiw2016-09-21
* Use Object for what instead of StringGravatar Michajlo Matijkiw2016-09-21
* Fix formatMethod() when all arguments are namedGravatar Googler2016-09-16
* Deprecation warnings for deprecated syntaxGravatar Vladimir Moskva2016-09-16
* Index and slice calls are implemented as separate AST nodes rather than specialGravatar Vladimir Moskva2016-09-15
* Index and slice calls are implemented as separate AST nodes rather than specialGravatar Vladimir Moskva2016-09-15
* Presize result list in ListLiteral#doEvalGravatar Michajlo Matijkiw2016-09-15
* Fix invalid tags in Skylark string method docs.Gravatar David Chen2016-09-12
* Fixed SkylarkTests on WindowsGravatar Yun Peng2016-09-09
* Make print() and fail() available in BUILD files to allow easier debugging.Gravatar Googler2016-09-06
* Roll forward of commit 19db71413329da3f5d22b5fc7681471f3d971d88 (Skylark: Rep...Gravatar Florian Weikert2016-09-06
* Better API for creating immutable Skylark lists.Gravatar Dmitry Lomov2016-09-06
* Fixed NPEs when using built in functions as rule implementationsGravatar Vladimir Moskva2016-09-06
* Rollback of commit 19db71413329da3f5d22b5fc7681471f3d971d88.Gravatar Tobias Werth2016-09-06
* Skylark: Replaced late bound attributes with computed default attributesGravatar Mark Schaller2016-09-02
* Some optimizations in Type#flatten (used under the covers by AggregatingAttri...Gravatar Nathan Harmata2016-08-25
* More flexible LValue syntaxGravatar Vladimir Moskva2016-08-23
* Move SkylarkImport from LoadStatement to BuildFileASTGravatar Miguel Alcon Pinto2016-08-22
* Fixes noneable annotation not being enforced in SkylarkCallable.Gravatar Pedro Liberal Fernandez2016-08-19
* Fixes order of keyword arguments in the error message printed when a JavaGravatar Pedro Liberal Fernandez2016-08-18
* Roll forward fix of global var shadow detectionGravatar Jon Brandvein2016-08-12
* Minimize ArrayList resizing in MutableList constructionGravatar Michajlo Matijkiw2016-08-11
* Rollback of commit 6aa2f64045d390f4da77d396cd3fcbe1c44a98c1.Gravatar Chris Parsons2016-08-11
* Substituted NoSuchVariableException with manual checks for performance purposesGravatar Vladimir Moskva2016-08-11
* Fix exception about undocumented argument.Gravatar Matthew DeVore2016-08-05
* Make SkylarkClassObject "Bazel-specific".Gravatar Dmitry Lomov2016-08-05
* Fix Environment.Continuation's tracking of global variablesGravatar Jon Brandvein2016-08-05
* Tentatively fix build for jdk7Gravatar Laurent Le Brun2016-08-04
* Check that deeply nested values in sets are immutableGravatar Jon Brandvein2016-08-04
* Enable named arguments for SkylarkCallable annotationGravatar Damien Martin-Guillerez2016-08-04
* Remove static checks from the parser.Gravatar Laurent Le Brun2016-08-04
* Start removing the parsePython booleanGravatar Laurent Le Brun2016-08-03
* Preliminary cleanup for removing Blaze-specific code from the environmentGravatar Laurent Le Brun2016-08-03
* Don't fill in stack trace for ReturnExceptionGravatar Michajlo Matijkiw2016-08-02
* Lazily construct NoSuchVariableException messageGravatar Michajlo Matijkiw2016-08-01
* Simplify immutability testGravatar Jon Brandvein2016-07-29