aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Do not sort dict keys when printingGravatar Vladimir Moskva2017-02-17
* Make unnecessarily public BinaryOperationExpression methods privateGravatar Michajlo Matijkiw2017-02-17
* Minor code cleanupGravatar Laurent Le Brun2017-02-16
* Disallow comparison of objects of different types in SkylarkGravatar Vladimir Moskva2017-02-16
* Generate documentation for bool and int types.Gravatar Laurent Le Brun2017-02-15
* Clarify documentation of PACKAGE_NAMEGravatar Laurent Le Brun2017-02-15
* BuildFileAST.eval() doesn't execute the code when there's a static error.Gravatar Laurent Le Brun2017-02-15
* Refactoring: Types report what class of labels they contain.Gravatar Michael Staib2017-02-14
* Fix the documentation of set/depsetGravatar Vladimir Moskva2017-02-14
* Rollback of commit cdbad585187dfe7bbb4d69ad68a1baf852beb691.Gravatar Michael Staib2017-02-14
* Refactoring: Types report what class of labels they contain.Gravatar Michael Staib2017-02-13
* Fix int*list binary operator.Gravatar Laurent Le Brun2017-02-09
* Wrong description for String.hashCode(). Gravatar Chaoren Lin2017-02-06
* Add type checking to select() keys.Gravatar Greg Estren2017-02-01
* Change depset conversion to stringsGravatar Vladimir Moskva2017-01-30
* Update dict docsGravatar Jon Brandvein2017-01-30
* Update print() doc to admonish use in production codeGravatar Jon Brandvein2017-01-30
* Delete the bytecode compiler experiment.Gravatar Laurent Le Brun2017-01-23
* Refactor SkylarkNestedSet to not implement IterableGravatar Jon Brandvein2017-01-20
* Add new names for depset traversal ordersGravatar Jon Brandvein2017-01-20
* Refactor a traversal over @SkylarkModule ancestorsGravatar Jon Brandvein2017-01-19
* Make frame bindings use LinkedHashMap for determinismGravatar Jon Brandvein2017-01-19
* Require parens around tuple with trailing comma.Gravatar Laurent Le Brun2017-01-17
* Adding Java compilation to java_lite_proto_library Skylark version.Gravatar Irina Iancu2017-01-16
* Add a to_list() method to depsetsGravatar Jon Brandvein2017-01-16
* Refactor SkylarkNestedSet type checks and testsGravatar Jon Brandvein2017-01-13
* Rollback of commit 0d1dc5537903a8c2ad56e66cee129b8f4d4e2592.Gravatar Pedro Liberal Fernandez2017-01-11
* Improve performance and semantics of union of Skylark setsGravatar Jon Brandvein2017-01-10
* Minor improvements to error messages.Gravatar Laurent Le Brun2017-01-04
* Manually add periods to documentation strings where needed.Gravatar John Cater2017-01-03
* Make the string strip() methods compatible with PythonGravatar Jon Brandvein2017-01-03
* Add 'did you mean' suggestion for load() statements.Gravatar Laurent Le Brun2017-01-03
* 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
* Make depsets temporarily completely backward compatibleGravatar Vladimir Moskva2016-12-27
* Add `depset` as an alias to `set` in SkylarkGravatar Vladimir Moskva2016-12-27
* Add a new AST node for augmented assignments in SkylarkGravatar Vladimir Moskva2016-12-19
* New operators for Skylark:Gravatar Andreas Bergmeier2016-12-15
* Add tuple() method to Skylark.Gravatar Googler2016-12-12
* Allow dicts to contain non-comparable objects as keysGravatar Vladimir Moskva2016-12-05
* Rollback of commit 7c4a8093da6272969c86f22a08c72ddbbf6e8274.Gravatar Kristina Chodorow2016-12-02
* Remove callerLabel from Environment.Gravatar Laurent Le Brun2016-12-01
* Rollback of commit c182908910a370b490e7e027b867e11f9f2fb086.Gravatar Michajlo Matijkiw2016-12-01
* Allow dicts to contain non-comparable objects as keysGravatar Vladimir Moskva2016-11-30
* Remove isSkylark and eval from Environment.Gravatar Laurent Le Brun2016-11-29
* SkylarkCallbackFunction no longer cares about the obsolete 'cfg' parameter.Gravatar Florian Weikert2016-11-29
* Rollback of commit 984d6d48d0e07ac3be2bbfec667158165390eb4f.Gravatar Tobias Werth2016-11-24
* Introduce BlazeInterners, a Blaze-specific wrapper around Guava's Interners t...Gravatar Nathan Harmata2016-11-24
* Remove useless function in BuildFileAST.Gravatar Laurent Le Brun2016-11-23