aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Move Bazel-specific functions in a separate file.Gravatar Laurent Le Brun2016-11-21
* Allow labels in the '--aspects' parameter.Gravatar Dmitry Lomov2016-11-21
* Adding an option to set the digest function that everything uses. Minor refac...Gravatar Ola Rozenfeld2016-11-18
* Fix bugs in slicing with a negative strideGravatar Jon Brandvein2016-11-14
* Fix a bunch of typosGravatar Jon Brandvein2016-11-10
* Change error message to reflect broader syntax for assignmentsGravatar Jon Brandvein2016-11-10
* Prohibited comparison of Skylark setsGravatar Vladimir Moskva2016-11-08
* Fixed StringIndexOutOfBoundsException in the lexerGravatar Vladimir Moskva2016-11-08
* EvalException can now show a url for additional informationGravatar Laurent Le Brun2016-11-04
* Multiplying strings with negative numbers no longer leads to an exception.Gravatar Florian Weikert2016-11-02
* Allow calling attributes of built-in objects.Gravatar Vladimir Moskva2016-10-31
* Change getattr() behavior so 3-arg form doesn't fail when field is a methodGravatar Jon Brandvein2016-10-27
* Move ToolsRepository out of EnvironmentGravatar Laurent Le Brun2016-10-27
* Improve error message when failing to convert parameter types in Skylark func...Gravatar Carmi Grushko2016-10-27
* Cleanup: remove isSkylark in Environment ContinuationGravatar Laurent Le Brun2016-10-27
* Cleanup in Environment, remove unused lookup functionGravatar Laurent Le Brun2016-10-27
* Cleanup in the parserGravatar Laurent Le Brun2016-10-26
* Cleanup, remove differences between Build and Skylark environments.Gravatar Laurent Le Brun2016-10-14
* Simplify imports in BuildFileASTGravatar Laurent Le Brun2016-10-14
* Refactoring for LoadStatementGravatar Laurent Le Brun2016-10-13
* Refactor getParentWithSkylarkModule() into SkylarkInterfaceUtilsGravatar Jon Brandvein2016-10-13
* [Roll-forward] Rollback of commit dd299dbc61be51112534a4698f7cf2deee43053b.Gravatar Jon Brandvein2016-10-12
* Automated cleanupGravatar Laurent Le Brun2016-10-12
* Make EvalUtils.getDataTypeNameFromClass() look for @SkylarkModules in parent ...Gravatar Jon Brandvein2016-10-12
* Rollback of commit 9c25afe750a937b2152c21a93effc8b9ba82c27b.Gravatar Ulf Adams2016-10-11
* Minor cleanupGravatar Laurent Le Brun2016-10-11
* Improve error message when 'del' keyword is usedGravatar Laurent Le Brun2016-10-11
* Rollback of commit e025939e71b179ae0f6bd09ef3af474f49b853a2.Gravatar Ulf Adams2016-10-11
* Remove support for "Python" parsing mode.Gravatar Laurent Le Brun2016-10-07
* Supported "in" operator for all SkylarkIndexable objects.Gravatar Vladimir Moskva2016-10-07
* 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