aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/Identifier.java
Commit message (Expand)AuthorAge
* Update commentsGravatar laurentlb2018-07-24
* Use Identifiers instead of StringsGravatar Taras Tsugrii2018-06-08
* Fix typo in error message (incompatible_package_name_is_a_function).Gravatar laurentlb2018-04-11
* Replaces JavaSerializableCodec with DynamicCodec as the defaultGravatar shahan2018-04-04
* New incompatible flag to disable PACKAGE_NAME and REPOSITORY_NAME.Gravatar laurentlb2018-03-27
* Remove the --incompatible_disallow_uncalled_set_constructor flagGravatar vladmos2018-03-22
* Get rid of almost all Skylark codecs. We need to introduce a wrapper to turn ...Gravatar janakr2018-03-03
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-11-21
* 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 a pretty printer for Skylark ASTsGravatar brandjon2017-06-28
* Refactor AST APIsGravatar brandjon2017-06-13
* Delete the bytecode compiler experiment.Gravatar Laurent Le Brun2017-01-23
* 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
* Substituted NoSuchVariableException with manual checks for performance purposesGravatar Vladimir Moskva2016-08-11
* Compile identifiers to byte codeGravatar Klaas Boesche2015-11-06
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Fixed Skylark stack trace:Gravatar Florian Weikert2015-09-11
* Roll back "When a Skylark macro creates a native rule, it also..."Gravatar Michajlo Matijkiw2015-08-31
* When a Skylark macro creates a native rule, it also sets the following rule a...Gravatar Florian Weikert2015-08-28
* Skylark: load() allows the loading of symbols via an alias.Gravatar Florian Weikert2015-07-27
* Renamed Ident to Identifier, added some helper methods and refactored two met...Gravatar Florian Weikert2015-07-23