aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/StringLiteral.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
* 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
* Delete Literal.javaGravatar laurentlb2017-08-17
* Add a pretty printer for Skylark ASTsGravatar brandjon2017-06-28
* Use skylark-preferred quote char for string literalGravatar Michajlo Matijkiw2017-02-23
* Delete the bytecode compiler experiment.Gravatar Laurent Le Brun2017-01-23
* Compile int and string literals to byte codeGravatar Klaas Boesche2015-11-06
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Skylark: Remove static type checksGravatar Laurent Le Brun2015-04-15
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25