aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/FuncallExpression.java
Commit message (Expand)AuthorAge
* Reduce iterator usage on hot code pathsGravatar michajlo2017-10-07
* Skylark Documentation: sort methods by method signatureGravatar dmarting2017-10-06
* Check parameter types for methods when multiple types are allowed.Gravatar Dmitry Lomov2017-09-25
* Remove wasteful function.toString() call in evalArgs. Also remove functions t...Gravatar shreyax2017-09-25
* Automated rollback of commit 17214ac78ffaec369d5d5bafe62a39730473cfaa.Gravatar dslomov2017-09-22
* Check parameter types for methods when multiple types are allowed.Gravatar dslomov2017-09-20
* Introduce enum to quickly discriminate AST nodes.Gravatar laurentlb2017-08-25
* Remove validate() methods in the AST, use a visitor instead.Gravatar laurentlb2017-08-18
* Remove methods that shouldn't belong to FuncallExprGravatar fzaiser2017-08-17
* Fix Skylark parsing of call expressions.Gravatar fzaiser2017-08-14
* Refactor FuncallExpression to allow for complex function terms later.Gravatar fzaiser2017-08-14
* Misc cleanups of AST node APIGravatar brandjon2017-07-12
* Clean up string representations for labelsGravatar vladmos2017-07-05
* Migrate tests to ctx.actions.run/run_shell.Gravatar dslomov2017-07-05
* Refactor PrinterGravatar vladmos2017-07-03
* Add a pretty printer for Skylark ASTsGravatar brandjon2017-06-28
* Enable SkylarkCallable methods to be used on ClassObjects.Gravatar Michael Staib2017-03-22
* Raise error in function calls when star argument is not iterableGravatar Laurent Le Brun2017-02-20
* Delete the bytecode compiler experiment.Gravatar Laurent Le Brun2017-01-23
* Minor improvements to error messages.Gravatar Laurent Le Brun2017-01-04
* Add 'did you mean' suggestion when accessing a struct fieldGravatar Laurent Le Brun2017-01-03
* Add 'did you mean' suggestion when accessing an undefined variable.Gravatar Laurent Le Brun2017-01-03
* Cleanup in error messages, try to improve consistency.Gravatar Laurent Le Brun2017-01-03
* Allow dicts to contain non-comparable objects as keysGravatar Vladimir Moskva2016-12-05
* Rollback of commit c182908910a370b490e7e027b867e11f9f2fb086.Gravatar Michajlo Matijkiw2016-12-01
* Allow dicts to contain non-comparable objects as keysGravatar Vladimir Moskva2016-11-30
* Rollback of commit 984d6d48d0e07ac3be2bbfec667158165390eb4f.Gravatar Tobias Werth2016-11-24
* Allow dicts to contain non-comparable objects as keysGravatar Vladimir Moskva2016-11-22
* Allow calling attributes of built-in objects.Gravatar Vladimir Moskva2016-10-31
* Improve error message when failing to convert parameter types in Skylark func...Gravatar Carmi Grushko2016-10-27
* [Roll-forward] Rollback of commit dd299dbc61be51112534a4698f7cf2deee43053b.Gravatar Jon Brandvein2016-10-12
* Automated cleanupGravatar Laurent Le Brun2016-10-12
* Rollback of commit e025939e71b179ae0f6bd09ef3af474f49b853a2.Gravatar Ulf Adams2016-10-11
* Add API for individual actionsGravatar Jon Brandvein2016-10-05
* Refactor getAnnotationFromParentClass() to a new SkylarkInterfaceUtils moduleGravatar Jon Brandvein2016-10-05
* 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
* Rollback of commit 5972bee6ebfa53cf165befab9fa7962e19d5f620.Gravatar Yun Peng2016-09-26
* Skylark: Give more detailed errors when parsing the argumentsGravatar Pedro Liberal Fernandez2016-09-26
* Allow passing None to SkylarkCallables with 'noneable = true'Gravatar Googler2016-09-22
* Fix formatMethod() when all arguments are namedGravatar Googler2016-09-16
* Index and slice calls are implemented as separate AST nodes rather than specialGravatar Vladimir Moskva2016-09-15
* 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
* Enable named arguments for SkylarkCallable annotationGravatar Damien Martin-Guillerez2016-08-04
* Prioritize kwarg presence error in invokeObjectMethod.Gravatar Googler2016-05-03
* Reduce differences between Skylark and Build evaluationGravatar Laurent Le Brun2015-12-28
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Compile function call expressions.Gravatar Florian Weikert2015-11-10