aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/BinaryOperatorExpression.java
Commit message (Expand)AuthorAge
* 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
* Fixed Skylark stack trace:Gravatar Florian Weikert2015-09-11
* Refactor skylark format internalsGravatar Francois-Rene Rideau2015-08-26
* Introduce '|' operator for set union.Gravatar Laurent Le Brun2015-08-25
* Skylark: support %r format specifierGravatar Francois-Rene Rideau2015-06-17
* Implement Skylark function reprGravatar Francois-Rene Rideau2015-06-15
* Inline Maps.newLinkedHashMap()Gravatar Damien Martin-Guillerez2015-05-15
* Use a LinkedHashMap do the addition of dictionnariesGravatar Damien Martin-Guillerez2015-05-15
* Allow SkylarkList (list) to be cat'd to native java ListGravatar Damien Martin-Guillerez2015-05-15
* Build language: Support 'not in' operator.Gravatar Laurent Le Brun2015-05-08
* Define a reusable comparator for Skylark objects.Gravatar Laurent Le Brun2015-04-16
* Build language supports list comparison.Gravatar Laurent Le Brun2015-04-16
* Build language: Implement integer divisionGravatar Laurent Le Brun2015-04-15
* Catch modulo by 0 errorsGravatar Laurent Le Brun2015-04-15
* Skylark: Remove static type checksGravatar Laurent Le Brun2015-04-15
* Configurable attributes: support embeddable selects. With thisGravatar Greg Estren2015-04-14
* Simplify Skylark testsGravatar Francois-Rene Rideau2015-04-13
* Skylark: 'in' works on sets.Gravatar Laurent Le Brun2015-03-31
* Lift differences between Skylark and BUILD evaluation, wrt to concatenation.Gravatar Laurent Le Brun2015-03-18
* Skylark: Static checks allows None value everywhere.Gravatar Laurent Le Brun2015-03-16
* Skylark: DictionaryLiteral is immutable (like every dict).Gravatar Laurent Le Brun2015-03-13
* Add Union, contains() to SkylarkTypeGravatar Francois-Rene Rideau2015-03-04
* Tweaks off of upcoming changes to SkylarkType.Gravatar Francois-Rene Rideau2015-02-25
* Cosmetic changes moved out of []Gravatar Francois-Rene Rideau2015-02-11
* Fix or suppress warnings in Blaze code. #fixitGravatar Laszlo Csomor2015-02-06
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25