aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/UnaryOperatorExpression.java
Commit message (Expand)AuthorAge
* Replaces JavaSerializableCodec with DynamicCodec as the defaultGravatar shahan2018-04-04
* 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
* 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
* New flag `--incompatible_checked_arithmetic` to use checked arithmetics.Gravatar laurentlb2017-07-05
* Add a pretty printer for Skylark ASTsGravatar brandjon2017-06-28
* Turn unary minus into a proper AST nodeGravatar brandjon2017-06-28