aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/BinaryOperatorExpression.java
Commit message (Expand)AuthorAge
* [Skylark] Make range function lazy.Gravatar Taras Tsugrii2018-07-17
* Introduce `--incompatible_disallow_slash_operator` to disable `/` operator.Gravatar laurentlb2018-04-11
* Replaces JavaSerializableCodec with DynamicCodec as the defaultGravatar shahan2018-04-04
* @AutoCodec some expressions that show up in Java configured targets.Gravatar janakr2018-03-16
* Get rid of almost all Skylark codecs. We need to introduce a wrapper to turn ...Gravatar janakr2018-03-03
* Remove old flags.Gravatar laurentlb2018-02-16
* Remove the --incompatible_list_plus_equals_inplace flagGravatar vladmos2017-12-08
* New flag `--incompatible_depset_union` to disable old-style depset merging.Gravatar laurentlb2017-12-07
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* Use SkylarkSemantics in place of options class in the interpreterGravatar brandjon2017-10-06
* 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
* Add tuple * int multiplication operatorGravatar brandjon2017-08-07
* Cleanup SkylarkListGravatar brandjon2017-08-04
* Refactor augmented assignment and lvaluesGravatar brandjon2017-07-26
* Fix crash when unioning depsets with different ordersGravatar brandjon2017-07-14
* Misc cleanups of AST node APIGravatar brandjon2017-07-12
* Clean up string representations for labelsGravatar vladmos2017-07-05
* New flag `--incompatible_checked_arithmetic` to use checked arithmetics.Gravatar laurentlb2017-07-05
* Refactor PrinterGravatar vladmos2017-07-03
* Add a pretty printer for Skylark ASTsGravatar brandjon2017-06-28
* Turn unary minus into a proper AST nodeGravatar brandjon2017-06-28
* Forbid 'in' operator on depset with --incompatible_depset_is_not_iterableGravatar laurentlb2017-06-26
* Add operator // for division.Gravatar laurentlb2017-05-22
* Rename some --incompatible_* flags to be more specificGravatar brandjon2017-05-08
* Implement a flag to forbid the `+` operator for dictsGravatar vladmos2017-05-04
* Implement a flag for extend-like behavior of the `+=` operator for listsGravatar vladmos2017-05-04
* Improve error message for the 'in' operator.Gravatar Laurent Le Brun2017-03-03
* Augmented assignments don't evaluate lhs multiple timesGravatar Vladimir Moskva2017-02-21
* Make unnecessarily public BinaryOperationExpression methods privateGravatar Michajlo Matijkiw2017-02-17
* Delete the bytecode compiler experiment.Gravatar Laurent Le Brun2017-01-23
* Add a new AST node for augmented assignments in SkylarkGravatar Vladimir Moskva2016-12-19
* New operators for Skylark:Gravatar Andreas Bergmeier2016-12-15
* Multiplying strings with negative numbers no longer leads to an exception.Gravatar Florian Weikert2016-11-02
* Automated cleanupGravatar Laurent Le Brun2016-10-12
* Supported "in" operator for all SkylarkIndexable objects.Gravatar Vladimir Moskva2016-10-07
* Make SkylarkClassObject "Bazel-specific".Gravatar Dmitry Lomov2016-08-05
* Reinstate mutable maps, again.Gravatar Francois-Rene Rideau2016-02-17
* Rollback of commit f941d56acfad5f8c819c81b494f806ea74ea7fd8.Gravatar Carmi Grushko2016-02-02
* Reinstate mutable SkylarkDictGravatar Francois-Rene Rideau2016-02-01
* Rollback of commit c0a8c58b9230a1f5d76269eb7dc6b11e18f19686.Gravatar Damien Martin-Guillerez2016-01-29
* Make Skylark dicts mutableGravatar Francois-Rene Rideau2016-01-29
* Make SkylarkList a List.Gravatar Francois-Rene Rideau2016-01-22
* Compile function call expressions.Gravatar Florian Weikert2015-11-10
* Compile binary operations to byte code.Gravatar Florian Weikert2015-11-10
* Unify Skylark and BUILD listsGravatar Francois-Rene Rideau2015-10-20
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Refactor SkylarkList to allow MutableListGravatar Francois-Rene Rideau2015-09-21
* Cleanup Skylark types some moreGravatar Francois-Rene Rideau2015-09-17