aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* 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
* Fix private symbols, clean up load parsingGravatar Jon Brandvein2016-07-29
* Make 3-arg form of getattr() work when third arg is NoneGravatar Jon Brandvein2016-07-27
* Fix crash when updating collections while iterating over them in comprehensionsGravatar Jon Brandvein2016-07-26
* Allow lists to be modified while a For loop is iterating over them.Gravatar Jon Brandvein2016-07-26
* Following commit 9c4629dafc3aafc10f952824efd448700ad3363e, specify that hashi...Gravatar Jon Brandvein2016-07-21
* RELNOTES: Add global hash() function for strings (only)Gravatar Jon Brandvein2016-07-21
* Improve performance of absurdly large range()sGravatar Jon Brandvein2016-07-20
* Only include name for UserDefinedFunctionProfilingGravatar Michajlo Matijkiw2016-07-14
* Use BuiltinFunction name for profilingGravatar Michajlo Matijkiw2016-07-14
* Skylark: Removed support for attribute map parameters in callback functions.Gravatar Florian Weikert2016-07-04
* Skylark: int() can now declare a base parameter.Gravatar Florian Weikert2016-07-04
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-29
* Clarify documentation of type() - behavior might change in the future.Gravatar Laurent Le Brun2016-06-24
* Improve documentation for type()Gravatar Laurent Le Brun2016-06-24
* Fix handling of backslash-escaped CRLF line terminators.Gravatar Lukacs Berki2016-06-23
* Optimize Environment.lookup() to avoid Throwable.fillInStackTrace();Gravatar Googler2016-06-21